@charset 'UTF-8';
ul.card_logos {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.card_amex,
.card_diners,
.card_discover,
.card_jcb,
.card_mastercard,
.card_visa {
    display: inline-block;
    width: 50px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    background: url(sprite-cards.png) 0 0 no-repeat;
}
.card_mastercard {
    background-position: -55px 0;
}
.card_amex {
    background-position: -110px 0;
}
.card_discover {
    background-position: -165px 0;
}
.card_diners {
    background-position: -220px 0;
}
.card_jcb {
    background-position: -660px 0;
}
.is_amex li,
.is_diners li,
.is_discover li,
.is_jcb li,
.is_mastercard li,
.is_nothing li,
.is_visa li {
    opacity: 0.2;
}
.is_amex li.card_amex,
.is_diners li.card_diners,
.is_discover li.card_discover,
.is_jcb li.card_jcb,
.is_mastercard li.card_mastercard,
.is_visa li.card_visa {
    opacity: 1;
}
.mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
.me-plugin {
    position: absolute;
}
.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}
.mejs-fullscreen {
    overflow: hidden !important;
}
.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}
.mejs-clear {
    clear: both;
}
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
:root .mejs-poster img {
    display: none;
}
.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}
.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-overlay-play {
    cursor: pointer;
}
.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
    background-image: url(bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}
.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat;
}
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    height: 30px;
    width: 100%;
}
.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
}
.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png);
}
.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999;
}
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}
.mejs-controls .mejs-play button {
    background-position: 0 0;
}
.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}
.mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
    position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}
.mejs-controls .mejs-captions-button {
    position: relative;
}
.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}
.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}
.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
    font-size: 20px;
    font-weight: 400;
}
.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}
.mejs-captions-position-hover {
    bottom: 35px;
}
.mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
}
.me-cannotplay a {
    color: #fff;
    font-weight: 700;
}
.me-cannotplay span {
    padding: 15px;
    display: block;
}
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2c7c91;
    color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}
.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden;
}
.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}
.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}
div.mejs-speed-button {
    width: 46px !important;
    position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
    background: 0 0;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(skipback.png) no-repeat;
    background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: 0 0;
    font-size: 9px;
    line-height: normal;
    color: #fff;
}
.mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
.me-plugin {
    position: absolute;
}
.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}
.mejs-fullscreen {
    overflow: hidden !important;
}
.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}
.mejs-clear {
    clear: both;
}
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
:root .mejs-poster img {
    display: none;
}
.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}
.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-overlay-play {
    cursor: pointer;
}
.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
    background-image: url(bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}
.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat;
}
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    height: 30px;
    width: 100%;
}
.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
}
.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png);
}
.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999;
}
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}
.mejs-controls .mejs-play button {
    background-position: 0 0;
}
.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}
.mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
    position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}
.mejs-controls .mejs-captions-button {
    position: relative;
}
.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}
.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}
.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
    line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
    font-size: 20px;
    font-weight: 400;
}
.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}
.mejs-captions-position-hover {
    bottom: 35px;
}
.mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
}
.me-cannotplay a {
    color: #fff;
    font-weight: 700;
}
.me-cannotplay span {
    padding: 15px;
    display: block;
}
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2c7c91;
    color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}
.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden;
}
.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}
.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}
div.mejs-speed-button {
    width: 46px !important;
    position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
    background: 0 0;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(skipback.png) no-repeat;
    background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: 0 0;
    font-size: 9px;
    line-height: normal;
    color: #fff;
}
.mejs-ted .mejs-controls {
    background: #eee;
    height: 65px;
}
.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
    position: absolute;
    background: #ddd;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: none;
    background: url(controls-ted.png) repeat-x 0 -52px;
    height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
    height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: none;
    background: url(controls-ted.png) repeat-x 0 -52px;
    width: 0;
    height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    height: 6px;
    background-color: none;
    background: url(controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    margin: 0;
    width: 14px;
    height: 21px;
    top: -7px;
    border: 0;
    background: url(controls-ted.png) no-repeat 0 0;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none;
}
.mejs-ted .mejs-controls .mejs-playpause-button {
    top: 29px;
    left: 9px;
    width: 49px;
    height: 28px;
}
.mejs-ted .mejs-controls .mejs-playpause-button button {
    width: 49px;
    height: 28px;
    background: url(controls-ted.png) no-repeat -50px -23px;
    margin: 0;
    padding: 0;
}
.mejs-ted .mejs-controls .mejs-pause button {
    background-position: 0 -23px;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button {
    top: 34px;
    right: 9px;
    width: 17px;
    height: 15px;
    background: 0 0;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button button {
    width: 19px;
    height: 17px;
    background: transparent url(controls-ted.png) no-repeat 0 -66px;
    margin: 0;
    padding: 0;
}
.mejs-ted .mejs-controls .mejs-unfullscreen button {
    background: transparent url(controls-ted.png) no-repeat -21px -66px;
    margin: 0;
    padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button {
    top: 30px;
    right: 35px;
    width: 24px;
    height: 22px;
}
.mejs-ted .mejs-controls .mejs-mute button {
    background: url(controls-ted.png) no-repeat -15px 0;
    width: 24px;
    height: 22px;
    margin: 0;
    padding: 0;
}
.mejs-ted .mejs-controls .mejs-unmute button {
    background: url(controls-ted.png) no-repeat -40px 0;
    width: 24px;
    height: 22px;
    margin: 0;
    padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: #fff;
    border: solid 1px #aaa;
    border-width: 1px 1px 0 1px;
    width: 22px;
    height: 65px;
    top: -65px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
    background: url(controls-ted.png) repeat-y -41px -66px;
    left: 8px;
    width: 6px;
    height: 50px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
    left: 8px;
    width: 6px;
    background: url(controls-ted.png) repeat-y -48px -66px;
    height: 50px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
    display: none;
}
.mejs-ted .mejs-controls .mejs-time span {
    color: #333;
}
.mejs-ted .mejs-controls .mejs-currenttime-container {
    position: absolute;
    top: 32px;
    right: 100px;
    border: solid 1px #999;
    background: #fff;
    color: #333;
    padding-top: 2px;
    border-radius: 3px;
    color: #333;
}
.mejs-ted .mejs-controls .mejs-duration-container {
    position: absolute;
    top: 32px;
    right: 65px;
    border: solid 1px #999;
    background: #fff;
    color: #333;
    padding-top: 2px;
    border-radius: 3px;
    color: #333;
}
.mejs-ted .mejs-controls .mejs-time button {
    color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
    display: none;
}
.mejs-wmp .mejs-controls {
    background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
    height: 65px;
}
.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
    position: absolute;
    background: 0 0;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: transparent;
    border: solid 1px #ccc;
    height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
    height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, 0.3);
    width: 0;
    height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    height: 1px;
    background-color: #014cb6;
    border: solid 1px #7fc9fa;
    border-width: 1px 0;
    border-color: #7fc9fa #fff #619ff2 #fff;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    margin: 0;
    width: 16px;
    height: 9px;
    top: -3px;
    border: 0;
    background: url(controls-wmp.png) no-repeat 0 -80px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none;
}
.mejs-wmp .mejs-controls .mejs-playpause-button {
    top: 10px;
    left: 50%;
    margin: 10px 0 0 -20px;
    width: 40px;
    height: 40px;
}
.mejs-wmp .mejs-controls .mejs-playpause-button button {
    width: 40px;
    height: 40px;
    background: url(controls-wmp.png) no-repeat 0 0;
    margin: 0;
    padding: 0;
}
.mejs-wmp .mejs-controls .mejs-pause button {
    background-position: 0 -40px;
}
.mejs-wmp .mejs-controls .mejs-currenttime-container {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -93px;
}
.mejs-wmp .mejs-controls .mejs-duration-container {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -58px;
}
.mejs-wmp .mejs-controls .mejs-volume-button {
    top: 32px;
    right: 50%;
    margin-right: -55px;
    width: 20px;
    height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
    margin: 0;
    padding: 0;
    background: url(controls-wmp.png) no-repeat -42px -17px;
    width: 20px;
    height: 15px;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
    margin: 0;
    padding: 0;
    background: url(controls-wmp.png) no-repeat -42px 0;
    width: 20px;
    height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: rgba(102, 102, 102, 0.6);
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button {
    top: 32px;
    right: 50%;
    margin-right: -82px;
    width: 15px;
    height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
    margin: 0;
    padding: 0;
    background: url(controls-wmp.png) no-repeat -63px 0;
    width: 15px;
    height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
    display: none;
} /*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-background {
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
} /*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    font: 400 12px Arial;
    color: #999;
}
.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-background {
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    font: 400 12px Arial;
    color: #999;
}
.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-sub {
    background: #aaa;
}
.noUi-marker-large {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
} /*! jQuery UI - v1.11.3 - 2015-02-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}
.ui-widget-header a {
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffd27a_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000;
    opacity: 0.2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
} /*!
 * jQuery UI CSS Framework 1.11.3
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}
.ui-widget-header a {
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: 700;
    color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffd27a_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000;
    opacity: 0.2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}
div#driver-popover-item {
    display: none;
    position: absolute;
    background: #fff;
    color: #2d2d2d;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    min-width: 250px;
    max-width: 300px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    z-index: 1000000000;
}
div#driver-popover-item .driver-popover-tip {
    border: 5px solid #fff;
    content: "";
    position: absolute;
}
div#driver-popover-item .driver-popover-tip.bottom {
    bottom: -10px;
    border-color: #fff transparent transparent;
}
div#driver-popover-item .driver-popover-tip.bottom.position-center {
    left: 49%;
}
div#driver-popover-item .driver-popover-tip.bottom.position-right {
    right: 20px;
}
div#driver-popover-item .driver-popover-tip.left {
    left: -10px;
    top: 10px;
    border-color: transparent #fff transparent transparent;
}
div#driver-popover-item .driver-popover-tip.left.position-center {
    top: 46%;
}
div#driver-popover-item .driver-popover-tip.left.position-bottom {
    top: auto;
    bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.right {
    right: -10px;
    top: 10px;
    border-color: transparent transparent transparent #fff;
}
div#driver-popover-item .driver-popover-tip.right.position-center {
    top: 46%;
}
div#driver-popover-item .driver-popover-tip.right.position-bottom {
    top: auto;
    bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.top {
    top: -10px;
    border-color: transparent transparent #fff;
}
div#driver-popover-item .driver-popover-tip.top.position-center {
    left: 49%;
}
div#driver-popover-item .driver-popover-tip.top.position-right {
    right: 20px;
}
div#driver-popover-item .driver-popover-tip.mid-center {
    display: none;
}
div#driver-popover-item .driver-popover-footer {
    display: block;
    margin-top: 10px;
}
div#driver-popover-item .driver-popover-footer button {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    color: #2d2d2d;
    font: 11px / normal sans-serif;
    cursor: pointer;
    outline: 0;
    background-color: #f1f1f1;
    border-radius: 2px;
    zoom: 1;
    line-height: 1.3;
}
div#driver-popover-item .driver-popover-footer button.driver-disabled {
    color: grey;
    cursor: default;
    pointer-events: none;
}
div#driver-popover-item .driver-popover-footer .driver-close-btn {
    float: left;
}
div#driver-popover-item .driver-popover-footer .driver-btn-group,
div#driver-popover-item .driver-popover-footer .driver-close-only-btn {
    float: right;
}
div#driver-popover-item .driver-popover-title {
    font: 19px / normal sans-serif;
    margin: 0 0 5px;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 1.5;
    zoom: 1;
}
div#driver-popover-item .driver-popover-description {
    margin-bottom: 0;
    font: 14px / normal sans-serif;
    line-height: 1.5;
    color: #2d2d2d;
    font-weight: 400;
    zoom: 1;
}
.driver-clearfix:after,
.driver-clearfix:before {
    content: "";
    display: table;
}
.driver-clearfix:after {
    clear: both;
}
.driver-stage-no-animation {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background: 0 0 !important;
    outline: 5000px solid rgba(0, 0, 0, 0.75);
}
div#driver-page-overlay {
    background: #000;
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    zoom: 1;
    opacity: 0.75;
    z-index: 100002 !important;
}
div#driver-highlighted-element-stage,
div#driver-page-overlay {
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div#driver-highlighted-element-stage {
    position: absolute;
    height: 50px;
    width: 300px;
    background: #fff;
    z-index: 100003 !important;
    display: none;
    border-radius: 2px;
}
.driver-highlighted-element {
    z-index: 100004 !important;
}
.driver-position-relative {
    position: relative !important;
}
.driver-fix-stacking {
    z-index: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
    filter: none !important;
    -webkit-perspective: none !important;
    -moz-perspective: none !important;
    -ms-perspective: none !important;
    -o-perspective: none !important;
    perspective: none !important;
    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    -ms-transform-style: flat !important;
    transform-style: flat !important;
    -webkit-transform-box: border-box !important;
    -moz-transform-box: border-box !important;
    -ms-transform-box: border-box !important;
    -o-transform-box: border-box !important;
    transform-box: border-box !important;
    will-change: unset !important;
} /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
} /*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
} /*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
    position: relative;
}
.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    padding-top: 45%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
    width: 49%;
}
.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}
.ekko-lightbox .modal-footer {
    text-align: left;
} /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .c-checkout table,
    .table {
        border-collapse: collapse !important;
    }
    .c-checkout table td,
    .c-checkout table th,
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.box .btn-details:after,
.box-listing .product .btn-details:after,
.glyphicon,
.panel-title > a[data-toggle="collapse"]:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "*";
}
.glyphicon-plus:before {
    content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "€";
}
.glyphicon-minus:before {
    content: "−";
}
.glyphicon-cloud:before {
    content: "☁";
}
.glyphicon-envelope:before {
    content: "✉";
}
.glyphicon-pencil:before {
    content: "✏";
}
.glyphicon-glass:before {
    content: "";
}
.glyphicon-music:before {
    content: "";
}
.glyphicon-search:before {
    content: "";
}
.glyphicon-heart:before {
    content: "";
}
.glyphicon-star:before {
    content: "";
}
.glyphicon-star-empty:before {
    content: "";
}
.glyphicon-user:before {
    content: "";
}
.glyphicon-film:before {
    content: "";
}
.glyphicon-th-large:before {
    content: "";
}
.glyphicon-th:before {
    content: "";
}
.glyphicon-th-list:before {
    content: "";
}
.glyphicon-ok:before {
    content: "";
}
.glyphicon-remove:before {
    content: "";
}
.glyphicon-zoom-in:before {
    content: "";
}
.glyphicon-zoom-out:before {
    content: "";
}
.glyphicon-off:before {
    content: "";
}
.glyphicon-signal:before {
    content: "";
}
.glyphicon-cog:before {
    content: "";
}
.glyphicon-trash:before {
    content: "";
}
.glyphicon-home:before {
    content: "";
}
.glyphicon-file:before {
    content: "";
}
.glyphicon-time:before {
    content: "";
}
.glyphicon-road:before {
    content: "";
}
.glyphicon-download-alt:before {
    content: "";
}
.glyphicon-download:before {
    content: "";
}
.glyphicon-upload:before {
    content: "";
}
.glyphicon-inbox:before {
    content: "";
}
.glyphicon-play-circle:before {
    content: "";
}
.glyphicon-repeat:before {
    content: "";
}
.glyphicon-refresh:before {
    content: "";
}
.glyphicon-list-alt:before {
    content: "";
}
.glyphicon-lock:before {
    content: "";
}
.glyphicon-flag:before {
    content: "";
}
.glyphicon-headphones:before {
    content: "";
}
.glyphicon-volume-off:before {
    content: "";
}
.glyphicon-volume-down:before {
    content: "";
}
.glyphicon-volume-up:before {
    content: "";
}
.glyphicon-qrcode:before {
    content: "";
}
.glyphicon-barcode:before {
    content: "";
}
.glyphicon-tag:before {
    content: "";
}
.glyphicon-tags:before {
    content: "";
}
.glyphicon-book:before {
    content: "";
}
.glyphicon-bookmark:before {
    content: "";
}
.glyphicon-print:before {
    content: "";
}
.glyphicon-camera:before {
    content: "";
}
.glyphicon-font:before {
    content: "";
}
.glyphicon-bold:before {
    content: "";
}
.glyphicon-italic:before {
    content: "";
}
.glyphicon-text-height:before {
    content: "";
}
.glyphicon-text-width:before {
    content: "";
}
.glyphicon-align-left:before {
    content: "";
}
.glyphicon-align-center:before {
    content: "";
}
.glyphicon-align-right:before {
    content: "";
}
.glyphicon-align-justify:before {
    content: "";
}
.glyphicon-list:before {
    content: "";
}
.glyphicon-indent-left:before {
    content: "";
}
.glyphicon-indent-right:before {
    content: "";
}
.glyphicon-facetime-video:before {
    content: "";
}
.glyphicon-picture:before {
    content: "";
}
.glyphicon-map-marker:before {
    content: "";
}
.glyphicon-adjust:before {
    content: "";
}
.glyphicon-tint:before {
    content: "";
}
.glyphicon-edit:before {
    content: "";
}
.glyphicon-share:before {
    content: "";
}
.glyphicon-check:before {
    content: "";
}
.glyphicon-move:before {
    content: "";
}
.glyphicon-step-backward:before {
    content: "";
}
.glyphicon-fast-backward:before {
    content: "";
}
.glyphicon-backward:before {
    content: "";
}
.glyphicon-play:before {
    content: "";
}
.glyphicon-pause:before {
    content: "";
}
.glyphicon-stop:before {
    content: "";
}
.glyphicon-forward:before {
    content: "";
}
.glyphicon-fast-forward:before {
    content: "";
}
.glyphicon-step-forward:before {
    content: "";
}
.glyphicon-eject:before {
    content: "";
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-right:before {
    content: "";
}
.glyphicon-plus-sign:before {
    content: "";
}
.glyphicon-minus-sign:before {
    content: "";
}
.glyphicon-remove-sign:before {
    content: "";
}
.glyphicon-ok-sign:before {
    content: "";
}
.glyphicon-question-sign:before {
    content: "";
}
.glyphicon-info-sign:before {
    content: "";
}
.glyphicon-screenshot:before {
    content: "";
}
.glyphicon-remove-circle:before {
    content: "";
}
.glyphicon-ok-circle:before {
    content: "";
}
.glyphicon-ban-circle:before {
    content: "";
}
.glyphicon-arrow-left:before {
    content: "";
}
.glyphicon-arrow-right:before {
    content: "";
}
.glyphicon-arrow-up:before {
    content: "";
}
.glyphicon-arrow-down:before {
    content: "";
}
.glyphicon-share-alt:before {
    content: "";
}
.glyphicon-resize-full:before {
    content: "";
}
.glyphicon-resize-small:before {
    content: "";
}
.glyphicon-exclamation-sign:before {
    content: "";
}
.glyphicon-gift:before {
    content: "";
}
.glyphicon-leaf:before {
    content: "";
}
.glyphicon-fire:before {
    content: "";
}
.glyphicon-eye-open:before {
    content: "";
}
.glyphicon-eye-close:before {
    content: "";
}
.glyphicon-warning-sign:before {
    content: "";
}
.glyphicon-plane:before {
    content: "";
}
.glyphicon-calendar:before {
    content: "";
}
.glyphicon-random:before {
    content: "";
}
.glyphicon-comment:before {
    content: "";
}
.glyphicon-magnet:before {
    content: "";
}
.glyphicon-chevron-up:before {
    content: "";
}
.glyphicon-chevron-down:before {
    content: "";
}
.glyphicon-retweet:before {
    content: "";
}
.glyphicon-shopping-cart:before {
    content: "";
}
.glyphicon-folder-close:before {
    content: "";
}
.glyphicon-folder-open:before {
    content: "";
}
.glyphicon-resize-vertical:before {
    content: "";
}
.glyphicon-resize-horizontal:before {
    content: "";
}
.glyphicon-hdd:before {
    content: "";
}
.glyphicon-bullhorn:before {
    content: "";
}
.glyphicon-bell:before {
    content: "";
}
.glyphicon-certificate:before {
    content: "";
}
.glyphicon-thumbs-up:before {
    content: "";
}
.glyphicon-thumbs-down:before {
    content: "";
}
.glyphicon-hand-right:before {
    content: "";
}
.glyphicon-hand-left:before {
    content: "";
}
.glyphicon-hand-up:before {
    content: "";
}
.glyphicon-hand-down:before {
    content: "";
}
.glyphicon-circle-arrow-right:before {
    content: "";
}
.glyphicon-circle-arrow-left:before {
    content: "";
}
.glyphicon-circle-arrow-up:before {
    content: "";
}
.glyphicon-circle-arrow-down:before {
    content: "";
}
.glyphicon-globe:before {
    content: "";
}
.glyphicon-wrench:before {
    content: "";
}
.glyphicon-tasks:before {
    content: "";
}
.glyphicon-filter:before {
    content: "";
}
.glyphicon-briefcase:before {
    content: "";
}
.glyphicon-fullscreen:before {
    content: "";
}
.glyphicon-dashboard:before {
    content: "";
}
.glyphicon-paperclip:before {
    content: "";
}
.glyphicon-heart-empty:before {
    content: "";
}
.glyphicon-link:before {
    content: "";
}
.glyphicon-phone:before {
    content: "";
}
.glyphicon-pushpin:before {
    content: "";
}
.glyphicon-usd:before {
    content: "";
}
.glyphicon-gbp:before {
    content: "";
}
.glyphicon-sort:before {
    content: "";
}
.glyphicon-sort-by-alphabet:before {
    content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}
.glyphicon-sort-by-order:before {
    content: "";
}
.glyphicon-sort-by-order-alt:before {
    content: "";
}
.glyphicon-sort-by-attributes:before {
    content: "";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "";
}
.glyphicon-unchecked:before {
    content: "";
}
.glyphicon-expand:before {
    content: "";
}
.glyphicon-collapse-down:before {
    content: "";
}
.glyphicon-collapse-up:before {
    content: "";
}
.glyphicon-log-in:before {
    content: "";
}
.glyphicon-flash:before {
    content: "";
}
.glyphicon-log-out:before {
    content: "";
}
.glyphicon-new-window:before {
    content: "";
}
.glyphicon-record:before {
    content: "";
}
.glyphicon-save:before {
    content: "";
}
.glyphicon-open:before {
    content: "";
}
.glyphicon-saved:before {
    content: "";
}
.glyphicon-import:before {
    content: "";
}
.glyphicon-export:before {
    content: "";
}
.glyphicon-send:before {
    content: "";
}
.glyphicon-floppy-disk:before {
    content: "";
}
.glyphicon-floppy-saved:before {
    content: "";
}
.glyphicon-floppy-remove:before {
    content: "";
}
.glyphicon-floppy-save:before {
    content: "";
}
.glyphicon-floppy-open:before {
    content: "";
}
.glyphicon-credit-card:before {
    content: "";
}
.glyphicon-transfer:before {
    content: "";
}
.glyphicon-cutlery:before {
    content: "";
}
.glyphicon-header:before {
    content: "";
}
.glyphicon-compressed:before {
    content: "";
}
.glyphicon-earphone:before {
    content: "";
}
.glyphicon-phone-alt:before {
    content: "";
}
.glyphicon-tower:before {
    content: "";
}
.glyphicon-stats:before {
    content: "";
}
.glyphicon-sd-video:before {
    content: "";
}
.glyphicon-hd-video:before {
    content: "";
}
.glyphicon-subtitles:before {
    content: "";
}
.glyphicon-sound-stereo:before {
    content: "";
}
.glyphicon-sound-dolby:before {
    content: "";
}
.glyphicon-sound-5-1:before {
    content: "";
}
.glyphicon-sound-6-1:before {
    content: "";
}
.glyphicon-sound-7-1:before {
    content: "";
}
.glyphicon-copyright-mark:before {
    content: "";
}
.glyphicon-registration-mark:before {
    content: "";
}
.glyphicon-cloud-download:before {
    content: "";
}
.glyphicon-cloud-upload:before {
    content: "";
}
.glyphicon-tree-conifer:before {
    content: "";
}
.glyphicon-tree-deciduous:before {
    content: "";
}
.glyphicon-cd:before {
    content: "";
}
.glyphicon-save-file:before {
    content: "";
}
.glyphicon-open-file:before {
    content: "";
}
.glyphicon-level-up:before {
    content: "";
}
.glyphicon-copy:before {
    content: "";
}
.glyphicon-paste:before {
    content: "";
}
.glyphicon-alert:before {
    content: "";
}
.glyphicon-equalizer:before {
    content: "";
}
.glyphicon-king:before {
    content: "";
}
.glyphicon-queen:before {
    content: "";
}
.glyphicon-pawn:before {
    content: "";
}
.glyphicon-bishop:before {
    content: "";
}
.glyphicon-knight:before {
    content: "";
}
.glyphicon-baby-formula:before {
    content: "";
}
.glyphicon-tent:before {
    content: "⛺";
}
.glyphicon-blackboard:before {
    content: "";
}
.glyphicon-bed:before {
    content: "";
}
.glyphicon-apple:before {
    content: "";
}
.glyphicon-erase:before {
    content: "";
}
.glyphicon-hourglass:before {
    content: "⌛";
}
.glyphicon-lamp:before {
    content: "";
}
.glyphicon-duplicate:before {
    content: "";
}
.glyphicon-piggy-bank:before {
    content: "";
}
.glyphicon-scissors:before {
    content: "";
}
.glyphicon-bitcoin:before {
    content: "";
}
.glyphicon-btc:before {
    content: "";
}
.glyphicon-xbt:before {
    content: "";
}
.glyphicon-yen:before {
    content: "¥";
}
.glyphicon-jpy:before {
    content: "¥";
}
.glyphicon-ruble:before {
    content: "₽";
}
.glyphicon-rub:before {
    content: "₽";
}
.glyphicon-scale:before {
    content: "";
}
.glyphicon-ice-lolly:before {
    content: "";
}
.glyphicon-ice-lolly-tasted:before {
    content: "";
}
.glyphicon-education:before {
    content: "";
}
.glyphicon-option-horizontal:before {
    content: "";
}
.glyphicon-option-vertical:before {
    content: "";
}
.glyphicon-menu-hamburger:before {
    content: "";
}
.glyphicon-modal-window:before {
    content: "";
}
.glyphicon-oil:before {
    content: "";
}
.glyphicon-grain:before {
    content: "";
}
.glyphicon-sunglasses:before {
    content: "";
}
.glyphicon-text-size:before {
    content: "";
}
.glyphicon-text-color:before {
    content: "";
}
.glyphicon-text-background:before {
    content: "";
}
.glyphicon-object-align-top:before {
    content: "";
}
.glyphicon-object-align-bottom:before {
    content: "";
}
.glyphicon-object-align-horizontal:before {
    content: "";
}
.glyphicon-object-align-left:before {
    content: "";
}
.glyphicon-object-align-vertical:before {
    content: "";
}
.glyphicon-object-align-right:before {
    content: "";
}
.glyphicon-triangle-right:before {
    content: "";
}
.glyphicon-triangle-left:before {
    content: "";
}
.glyphicon-triangle-bottom:before {
    content: "";
}
.glyphicon-triangle-top:before {
    content: "";
}
.glyphicon-console:before {
    content: "";
}
.glyphicon-superscript:before {
    content: "";
}
.glyphicon-subscript:before {
    content: "";
}
.glyphicon-menu-left:before {
    content: "";
}
.glyphicon-menu-right:before {
    content: "";
}
.glyphicon-menu-down:before {
    content: "";
}
.glyphicon-menu-up:before {
    content: "";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #7eb935;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #567e24;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c2c2c2;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: alternate-gothic-condensed-a, "Arial Narrow", sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #83bc00;
}
.cart.cart-flex .product .product-information .h1 .box-number,
.cart.cart-flex .product .product-information .h2 .box-number,
.cart.cart-flex .product .product-information .h3 .box-number,
.cart.cart-flex .product .product-information .h4 .box-number,
.cart.cart-flex .product .product-information .h5 .box-number,
.cart.cart-flex .product .product-information .h6 .box-number,
.cart.cart-flex .product .product-information h1 .box-number,
.cart.cart-flex .product .product-information h2 .box-number,
.cart.cart-flex .product .product-information h3 .box-number,
.cart.cart-flex .product .product-information h4 .box-number,
.cart.cart-flex .product .product-information h5 .box-number,
.cart.cart-flex .product .product-information h6 .box-number,
.cart > .summary .order-pricing .h1 .discount-text,
.cart > .summary .order-pricing .h2 .discount-text,
.cart > .summary .order-pricing .h3 .discount-text,
.cart > .summary .order-pricing .h4 .discount-text,
.cart > .summary .order-pricing .h5 .discount-text,
.cart > .summary .order-pricing .h6 .discount-text,
.cart > .summary .order-pricing h1 .discount-text,
.cart > .summary .order-pricing h2 .discount-text,
.cart > .summary .order-pricing h3 .discount-text,
.cart > .summary .order-pricing h4 .discount-text,
.cart > .summary .order-pricing h5 .discount-text,
.cart > .summary .order-pricing h6 .discount-text,
.h1 .cart.cart-flex .product .product-information .box-number,
.h1 .cart > .summary .order-pricing .discount-text,
.h1 .small,
.h1 small,
.h2 .cart.cart-flex .product .product-information .box-number,
.h2 .cart > .summary .order-pricing .discount-text,
.h2 .small,
.h2 small,
.h3 .cart.cart-flex .product .product-information .box-number,
.h3 .cart > .summary .order-pricing .discount-text,
.h3 .small,
.h3 small,
.h4 .cart.cart-flex .product .product-information .box-number,
.h4 .cart > .summary .order-pricing .discount-text,
.h4 .small,
.h4 small,
.h5 .cart.cart-flex .product .product-information .box-number,
.h5 .cart > .summary .order-pricing .discount-text,
.h5 .small,
.h5 small,
.h6 .cart.cart-flex .product .product-information .box-number,
.h6 .cart > .summary .order-pricing .discount-text,
.h6 .small,
.h6 small,
h1 .cart.cart-flex .product .product-information .box-number,
h1 .cart > .summary .order-pricing .discount-text,
h1 .small,
h1 small,
h2 .cart.cart-flex .product .product-information .box-number,
h2 .cart > .summary .order-pricing .discount-text,
h2 .small,
h2 small,
h3 .cart.cart-flex .product .product-information .box-number,
h3 .cart > .summary .order-pricing .discount-text,
h3 .small,
h3 small,
h4 .cart.cart-flex .product .product-information .box-number,
h4 .cart > .summary .order-pricing .discount-text,
h4 .small,
h4 small,
h5 .cart.cart-flex .product .product-information .box-number,
h5 .cart > .summary .order-pricing .discount-text,
h5 .small,
h5 small,
h6 .cart.cart-flex .product .product-information .box-number,
h6 .cart > .summary .order-pricing .discount-text,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.cart.cart-flex .product .product-information .h1 .box-number,
.cart.cart-flex .product .product-information .h2 .box-number,
.cart.cart-flex .product .product-information .h3 .box-number,
.cart.cart-flex .product .product-information h1 .box-number,
.cart.cart-flex .product .product-information h2 .box-number,
.cart.cart-flex .product .product-information h3 .box-number,
.cart > .summary .order-pricing .h1 .discount-text,
.cart > .summary .order-pricing .h2 .discount-text,
.cart > .summary .order-pricing .h3 .discount-text,
.cart > .summary .order-pricing h1 .discount-text,
.cart > .summary .order-pricing h2 .discount-text,
.cart > .summary .order-pricing h3 .discount-text,
.h1 .cart.cart-flex .product .product-information .box-number,
.h1 .cart > .summary .order-pricing .discount-text,
.h1 .small,
.h1 small,
.h2 .cart.cart-flex .product .product-information .box-number,
.h2 .cart > .summary .order-pricing .discount-text,
.h2 .small,
.h2 small,
.h3 .cart.cart-flex .product .product-information .box-number,
.h3 .cart > .summary .order-pricing .discount-text,
.h3 .small,
.h3 small,
h1 .cart.cart-flex .product .product-information .box-number,
h1 .cart > .summary .order-pricing .discount-text,
h1 .small,
h1 small,
h2 .cart.cart-flex .product .product-information .box-number,
h2 .cart > .summary .order-pricing .discount-text,
h2 .small,
h2 small,
h3 .cart.cart-flex .product .product-information .box-number,
h3 .cart > .summary .order-pricing .discount-text,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart.cart-flex .product .product-information .h4 .box-number,
.cart.cart-flex .product .product-information .h5 .box-number,
.cart.cart-flex .product .product-information .h6 .box-number,
.cart.cart-flex .product .product-information h4 .box-number,
.cart.cart-flex .product .product-information h5 .box-number,
.cart.cart-flex .product .product-information h6 .box-number,
.cart > .summary .order-pricing .h4 .discount-text,
.cart > .summary .order-pricing .h5 .discount-text,
.cart > .summary .order-pricing .h6 .discount-text,
.cart > .summary .order-pricing h4 .discount-text,
.cart > .summary .order-pricing h5 .discount-text,
.cart > .summary .order-pricing h6 .discount-text,
.h4 .cart.cart-flex .product .product-information .box-number,
.h4 .cart > .summary .order-pricing .discount-text,
.h4 .small,
.h4 small,
.h5 .cart.cart-flex .product .product-information .box-number,
.h5 .cart > .summary .order-pricing .discount-text,
.h5 .small,
.h5 small,
.h6 .cart.cart-flex .product .product-information .box-number,
.h6 .cart > .summary .order-pricing .discount-text,
.h6 .small,
.h6 small,
h4 .cart.cart-flex .product .product-information .box-number,
h4 .cart > .summary .order-pricing .discount-text,
h4 .small,
h4 small,
h5 .cart.cart-flex .product .product-information .box-number,
h5 .cart > .summary .order-pricing .discount-text,
h5 .small,
h5 small,
h6 .cart.cart-flex .product .product-information .box-number,
h6 .cart > .summary .order-pricing .discount-text,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 26px;
}
.h4,
h4 {
    font-size: 21px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.cart.cart-flex .product .product-information .box-number,
.cart > .summary .order-pricing .discount-text,
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.cart.cart-flex .product .product-pricing,
.cart.cart-flex > .summary .product-pricing,
.cart > .summary .order-pricing,
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.cart.cart-flex .product .product-information .box-number,
.cart > .summary .order-pricing .discount-text,
.text-muted {
    color: #777;
}
.text-primary {
    color: #7eb935;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #63912a;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #7eb935;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #63912a;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.428571429;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
.cart.cart-flex .product .product-information blockquote .box-number,
.cart > .summary .order-pricing blockquote .discount-text,
blockquote .cart.cart-flex .product .product-information .box-number,
blockquote .cart > .summary .order-pricing .discount-text,
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}
.cart.cart-flex .product .product-information blockquote .box-number:before,
.cart > .summary .order-pricing blockquote .discount-text:before,
blockquote .cart.cart-flex .product .product-information .box-number:before,
blockquote .cart > .summary .order-pricing .discount-text:before,
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .cart.cart-flex .product .product-information .box-number:before,
.blockquote-reverse .cart > .summary .order-pricing .discount-text:before,
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.cart.cart-flex .product .product-information .blockquote-reverse .box-number:before,
.cart.cart-flex .product .product-information blockquote.pull-right .box-number:before,
.cart > .summary .order-pricing .blockquote-reverse .discount-text:before,
.cart > .summary .order-pricing blockquote.pull-right .discount-text:before,
blockquote.pull-right .cart.cart-flex .product .product-information .box-number:before,
blockquote.pull-right .cart > .summary .order-pricing .discount-text:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .cart.cart-flex .product .product-information .box-number:after,
.blockquote-reverse .cart > .summary .order-pricing .discount-text:after,
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.cart.cart-flex .product .product-information .blockquote-reverse .box-number:after,
.cart.cart-flex .product .product-information blockquote.pull-right .box-number:after,
.cart > .summary .order-pricing .blockquote-reverse .discount-text:after,
.cart > .summary .order-pricing blockquote.pull-right .discount-text:after,
blockquote.pull-right .cart.cart-flex .product .product-information .box-number:after,
blockquote.pull-right .cart > .summary .order-pricing .discount-text:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: " —";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.card.panel.card-horizontal .card-content-wrap .card-content,
.card.panel.card-horizontal .card-content-wrap .card-image,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .card.panel.card-horizontal .card-content-wrap .card-content,
    .card.panel.card-horizontal .card-content-wrap .card-image,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .card.panel.card-horizontal .card-content-wrap .card-image,
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .card.panel.card-horizontal .card-content-wrap .card-content,
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .card.panel.card-horizontal.card-align-right .card-content,
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .card.panel.card-horizontal.card-align-right .card-image,
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.c-checkout table,
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.c-checkout table > tbody > tr > td,
.c-checkout table > tbody > tr > th,
.c-checkout table > tfoot > tr > td,
.c-checkout table > tfoot > tr > th,
.c-checkout table > thead > tr > td,
.c-checkout table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.c-checkout table > thead > tr > th,
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.c-checkout table > caption + thead > tr:first-child > td,
.c-checkout table > caption + thead > tr:first-child > th,
.c-checkout table > colgroup + thead > tr:first-child > td,
.c-checkout table > colgroup + thead > tr:first-child > th,
.c-checkout table > thead:first-child > tr:first-child > td,
.c-checkout table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.c-checkout table > tbody + tbody,
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.c-checkout .table table,
.c-checkout table .table,
.c-checkout table table,
.table .c-checkout table,
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.c-checkout table > tbody > tr.active > td,
.c-checkout table > tbody > tr.active > th,
.c-checkout table > tbody > tr > td.active,
.c-checkout table > tbody > tr > th.active,
.c-checkout table > tfoot > tr.active > td,
.c-checkout table > tfoot > tr.active > th,
.c-checkout table > tfoot > tr > td.active,
.c-checkout table > tfoot > tr > th.active,
.c-checkout table > thead > tr.active > td,
.c-checkout table > thead > tr.active > th,
.c-checkout table > thead > tr > td.active,
.c-checkout table > thead > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.c-checkout table > tbody > tr.success > td,
.c-checkout table > tbody > tr.success > th,
.c-checkout table > tbody > tr > td.success,
.c-checkout table > tbody > tr > th.success,
.c-checkout table > tfoot > tr.success > td,
.c-checkout table > tfoot > tr.success > th,
.c-checkout table > tfoot > tr > td.success,
.c-checkout table > tfoot > tr > th.success,
.c-checkout table > thead > tr.success > td,
.c-checkout table > thead > tr.success > th,
.c-checkout table > thead > tr > td.success,
.c-checkout table > thead > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.c-checkout table > tbody > tr.info > td,
.c-checkout table > tbody > tr.info > th,
.c-checkout table > tbody > tr > td.info,
.c-checkout table > tbody > tr > th.info,
.c-checkout table > tfoot > tr.info > td,
.c-checkout table > tfoot > tr.info > th,
.c-checkout table > tfoot > tr > td.info,
.c-checkout table > tfoot > tr > th.info,
.c-checkout table > thead > tr.info > td,
.c-checkout table > thead > tr.info > th,
.c-checkout table > thead > tr > td.info,
.c-checkout table > thead > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.c-checkout table > tbody > tr.warning > td,
.c-checkout table > tbody > tr.warning > th,
.c-checkout table > tbody > tr > td.warning,
.c-checkout table > tbody > tr > th.warning,
.c-checkout table > tfoot > tr.warning > td,
.c-checkout table > tfoot > tr.warning > th,
.c-checkout table > tfoot > tr > td.warning,
.c-checkout table > tfoot > tr > th.warning,
.c-checkout table > thead > tr.warning > td,
.c-checkout table > thead > tr.warning > th,
.c-checkout table > thead > tr > td.warning,
.c-checkout table > thead > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.c-checkout table > tbody > tr.danger > td,
.c-checkout table > tbody > tr.danger > th,
.c-checkout table > tbody > tr > td.danger,
.c-checkout table > tbody > tr > th.danger,
.c-checkout table > tfoot > tr.danger > td,
.c-checkout table > tfoot > tr.danger > th,
.c-checkout table > tfoot > tr > td.danger,
.c-checkout table > tfoot > tr > th.danger,
.c-checkout table > thead > tr.danger > td,
.c-checkout table > thead > tr.danger > th,
.c-checkout table > thead > tr > td.danger,
.c-checkout table > thead > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .c-checkout .table-responsive > table,
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .c-checkout .table-responsive > table > tbody > tr > td,
    .c-checkout .table-responsive > table > tbody > tr > th,
    .c-checkout .table-responsive > table > tfoot > tr > td,
    .c-checkout .table-responsive > table > tfoot > tr > th,
    .c-checkout .table-responsive > table > thead > tr > td,
    .c-checkout .table-responsive > table > thead > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.cart .cart-items .product .product-pricing,
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.cart .cart-items .product .input-group-lg > .form-control.product-pricing,
.cart .cart-items .product .input-group-lg > .input-group-addon.product-pricing,
.cart .cart-items .product .input-group-lg > .input-group-btn > .btn.product-pricing,
.cart .cart-items .product .input-group-sm > .form-control.product-pricing,
.cart .cart-items .product .input-group-sm > .input-group-addon.product-pricing,
.cart .cart-items .product .input-group-sm > .input-group-btn > .btn.product-pricing,
.cart .cart-items .product .input-lg.product-pricing,
.cart .cart-items .product .input-sm.product-pricing,
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.cart .cart-items .product .form-group-sm .product-pricing,
.form-group-sm .cart .cart-items .product .product-pricing,
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.cart .cart-items .product .form-group-lg .product-pricing,
.form-group-lg .cart .cart-items .product .product-pricing,
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .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;
    }
    .cart .cart-items .product .form-inline .product-pricing,
    .form-inline .cart .cart-items .product .product-pricing,
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default,
.cart .cart-items .product .product-actions .btn-product-remove {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus,
.cart .cart-items .product .product-actions .btn-product-remove:focus,
.cart .cart-items .product .product-actions .focus.btn-product-remove {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover,
.cart .cart-items .product .product-actions .btn-product-remove:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.cart .cart-items .product .product-actions .active.btn-product-remove,
.cart .cart-items .product .product-actions .btn-product-remove:active,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-remove,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.cart .cart-items .product .product-actions .active.btn-product-remove:focus,
.cart .cart-items .product .product-actions .active.btn-product-remove:hover,
.cart .cart-items .product .product-actions .active.focus.btn-product-remove,
.cart .cart-items .product .product-actions .btn-product-remove:active.focus,
.cart .cart-items .product .product-actions .btn-product-remove:active:focus,
.cart .cart-items .product .product-actions .btn-product-remove:active:hover,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-remove:focus,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-remove:hover,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.focus.btn-product-remove,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.cart .cart-items .product .product-actions .active.btn-product-remove,
.cart .cart-items .product .product-actions .btn-product-remove:active,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-remove,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.cart .cart-items .product .product-actions .disabled.btn-product-remove:focus,
.cart .cart-items .product .product-actions .disabled.btn-product-remove:hover,
.cart .cart-items .product .product-actions .disabled.focus.btn-product-remove,
.cart .cart-items .product .product-actions [disabled].btn-product-remove:focus,
.cart .cart-items .product .product-actions [disabled].btn-product-remove:hover,
.cart .cart-items .product .product-actions [disabled].focus.btn-product-remove,
.cart .cart-items .product .product-actions fieldset[disabled] .btn-product-remove:focus,
.cart .cart-items .product .product-actions fieldset[disabled] .btn-product-remove:hover,
.cart .cart-items .product .product-actions fieldset[disabled] .focus.btn-product-remove,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-remove:focus,
fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-remove:hover,
fieldset[disabled] .cart .cart-items .product .product-actions .focus.btn-product-remove {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge,
.cart .cart-items .product .product-actions .btn-product-remove .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary,
.cart .cart-items .product .product-actions .btn-product-move {
    color: #fff;
    background-color: #7eb935;
    border-color: #71a52f;
}
.btn-primary.focus,
.btn-primary:focus,
.cart .cart-items .product .product-actions .btn-product-move:focus,
.cart .cart-items .product .product-actions .focus.btn-product-move {
    color: #fff;
    background-color: #63912a;
    border-color: #2d4213;
}
.btn-primary:hover,
.cart .cart-items .product .product-actions .btn-product-move:hover {
    color: #fff;
    background-color: #63912a;
    border-color: #507622;
}
.btn-primary.active,
.btn-primary:active,
.cart .cart-items .product .product-actions .active.btn-product-move,
.cart .cart-items .product .product-actions .btn-product-move:active,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-move,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #63912a;
    border-color: #507622;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.cart .cart-items .product .product-actions .active.btn-product-move:focus,
.cart .cart-items .product .product-actions .active.btn-product-move:hover,
.cart .cart-items .product .product-actions .active.focus.btn-product-move,
.cart .cart-items .product .product-actions .btn-product-move:active.focus,
.cart .cart-items .product .product-actions .btn-product-move:active:focus,
.cart .cart-items .product .product-actions .btn-product-move:active:hover,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-move:focus,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-move:hover,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.focus.btn-product-move,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #507622;
    border-color: #2d4213;
}
.btn-primary.active,
.btn-primary:active,
.cart .cart-items .product .product-actions .active.btn-product-move,
.cart .cart-items .product .product-actions .btn-product-move:active,
.cart .cart-items .product .product-actions .open > .dropdown-toggle.btn-product-move,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.cart .cart-items .product .product-actions .disabled.btn-product-move:focus,
.cart .cart-items .product .product-actions .disabled.btn-product-move:hover,
.cart .cart-items .product .product-actions .disabled.focus.btn-product-move,
.cart .cart-items .product .product-actions [disabled].btn-product-move:focus,
.cart .cart-items .product .product-actions [disabled].btn-product-move:hover,
.cart .cart-items .product .product-actions [disabled].focus.btn-product-move,
.cart .cart-items .product .product-actions fieldset[disabled] .btn-product-move:focus,
.cart .cart-items .product .product-actions fieldset[disabled] .btn-product-move:hover,
.cart .cart-items .product .product-actions fieldset[disabled] .focus.btn-product-move,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-move:focus,
fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-move:hover,
fieldset[disabled] .cart .cart-items .product .product-actions .focus.btn-product-move {
    background-color: #7eb935;
    border-color: #71a52f;
}
.btn-primary .badge,
.cart .cart-items .product .product-actions .btn-product-move .badge {
    color: #7eb935;
    background-color: #fff;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff !important;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff !important;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #7eb935;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #567e24;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #7eb935;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #7eb935;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #7eb935;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -30px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 30px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 10px -30px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-form {
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .cart .cart-items .product .navbar-form .product-pricing,
    .navbar-form .cart .cart-items .product .product-pricing,
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -30px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #31251b;
    border-color: #100c09;
}
.navbar-inverse .navbar-brand {
    color: #7eb935;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
    color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #7eb935;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #7eb935;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #1a140e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #7eb935;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #100c09;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #100c09;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #f2f2f2;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #7eb935;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #7eb935;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #f2f2f2;
}
.navbar-inverse .navbar-link:hover {
    color: #7eb935;
}
.navbar-inverse .btn-link {
    color: #f2f2f2;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #7eb935;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #7eb935;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #567e24;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #7eb935;
    border-color: #7eb935;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:after,
.pager:before {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #7eb935;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #63912a;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #7eb935;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #e6e6e6;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #7eb935;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #7eb935;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #7eb935;
    border-color: #7eb935;
}
.cart.cart-flex .product .product-information .list-group-item.active .list-group-item-heading > .box-number,
.cart > .summary .order-pricing .list-group-item.active .list-group-item-heading > .discount-text,
.list-group-item.active .cart.cart-flex .product .product-information .list-group-item-heading > .box-number,
.list-group-item.active .cart > .summary .order-pricing .list-group-item-heading > .discount-text,
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #dff0ca;
}
.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;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.cart.cart-flex .product .product-information .panel-title > .box-number,
.cart.cart-flex .product .product-information .panel-title > .box-number > a,
.cart > .summary .order-pricing .panel-title > .discount-text,
.cart > .summary .order-pricing .panel-title > .discount-text > a,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.c-checkout .panel > .panel-collapse > table,
.c-checkout .panel > .table-responsive > table,
.c-checkout .panel > table,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.c-checkout .panel > table caption,
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.c-checkout .panel > .table-responsive:first-child > table:first-child,
.c-checkout .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.c-checkout .panel > table:first-child > tbody:first-child > tr:first-child,
.c-checkout .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.c-checkout .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.c-checkout .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.c-checkout .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.c-checkout .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.c-checkout .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.c-checkout .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.c-checkout .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.c-checkout .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.c-checkout .panel > .table-responsive:last-child > table:last-child,
.c-checkout .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.c-checkout .panel > table:last-child > tbody:last-child > tr:last-child,
.c-checkout .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.c-checkout .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.c-checkout .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.c-checkout .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.c-checkout .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.c-checkout .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.c-checkout .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.c-checkout .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.c-checkout .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.c-checkout .panel > .panel-body + table,
.c-checkout .panel > table + .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.c-checkout .panel > table > tbody:first-child > tr:first-child td,
.c-checkout .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #7eb935;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #7eb935;
    border-color: #7eb935;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #7eb935;
}
.panel-primary > .panel-heading .badge {
    color: #7eb935;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #7eb935;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    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: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.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 {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "‹";
}
.carousel-control .icon-next:before {
    content: "›";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .cart.cart-flex .product .product-information > .per-unit-weight,
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart.cart-flex .product .product-information > .per-unit-weight,
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .cart.cart-flex .product .product-actions .action-label,
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .cart.cart-flex .product .product-actions .action-label,
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.dropdown .dropdown {
    position: relative;
}
.dropdown .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown .dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown .dropdown:hover > a:after {
    border-left-color: #fff;
}
.dropdown .dropdown > a > .caret {
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown .dropdown.pull-left {
    float: none;
}
.dropdown .dropdown.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
[class*="block-grid-"] {
    display: block;
    margin: 0 -15px;
    padding: 0;
}
[class*="block-grid-"]:after,
[class*="block-grid-"]:before {
    content: " ";
    display: table;
}
[class*="block-grid-"]:after {
    clear: both;
}
[class*="block-grid-"] > * {
    display: inline;
    margin: 0;
    padding: 15px;
    height: auto;
    float: left;
    list-style: none;
}
[class*="block-grid-"].block-grid-condensed {
    margin: 0 -2.5px;
}
[class*="block-grid-"].block-grid-condensed > * {
    padding: 2.5px;
}
[class*="block-grid-"].block-grid-flex {
    display: flex;
    flex-wrap: wrap;
}
[class*="block-grid-"].block-grid-flex.block-grid-stretch {
    height: 100%;
}
[class*="block-grid-"].block-grid-flex.block-grid-stretch .panel {
    align-items: stretch;
}
[class*="block-grid-"].block-grid-flex.block-grid-stretch .panel .panel-body {
    flex: 1 0 auto;
}
[class*="block-grid-"].block-grid-flex .panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.block-grid-xs-1 > * {
    width: 100%;
}
.block-grid-xs-1 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-1 > :nth-of-type(1n + 1) {
    clear: both;
}
.block-grid-xs-2 > * {
    width: 50%;
}
.block-grid-xs-2 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-2 > :nth-of-type(2n + 1) {
    clear: both;
}
.block-grid-xs-3 > * {
    width: 33.3333333333%;
}
.block-grid-xs-3 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-3 > :nth-of-type(3n + 1) {
    clear: both;
}
.block-grid-xs-4 > * {
    width: 25%;
}
.block-grid-xs-4 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-4 > :nth-of-type(4n + 1) {
    clear: both;
}
.block-grid-xs-5 > * {
    width: 20%;
}
.block-grid-xs-5 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-5 > :nth-of-type(5n + 1) {
    clear: both;
}
.block-grid-xs-6 > * {
    width: 16.6666666667%;
}
.block-grid-xs-6 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-6 > :nth-of-type(6n + 1) {
    clear: both;
}
.block-grid-xs-7 > * {
    width: 14.2857142857%;
}
.block-grid-xs-7 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-7 > :nth-of-type(7n + 1) {
    clear: both;
}
.block-grid-xs-8 > * {
    width: 12.5%;
}
.block-grid-xs-8 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-8 > :nth-of-type(8n + 1) {
    clear: both;
}
.block-grid-xs-9 > * {
    width: 11.1111111111%;
}
.block-grid-xs-9 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-9 > :nth-of-type(9n + 1) {
    clear: both;
}
.block-grid-xs-10 > * {
    width: 10%;
}
.block-grid-xs-10 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-10 > :nth-of-type(10n + 1) {
    clear: both;
}
.block-grid-xs-11 > * {
    width: 9.0909090909%;
}
.block-grid-xs-11 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-11 > :nth-of-type(11n + 1) {
    clear: both;
}
.block-grid-xs-12 > * {
    width: 8.3333333333%;
}
.block-grid-xs-12 > :nth-of-type(n) {
    clear: none;
}
.block-grid-xs-12 > :nth-of-type(12n + 1) {
    clear: both;
}
@media (min-width: 768px) {
    .block-grid-sm-1 > * {
        width: 100%;
    }
    .block-grid-sm-1 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-1 > :nth-of-type(1n + 1) {
        clear: both;
    }
    .block-grid-sm-2 > * {
        width: 50%;
    }
    .block-grid-sm-2 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-2 > :nth-of-type(2n + 1) {
        clear: both;
    }
    .block-grid-sm-3 > * {
        width: 33.3333333333%;
    }
    .block-grid-sm-3 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-3 > :nth-of-type(3n + 1) {
        clear: both;
    }
    .block-grid-sm-4 > * {
        width: 25%;
    }
    .block-grid-sm-4 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-4 > :nth-of-type(4n + 1) {
        clear: both;
    }
    .block-grid-sm-5 > * {
        width: 20%;
    }
    .block-grid-sm-5 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-5 > :nth-of-type(5n + 1) {
        clear: both;
    }
    .block-grid-sm-6 > * {
        width: 16.6666666667%;
    }
    .block-grid-sm-6 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-6 > :nth-of-type(6n + 1) {
        clear: both;
    }
    .block-grid-sm-7 > * {
        width: 14.2857142857%;
    }
    .block-grid-sm-7 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-7 > :nth-of-type(7n + 1) {
        clear: both;
    }
    .block-grid-sm-8 > * {
        width: 12.5%;
    }
    .block-grid-sm-8 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-8 > :nth-of-type(8n + 1) {
        clear: both;
    }
    .block-grid-sm-9 > * {
        width: 11.1111111111%;
    }
    .block-grid-sm-9 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-9 > :nth-of-type(9n + 1) {
        clear: both;
    }
    .block-grid-sm-10 > * {
        width: 10%;
    }
    .block-grid-sm-10 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-10 > :nth-of-type(10n + 1) {
        clear: both;
    }
    .block-grid-sm-11 > * {
        width: 9.0909090909%;
    }
    .block-grid-sm-11 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-11 > :nth-of-type(11n + 1) {
        clear: both;
    }
    .block-grid-sm-12 > * {
        width: 8.3333333333%;
    }
    .block-grid-sm-12 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-sm-12 > :nth-of-type(12n + 1) {
        clear: both;
    }
}
@media (min-width: 992px) {
    .block-grid-md-1 > * {
        width: 100%;
    }
    .block-grid-md-1 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-1 > :nth-of-type(1n + 1) {
        clear: both;
    }
    .block-grid-md-2 > * {
        width: 50%;
    }
    .block-grid-md-2 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-2 > :nth-of-type(2n + 1) {
        clear: both;
    }
    .block-grid-md-3 > * {
        width: 33.3333333333%;
    }
    .block-grid-md-3 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-3 > :nth-of-type(3n + 1) {
        clear: both;
    }
    .block-grid-md-4 > * {
        width: 25%;
    }
    .block-grid-md-4 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-4 > :nth-of-type(4n + 1) {
        clear: both;
    }
    .block-grid-md-5 > * {
        width: 20%;
    }
    .block-grid-md-5 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-5 > :nth-of-type(5n + 1) {
        clear: both;
    }
    .block-grid-md-6 > * {
        width: 16.6666666667%;
    }
    .block-grid-md-6 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-6 > :nth-of-type(6n + 1) {
        clear: both;
    }
    .block-grid-md-7 > * {
        width: 14.2857142857%;
    }
    .block-grid-md-7 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-7 > :nth-of-type(7n + 1) {
        clear: both;
    }
    .block-grid-md-8 > * {
        width: 12.5%;
    }
    .block-grid-md-8 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-8 > :nth-of-type(8n + 1) {
        clear: both;
    }
    .block-grid-md-9 > * {
        width: 11.1111111111%;
    }
    .block-grid-md-9 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-9 > :nth-of-type(9n + 1) {
        clear: both;
    }
    .block-grid-md-10 > * {
        width: 10%;
    }
    .block-grid-md-10 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-10 > :nth-of-type(10n + 1) {
        clear: both;
    }
    .block-grid-md-11 > * {
        width: 9.0909090909%;
    }
    .block-grid-md-11 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-11 > :nth-of-type(11n + 1) {
        clear: both;
    }
    .block-grid-md-12 > * {
        width: 8.3333333333%;
    }
    .block-grid-md-12 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-md-12 > :nth-of-type(12n + 1) {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .block-grid-lg-1 > * {
        width: 100%;
    }
    .block-grid-lg-1 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-1 > :nth-of-type(1n + 1) {
        clear: both;
    }
    .block-grid-lg-2 > * {
        width: 50%;
    }
    .block-grid-lg-2 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-2 > :nth-of-type(2n + 1) {
        clear: both;
    }
    .block-grid-lg-3 > * {
        width: 33.3333333333%;
    }
    .block-grid-lg-3 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-3 > :nth-of-type(3n + 1) {
        clear: both;
    }
    .block-grid-lg-4 > * {
        width: 25%;
    }
    .block-grid-lg-4 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-4 > :nth-of-type(4n + 1) {
        clear: both;
    }
    .block-grid-lg-5 > * {
        width: 20%;
    }
    .block-grid-lg-5 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-5 > :nth-of-type(5n + 1) {
        clear: both;
    }
    .block-grid-lg-6 > * {
        width: 16.6666666667%;
    }
    .block-grid-lg-6 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-6 > :nth-of-type(6n + 1) {
        clear: both;
    }
    .block-grid-lg-7 > * {
        width: 14.2857142857%;
    }
    .block-grid-lg-7 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-7 > :nth-of-type(7n + 1) {
        clear: both;
    }
    .block-grid-lg-8 > * {
        width: 12.5%;
    }
    .block-grid-lg-8 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-8 > :nth-of-type(8n + 1) {
        clear: both;
    }
    .block-grid-lg-9 > * {
        width: 11.1111111111%;
    }
    .block-grid-lg-9 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-9 > :nth-of-type(9n + 1) {
        clear: both;
    }
    .block-grid-lg-10 > * {
        width: 10%;
    }
    .block-grid-lg-10 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-10 > :nth-of-type(10n + 1) {
        clear: both;
    }
    .block-grid-lg-11 > * {
        width: 9.0909090909%;
    }
    .block-grid-lg-11 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-11 > :nth-of-type(11n + 1) {
        clear: both;
    }
    .block-grid-lg-12 > * {
        width: 8.3333333333%;
    }
    .block-grid-lg-12 > :nth-of-type(n) {
        clear: none;
    }
    .block-grid-lg-12 > :nth-of-type(12n + 1) {
        clear: both;
    }
}
@font-face {
    font-family: Flaticon;
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}
.ficon {
    display: inline-block;
    font: normal normal normal 14px/1 Flaticon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    margin-left: 0;
}
.flaticon-anasplatyrhynchosdomesticus:before {
    content: "";
}
.flaticon-animal420:before {
    content: "";
}
.flaticon-animal49:before {
    content: "";
}
.flaticon-animal493:before {
    content: "";
}
.flaticon-animal515:before {
    content: "";
}
.flaticon-animal516:before {
    content: "";
}
.flaticon-bakery12:before {
    content: "";
}
.flaticon-barbecue5:before {
    content: "";
}
.flaticon-bird31:before {
    content: "";
}
.flaticon-bird33:before {
    content: "";
}
.flaticon-bird34:before {
    content: "";
}
.flaticon-birds25:before {
    content: "";
}
.flaticon-birds7:before {
    content: "";
}
.flaticon-bowl1:before {
    content: "";
}
.flaticon-bowl15:before {
    content: "";
}
.flaticon-bowl16:before {
    content: "";
}
.flaticon-bowls3:before {
    content: "";
}
.flaticon-bull5:before {
    content: "";
}
.flaticon-carnivore:before {
    content: "";
}
.flaticon-chick2:before {
    content: "";
}
.flaticon-chicken3:before {
    content: "";
}
.flaticon-chicken7:before {
    content: "";
}
.flaticon-christmas161:before {
    content: "";
}
.flaticon-coffee26:before {
    content: "";
}
.flaticon-cook1:before {
    content: "";
}
.flaticon-cook14:before {
    content: "";
}
.flaticon-cook15:before {
    content: "";
}
.flaticon-cook4:before {
    content: "";
}
.flaticon-cooking15:before {
    content: "";
}
.flaticon-cooking29:before {
    content: "";
}
.flaticon-cow:before {
    content: "";
}
.flaticon-cow11:before {
    content: "";
}
.flaticon-cow12:before {
    content: "";
}
.flaticon-cow13:before {
    content: "";
}
.flaticon-cow7:before {
    content: "";
}
.flaticon-cow9:before {
    content: "";
}
.flaticon-cricket:before {
    content: "";
}
.flaticon-cricket1:before {
    content: "";
}
.flaticon-cross85:before {
    content: "";
}
.flaticon-cups2:before {
    content: "";
}
.flaticon-cutlery23:before {
    content: "";
}
.flaticon-dessert4:before {
    content: "";
}
.flaticon-dog50:before {
    content: "";
}
.flaticon-drink56:before {
    content: "";
}
.flaticon-egg15:before {
    content: "";
}
.flaticon-egg2:before {
    content: "";
}
.flaticon-egg3:before {
    content: "";
}
.flaticon-egg4:before {
    content: "";
}
.flaticon-egg6:before {
    content: "";
}
.flaticon-ewe:before {
    content: "";
}
.flaticon-ewe1:before {
    content: "";
}
.flaticon-ewe2:before {
    content: "";
}
.flaticon-farm14:before {
    content: "";
}
.flaticon-farm15:before {
    content: "";
}
.flaticon-farm2:before {
    content: "";
}
.flaticon-farm27:before {
    content: "";
}
.flaticon-farm30:before {
    content: "";
}
.flaticon-farm4:before {
    content: "";
}
.flaticon-farm6:before {
    content: "";
}
.flaticon-farm7:before {
    content: "";
}
.flaticon-farm9:before {
    content: "";
}
.flaticon-farming3:before {
    content: "";
}
.flaticon-fastfood5:before {
    content: "";
}
.flaticon-flat15:before {
    content: "";
}
.flaticon-flying12:before {
    content: "";
}
.flaticon-food47:before {
    content: "";
}
.flaticon-frankfurter:before {
    content: "";
}
.flaticon-fried8:before {
    content: "";
}
.flaticon-garden103:before {
    content: "";
}
.flaticon-grasshopper:before {
    content: "";
}
.flaticon-head3:before {
    content: "";
}
.flaticon-hot51:before {
    content: "";
}
.flaticon-hot56:before {
    content: "";
}
.flaticon-hotdrink58:before {
    content: "";
}
.flaticon-ingredient1:before {
    content: "";
}
.flaticon-kitchen78:before {
    content: "";
}
.flaticon-lamb1:before {
    content: "";
}
.flaticon-meat15:before {
    content: "";
}
.flaticon-meat16:before {
    content: "";
}
.flaticon-meat18:before {
    content: "";
}
.flaticon-meat21:before {
    content: "";
}
.flaticon-meat23:before {
    content: "";
}
.flaticon-meat26:before {
    content: "";
}
.flaticon-meat27:before {
    content: "";
}
.flaticon-meat29:before {
    content: "";
}
.flaticon-meat3:before {
    content: "";
}
.flaticon-meat34:before {
    content: "";
}
.flaticon-meat4:before {
    content: "";
}
.flaticon-mushroom11:before {
    content: "";
}
.flaticon-nest1:before {
    content: "";
}
.flaticon-noodles4:before {
    content: "";
}
.flaticon-pig2:before {
    content: "";
}
.flaticon-pig4:before {
    content: "";
}
.flaticon-pig7:before {
    content: "";
}
.flaticon-pig8:before {
    content: "";
}
.flaticon-piggy12:before {
    content: "";
}
.flaticon-pork:before {
    content: "";
}
.flaticon-protein12:before {
    content: "";
}
.flaticon-restaurant31:before {
    content: "";
}
.flaticon-rural32:before {
    content: "";
}
.flaticon-sausages1:before {
    content: "";
}
.flaticon-sheep1:before {
    content: "";
}
.flaticon-sheep3:before {
    content: "";
}
.flaticon-sheep6:before {
    content: "";
}
.flaticon-sheep7:before {
    content: "";
}
.flaticon-silhouette81:before {
    content: "";
}
.flaticon-skewers:before {
    content: "";
}
.flaticon-soup3:before {
    content: "";
}
.flaticon-soup4:before {
    content: "";
}
.flaticon-spoon4:before {
    content: "";
}
.flaticon-steak:before {
    content: "";
}
.flaticon-steak2:before {
    content: "";
}
.flaticon-steak3:before {
    content: "";
}
.flaticon-sticks2:before {
    content: "";
}
.flaticon-tea:before {
    content: "";
}
.flaticon-tractor7:before {
    content: "";
}
.flaticon-transport150:before {
    content: "";
}
.flaticon-transport373:before {
    content: "";
}
.flaticon-transport598:before {
    content: "";
}
.flaticon-turkey-leg1:before {
    content: "";
}
.flaticon-turkey6:before {
    content: "";
}
.flaticon-turkey7:before {
    content: "";
}
.flaticon-turkey9:before {
    content: "";
}
.flaticon-vehicle50:before {
    content: "";
}
.flaticon-wool2:before {
    content: "";
}
.flaticon-work9:before {
    content: "";
}
.da-slider {
    width: 100%;
    min-width: 100%;
    height: 400px;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    background: transparent url(/waves.gif) repeat 0 0;
    border-top: 8px solid #92a990;
    border-bottom: 8px solid #92a990;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -2px 1px #fff;
    -webkit-transition: background-position 1.5s ease-out 0.3s;
    -moz-transition: background-position 1.5s ease-out 0.3s;
    -o-transition: background-position 1.5s ease-out 0.3s;
    -ms-transition: background-position 1.5s ease-out 0.3s;
    transition: background-position 1.5s ease-out 0.3s;
}
.da-slide {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}
.da-slide-current {
    z-index: 10;
}
.da-slider-fb .da-slide {
    left: 100%;
}
.da-slider-fb .da-slide.da-slide-current {
    left: 0;
}
.da-slide .da-img,
.da-slide .da-link,
.da-slide h2,
.da-slide p {
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide .da-link,
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p {
    left: 10%;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img {
    left: 40%;
    opacity: 1;
}
.da-slide h2 {
    color: #92a990;
    font-size: 32px;
    width: 35%;
    top: 30px;
    white-space: nowrap;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}
.da-slide p {
    width: 40%;
    top: 90px;
    color: #485447;
    font-size: 16px;
    line-height: 22px;
    height: 160px;
    overflow: hidden;
    font-style: italic;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.da-slide .da-img {
    text-align: left;
    width: 80%;
    top: 70px;
    height: 256px;
    line-height: 320px;
    left: 30%;
}
.da-slide .da-link {
    top: 270px;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(146, 169, 144, 0.9);
    padding: 2px 20px 0;
    font-size: 18px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    background: rgba(10, 135, 39, 0.2);
}
.da-slide .da-link:hover {
    background: rgba(146, 169, 144, 0.3);
}
.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 20px;
    z-index: 10;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #92a990;
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-dots span.da-dots-current:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
}
.da-arrows {
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #92a990;
    cursor: pointer;
    z-index: 6;
    opacity: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out-out 0.2s;
    transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span {
    opacity: 1;
}
.da-arrows span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: transparent url(/arrows.png) no-repeat top left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.da-arrows span:hover:after {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.da-arrows span:active:after {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-arrows span.da-arrows-next:after {
    background-position: top right;
}
.da-arrows span.da-arrows-prev {
    left: 15px;
}
.da-arrows span.da-arrows-next {
    right: 15px;
}
.da-slide-current .da-link,
.da-slide-current h2,
.da-slide-current p {
    left: 10%;
    opacity: 1;
}
.da-slide-current .da-img {
    left: 60%;
    opacity: 1;
}
.da-slide-fromright h2 {
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p {
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link {
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img {
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-webkit-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-webkit-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-webkit-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@-moz-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-moz-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-moz-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-moz-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@-o-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-o-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-o-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-o-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@-ms-keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-ms-keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-ms-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-ms-keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@keyframes fromRightAnim1 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@keyframes fromRightAnim2 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@keyframes fromRightAnim4 {
    0% {
        left: 110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
.da-slide-fromleft h2 {
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p {
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link {
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img {
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-webkit-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-webkit-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-webkit-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@-moz-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-moz-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-moz-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-moz-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@-o-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-o-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-o-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-o-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@-ms-keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-ms-keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-ms-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@-ms-keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
@keyframes fromLeftAnim1 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@keyframes fromLeftAnim2 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
@keyframes fromLeftAnim4 {
    0% {
        left: -110%;
        opacity: 0;
    }
    100% {
        left: 60%;
        opacity: 1;
    }
}
.da-slide-toright h2 {
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p {
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link {
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img {
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-moz-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-moz-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-moz-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-moz-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-o-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-o-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-o-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-o-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-ms-keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-ms-keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-ms-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@-ms-keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@keyframes toRightAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@keyframes toRightAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
@keyframes toRightAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    30% {
        left: 55%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}
.da-slide-toleft h2 {
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p {
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link {
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img {
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-webkit-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-webkit-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-webkit-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-moz-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-moz-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-moz-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-moz-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-o-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-o-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-o-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-o-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-ms-keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-ms-keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-ms-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@-ms-keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@keyframes toLeftAnim1 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@keyframes toLeftAnim2 {
    0% {
        left: 10%;
        opacity: 1;
    }
    30% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@keyframes toLeftAnim4 {
    0% {
        left: 60%;
        opacity: 1;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
.touch-effects li {
    position: relative;
}
.touch-effects figure {
    margin: 0;
    position: relative;
}
.touch-effects figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.touch-effects figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px;
}
.touch-effects figcaption h3 {
    margin: 0;
    padding: 0;
    color: #222;
}
.touch-effects figcaption h3 a {
    color: inherit;
}
.cs-style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cs-style-1 figure.cs-hover figcaption,
.no-touch .cs-style-1 figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}
.cs-style-1 figcaption h3 {
    margin-top: 70px;
}
.cs-style-1 figcaption span {
    display: block;
}
.cs-style-1 figcaption a.btn {
    margin-top: 30px;
}
.cs-style-2 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cs-style-2 figure.cs-hover img,
.no-touch .cs-style-2 figure:hover img {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}
.cs-style-2 figcaption {
    height: 90px;
    width: 100%;
    top: auto;
    bottom: 0;
}
.cs-style-2 figcaption a.btn {
    position: absolute;
    right: 20px;
    top: 30px;
}
.cs-style-3 figure {
    overflow: hidden;
}
.cs-style-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.cs-style-3 figure.cs-hover img,
.no-touch .cs-style-3 figure:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.cs-style-3 figcaption {
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 figure.cs-hover figcaption,
.no-touch .cs-style-3 figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.cs-style-3 figcaption a.btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.cs-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}
.cs-style-4 figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cs-style-4 figure > div {
    overflow: hidden;
}
.cs-style-4 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cs-style-4 figure.cs-hover img,
.no-touch .cs-style-4 figure:hover img {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.cs-style-4 figcaption {
    height: 100%;
    width: 70%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-4 figure.cs-hover figcaption,
.no-touch .cs-style-4 figure:hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.cs-style-4 figcaption a.btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.cs-style-5a figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
.cs-style-5a figure.cs-hover figcaption,
.no-touch .cs-style-5a figure:hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.cs-style-5a figure a.btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.cs-style-6 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cs-style-6 figure.cs-hover img,
.no-touch .cs-style-6 figure:hover img {
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
}
.cs-style-6 figcaption {
    height: 100%;
    width: 100%;
}
.cs-style-6 figcaption h3 {
    margin-top: 60%;
}
.cs-style-6 figcaption a.btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.cs-style-7 li:first-child {
    z-index: 6;
}
.cs-style-7 li:nth-child(2) {
    z-index: 5;
}
.cs-style-7 li:nth-child(3) {
    z-index: 4;
}
.cs-style-7 li:nth-child(4) {
    z-index: 3;
}
.cs-style-7 li:nth-child(5) {
    z-index: 2;
}
.cs-style-7 li:nth-child(6) {
    z-index: 1;
}
.cs-style-7 figure img {
    z-index: 10;
}
.cs-style-7 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 0 #2c3f52;
}
.cs-style-7 figure.cs-hover figcaption,
.no-touch .cs-style-7 figure:hover figcaption {
    opacity: 1;
    height: 130%;
    box-shadow: 0 0 0 10px #2c3f52;
}
.cs-style-7 figcaption h3 {
    margin-top: 86%;
}
.cs-style-7 figcaption a.btn,
.cs-style-7 figcaption h3,
.cs-style-7 figcaption span {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}
.cs-style-7 figcaption a.btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.cs-style-7 figure.cs-hover figcaption a.btn,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span {
    -webkit-transition: opacity 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
    opacity: 1;
}
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 300px;
    flex: 0 1 300px;
}
.pricing__feature-list {
    text-align: left;
}
.pricing__action {
    color: inherit;
    border: none;
    background: 0 0;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
}
.pricing__nope {
    color: inherit;
    border: none;
    background: 0 0;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
}
.pricing__nope:focus {
    outline: 0;
}
.pricing--tenzin .pricing__item {
    margin: 1em;
    padding: 2em 2.5em;
    text-align: left;
    color: #262b38;
    background: #eef0f3;
    border-top: 3px solid #eef0f3;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.pricing--tenzin .pricing__item:hover {
    border-color: #74b64a;
}
.pricing--tenzin .pricing__title {
    font-size: 1em;
    margin: 0 0 1em;
}
.pricing--tenzin .pricing__price {
    font-size: 2em;
    font-weight: 700;
    padding: 0.5em 0 0.75em;
    border-top: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}
.pricing--tenzin .pricing__sentence {
    font-weight: 700;
    padding: 0 0 0.5em;
    color: #9ca0a9;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__feature-list {
    font-size: 0.85em;
    font-style: italic;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: right;
    color: #333;
}
.pricing--tenzin .pricing__simple-list {
    font-size: 0.85em;
    font-style: italic;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    color: #333;
}
.pricing--tenzin .pricing__averageweight-list {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: left;
    color: #000;
}
.pricing--tenzin .pricing__perpound-list {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: left;
    color: #000;
}
.pricing--tenzin .pricing__perpound-list li {
    display: inline-block;
}
.pricing--tenzin .weights {
    list-style: none;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.pricing--tenzin .weights li {
    display: inline-block;
}
.pricing--tenzin .extratext {
    list-style: none;
    font-size: 0.85em;
    font-weight: italic;
    margin: 0;
    padding: 0;
    color: #333;
}
.pricing--tenzin .extratext li {
    display: inline-block;
}
.pricing--tenzin .pricing__action {
    font-weight: 700;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #89ab30;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing--tenzin .pricing__paypal {
    font-weight: 700;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #eef0f3;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing--tenzin .pricing__nope {
    font-weight: 700;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #77291d;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing--tenzin .pricing__action:focus,
.pricing--tenzin .pricing__action:hover {
    background-color: #74b64a;
}
.pricing--tenzin .pricing__paypal:focus,
.pricing--tenzin .pricing__paypal:hover {
    background-color: #eef0f3;
}
.pricing--tenzin .pricing__nope:focus,
.pricing--tenzin .pricing__nope:hover {
    background-color: #99201d;
}
.pricing--karma .pricing__item {
    margin: 1em;
    color: #382628;
    background: #fff;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 2px solid #382628;
    border-radius: 5px;
}
.pricing--karma .pricing__title {
    font-size: 1.5em;
    color: #fff;
    background: #77aa3a;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 1em;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__title_red {
    font-size: 1.5em;
    color: #fff;
    background: #77301d;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 1em;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__title_pork {
    font-size: 1.5em;
    color: #fff;
    background: #c95f5d;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 1em;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__title_orange {
    font-size: 1.5em;
    color: #fff;
    background: #c38a35;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 1em;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__title_yellow {
    font-size: 1.5em;
    color: #fff;
    background: #c3ad34;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 1em;
    border-bottom: 2px solid #382628;
}
.pricing--karma .icon {
    display: inline-block;
    min-width: 2em;
}
.pricing--karma .pricing__price {
    font-size: 1em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: 700;
    border: 2px solid #382628;
    background: #f7fbf3;
    position: relative;
    z-index: 100;
}
.pricing--karma .pricing__price_red {
    font-size: 1em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: 700;
    border: 2px solid #382628;
    background: #eee0e0;
    position: relative;
    z-index: 100;
}
.pricing--karma .pricing__price_pork {
    font-size: 1em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: 700;
    border: 2px solid #382628;
    background: #f1d6d5;
    position: relative;
    z-index: 100;
}
.pricing--karma .pricing__price_orange {
    font-size: 1em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: 700;
    border: 2px solid #382628;
    background: #efdfc8;
    position: relative;
    z-index: 100;
}
.pricing--karma .pricing__price_yellow {
    font-size: 1em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: 700;
    border: 2px solid #382628;
    background: #efe9c8;
    position: relative;
    z-index: 100;
}
.pricing--karma .pricing__item--featured .pricing__price::after {
    background: url(/stamp.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}
.pricing--karma .pricing__item--featured .pricing__price_red::after {
    background: url(/stampred.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}
.pricing--karma .pricing__item--featured .pricing__price_pork::after {
    background: url(/stampred.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}
.pricing--karma .pricing__item--featured .pricing__price_orange::after {
    background: url(/stamporange.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}
.pricing--karma .pricing__item--featured .pricing__price_yellow::after {
    background: url(/stampyellow.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}
.pricing--karma .weights {
    list-style: none;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.pricing--karma .weights2 {
    font-size: 0.9em;
    letter-spacing: 0;
    font-weight: lighter;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
}
.pricing--karma .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}
.pricing--karma .pricing__period {
    font-size: 0.75em;
    display: block;
    padding: 1em;
    margin-top: 1.25em;
    letter-spacing: 1px;
    border-top: 2px solid #382628;
}
.pricing--karma .pricing__sentence {
    margin: 0 0 1em 0;
    padding: 1em;
    font-size: 0.85em;
    letter-spacing: 2px;
    background: #eefae0;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__sentence_red {
    margin: 0 0 1em 0;
    padding: 1em;
    font-size: 0.85em;
    letter-spacing: 3px;
    background: #eee0e0;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__sentence_pork {
    margin: 0 0 1em 0;
    padding: 1em;
    font-size: 0.85em;
    letter-spacing: 3px;
    background: #f1d6d5;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__sentence_orange {
    margin: 0 0 1em 0;
    padding: 1em;
    font-size: 0.85em;
    letter-spacing: 3px;
    background: #efdfc8;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__sentence_yellow {
    margin: 0 0 1em 0;
    padding: 1em;
    font-size: 0.85em;
    letter-spacing: 3px;
    background: #efe9c8;
    border-bottom: 2px solid #382628;
}
.pricing--karma .pricing__feature-list {
    font-size: 0.85em;
    margin: 0;
    letter-spacing: 0;
    padding: 0 1em 2.5em 4em;
    list-style-type: square;
}
.pricing--karma .pricing__action {
    font-weight: 700;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #fff;
    background: #77aa3a;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 2px solid #77aa3a;
    font-size: 0.95em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.pricing--karma .pricing__action_red {
    font-weight: 700;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #fff;
    background: #77301d;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 2px solid #77301d;
    font-size: 0.95em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.pricing--karma .pricing__action_pork {
    font-weight: 700;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #fff;
    background: #c95f5d;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 2px solid #c95f5d;
    font-size: 0.95em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.pricing--karma .pricing__action_orange {
    font-weight: 700;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #fff;
    background: #c38a35;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 2px solid #c38a35;
    font-size: 0.95em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.pricing--karma .pricing__action_yellow {
    font-weight: 700;
    flex: none;
    margin: auto 1em 1em;
    padding: 1.25em 2em;
    color: #fff;
    background: #c3ad34;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 2px solid #c3ad34;
    font-size: 0.95em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.pricing--karma .pricing__price {
    font-size: 1em;
    padding: 0.5em 0 0 0;
    margin: 1em;
    font-weight: 700;
    border: 2px solid #382628;
    background: #f7fbf3;
    position: relative;
    z-index: 100;
}
.pricing--karma .pricing__action:focus,
.pricing--karma .pricing__action:hover {
    background-color: #74b64a;
    color: #fff;
}
.pricing--karma .pricing__action_red:focus,
.pricing--karma .pricing__action_red:hover {
    background-color: #77201d;
    color: #fff;
}
.pricing--karma .pricing__action_pork:focus,
.pricing--karma .pricing__action_pork:hover {
    background-color: #b94f4d;
    color: #fff;
}
.pricing--karma .pricing__action_orange:focus,
.pricing--karma .pricing__action_orange:hover {
    background-color: #b37a25;
    color: #fff;
}
.pricing--karma .pricing__action_yellow:focus,
.pricing--karma .pricing__action_yellow:hover {
    background-color: #b39d24;
    color: #fff;
}
.allbox {
    color: #fff;
    text-decoration: none;
}
.allbox:link {
    color: #fff;
    text-decoration: none;
}
.allbox:visited {
    color: #fff;
}
.allbox:hover {
    color: #ff0;
    text-decoration: none;
}
.allbox:active {
    color: #ee0;
}
.colortest {
    background: #fff;
    color: #000;
    border: 2px solid red;
    padding: 5px;
}
.colortest h2 {
    color: inherit !important;
}
.colortest .opposite {
    display: none;
}
.colortest .link {
    display: none;
}
.panel .text,
.panel .text-inverted,
.panel .text-white {
    display: none;
}
body.theme-tcgreen header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcgreen.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcgreen.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-tcgreen.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcgreen.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-tcgreen.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcgreen.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-tcgreen.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcgreen.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcgreen.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcgreen.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcgreen .h1,
body.theme-tcgreen .h2,
body.theme-tcgreen .h3,
body.theme-tcgreen .h4,
body.theme-tcgreen .h5,
body.theme-tcgreen .h6,
body.theme-tcgreen h1,
body.theme-tcgreen h2,
body.theme-tcgreen h3,
body.theme-tcgreen h4,
body.theme-tcgreen h5,
body.theme-tcgreen h6 {
    color: #83bc00;
}
body.theme-tcgreen .h1.panel-title,
body.theme-tcgreen .h2.panel-title,
body.theme-tcgreen .h3.panel-title,
body.theme-tcgreen .h4.panel-title,
body.theme-tcgreen .h5.panel-title,
body.theme-tcgreen .h6.panel-title,
body.theme-tcgreen h1.panel-title,
body.theme-tcgreen h2.panel-title,
body.theme-tcgreen h3.panel-title,
body.theme-tcgreen h4.panel-title,
body.theme-tcgreen h5.panel-title,
body.theme-tcgreen h6.panel-title {
    color: inherit;
}
body.theme-tcgreen .content .portal-nav.nav-pills > li,
body.theme-tcgreen .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-tcgreen .content .portal-nav.nav-pills > li.active,
body.theme-tcgreen .footer .portal-nav.nav-pills > li.active {
    border-left-color: #d1eab4;
}
body.theme-tcgreen .content .portal-nav.nav-pills > li.active > a,
body.theme-tcgreen .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcgreen .content .portal-nav.nav-pills > li > a,
body.theme-tcgreen .footer .portal-nav.nav-pills > li > a {
    color: #83bc00;
}
body.theme-tcgreen .content .portal-nav.nav-pills > li > a:focus,
body.theme-tcgreen .content .portal-nav.nav-pills > li > a:hover,
body.theme-tcgreen .footer .portal-nav.nav-pills > li > a:focus,
body.theme-tcgreen .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #5f8900;
}
body.theme-tcgreen .content .portal-listing .nav-pills > li,
body.theme-tcgreen .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-tcgreen .content .portal-listing .nav-pills > li.active,
body.theme-tcgreen .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #d1eab4;
}
body.theme-tcgreen .content .portal-listing .nav-pills > li.active > a,
body.theme-tcgreen .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcgreen .content .portal-listing .nav-pills > li > a,
body.theme-tcgreen .footer .portal-listing .nav-pills > li > a {
    color: #83bc00;
    padding: 10px 5px;
}
body.theme-tcgreen .content .portal-listing .nav-pills > li > a:focus,
body.theme-tcgreen .content .portal-listing .nav-pills > li > a:hover,
body.theme-tcgreen .footer .portal-listing .nav-pills > li > a:focus,
body.theme-tcgreen .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #5f8900;
}
body.theme-tcgreen .content a:not(.btn),
body.theme-tcgreen .footer a:not(.btn) {
    color: #83bc00;
}
body.theme-tcgreen .content a:not(.btn):focus,
body.theme-tcgreen .content a:not(.btn):hover,
body.theme-tcgreen .footer a:not(.btn):focus,
body.theme-tcgreen .footer a:not(.btn):hover {
    color: #71a300;
}
body.theme-tcgreen .label-success {
    background: #d1eab4;
    color: #3c5600;
}
body.theme-tcgreen .touch-effects figcaption {
    background: #ddf0c8;
}
body.theme-tcgreen .parallax-window {
    color: #182300;
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-tcgreen .parallax-window:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-tcgreen .parallax-window h4 {
    color: #fff;
}
body.theme-tcgreen footer.main-footer {
    background: #d1eab4;
    color: #3c5600;
}
body.theme-tcgreen footer.main-footer:before {
    background-color: #d1eab4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-tcgreen footer.main-footer a {
    color: #2a3d00;
}
body.theme-tcgreen footer.main-footer a:focus,
body.theme-tcgreen footer.main-footer a:hover {
    color: #83bc00;
}
body .colortest-tcgreen {
    background: #fff;
    color: #3a5204;
    border-color: #5f8900;
}
body .light .colortest-tcgreen {
    background: #fff;
    color: #3c5600;
    border-color: #b9df8c;
}
body .invert .colortest-tcgreen {
    background: #83bc00;
    color: #1e2d0c;
    border-color: #5f8900;
}
body .invert.light .colortest-tcgreen {
    background: #d1eab4;
    color: #537c23;
    border-color: #b9df8c;
}
body .panel.panel-tcgreen a:not(.btn),
body .panel.panel-tcgreen-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-tcgreen .panel-heading .h1,
body .panel.panel-tcgreen .panel-heading .h2,
body .panel.panel-tcgreen .panel-heading .h3,
body .panel.panel-tcgreen .panel-heading .h4,
body .panel.panel-tcgreen .panel-heading .h5,
body .panel.panel-tcgreen .panel-heading .h6,
body .panel.panel-tcgreen .panel-heading h1,
body .panel.panel-tcgreen .panel-heading h2,
body .panel.panel-tcgreen .panel-heading h3,
body .panel.panel-tcgreen .panel-heading h4,
body .panel.panel-tcgreen .panel-heading h5,
body .panel.panel-tcgreen .panel-heading h6,
body .panel.panel-tcgreen .panel-title .h1,
body .panel.panel-tcgreen .panel-title .h2,
body .panel.panel-tcgreen .panel-title .h3,
body .panel.panel-tcgreen .panel-title .h4,
body .panel.panel-tcgreen .panel-title .h5,
body .panel.panel-tcgreen .panel-title .h6,
body .panel.panel-tcgreen .panel-title h1,
body .panel.panel-tcgreen .panel-title h2,
body .panel.panel-tcgreen .panel-title h3,
body .panel.panel-tcgreen .panel-title h4,
body .panel.panel-tcgreen .panel-title h5,
body .panel.panel-tcgreen .panel-title h6,
body .panel.panel-tcgreen-light .panel-heading .h1,
body .panel.panel-tcgreen-light .panel-heading .h2,
body .panel.panel-tcgreen-light .panel-heading .h3,
body .panel.panel-tcgreen-light .panel-heading .h4,
body .panel.panel-tcgreen-light .panel-heading .h5,
body .panel.panel-tcgreen-light .panel-heading .h6,
body .panel.panel-tcgreen-light .panel-heading h1,
body .panel.panel-tcgreen-light .panel-heading h2,
body .panel.panel-tcgreen-light .panel-heading h3,
body .panel.panel-tcgreen-light .panel-heading h4,
body .panel.panel-tcgreen-light .panel-heading h5,
body .panel.panel-tcgreen-light .panel-heading h6,
body .panel.panel-tcgreen-light .panel-title .h1,
body .panel.panel-tcgreen-light .panel-title .h2,
body .panel.panel-tcgreen-light .panel-title .h3,
body .panel.panel-tcgreen-light .panel-title .h4,
body .panel.panel-tcgreen-light .panel-title .h5,
body .panel.panel-tcgreen-light .panel-title .h6,
body .panel.panel-tcgreen-light .panel-title h1,
body .panel.panel-tcgreen-light .panel-title h2,
body .panel.panel-tcgreen-light .panel-title h3,
body .panel.panel-tcgreen-light .panel-title h4,
body .panel.panel-tcgreen-light .panel-title h5,
body .panel.panel-tcgreen-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-tcgreen .panel-heading a,
body .panel.panel-tcgreen .panel-title a,
body .panel.panel-tcgreen-light .panel-heading a,
body .panel.panel-tcgreen-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-tcgreen .panel-heading a:active,
body .panel.panel-tcgreen .panel-heading a:focus,
body .panel.panel-tcgreen .panel-heading a:hover,
body .panel.panel-tcgreen .panel-title a:active,
body .panel.panel-tcgreen .panel-title a:focus,
body .panel.panel-tcgreen .panel-title a:hover,
body .panel.panel-tcgreen-light .panel-heading a:active,
body .panel.panel-tcgreen-light .panel-heading a:focus,
body .panel.panel-tcgreen-light .panel-heading a:hover,
body .panel.panel-tcgreen-light .panel-title a:active,
body .panel.panel-tcgreen-light .panel-title a:focus,
body .panel.panel-tcgreen-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-tcgreen {
    border-color: #5f8900;
    color: #3a5204;
}
body .panel.panel-tcgreen a:not(.btn) {
    color: #537c23;
}
body .panel.panel-tcgreen a:not(.btn):active,
body .panel.panel-tcgreen a:not(.btn):focus,
body .panel.panel-tcgreen a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-tcgreen.text-light .panel-footer,
body .panel.panel-tcgreen.text-light .panel-heading,
body .panel.panel-tcgreen.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcgreen .panel-heading,
body .panel.panel-tcgreen .panel-title {
    background-color: #83bc00;
    color: #1e2d0c;
}
body .panel.panel-tcgreen .panel-heading a:not(.btn):active,
body .panel.panel-tcgreen .panel-heading a:not(.btn):focus,
body .panel.panel-tcgreen .panel-heading a:not(.btn):hover,
body .panel.panel-tcgreen .panel-title a:not(.btn):active,
body .panel.panel-tcgreen .panel-title a:not(.btn):focus,
body .panel.panel-tcgreen .panel-title a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-tcgreen .panel-footer {
    background-color: #83bc00;
    border-color: #5f8900;
    color: #1e2d0c;
}
body .panel.panel-tcgreen .panel-footer a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-tcgreen .panel-footer a:not(.btn):active,
body .panel.panel-tcgreen .panel-footer a:not(.btn):focus,
body .panel.panel-tcgreen .panel-footer a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-tcgreen.invert,
body .panel.panel-tcgreen.inverted {
    background: #83bc00;
    border-color: #5f8900;
    color: #1e2d0c;
}
body .panel.panel-tcgreen.invert a:not(.btn),
body .panel.panel-tcgreen.inverted a:not(.btn) {
    color: #537c23;
}
body .panel.panel-tcgreen.invert a:not(.btn):active,
body .panel.panel-tcgreen.invert a:not(.btn):focus,
body .panel.panel-tcgreen.invert a:not(.btn):hover,
body .panel.panel-tcgreen.inverted a:not(.btn):active,
body .panel.panel-tcgreen.inverted a:not(.btn):focus,
body .panel.panel-tcgreen.inverted a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-tcgreen.invert.text-light,
body .panel.panel-tcgreen.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcgreen.invert .panel-heading,
body .panel.panel-tcgreen.invert .panel-title,
body .panel.panel-tcgreen.inverted .panel-heading,
body .panel.panel-tcgreen.inverted .panel-title {
    color: #1e2d0c;
}
body .panel.panel-tcgreen.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcgreen.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcgreen.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcgreen.invert .panel-title a:not(.btn):active,
body .panel.panel-tcgreen.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcgreen.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcgreen.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcgreen.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcgreen.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcgreen.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcgreen.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcgreen.inverted .panel-title a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-tcgreen.invert .panel-footer,
body .panel.panel-tcgreen.inverted .panel-footer {
    border-color: #5f8900;
    background: #71a300;
    color: #1e2d0c;
}
body .panel.panel-tcgreen.invert .panel-footer a:not(.btn),
body .panel.panel-tcgreen.inverted .panel-footer a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-tcgreen.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcgreen.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcgreen.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcgreen.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcgreen.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcgreen.inverted .panel-footer a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-tcgreen-light {
    border-color: #b9df8c;
    color: #3c5600;
}
body .panel.panel-tcgreen-light a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-tcgreen-light a:not(.btn):active,
body .panel.panel-tcgreen-light a:not(.btn):focus,
body .panel.panel-tcgreen-light a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-tcgreen-light.text-light .panel-footer,
body .panel.panel-tcgreen-light.text-light .panel-heading,
body .panel.panel-tcgreen-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcgreen-light .panel-heading,
body .panel.panel-tcgreen-light .panel-title {
    background-color: #d1eab4;
    color: #537c23;
}
body .panel.panel-tcgreen-light .panel-heading a:not(.btn),
body .panel.panel-tcgreen-light .panel-title a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-tcgreen-light .panel-heading a:not(.btn):active,
body .panel.panel-tcgreen-light .panel-heading a:not(.btn):focus,
body .panel.panel-tcgreen-light .panel-heading a:not(.btn):hover,
body .panel.panel-tcgreen-light .panel-title a:not(.btn):active,
body .panel.panel-tcgreen-light .panel-title a:not(.btn):focus,
body .panel.panel-tcgreen-light .panel-title a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-tcgreen-light .panel-footer {
    background-color: #d1eab4;
    border-color: #b9df8c;
    color: #537c23;
}
body .panel.panel-tcgreen-light .panel-footer a:not(.btn) {
    color: #537c23;
}
body .panel.panel-tcgreen-light .panel-footer a:not(.btn):active,
body .panel.panel-tcgreen-light .panel-footer a:not(.btn):focus,
body .panel.panel-tcgreen-light .panel-footer a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-tcgreen-light.invert,
body .panel.panel-tcgreen-light.inverted {
    background: #d1eab4;
    border-color: #b9df8c;
    color: #537c23;
}
body .panel.panel-tcgreen-light.invert a:not(.btn),
body .panel.panel-tcgreen-light.inverted a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-tcgreen-light.invert a:not(.btn):active,
body .panel.panel-tcgreen-light.invert a:not(.btn):focus,
body .panel.panel-tcgreen-light.invert a:not(.btn):hover,
body .panel.panel-tcgreen-light.inverted a:not(.btn):active,
body .panel.panel-tcgreen-light.inverted a:not(.btn):focus,
body .panel.panel-tcgreen-light.inverted a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-tcgreen-light.invert.text-light,
body .panel.panel-tcgreen-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcgreen-light.invert .panel-heading,
body .panel.panel-tcgreen-light.invert .panel-title,
body .panel.panel-tcgreen-light.inverted .panel-heading,
body .panel.panel-tcgreen-light.inverted .panel-title {
    color: #537c23;
}
body .panel.panel-tcgreen-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcgreen-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcgreen-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcgreen-light.invert .panel-title a:not(.btn):active,
body .panel.panel-tcgreen-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcgreen-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcgreen-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcgreen-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcgreen-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcgreen-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcgreen-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcgreen-light.inverted .panel-title a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-tcgreen-light.invert .panel-footer,
body .panel.panel-tcgreen-light.inverted .panel-footer {
    border-color: #b9df8c;
    background: #b9df8c;
    color: #537c23;
}
body .panel.panel-tcgreen-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcgreen-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcgreen-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcgreen-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcgreen-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcgreen-light.inverted .panel-footer a:not(.btn):hover {
    color: #537c23 !important;
}
body .well.category-tcgreen,
body .well.panel-tcgreen {
    background: #83bc00;
    color: #fff;
}
body.theme-tcyellow header.main-header h2.logo:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcyellow.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcyellow.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-tcyellow.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcyellow.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-tcyellow.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcyellow.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-tcyellow.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcyellow.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcyellow.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcyellow.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcyellow .h1,
body.theme-tcyellow .h2,
body.theme-tcyellow .h3,
body.theme-tcyellow .h4,
body.theme-tcyellow .h5,
body.theme-tcyellow .h6,
body.theme-tcyellow h1,
body.theme-tcyellow h2,
body.theme-tcyellow h3,
body.theme-tcyellow h4,
body.theme-tcyellow h5,
body.theme-tcyellow h6 {
    color: #e3c300;
}
body.theme-tcyellow .h1.panel-title,
body.theme-tcyellow .h2.panel-title,
body.theme-tcyellow .h3.panel-title,
body.theme-tcyellow .h4.panel-title,
body.theme-tcyellow .h5.panel-title,
body.theme-tcyellow .h6.panel-title,
body.theme-tcyellow h1.panel-title,
body.theme-tcyellow h2.panel-title,
body.theme-tcyellow h3.panel-title,
body.theme-tcyellow h4.panel-title,
body.theme-tcyellow h5.panel-title,
body.theme-tcyellow h6.panel-title {
    color: inherit;
}
body.theme-tcyellow .content .portal-nav.nav-pills > li,
body.theme-tcyellow .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-tcyellow .content .portal-nav.nav-pills > li.active,
body.theme-tcyellow .footer .portal-nav.nav-pills > li.active {
    border-left-color: #f9e4a3;
}
body.theme-tcyellow .content .portal-nav.nav-pills > li.active > a,
body.theme-tcyellow .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcyellow .content .portal-nav.nav-pills > li > a,
body.theme-tcyellow .footer .portal-nav.nav-pills > li > a {
    color: #e3c300;
}
body.theme-tcyellow .content .portal-nav.nav-pills > li > a:focus,
body.theme-tcyellow .content .portal-nav.nav-pills > li > a:hover,
body.theme-tcyellow .footer .portal-nav.nav-pills > li > a:focus,
body.theme-tcyellow .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #b09700;
}
body.theme-tcyellow .content .portal-listing .nav-pills > li,
body.theme-tcyellow .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-tcyellow .content .portal-listing .nav-pills > li.active,
body.theme-tcyellow .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #f9e4a3;
}
body.theme-tcyellow .content .portal-listing .nav-pills > li.active > a,
body.theme-tcyellow .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcyellow .content .portal-listing .nav-pills > li > a,
body.theme-tcyellow .footer .portal-listing .nav-pills > li > a {
    color: #e3c300;
    padding: 10px 5px;
}
body.theme-tcyellow .content .portal-listing .nav-pills > li > a:focus,
body.theme-tcyellow .content .portal-listing .nav-pills > li > a:hover,
body.theme-tcyellow .footer .portal-listing .nav-pills > li > a:focus,
body.theme-tcyellow .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #b09700;
}
body.theme-tcyellow .content a:not(.btn),
body.theme-tcyellow .footer a:not(.btn) {
    color: #e3c300;
}
body.theme-tcyellow .content a:not(.btn):focus,
body.theme-tcyellow .content a:not(.btn):hover,
body.theme-tcyellow .footer a:not(.btn):focus,
body.theme-tcyellow .footer a:not(.btn):hover {
    color: #caad00;
}
body.theme-tcyellow .label-success {
    background: #f9e4a3;
    color: #7d6b00;
}
body.theme-tcyellow .touch-effects figcaption {
    background: #fbebbb;
}
body.theme-tcyellow .parallax-window {
    color: #4a4000;
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-tcyellow .parallax-window:before {
    background-color: #e3c300;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-tcyellow .parallax-window h4 {
    color: #fff;
}
body.theme-tcyellow footer.main-footer {
    background: #f9e4a3;
    color: #7d6b00;
}
body.theme-tcyellow footer.main-footer:before {
    background-color: #f9e4a3;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-tcyellow footer.main-footer a {
    color: #645500;
}
body.theme-tcyellow footer.main-footer a:focus,
body.theme-tcyellow footer.main-footer a:hover {
    color: #e3c300;
}
body .colortest-tcyellow {
    background: #fff;
    color: #776706;
    border-color: #b09700;
}
body .light .colortest-tcyellow {
    background: #fff;
    color: #7d6b00;
    border-color: #f6d673;
}
body .invert .colortest-tcyellow {
    background: #e3c300;
    color: #644d06;
    border-color: #b09700;
}
body .invert.light .colortest-tcyellow {
    background: #f9e4a3;
    color: #93720a;
    border-color: #f6d673;
}
body .panel.panel-tcyellow a:not(.btn),
body .panel.panel-tcyellow-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-tcyellow .panel-heading .h1,
body .panel.panel-tcyellow .panel-heading .h2,
body .panel.panel-tcyellow .panel-heading .h3,
body .panel.panel-tcyellow .panel-heading .h4,
body .panel.panel-tcyellow .panel-heading .h5,
body .panel.panel-tcyellow .panel-heading .h6,
body .panel.panel-tcyellow .panel-heading h1,
body .panel.panel-tcyellow .panel-heading h2,
body .panel.panel-tcyellow .panel-heading h3,
body .panel.panel-tcyellow .panel-heading h4,
body .panel.panel-tcyellow .panel-heading h5,
body .panel.panel-tcyellow .panel-heading h6,
body .panel.panel-tcyellow .panel-title .h1,
body .panel.panel-tcyellow .panel-title .h2,
body .panel.panel-tcyellow .panel-title .h3,
body .panel.panel-tcyellow .panel-title .h4,
body .panel.panel-tcyellow .panel-title .h5,
body .panel.panel-tcyellow .panel-title .h6,
body .panel.panel-tcyellow .panel-title h1,
body .panel.panel-tcyellow .panel-title h2,
body .panel.panel-tcyellow .panel-title h3,
body .panel.panel-tcyellow .panel-title h4,
body .panel.panel-tcyellow .panel-title h5,
body .panel.panel-tcyellow .panel-title h6,
body .panel.panel-tcyellow-light .panel-heading .h1,
body .panel.panel-tcyellow-light .panel-heading .h2,
body .panel.panel-tcyellow-light .panel-heading .h3,
body .panel.panel-tcyellow-light .panel-heading .h4,
body .panel.panel-tcyellow-light .panel-heading .h5,
body .panel.panel-tcyellow-light .panel-heading .h6,
body .panel.panel-tcyellow-light .panel-heading h1,
body .panel.panel-tcyellow-light .panel-heading h2,
body .panel.panel-tcyellow-light .panel-heading h3,
body .panel.panel-tcyellow-light .panel-heading h4,
body .panel.panel-tcyellow-light .panel-heading h5,
body .panel.panel-tcyellow-light .panel-heading h6,
body .panel.panel-tcyellow-light .panel-title .h1,
body .panel.panel-tcyellow-light .panel-title .h2,
body .panel.panel-tcyellow-light .panel-title .h3,
body .panel.panel-tcyellow-light .panel-title .h4,
body .panel.panel-tcyellow-light .panel-title .h5,
body .panel.panel-tcyellow-light .panel-title .h6,
body .panel.panel-tcyellow-light .panel-title h1,
body .panel.panel-tcyellow-light .panel-title h2,
body .panel.panel-tcyellow-light .panel-title h3,
body .panel.panel-tcyellow-light .panel-title h4,
body .panel.panel-tcyellow-light .panel-title h5,
body .panel.panel-tcyellow-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-tcyellow .panel-heading a,
body .panel.panel-tcyellow .panel-title a,
body .panel.panel-tcyellow-light .panel-heading a,
body .panel.panel-tcyellow-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-tcyellow .panel-heading a:active,
body .panel.panel-tcyellow .panel-heading a:focus,
body .panel.panel-tcyellow .panel-heading a:hover,
body .panel.panel-tcyellow .panel-title a:active,
body .panel.panel-tcyellow .panel-title a:focus,
body .panel.panel-tcyellow .panel-title a:hover,
body .panel.panel-tcyellow-light .panel-heading a:active,
body .panel.panel-tcyellow-light .panel-heading a:focus,
body .panel.panel-tcyellow-light .panel-heading a:hover,
body .panel.panel-tcyellow-light .panel-title a:active,
body .panel.panel-tcyellow-light .panel-title a:focus,
body .panel.panel-tcyellow-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-tcyellow {
    border-color: #b09700;
    color: #776706;
}
body .panel.panel-tcyellow a:not(.btn) {
    color: #93720a;
}
body .panel.panel-tcyellow a:not(.btn):active,
body .panel.panel-tcyellow a:not(.btn):focus,
body .panel.panel-tcyellow a:not(.btn):hover {
    color: #644d06 !important;
}
body .panel.panel-tcyellow.text-light .panel-footer,
body .panel.panel-tcyellow.text-light .panel-heading,
body .panel.panel-tcyellow.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcyellow .panel-heading,
body .panel.panel-tcyellow .panel-title {
    background-color: #e3c300;
    color: #644d06;
}
body .panel.panel-tcyellow .panel-heading a:not(.btn):active,
body .panel.panel-tcyellow .panel-heading a:not(.btn):focus,
body .panel.panel-tcyellow .panel-heading a:not(.btn):hover,
body .panel.panel-tcyellow .panel-title a:not(.btn):active,
body .panel.panel-tcyellow .panel-title a:not(.btn):focus,
body .panel.panel-tcyellow .panel-title a:not(.btn):hover {
    color: #93720a !important;
}
body .panel.panel-tcyellow .panel-footer {
    background-color: #e3c300;
    border-color: #b09700;
    color: #644d06;
}
body .panel.panel-tcyellow .panel-footer a:not(.btn) {
    color: #644d06;
}
body .panel.panel-tcyellow .panel-footer a:not(.btn):active,
body .panel.panel-tcyellow .panel-footer a:not(.btn):focus,
body .panel.panel-tcyellow .panel-footer a:not(.btn):hover {
    color: #93720a !important;
}
body .panel.panel-tcyellow.invert,
body .panel.panel-tcyellow.inverted {
    background: #e3c300;
    border-color: #b09700;
    color: #644d06;
}
body .panel.panel-tcyellow.invert a:not(.btn),
body .panel.panel-tcyellow.inverted a:not(.btn) {
    color: #93720a;
}
body .panel.panel-tcyellow.invert a:not(.btn):active,
body .panel.panel-tcyellow.invert a:not(.btn):focus,
body .panel.panel-tcyellow.invert a:not(.btn):hover,
body .panel.panel-tcyellow.inverted a:not(.btn):active,
body .panel.panel-tcyellow.inverted a:not(.btn):focus,
body .panel.panel-tcyellow.inverted a:not(.btn):hover {
    color: #644d06 !important;
}
body .panel.panel-tcyellow.invert.text-light,
body .panel.panel-tcyellow.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcyellow.invert .panel-heading,
body .panel.panel-tcyellow.invert .panel-title,
body .panel.panel-tcyellow.inverted .panel-heading,
body .panel.panel-tcyellow.inverted .panel-title {
    color: #644d06;
}
body .panel.panel-tcyellow.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcyellow.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcyellow.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcyellow.invert .panel-title a:not(.btn):active,
body .panel.panel-tcyellow.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcyellow.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcyellow.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcyellow.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcyellow.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcyellow.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcyellow.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcyellow.inverted .panel-title a:not(.btn):hover {
    color: #93720a !important;
}
body .panel.panel-tcyellow.invert .panel-footer,
body .panel.panel-tcyellow.inverted .panel-footer {
    border-color: #b09700;
    background: #caad00;
    color: #644d06;
}
body .panel.panel-tcyellow.invert .panel-footer a:not(.btn),
body .panel.panel-tcyellow.inverted .panel-footer a:not(.btn) {
    color: #644d06;
}
body .panel.panel-tcyellow.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcyellow.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcyellow.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcyellow.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcyellow.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcyellow.inverted .panel-footer a:not(.btn):hover {
    color: #93720a !important;
}
body .panel.panel-tcyellow-light {
    border-color: #f6d673;
    color: #7d6b00;
}
body .panel.panel-tcyellow-light a:not(.btn) {
    color: #644d06;
}
body .panel.panel-tcyellow-light a:not(.btn):active,
body .panel.panel-tcyellow-light a:not(.btn):focus,
body .panel.panel-tcyellow-light a:not(.btn):hover {
    color: #93720a !important;
}
body .panel.panel-tcyellow-light.text-light .panel-footer,
body .panel.panel-tcyellow-light.text-light .panel-heading,
body .panel.panel-tcyellow-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcyellow-light .panel-heading,
body .panel.panel-tcyellow-light .panel-title {
    background-color: #f9e4a3;
    color: #93720a;
}
body .panel.panel-tcyellow-light .panel-heading a:not(.btn),
body .panel.panel-tcyellow-light .panel-title a:not(.btn) {
    color: #644d06;
}
body .panel.panel-tcyellow-light .panel-heading a:not(.btn):active,
body .panel.panel-tcyellow-light .panel-heading a:not(.btn):focus,
body .panel.panel-tcyellow-light .panel-heading a:not(.btn):hover,
body .panel.panel-tcyellow-light .panel-title a:not(.btn):active,
body .panel.panel-tcyellow-light .panel-title a:not(.btn):focus,
body .panel.panel-tcyellow-light .panel-title a:not(.btn):hover {
    color: #644d06 !important;
}
body .panel.panel-tcyellow-light .panel-footer {
    background-color: #f9e4a3;
    border-color: #f6d673;
    color: #93720a;
}
body .panel.panel-tcyellow-light .panel-footer a:not(.btn) {
    color: #93720a;
}
body .panel.panel-tcyellow-light .panel-footer a:not(.btn):active,
body .panel.panel-tcyellow-light .panel-footer a:not(.btn):focus,
body .panel.panel-tcyellow-light .panel-footer a:not(.btn):hover {
    color: #644d06 !important;
}
body .panel.panel-tcyellow-light.invert,
body .panel.panel-tcyellow-light.inverted {
    background: #f9e4a3;
    border-color: #f6d673;
    color: #93720a;
}
body .panel.panel-tcyellow-light.invert a:not(.btn),
body .panel.panel-tcyellow-light.inverted a:not(.btn) {
    color: #644d06;
}
body .panel.panel-tcyellow-light.invert a:not(.btn):active,
body .panel.panel-tcyellow-light.invert a:not(.btn):focus,
body .panel.panel-tcyellow-light.invert a:not(.btn):hover,
body .panel.panel-tcyellow-light.inverted a:not(.btn):active,
body .panel.panel-tcyellow-light.inverted a:not(.btn):focus,
body .panel.panel-tcyellow-light.inverted a:not(.btn):hover {
    color: #93720a !important;
}
body .panel.panel-tcyellow-light.invert.text-light,
body .panel.panel-tcyellow-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcyellow-light.invert .panel-heading,
body .panel.panel-tcyellow-light.invert .panel-title,
body .panel.panel-tcyellow-light.inverted .panel-heading,
body .panel.panel-tcyellow-light.inverted .panel-title {
    color: #93720a;
}
body .panel.panel-tcyellow-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcyellow-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcyellow-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcyellow-light.invert .panel-title a:not(.btn):active,
body .panel.panel-tcyellow-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcyellow-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcyellow-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcyellow-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcyellow-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcyellow-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcyellow-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcyellow-light.inverted .panel-title a:not(.btn):hover {
    color: #644d06 !important;
}
body .panel.panel-tcyellow-light.invert .panel-footer,
body .panel.panel-tcyellow-light.inverted .panel-footer {
    border-color: #f6d673;
    background: #f6d673;
    color: #93720a;
}
body .panel.panel-tcyellow-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcyellow-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcyellow-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcyellow-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcyellow-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcyellow-light.inverted .panel-footer a:not(.btn):hover {
    color: #93720a !important;
}
body .well.category-tcyellow,
body .well.panel-tcyellow {
    background: #e3c300;
    color: #fff;
}
body.theme-tcbrown header.main-header h2.logo:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcbrown.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcbrown.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-tcbrown.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcbrown.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-tcbrown.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcbrown.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-tcbrown.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcbrown.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcbrown.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcbrown.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcbrown .h1,
body.theme-tcbrown .h2,
body.theme-tcbrown .h3,
body.theme-tcbrown .h4,
body.theme-tcbrown .h5,
body.theme-tcbrown .h6,
body.theme-tcbrown h1,
body.theme-tcbrown h2,
body.theme-tcbrown h3,
body.theme-tcbrown h4,
body.theme-tcbrown h5,
body.theme-tcbrown h6 {
    color: #bd945c;
}
body.theme-tcbrown .h1.panel-title,
body.theme-tcbrown .h2.panel-title,
body.theme-tcbrown .h3.panel-title,
body.theme-tcbrown .h4.panel-title,
body.theme-tcbrown .h5.panel-title,
body.theme-tcbrown .h6.panel-title,
body.theme-tcbrown h1.panel-title,
body.theme-tcbrown h2.panel-title,
body.theme-tcbrown h3.panel-title,
body.theme-tcbrown h4.panel-title,
body.theme-tcbrown h5.panel-title,
body.theme-tcbrown h6.panel-title {
    color: inherit;
}
body.theme-tcbrown .content .portal-nav.nav-pills > li,
body.theme-tcbrown .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-tcbrown .content .portal-nav.nav-pills > li.active,
body.theme-tcbrown .footer .portal-nav.nav-pills > li.active {
    border-left-color: #f4dbb2;
}
body.theme-tcbrown .content .portal-nav.nav-pills > li.active > a,
body.theme-tcbrown .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcbrown .content .portal-nav.nav-pills > li > a,
body.theme-tcbrown .footer .portal-nav.nav-pills > li > a {
    color: #bd945c;
}
body.theme-tcbrown .content .portal-nav.nav-pills > li > a:focus,
body.theme-tcbrown .content .portal-nav.nav-pills > li > a:hover,
body.theme-tcbrown .footer .portal-nav.nav-pills > li > a:focus,
body.theme-tcbrown .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #a47b42;
}
body.theme-tcbrown .content .portal-listing .nav-pills > li,
body.theme-tcbrown .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-tcbrown .content .portal-listing .nav-pills > li.active,
body.theme-tcbrown .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #f4dbb2;
}
body.theme-tcbrown .content .portal-listing .nav-pills > li.active > a,
body.theme-tcbrown .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcbrown .content .portal-listing .nav-pills > li > a,
body.theme-tcbrown .footer .portal-listing .nav-pills > li > a {
    color: #bd945c;
    padding: 10px 5px;
}
body.theme-tcbrown .content .portal-listing .nav-pills > li > a:focus,
body.theme-tcbrown .content .portal-listing .nav-pills > li > a:hover,
body.theme-tcbrown .footer .portal-listing .nav-pills > li > a:focus,
body.theme-tcbrown .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #a47b42;
}
body.theme-tcbrown .content a:not(.btn),
body.theme-tcbrown .footer a:not(.btn) {
    color: #bd945c;
}
body.theme-tcbrown .content a:not(.btn):focus,
body.theme-tcbrown .content a:not(.btn):hover,
body.theme-tcbrown .footer a:not(.btn):focus,
body.theme-tcbrown .footer a:not(.btn):hover {
    color: #b6884a;
}
body.theme-tcbrown .label-success {
    background: #f4dbb2;
    color: #7f5f34;
}
body.theme-tcbrown .touch-effects figcaption {
    background: #f7e5c8;
}
body.theme-tcbrown .parallax-window {
    color: #372916;
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-tcbrown .parallax-window:before {
    background-color: #bd945c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-tcbrown .parallax-window h4 {
    color: #fff;
}
body.theme-tcbrown footer.main-footer {
    background: #f4dbb2;
    color: #7f5f34;
}
body.theme-tcbrown footer.main-footer:before {
    background-color: #f4dbb2;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-tcbrown footer.main-footer a {
    color: #6d522c;
}
body.theme-tcbrown footer.main-footer a:focus,
body.theme-tcbrown footer.main-footer a:hover {
    color: #bd945c;
}
body .colortest-tcbrown {
    background: #fff;
    color: #765e3d;
    border-color: #a47b42;
}
body .light .colortest-tcbrown {
    background: #fff;
    color: #7f5f34;
    border-color: #eec685;
}
body .invert .colortest-tcbrown {
    background: #bd945c;
    color: #392608;
    border-color: #a47b42;
}
body .invert.light .colortest-tcbrown {
    background: #f4dbb2;
    color: #926315;
    border-color: #eec685;
}
body .panel.panel-tcbrown a:not(.btn),
body .panel.panel-tcbrown-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-tcbrown .panel-heading .h1,
body .panel.panel-tcbrown .panel-heading .h2,
body .panel.panel-tcbrown .panel-heading .h3,
body .panel.panel-tcbrown .panel-heading .h4,
body .panel.panel-tcbrown .panel-heading .h5,
body .panel.panel-tcbrown .panel-heading .h6,
body .panel.panel-tcbrown .panel-heading h1,
body .panel.panel-tcbrown .panel-heading h2,
body .panel.panel-tcbrown .panel-heading h3,
body .panel.panel-tcbrown .panel-heading h4,
body .panel.panel-tcbrown .panel-heading h5,
body .panel.panel-tcbrown .panel-heading h6,
body .panel.panel-tcbrown .panel-title .h1,
body .panel.panel-tcbrown .panel-title .h2,
body .panel.panel-tcbrown .panel-title .h3,
body .panel.panel-tcbrown .panel-title .h4,
body .panel.panel-tcbrown .panel-title .h5,
body .panel.panel-tcbrown .panel-title .h6,
body .panel.panel-tcbrown .panel-title h1,
body .panel.panel-tcbrown .panel-title h2,
body .panel.panel-tcbrown .panel-title h3,
body .panel.panel-tcbrown .panel-title h4,
body .panel.panel-tcbrown .panel-title h5,
body .panel.panel-tcbrown .panel-title h6,
body .panel.panel-tcbrown-light .panel-heading .h1,
body .panel.panel-tcbrown-light .panel-heading .h2,
body .panel.panel-tcbrown-light .panel-heading .h3,
body .panel.panel-tcbrown-light .panel-heading .h4,
body .panel.panel-tcbrown-light .panel-heading .h5,
body .panel.panel-tcbrown-light .panel-heading .h6,
body .panel.panel-tcbrown-light .panel-heading h1,
body .panel.panel-tcbrown-light .panel-heading h2,
body .panel.panel-tcbrown-light .panel-heading h3,
body .panel.panel-tcbrown-light .panel-heading h4,
body .panel.panel-tcbrown-light .panel-heading h5,
body .panel.panel-tcbrown-light .panel-heading h6,
body .panel.panel-tcbrown-light .panel-title .h1,
body .panel.panel-tcbrown-light .panel-title .h2,
body .panel.panel-tcbrown-light .panel-title .h3,
body .panel.panel-tcbrown-light .panel-title .h4,
body .panel.panel-tcbrown-light .panel-title .h5,
body .panel.panel-tcbrown-light .panel-title .h6,
body .panel.panel-tcbrown-light .panel-title h1,
body .panel.panel-tcbrown-light .panel-title h2,
body .panel.panel-tcbrown-light .panel-title h3,
body .panel.panel-tcbrown-light .panel-title h4,
body .panel.panel-tcbrown-light .panel-title h5,
body .panel.panel-tcbrown-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-tcbrown .panel-heading a,
body .panel.panel-tcbrown .panel-title a,
body .panel.panel-tcbrown-light .panel-heading a,
body .panel.panel-tcbrown-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-tcbrown .panel-heading a:active,
body .panel.panel-tcbrown .panel-heading a:focus,
body .panel.panel-tcbrown .panel-heading a:hover,
body .panel.panel-tcbrown .panel-title a:active,
body .panel.panel-tcbrown .panel-title a:focus,
body .panel.panel-tcbrown .panel-title a:hover,
body .panel.panel-tcbrown-light .panel-heading a:active,
body .panel.panel-tcbrown-light .panel-heading a:focus,
body .panel.panel-tcbrown-light .panel-heading a:hover,
body .panel.panel-tcbrown-light .panel-title a:active,
body .panel.panel-tcbrown-light .panel-title a:focus,
body .panel.panel-tcbrown-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-tcbrown {
    border-color: #a47b42;
    color: #765e3d;
}
body .panel.panel-tcbrown a:not(.btn) {
    color: #926315;
}
body .panel.panel-tcbrown a:not(.btn):active,
body .panel.panel-tcbrown a:not(.btn):focus,
body .panel.panel-tcbrown a:not(.btn):hover {
    color: #392608 !important;
}
body .panel.panel-tcbrown.text-light .panel-footer,
body .panel.panel-tcbrown.text-light .panel-heading,
body .panel.panel-tcbrown.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcbrown .panel-heading,
body .panel.panel-tcbrown .panel-title {
    background-color: #bd945c;
    color: #392608;
}
body .panel.panel-tcbrown .panel-heading a:not(.btn):active,
body .panel.panel-tcbrown .panel-heading a:not(.btn):focus,
body .panel.panel-tcbrown .panel-heading a:not(.btn):hover,
body .panel.panel-tcbrown .panel-title a:not(.btn):active,
body .panel.panel-tcbrown .panel-title a:not(.btn):focus,
body .panel.panel-tcbrown .panel-title a:not(.btn):hover {
    color: #926315 !important;
}
body .panel.panel-tcbrown .panel-footer {
    background-color: #bd945c;
    border-color: #a47b42;
    color: #392608;
}
body .panel.panel-tcbrown .panel-footer a:not(.btn) {
    color: #392608;
}
body .panel.panel-tcbrown .panel-footer a:not(.btn):active,
body .panel.panel-tcbrown .panel-footer a:not(.btn):focus,
body .panel.panel-tcbrown .panel-footer a:not(.btn):hover {
    color: #926315 !important;
}
body .panel.panel-tcbrown.invert,
body .panel.panel-tcbrown.inverted {
    background: #bd945c;
    border-color: #a47b42;
    color: #392608;
}
body .panel.panel-tcbrown.invert a:not(.btn),
body .panel.panel-tcbrown.inverted a:not(.btn) {
    color: #926315;
}
body .panel.panel-tcbrown.invert a:not(.btn):active,
body .panel.panel-tcbrown.invert a:not(.btn):focus,
body .panel.panel-tcbrown.invert a:not(.btn):hover,
body .panel.panel-tcbrown.inverted a:not(.btn):active,
body .panel.panel-tcbrown.inverted a:not(.btn):focus,
body .panel.panel-tcbrown.inverted a:not(.btn):hover {
    color: #392608 !important;
}
body .panel.panel-tcbrown.invert.text-light,
body .panel.panel-tcbrown.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcbrown.invert .panel-heading,
body .panel.panel-tcbrown.invert .panel-title,
body .panel.panel-tcbrown.inverted .panel-heading,
body .panel.panel-tcbrown.inverted .panel-title {
    color: #392608;
}
body .panel.panel-tcbrown.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcbrown.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcbrown.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcbrown.invert .panel-title a:not(.btn):active,
body .panel.panel-tcbrown.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcbrown.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcbrown.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcbrown.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcbrown.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcbrown.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcbrown.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcbrown.inverted .panel-title a:not(.btn):hover {
    color: #926315 !important;
}
body .panel.panel-tcbrown.invert .panel-footer,
body .panel.panel-tcbrown.inverted .panel-footer {
    border-color: #a47b42;
    background: #b6884a;
    color: #392608;
}
body .panel.panel-tcbrown.invert .panel-footer a:not(.btn),
body .panel.panel-tcbrown.inverted .panel-footer a:not(.btn) {
    color: #392608;
}
body .panel.panel-tcbrown.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcbrown.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcbrown.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcbrown.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcbrown.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcbrown.inverted .panel-footer a:not(.btn):hover {
    color: #926315 !important;
}
body .panel.panel-tcbrown-light {
    border-color: #eec685;
    color: #7f5f34;
}
body .panel.panel-tcbrown-light a:not(.btn) {
    color: #392608;
}
body .panel.panel-tcbrown-light a:not(.btn):active,
body .panel.panel-tcbrown-light a:not(.btn):focus,
body .panel.panel-tcbrown-light a:not(.btn):hover {
    color: #926315 !important;
}
body .panel.panel-tcbrown-light.text-light .panel-footer,
body .panel.panel-tcbrown-light.text-light .panel-heading,
body .panel.panel-tcbrown-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcbrown-light .panel-heading,
body .panel.panel-tcbrown-light .panel-title {
    background-color: #f4dbb2;
    color: #926315;
}
body .panel.panel-tcbrown-light .panel-heading a:not(.btn),
body .panel.panel-tcbrown-light .panel-title a:not(.btn) {
    color: #392608;
}
body .panel.panel-tcbrown-light .panel-heading a:not(.btn):active,
body .panel.panel-tcbrown-light .panel-heading a:not(.btn):focus,
body .panel.panel-tcbrown-light .panel-heading a:not(.btn):hover,
body .panel.panel-tcbrown-light .panel-title a:not(.btn):active,
body .panel.panel-tcbrown-light .panel-title a:not(.btn):focus,
body .panel.panel-tcbrown-light .panel-title a:not(.btn):hover {
    color: #392608 !important;
}
body .panel.panel-tcbrown-light .panel-footer {
    background-color: #f4dbb2;
    border-color: #eec685;
    color: #926315;
}
body .panel.panel-tcbrown-light .panel-footer a:not(.btn) {
    color: #926315;
}
body .panel.panel-tcbrown-light .panel-footer a:not(.btn):active,
body .panel.panel-tcbrown-light .panel-footer a:not(.btn):focus,
body .panel.panel-tcbrown-light .panel-footer a:not(.btn):hover {
    color: #392608 !important;
}
body .panel.panel-tcbrown-light.invert,
body .panel.panel-tcbrown-light.inverted {
    background: #f4dbb2;
    border-color: #eec685;
    color: #926315;
}
body .panel.panel-tcbrown-light.invert a:not(.btn),
body .panel.panel-tcbrown-light.inverted a:not(.btn) {
    color: #392608;
}
body .panel.panel-tcbrown-light.invert a:not(.btn):active,
body .panel.panel-tcbrown-light.invert a:not(.btn):focus,
body .panel.panel-tcbrown-light.invert a:not(.btn):hover,
body .panel.panel-tcbrown-light.inverted a:not(.btn):active,
body .panel.panel-tcbrown-light.inverted a:not(.btn):focus,
body .panel.panel-tcbrown-light.inverted a:not(.btn):hover {
    color: #926315 !important;
}
body .panel.panel-tcbrown-light.invert.text-light,
body .panel.panel-tcbrown-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcbrown-light.invert .panel-heading,
body .panel.panel-tcbrown-light.invert .panel-title,
body .panel.panel-tcbrown-light.inverted .panel-heading,
body .panel.panel-tcbrown-light.inverted .panel-title {
    color: #926315;
}
body .panel.panel-tcbrown-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcbrown-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcbrown-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcbrown-light.invert .panel-title a:not(.btn):active,
body .panel.panel-tcbrown-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcbrown-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcbrown-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcbrown-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcbrown-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcbrown-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcbrown-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcbrown-light.inverted .panel-title a:not(.btn):hover {
    color: #392608 !important;
}
body .panel.panel-tcbrown-light.invert .panel-footer,
body .panel.panel-tcbrown-light.inverted .panel-footer {
    border-color: #eec685;
    background: #eec685;
    color: #926315;
}
body .panel.panel-tcbrown-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcbrown-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcbrown-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcbrown-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcbrown-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcbrown-light.inverted .panel-footer a:not(.btn):hover {
    color: #926315 !important;
}
body .well.category-tcbrown,
body .well.panel-tcbrown {
    background: #bd945c;
    color: #fff;
}
body.theme-tcred header.main-header h2.logo:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcred.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcred.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-tcred.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcred.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-tcred.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcred.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-tcred.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcred.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcred.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcred.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcred .h1,
body.theme-tcred .h2,
body.theme-tcred .h3,
body.theme-tcred .h4,
body.theme-tcred .h5,
body.theme-tcred .h6,
body.theme-tcred h1,
body.theme-tcred h2,
body.theme-tcred h3,
body.theme-tcred h4,
body.theme-tcred h5,
body.theme-tcred h6 {
    color: #ec4d00;
}
body.theme-tcred .h1.panel-title,
body.theme-tcred .h2.panel-title,
body.theme-tcred .h3.panel-title,
body.theme-tcred .h4.panel-title,
body.theme-tcred .h5.panel-title,
body.theme-tcred .h6.panel-title,
body.theme-tcred h1.panel-title,
body.theme-tcred h2.panel-title,
body.theme-tcred h3.panel-title,
body.theme-tcred h4.panel-title,
body.theme-tcred h5.panel-title,
body.theme-tcred h6.panel-title {
    color: inherit;
}
body.theme-tcred .content .portal-nav.nav-pills > li,
body.theme-tcred .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-tcred .content .portal-nav.nav-pills > li.active,
body.theme-tcred .footer .portal-nav.nav-pills > li.active {
    border-left-color: #f6cc8c;
}
body.theme-tcred .content .portal-nav.nav-pills > li.active > a,
body.theme-tcred .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcred .content .portal-nav.nav-pills > li > a,
body.theme-tcred .footer .portal-nav.nav-pills > li > a {
    color: #ec4d00;
}
body.theme-tcred .content .portal-nav.nav-pills > li > a:focus,
body.theme-tcred .content .portal-nav.nav-pills > li > a:hover,
body.theme-tcred .footer .portal-nav.nav-pills > li > a:focus,
body.theme-tcred .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #b93c00;
}
body.theme-tcred .content .portal-listing .nav-pills > li,
body.theme-tcred .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-tcred .content .portal-listing .nav-pills > li.active,
body.theme-tcred .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #f6cc8c;
}
body.theme-tcred .content .portal-listing .nav-pills > li.active > a,
body.theme-tcred .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcred .content .portal-listing .nav-pills > li > a,
body.theme-tcred .footer .portal-listing .nav-pills > li > a {
    color: #ec4d00;
    padding: 10px 5px;
}
body.theme-tcred .content .portal-listing .nav-pills > li > a:focus,
body.theme-tcred .content .portal-listing .nav-pills > li > a:hover,
body.theme-tcred .footer .portal-listing .nav-pills > li > a:focus,
body.theme-tcred .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #b93c00;
}
body.theme-tcred .content a:not(.btn),
body.theme-tcred .footer a:not(.btn) {
    color: #ec4d00;
}
body.theme-tcred .content a:not(.btn):focus,
body.theme-tcred .content a:not(.btn):hover,
body.theme-tcred .footer a:not(.btn):focus,
body.theme-tcred .footer a:not(.btn):hover {
    color: #d34500;
}
body.theme-tcred .label-success {
    background: #f6cc8c;
    color: #862c00;
}
body.theme-tcred .touch-effects figcaption {
    background: #f8d6a4;
}
body.theme-tcred .parallax-window {
    color: #200a00;
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-tcred .parallax-window:before {
    background-color: #ec4d00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-tcred .parallax-window h4 {
    color: #fff;
}
body.theme-tcred footer.main-footer {
    background: #f6cc8c;
    color: #862c00;
}
body.theme-tcred footer.main-footer:before {
    background-color: #f6cc8c;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-tcred footer.main-footer a {
    color: #6d2300;
}
body.theme-tcred footer.main-footer a:focus,
body.theme-tcred footer.main-footer a:hover {
    color: #ec4d00;
}
body .colortest-tcred {
    background: #fff;
    color: #7f2e07;
    border-color: #b93c00;
}
body .light .colortest-tcred {
    background: #fff;
    color: #862c00;
    border-color: #f2b75d;
}
body .invert .colortest-tcred {
    background: #ec4d00;
    color: #1b1102;
    border-color: #b93c00;
}
body .invert.light .colortest-tcred {
    background: #f6cc8c;
    color: #794d0a;
    border-color: #f2b75d;
}
body .panel.panel-tcred a:not(.btn),
body .panel.panel-tcred-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-tcred .panel-heading .h1,
body .panel.panel-tcred .panel-heading .h2,
body .panel.panel-tcred .panel-heading .h3,
body .panel.panel-tcred .panel-heading .h4,
body .panel.panel-tcred .panel-heading .h5,
body .panel.panel-tcred .panel-heading .h6,
body .panel.panel-tcred .panel-heading h1,
body .panel.panel-tcred .panel-heading h2,
body .panel.panel-tcred .panel-heading h3,
body .panel.panel-tcred .panel-heading h4,
body .panel.panel-tcred .panel-heading h5,
body .panel.panel-tcred .panel-heading h6,
body .panel.panel-tcred .panel-title .h1,
body .panel.panel-tcred .panel-title .h2,
body .panel.panel-tcred .panel-title .h3,
body .panel.panel-tcred .panel-title .h4,
body .panel.panel-tcred .panel-title .h5,
body .panel.panel-tcred .panel-title .h6,
body .panel.panel-tcred .panel-title h1,
body .panel.panel-tcred .panel-title h2,
body .panel.panel-tcred .panel-title h3,
body .panel.panel-tcred .panel-title h4,
body .panel.panel-tcred .panel-title h5,
body .panel.panel-tcred .panel-title h6,
body .panel.panel-tcred-light .panel-heading .h1,
body .panel.panel-tcred-light .panel-heading .h2,
body .panel.panel-tcred-light .panel-heading .h3,
body .panel.panel-tcred-light .panel-heading .h4,
body .panel.panel-tcred-light .panel-heading .h5,
body .panel.panel-tcred-light .panel-heading .h6,
body .panel.panel-tcred-light .panel-heading h1,
body .panel.panel-tcred-light .panel-heading h2,
body .panel.panel-tcred-light .panel-heading h3,
body .panel.panel-tcred-light .panel-heading h4,
body .panel.panel-tcred-light .panel-heading h5,
body .panel.panel-tcred-light .panel-heading h6,
body .panel.panel-tcred-light .panel-title .h1,
body .panel.panel-tcred-light .panel-title .h2,
body .panel.panel-tcred-light .panel-title .h3,
body .panel.panel-tcred-light .panel-title .h4,
body .panel.panel-tcred-light .panel-title .h5,
body .panel.panel-tcred-light .panel-title .h6,
body .panel.panel-tcred-light .panel-title h1,
body .panel.panel-tcred-light .panel-title h2,
body .panel.panel-tcred-light .panel-title h3,
body .panel.panel-tcred-light .panel-title h4,
body .panel.panel-tcred-light .panel-title h5,
body .panel.panel-tcred-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-tcred .panel-heading a,
body .panel.panel-tcred .panel-title a,
body .panel.panel-tcred-light .panel-heading a,
body .panel.panel-tcred-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-tcred .panel-heading a:active,
body .panel.panel-tcred .panel-heading a:focus,
body .panel.panel-tcred .panel-heading a:hover,
body .panel.panel-tcred .panel-title a:active,
body .panel.panel-tcred .panel-title a:focus,
body .panel.panel-tcred .panel-title a:hover,
body .panel.panel-tcred-light .panel-heading a:active,
body .panel.panel-tcred-light .panel-heading a:focus,
body .panel.panel-tcred-light .panel-heading a:hover,
body .panel.panel-tcred-light .panel-title a:active,
body .panel.panel-tcred-light .panel-title a:focus,
body .panel.panel-tcred-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-tcred {
    border-color: #b93c00;
    color: #7f2e07;
}
body .panel.panel-tcred a:not(.btn) {
    color: #794d0a;
}
body .panel.panel-tcred a:not(.btn):active,
body .panel.panel-tcred a:not(.btn):focus,
body .panel.panel-tcred a:not(.btn):hover {
    color: #1b1102 !important;
}
body .panel.panel-tcred.text-light .panel-footer,
body .panel.panel-tcred.text-light .panel-heading,
body .panel.panel-tcred.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcred .panel-heading,
body .panel.panel-tcred .panel-title {
    background-color: #ec4d00;
    color: #1b1102;
}
body .panel.panel-tcred .panel-heading a:not(.btn):active,
body .panel.panel-tcred .panel-heading a:not(.btn):focus,
body .panel.panel-tcred .panel-heading a:not(.btn):hover,
body .panel.panel-tcred .panel-title a:not(.btn):active,
body .panel.panel-tcred .panel-title a:not(.btn):focus,
body .panel.panel-tcred .panel-title a:not(.btn):hover {
    color: #794d0a !important;
}
body .panel.panel-tcred .panel-footer {
    background-color: #ec4d00;
    border-color: #b93c00;
    color: #1b1102;
}
body .panel.panel-tcred .panel-footer a:not(.btn) {
    color: #1b1102;
}
body .panel.panel-tcred .panel-footer a:not(.btn):active,
body .panel.panel-tcred .panel-footer a:not(.btn):focus,
body .panel.panel-tcred .panel-footer a:not(.btn):hover {
    color: #794d0a !important;
}
body .panel.panel-tcred.invert,
body .panel.panel-tcred.inverted {
    background: #ec4d00;
    border-color: #b93c00;
    color: #1b1102;
}
body .panel.panel-tcred.invert a:not(.btn),
body .panel.panel-tcred.inverted a:not(.btn) {
    color: #794d0a;
}
body .panel.panel-tcred.invert a:not(.btn):active,
body .panel.panel-tcred.invert a:not(.btn):focus,
body .panel.panel-tcred.invert a:not(.btn):hover,
body .panel.panel-tcred.inverted a:not(.btn):active,
body .panel.panel-tcred.inverted a:not(.btn):focus,
body .panel.panel-tcred.inverted a:not(.btn):hover {
    color: #1b1102 !important;
}
body .panel.panel-tcred.invert.text-light,
body .panel.panel-tcred.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcred.invert .panel-heading,
body .panel.panel-tcred.invert .panel-title,
body .panel.panel-tcred.inverted .panel-heading,
body .panel.panel-tcred.inverted .panel-title {
    color: #1b1102;
}
body .panel.panel-tcred.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcred.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcred.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcred.invert .panel-title a:not(.btn):active,
body .panel.panel-tcred.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcred.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcred.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcred.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcred.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcred.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcred.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcred.inverted .panel-title a:not(.btn):hover {
    color: #794d0a !important;
}
body .panel.panel-tcred.invert .panel-footer,
body .panel.panel-tcred.inverted .panel-footer {
    border-color: #b93c00;
    background: #d34500;
    color: #1b1102;
}
body .panel.panel-tcred.invert .panel-footer a:not(.btn),
body .panel.panel-tcred.inverted .panel-footer a:not(.btn) {
    color: #1b1102;
}
body .panel.panel-tcred.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcred.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcred.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcred.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcred.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcred.inverted .panel-footer a:not(.btn):hover {
    color: #794d0a !important;
}
body .panel.panel-tcred-light {
    border-color: #f2b75d;
    color: #862c00;
}
body .panel.panel-tcred-light a:not(.btn) {
    color: #1b1102;
}
body .panel.panel-tcred-light a:not(.btn):active,
body .panel.panel-tcred-light a:not(.btn):focus,
body .panel.panel-tcred-light a:not(.btn):hover {
    color: #794d0a !important;
}
body .panel.panel-tcred-light.text-light .panel-footer,
body .panel.panel-tcred-light.text-light .panel-heading,
body .panel.panel-tcred-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcred-light .panel-heading,
body .panel.panel-tcred-light .panel-title {
    background-color: #f6cc8c;
    color: #794d0a;
}
body .panel.panel-tcred-light .panel-heading a:not(.btn),
body .panel.panel-tcred-light .panel-title a:not(.btn) {
    color: #1b1102;
}
body .panel.panel-tcred-light .panel-heading a:not(.btn):active,
body .panel.panel-tcred-light .panel-heading a:not(.btn):focus,
body .panel.panel-tcred-light .panel-heading a:not(.btn):hover,
body .panel.panel-tcred-light .panel-title a:not(.btn):active,
body .panel.panel-tcred-light .panel-title a:not(.btn):focus,
body .panel.panel-tcred-light .panel-title a:not(.btn):hover {
    color: #1b1102 !important;
}
body .panel.panel-tcred-light .panel-footer {
    background-color: #f6cc8c;
    border-color: #f2b75d;
    color: #794d0a;
}
body .panel.panel-tcred-light .panel-footer a:not(.btn) {
    color: #794d0a;
}
body .panel.panel-tcred-light .panel-footer a:not(.btn):active,
body .panel.panel-tcred-light .panel-footer a:not(.btn):focus,
body .panel.panel-tcred-light .panel-footer a:not(.btn):hover {
    color: #1b1102 !important;
}
body .panel.panel-tcred-light.invert,
body .panel.panel-tcred-light.inverted {
    background: #f6cc8c;
    border-color: #f2b75d;
    color: #794d0a;
}
body .panel.panel-tcred-light.invert a:not(.btn),
body .panel.panel-tcred-light.inverted a:not(.btn) {
    color: #1b1102;
}
body .panel.panel-tcred-light.invert a:not(.btn):active,
body .panel.panel-tcred-light.invert a:not(.btn):focus,
body .panel.panel-tcred-light.invert a:not(.btn):hover,
body .panel.panel-tcred-light.inverted a:not(.btn):active,
body .panel.panel-tcred-light.inverted a:not(.btn):focus,
body .panel.panel-tcred-light.inverted a:not(.btn):hover {
    color: #794d0a !important;
}
body .panel.panel-tcred-light.invert.text-light,
body .panel.panel-tcred-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcred-light.invert .panel-heading,
body .panel.panel-tcred-light.invert .panel-title,
body .panel.panel-tcred-light.inverted .panel-heading,
body .panel.panel-tcred-light.inverted .panel-title {
    color: #794d0a;
}
body .panel.panel-tcred-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcred-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcred-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcred-light.invert .panel-title a:not(.btn):active,
body .panel.panel-tcred-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcred-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcred-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcred-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcred-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcred-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcred-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcred-light.inverted .panel-title a:not(.btn):hover {
    color: #1b1102 !important;
}
body .panel.panel-tcred-light.invert .panel-footer,
body .panel.panel-tcred-light.inverted .panel-footer {
    border-color: #f2b75d;
    background: #f2b75d;
    color: #794d0a;
}
body .panel.panel-tcred-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcred-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcred-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcred-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcred-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcred-light.inverted .panel-footer a:not(.btn):hover {
    color: #794d0a !important;
}
body .well.category-tcred,
body .well.panel-tcred {
    background: #ec4d00;
    color: #fff;
}
body.theme-tcmaroon header.main-header h2.logo:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcmaroon.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcmaroon.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-tcmaroon.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcmaroon.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-tcmaroon.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcmaroon.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-tcmaroon.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcmaroon.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcmaroon.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-tcmaroon.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-tcmaroon .h1,
body.theme-tcmaroon .h2,
body.theme-tcmaroon .h3,
body.theme-tcmaroon .h4,
body.theme-tcmaroon .h5,
body.theme-tcmaroon .h6,
body.theme-tcmaroon h1,
body.theme-tcmaroon h2,
body.theme-tcmaroon h3,
body.theme-tcmaroon h4,
body.theme-tcmaroon h5,
body.theme-tcmaroon h6 {
    color: #641217;
}
body.theme-tcmaroon .h1.panel-title,
body.theme-tcmaroon .h2.panel-title,
body.theme-tcmaroon .h3.panel-title,
body.theme-tcmaroon .h4.panel-title,
body.theme-tcmaroon .h5.panel-title,
body.theme-tcmaroon .h6.panel-title,
body.theme-tcmaroon h1.panel-title,
body.theme-tcmaroon h2.panel-title,
body.theme-tcmaroon h3.panel-title,
body.theme-tcmaroon h4.panel-title,
body.theme-tcmaroon h5.panel-title,
body.theme-tcmaroon h6.panel-title {
    color: inherit;
}
body.theme-tcmaroon .content .portal-nav.nav-pills > li,
body.theme-tcmaroon .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-tcmaroon .content .portal-nav.nav-pills > li.active,
body.theme-tcmaroon .footer .portal-nav.nav-pills > li.active {
    border-left-color: #f6e5f1;
}
body.theme-tcmaroon .content .portal-nav.nav-pills > li.active > a,
body.theme-tcmaroon .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcmaroon .content .portal-nav.nav-pills > li > a,
body.theme-tcmaroon .footer .portal-nav.nav-pills > li > a {
    color: #641217;
}
body.theme-tcmaroon .content .portal-nav.nav-pills > li > a:focus,
body.theme-tcmaroon .content .portal-nav.nav-pills > li > a:hover,
body.theme-tcmaroon .footer .portal-nav.nav-pills > li > a:focus,
body.theme-tcmaroon .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #390a0d;
}
body.theme-tcmaroon .content .portal-listing .nav-pills > li,
body.theme-tcmaroon .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-tcmaroon .content .portal-listing .nav-pills > li.active,
body.theme-tcmaroon .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #f6e5f1;
}
body.theme-tcmaroon .content .portal-listing .nav-pills > li.active > a,
body.theme-tcmaroon .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-tcmaroon .content .portal-listing .nav-pills > li > a,
body.theme-tcmaroon .footer .portal-listing .nav-pills > li > a {
    color: #641217;
    padding: 10px 5px;
}
body.theme-tcmaroon .content .portal-listing .nav-pills > li > a:focus,
body.theme-tcmaroon .content .portal-listing .nav-pills > li > a:hover,
body.theme-tcmaroon .footer .portal-listing .nav-pills > li > a:focus,
body.theme-tcmaroon .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #390a0d;
}
body.theme-tcmaroon .content a:not(.btn),
body.theme-tcmaroon .footer a:not(.btn) {
    color: #641217;
}
body.theme-tcmaroon .content a:not(.btn):focus,
body.theme-tcmaroon .content a:not(.btn):hover,
body.theme-tcmaroon .footer a:not(.btn):focus,
body.theme-tcmaroon .footer a:not(.btn):hover {
    color: #4e0e12;
}
body.theme-tcmaroon .label-success {
    background: #f6e5f1;
    color: #0e0203;
}
body.theme-tcmaroon .touch-effects figcaption {
    background: #fdf8fb;
}
body.theme-tcmaroon .parallax-window {
    color: #ea8b91;
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-tcmaroon .parallax-window:before {
    background-color: #641217;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-tcmaroon .parallax-window h4 {
    color: #fff;
}
body.theme-tcmaroon footer.main-footer {
    background: #f6e5f1;
    color: #0e0203;
}
body.theme-tcmaroon footer.main-footer:before {
    background-color: #f6e5f1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-tcmaroon footer.main-footer a {
    color: #000;
}
body.theme-tcmaroon footer.main-footer a:focus,
body.theme-tcmaroon footer.main-footer a:hover {
    color: #641217;
}
body .colortest-tcmaroon {
    background: #fff;
    color: #0d0304;
    border-color: #390a0d;
}
body .light .colortest-tcmaroon {
    background: #fff;
    color: #0e0203;
    border-color: #e9bfdd;
}
body .invert .colortest-tcmaroon {
    background: #641217;
    color: #f6e5f1;
    border-color: #390a0d;
}
body .invert.light .colortest-tcmaroon {
    background: #f6e5f1;
    color: #641217;
    border-color: #e9bfdd;
}
body .panel.panel-tcmaroon a:not(.btn),
body .panel.panel-tcmaroon-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-tcmaroon .panel-heading .h1,
body .panel.panel-tcmaroon .panel-heading .h2,
body .panel.panel-tcmaroon .panel-heading .h3,
body .panel.panel-tcmaroon .panel-heading .h4,
body .panel.panel-tcmaroon .panel-heading .h5,
body .panel.panel-tcmaroon .panel-heading .h6,
body .panel.panel-tcmaroon .panel-heading h1,
body .panel.panel-tcmaroon .panel-heading h2,
body .panel.panel-tcmaroon .panel-heading h3,
body .panel.panel-tcmaroon .panel-heading h4,
body .panel.panel-tcmaroon .panel-heading h5,
body .panel.panel-tcmaroon .panel-heading h6,
body .panel.panel-tcmaroon .panel-title .h1,
body .panel.panel-tcmaroon .panel-title .h2,
body .panel.panel-tcmaroon .panel-title .h3,
body .panel.panel-tcmaroon .panel-title .h4,
body .panel.panel-tcmaroon .panel-title .h5,
body .panel.panel-tcmaroon .panel-title .h6,
body .panel.panel-tcmaroon .panel-title h1,
body .panel.panel-tcmaroon .panel-title h2,
body .panel.panel-tcmaroon .panel-title h3,
body .panel.panel-tcmaroon .panel-title h4,
body .panel.panel-tcmaroon .panel-title h5,
body .panel.panel-tcmaroon .panel-title h6,
body .panel.panel-tcmaroon-light .panel-heading .h1,
body .panel.panel-tcmaroon-light .panel-heading .h2,
body .panel.panel-tcmaroon-light .panel-heading .h3,
body .panel.panel-tcmaroon-light .panel-heading .h4,
body .panel.panel-tcmaroon-light .panel-heading .h5,
body .panel.panel-tcmaroon-light .panel-heading .h6,
body .panel.panel-tcmaroon-light .panel-heading h1,
body .panel.panel-tcmaroon-light .panel-heading h2,
body .panel.panel-tcmaroon-light .panel-heading h3,
body .panel.panel-tcmaroon-light .panel-heading h4,
body .panel.panel-tcmaroon-light .panel-heading h5,
body .panel.panel-tcmaroon-light .panel-heading h6,
body .panel.panel-tcmaroon-light .panel-title .h1,
body .panel.panel-tcmaroon-light .panel-title .h2,
body .panel.panel-tcmaroon-light .panel-title .h3,
body .panel.panel-tcmaroon-light .panel-title .h4,
body .panel.panel-tcmaroon-light .panel-title .h5,
body .panel.panel-tcmaroon-light .panel-title .h6,
body .panel.panel-tcmaroon-light .panel-title h1,
body .panel.panel-tcmaroon-light .panel-title h2,
body .panel.panel-tcmaroon-light .panel-title h3,
body .panel.panel-tcmaroon-light .panel-title h4,
body .panel.panel-tcmaroon-light .panel-title h5,
body .panel.panel-tcmaroon-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-tcmaroon .panel-heading a,
body .panel.panel-tcmaroon .panel-title a,
body .panel.panel-tcmaroon-light .panel-heading a,
body .panel.panel-tcmaroon-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-tcmaroon .panel-heading a:active,
body .panel.panel-tcmaroon .panel-heading a:focus,
body .panel.panel-tcmaroon .panel-heading a:hover,
body .panel.panel-tcmaroon .panel-title a:active,
body .panel.panel-tcmaroon .panel-title a:focus,
body .panel.panel-tcmaroon .panel-title a:hover,
body .panel.panel-tcmaroon-light .panel-heading a:active,
body .panel.panel-tcmaroon-light .panel-heading a:focus,
body .panel.panel-tcmaroon-light .panel-heading a:hover,
body .panel.panel-tcmaroon-light .panel-title a:active,
body .panel.panel-tcmaroon-light .panel-title a:focus,
body .panel.panel-tcmaroon-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-tcmaroon {
    border-color: #390a0d;
    color: #0d0304;
}
body .panel.panel-tcmaroon a:not(.btn) {
    color: #a33984;
}
body .panel.panel-tcmaroon a:not(.btn):active,
body .panel.panel-tcmaroon a:not(.btn):focus,
body .panel.panel-tcmaroon a:not(.btn):hover {
    color: #e39297 !important;
}
body .panel.panel-tcmaroon.text-light .panel-footer,
body .panel.panel-tcmaroon.text-light .panel-heading,
body .panel.panel-tcmaroon.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcmaroon .panel-heading,
body .panel.panel-tcmaroon .panel-title {
    background-color: #641217;
    color: #f6e5f1;
}
body .panel.panel-tcmaroon .panel-heading a:not(.btn):active,
body .panel.panel-tcmaroon .panel-heading a:not(.btn):focus,
body .panel.panel-tcmaroon .panel-heading a:not(.btn):hover,
body .panel.panel-tcmaroon .panel-title a:not(.btn):active,
body .panel.panel-tcmaroon .panel-title a:not(.btn):focus,
body .panel.panel-tcmaroon .panel-title a:not(.btn):hover {
    color: #ea8b91 !important;
}
body .panel.panel-tcmaroon .panel-footer {
    background-color: #641217;
    border-color: #390a0d;
    color: #f6e5f1;
}
body .panel.panel-tcmaroon .panel-footer a:not(.btn) {
    color: #0e0203;
}
body .panel.panel-tcmaroon .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon .panel-footer a:not(.btn):hover {
    color: #ea8b91 !important;
}
body .panel.panel-tcmaroon .panel-footer a:not(.btn) {
    color: #ea8b91;
}
body .panel.panel-tcmaroon .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon .panel-footer a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-tcmaroon.invert,
body .panel.panel-tcmaroon.inverted {
    background: #641217;
    border-color: #390a0d;
    color: #f6e5f1;
}
body .panel.panel-tcmaroon.invert a:not(.btn),
body .panel.panel-tcmaroon.inverted a:not(.btn) {
    color: #ea8b91;
}
body .panel.panel-tcmaroon.invert a:not(.btn):active,
body .panel.panel-tcmaroon.invert a:not(.btn):focus,
body .panel.panel-tcmaroon.invert a:not(.btn):hover,
body .panel.panel-tcmaroon.inverted a:not(.btn):active,
body .panel.panel-tcmaroon.inverted a:not(.btn):focus,
body .panel.panel-tcmaroon.inverted a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-tcmaroon.invert.text-light,
body .panel.panel-tcmaroon.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcmaroon.invert .panel-heading,
body .panel.panel-tcmaroon.invert .panel-title,
body .panel.panel-tcmaroon.inverted .panel-heading,
body .panel.panel-tcmaroon.inverted .panel-title {
    color: #f6e5f1;
}
body .panel.panel-tcmaroon.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcmaroon.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcmaroon.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcmaroon.invert .panel-title a:not(.btn):active,
body .panel.panel-tcmaroon.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcmaroon.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcmaroon.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcmaroon.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcmaroon.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcmaroon.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcmaroon.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcmaroon.inverted .panel-title a:not(.btn):hover {
    color: #ea8b91 !important;
}
body .panel.panel-tcmaroon.invert .panel-footer,
body .panel.panel-tcmaroon.inverted .panel-footer {
    border-color: #390a0d;
    background: #4e0e12;
    color: #f6e5f1;
}
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn),
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn) {
    color: #0e0203;
}
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn):hover {
    color: #ea8b91 !important;
}
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn),
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn) {
    color: #ea8b91;
}
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon.inverted .panel-footer a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-tcmaroon-light {
    border-color: #e9bfdd;
    color: #0e0203;
}
body .panel.panel-tcmaroon-light a:not(.btn) {
    color: #a33984;
}
body .panel.panel-tcmaroon-light a:not(.btn):active,
body .panel.panel-tcmaroon-light a:not(.btn):focus,
body .panel.panel-tcmaroon-light a:not(.btn):hover {
    color: #641217 !important;
}
body .panel.panel-tcmaroon-light.text-light .panel-footer,
body .panel.panel-tcmaroon-light.text-light .panel-heading,
body .panel.panel-tcmaroon-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-tcmaroon-light .panel-heading,
body .panel.panel-tcmaroon-light .panel-title {
    background-color: #f6e5f1;
    color: #641217;
}
body .panel.panel-tcmaroon-light .panel-heading a:not(.btn),
body .panel.panel-tcmaroon-light .panel-title a:not(.btn) {
    color: #0e0203;
}
body .panel.panel-tcmaroon-light .panel-heading a:not(.btn):active,
body .panel.panel-tcmaroon-light .panel-heading a:not(.btn):focus,
body .panel.panel-tcmaroon-light .panel-heading a:not(.btn):hover,
body .panel.panel-tcmaroon-light .panel-title a:not(.btn):active,
body .panel.panel-tcmaroon-light .panel-title a:not(.btn):focus,
body .panel.panel-tcmaroon-light .panel-title a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-tcmaroon-light .panel-footer {
    background-color: #f6e5f1;
    border-color: #e9bfdd;
    color: #641217;
}
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn) {
    color: #ea8b91;
}
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn) {
    color: #a33984;
}
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon-light .panel-footer a:not(.btn):hover {
    color: #641217 !important;
}
body .panel.panel-tcmaroon-light.invert,
body .panel.panel-tcmaroon-light.inverted {
    background: #f6e5f1;
    border-color: #e9bfdd;
    color: #641217;
}
body .panel.panel-tcmaroon-light.invert a:not(.btn),
body .panel.panel-tcmaroon-light.inverted a:not(.btn) {
    color: #0e0203;
}
body .panel.panel-tcmaroon-light.invert a:not(.btn):active,
body .panel.panel-tcmaroon-light.invert a:not(.btn):focus,
body .panel.panel-tcmaroon-light.invert a:not(.btn):hover,
body .panel.panel-tcmaroon-light.inverted a:not(.btn):active,
body .panel.panel-tcmaroon-light.inverted a:not(.btn):focus,
body .panel.panel-tcmaroon-light.inverted a:not(.btn):hover {
    color: #ea8b91 !important;
}
body .panel.panel-tcmaroon-light.invert.text-light,
body .panel.panel-tcmaroon-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-tcmaroon-light.invert .panel-heading,
body .panel.panel-tcmaroon-light.invert .panel-title,
body .panel.panel-tcmaroon-light.inverted .panel-heading,
body .panel.panel-tcmaroon-light.inverted .panel-title {
    color: #641217;
}
body .panel.panel-tcmaroon-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-tcmaroon-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-tcmaroon-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-tcmaroon-light.invert .panel-title a:not(.btn):active,
body .panel.panel-tcmaroon-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-tcmaroon-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-tcmaroon-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-tcmaroon-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-tcmaroon-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-tcmaroon-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-tcmaroon-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-tcmaroon-light.inverted .panel-title a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-tcmaroon-light.invert .panel-footer,
body .panel.panel-tcmaroon-light.inverted .panel-footer {
    border-color: #e9bfdd;
    background: #e9bfdd;
    color: #641217;
}
body .panel.panel-tcmaroon-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-tcmaroon-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-tcmaroon-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-tcmaroon-light.inverted .panel-footer a:not(.btn):hover {
    color: #ea8b91 !important;
}
body .well.category-tcmaroon,
body .well.panel-tcmaroon {
    background: #641217;
    color: #fff;
}
body.theme-beef header.main-header h2.logo:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-beef.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-beef.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-beef.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-beef.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-beef.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-beef.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-beef.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-beef.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-beef.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-beef.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-beef .h1,
body.theme-beef .h2,
body.theme-beef .h3,
body.theme-beef .h4,
body.theme-beef .h5,
body.theme-beef .h6,
body.theme-beef h1,
body.theme-beef h2,
body.theme-beef h3,
body.theme-beef h4,
body.theme-beef h5,
body.theme-beef h6 {
    color: #77301d;
}
body.theme-beef .h1.panel-title,
body.theme-beef .h2.panel-title,
body.theme-beef .h3.panel-title,
body.theme-beef .h4.panel-title,
body.theme-beef .h5.panel-title,
body.theme-beef .h6.panel-title,
body.theme-beef h1.panel-title,
body.theme-beef h2.panel-title,
body.theme-beef h3.panel-title,
body.theme-beef h4.panel-title,
body.theme-beef h5.panel-title,
body.theme-beef h6.panel-title {
    color: inherit;
}
body.theme-beef .content .portal-nav.nav-pills > li,
body.theme-beef .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-beef .content .portal-nav.nav-pills > li.active,
body.theme-beef .footer .portal-nav.nav-pills > li.active {
    border-left-color: #eee0e0;
}
body.theme-beef .content .portal-nav.nav-pills > li.active > a,
body.theme-beef .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-beef .content .portal-nav.nav-pills > li > a,
body.theme-beef .footer .portal-nav.nav-pills > li > a {
    color: #77301d;
}
body.theme-beef .content .portal-nav.nav-pills > li > a:focus,
body.theme-beef .content .portal-nav.nav-pills > li > a:hover,
body.theme-beef .footer .portal-nav.nav-pills > li > a:focus,
body.theme-beef .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #4e1f13;
}
body.theme-beef .content .portal-listing .nav-pills > li,
body.theme-beef .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-beef .content .portal-listing .nav-pills > li.active,
body.theme-beef .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #eee0e0;
}
body.theme-beef .content .portal-listing .nav-pills > li.active > a,
body.theme-beef .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-beef .content .portal-listing .nav-pills > li > a,
body.theme-beef .footer .portal-listing .nav-pills > li > a {
    color: #77301d;
    padding: 10px 5px;
}
body.theme-beef .content .portal-listing .nav-pills > li > a:focus,
body.theme-beef .content .portal-listing .nav-pills > li > a:hover,
body.theme-beef .footer .portal-listing .nav-pills > li > a:focus,
body.theme-beef .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #4e1f13;
}
body.theme-beef .content a:not(.btn),
body.theme-beef .footer a:not(.btn) {
    color: #77301d;
}
body.theme-beef .content a:not(.btn):focus,
body.theme-beef .content a:not(.btn):hover,
body.theme-beef .footer a:not(.btn):focus,
body.theme-beef .footer a:not(.btn):hover {
    color: #622818;
}
body.theme-beef .label-success {
    background: #eee0e0;
    color: #250f09;
}
body.theme-beef .touch-effects figcaption {
    background: #f7f0f0;
}
body.theme-beef .parallax-window {
    color: #eab7a9;
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-beef .parallax-window:before {
    background-color: #77301d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-beef .parallax-window h4 {
    color: #fff;
}
body.theme-beef footer.main-footer {
    background: #eee0e0;
    color: #250f09;
}
body.theme-beef footer.main-footer:before {
    background-color: #eee0e0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-beef footer.main-footer a {
    color: #100704;
}
body.theme-beef footer.main-footer a:focus,
body.theme-beef footer.main-footer a:hover {
    color: #77301d;
}
body .colortest-beef {
    background: #fff;
    color: #23100b;
    border-color: #4e1f13;
}
body .light .colortest-beef {
    background: #fff;
    color: #250f09;
    border-color: #dcbfbf;
}
body .invert .colortest-beef {
    background: #77301d;
    color: #eee0e0;
    border-color: #4e1f13;
}
body .invert.light .colortest-beef {
    background: #eee0e0;
    color: #a65c5c;
    border-color: #dcbfbf;
}
body .panel.panel-beef a:not(.btn),
body .panel.panel-beef-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-beef .panel-heading .h1,
body .panel.panel-beef .panel-heading .h2,
body .panel.panel-beef .panel-heading .h3,
body .panel.panel-beef .panel-heading .h4,
body .panel.panel-beef .panel-heading .h5,
body .panel.panel-beef .panel-heading .h6,
body .panel.panel-beef .panel-heading h1,
body .panel.panel-beef .panel-heading h2,
body .panel.panel-beef .panel-heading h3,
body .panel.panel-beef .panel-heading h4,
body .panel.panel-beef .panel-heading h5,
body .panel.panel-beef .panel-heading h6,
body .panel.panel-beef .panel-title .h1,
body .panel.panel-beef .panel-title .h2,
body .panel.panel-beef .panel-title .h3,
body .panel.panel-beef .panel-title .h4,
body .panel.panel-beef .panel-title .h5,
body .panel.panel-beef .panel-title .h6,
body .panel.panel-beef .panel-title h1,
body .panel.panel-beef .panel-title h2,
body .panel.panel-beef .panel-title h3,
body .panel.panel-beef .panel-title h4,
body .panel.panel-beef .panel-title h5,
body .panel.panel-beef .panel-title h6,
body .panel.panel-beef-light .panel-heading .h1,
body .panel.panel-beef-light .panel-heading .h2,
body .panel.panel-beef-light .panel-heading .h3,
body .panel.panel-beef-light .panel-heading .h4,
body .panel.panel-beef-light .panel-heading .h5,
body .panel.panel-beef-light .panel-heading .h6,
body .panel.panel-beef-light .panel-heading h1,
body .panel.panel-beef-light .panel-heading h2,
body .panel.panel-beef-light .panel-heading h3,
body .panel.panel-beef-light .panel-heading h4,
body .panel.panel-beef-light .panel-heading h5,
body .panel.panel-beef-light .panel-heading h6,
body .panel.panel-beef-light .panel-title .h1,
body .panel.panel-beef-light .panel-title .h2,
body .panel.panel-beef-light .panel-title .h3,
body .panel.panel-beef-light .panel-title .h4,
body .panel.panel-beef-light .panel-title .h5,
body .panel.panel-beef-light .panel-title .h6,
body .panel.panel-beef-light .panel-title h1,
body .panel.panel-beef-light .panel-title h2,
body .panel.panel-beef-light .panel-title h3,
body .panel.panel-beef-light .panel-title h4,
body .panel.panel-beef-light .panel-title h5,
body .panel.panel-beef-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-beef .panel-heading a,
body .panel.panel-beef .panel-title a,
body .panel.panel-beef-light .panel-heading a,
body .panel.panel-beef-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-beef .panel-heading a:active,
body .panel.panel-beef .panel-heading a:focus,
body .panel.panel-beef .panel-heading a:hover,
body .panel.panel-beef .panel-title a:active,
body .panel.panel-beef .panel-title a:focus,
body .panel.panel-beef .panel-title a:hover,
body .panel.panel-beef-light .panel-heading a:active,
body .panel.panel-beef-light .panel-heading a:focus,
body .panel.panel-beef-light .panel-heading a:hover,
body .panel.panel-beef-light .panel-title a:active,
body .panel.panel-beef-light .panel-title a:focus,
body .panel.panel-beef-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-beef {
    border-color: #4e1f13;
    color: #23100b;
}
body .panel.panel-beef a:not(.btn) {
    color: #a65c5c;
}
body .panel.panel-beef a:not(.btn):active,
body .panel.panel-beef a:not(.btn):focus,
body .panel.panel-beef a:not(.btn):hover {
    color: #eee0e0 !important;
}
body .panel.panel-beef.text-light .panel-footer,
body .panel.panel-beef.text-light .panel-heading,
body .panel.panel-beef.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-beef .panel-heading,
body .panel.panel-beef .panel-title {
    background-color: #77301d;
    color: #eee0e0;
}
body .panel.panel-beef .panel-heading a:not(.btn):active,
body .panel.panel-beef .panel-heading a:not(.btn):focus,
body .panel.panel-beef .panel-heading a:not(.btn):hover,
body .panel.panel-beef .panel-title a:not(.btn):active,
body .panel.panel-beef .panel-title a:not(.btn):focus,
body .panel.panel-beef .panel-title a:not(.btn):hover {
    color: #a65c5c !important;
}
body .panel.panel-beef .panel-footer {
    background-color: #77301d;
    border-color: #4e1f13;
    color: #eee0e0;
}
body .panel.panel-beef .panel-footer a:not(.btn) {
    color: #eee0e0;
}
body .panel.panel-beef .panel-footer a:not(.btn):active,
body .panel.panel-beef .panel-footer a:not(.btn):focus,
body .panel.panel-beef .panel-footer a:not(.btn):hover {
    color: #a65c5c !important;
}
body .panel.panel-beef.invert,
body .panel.panel-beef.inverted {
    background: #77301d;
    border-color: #4e1f13;
    color: #eee0e0;
}
body .panel.panel-beef.invert a:not(.btn),
body .panel.panel-beef.inverted a:not(.btn) {
    color: #a65c5c;
}
body .panel.panel-beef.invert a:not(.btn):active,
body .panel.panel-beef.invert a:not(.btn):focus,
body .panel.panel-beef.invert a:not(.btn):hover,
body .panel.panel-beef.inverted a:not(.btn):active,
body .panel.panel-beef.inverted a:not(.btn):focus,
body .panel.panel-beef.inverted a:not(.btn):hover {
    color: #eee0e0 !important;
}
body .panel.panel-beef.invert.text-light,
body .panel.panel-beef.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-beef.invert .panel-heading,
body .panel.panel-beef.invert .panel-title,
body .panel.panel-beef.inverted .panel-heading,
body .panel.panel-beef.inverted .panel-title {
    color: #eee0e0;
}
body .panel.panel-beef.invert .panel-heading a:not(.btn):active,
body .panel.panel-beef.invert .panel-heading a:not(.btn):focus,
body .panel.panel-beef.invert .panel-heading a:not(.btn):hover,
body .panel.panel-beef.invert .panel-title a:not(.btn):active,
body .panel.panel-beef.invert .panel-title a:not(.btn):focus,
body .panel.panel-beef.invert .panel-title a:not(.btn):hover,
body .panel.panel-beef.inverted .panel-heading a:not(.btn):active,
body .panel.panel-beef.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-beef.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-beef.inverted .panel-title a:not(.btn):active,
body .panel.panel-beef.inverted .panel-title a:not(.btn):focus,
body .panel.panel-beef.inverted .panel-title a:not(.btn):hover {
    color: #a65c5c !important;
}
body .panel.panel-beef.invert .panel-footer,
body .panel.panel-beef.inverted .panel-footer {
    border-color: #4e1f13;
    background: #622818;
    color: #eee0e0;
}
body .panel.panel-beef.invert .panel-footer a:not(.btn),
body .panel.panel-beef.inverted .panel-footer a:not(.btn) {
    color: #eee0e0;
}
body .panel.panel-beef.invert .panel-footer a:not(.btn):active,
body .panel.panel-beef.invert .panel-footer a:not(.btn):focus,
body .panel.panel-beef.invert .panel-footer a:not(.btn):hover,
body .panel.panel-beef.inverted .panel-footer a:not(.btn):active,
body .panel.panel-beef.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-beef.inverted .panel-footer a:not(.btn):hover {
    color: #a65c5c !important;
}
body .panel.panel-beef-light {
    border-color: #dcbfbf;
    color: #250f09;
}
body .panel.panel-beef-light a:not(.btn) {
    color: #eee0e0;
}
body .panel.panel-beef-light a:not(.btn):active,
body .panel.panel-beef-light a:not(.btn):focus,
body .panel.panel-beef-light a:not(.btn):hover {
    color: #a65c5c !important;
}
body .panel.panel-beef-light.text-light .panel-footer,
body .panel.panel-beef-light.text-light .panel-heading,
body .panel.panel-beef-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-beef-light .panel-heading,
body .panel.panel-beef-light .panel-title {
    background-color: #eee0e0;
    color: #a65c5c;
}
body .panel.panel-beef-light .panel-heading a:not(.btn),
body .panel.panel-beef-light .panel-title a:not(.btn) {
    color: #eee0e0;
}
body .panel.panel-beef-light .panel-heading a:not(.btn):active,
body .panel.panel-beef-light .panel-heading a:not(.btn):focus,
body .panel.panel-beef-light .panel-heading a:not(.btn):hover,
body .panel.panel-beef-light .panel-title a:not(.btn):active,
body .panel.panel-beef-light .panel-title a:not(.btn):focus,
body .panel.panel-beef-light .panel-title a:not(.btn):hover {
    color: #eee0e0 !important;
}
body .panel.panel-beef-light .panel-footer {
    background-color: #eee0e0;
    border-color: #dcbfbf;
    color: #a65c5c;
}
body .panel.panel-beef-light .panel-footer a:not(.btn) {
    color: #a65c5c;
}
body .panel.panel-beef-light .panel-footer a:not(.btn):active,
body .panel.panel-beef-light .panel-footer a:not(.btn):focus,
body .panel.panel-beef-light .panel-footer a:not(.btn):hover {
    color: #eee0e0 !important;
}
body .panel.panel-beef-light.invert,
body .panel.panel-beef-light.inverted {
    background: #eee0e0;
    border-color: #dcbfbf;
    color: #a65c5c;
}
body .panel.panel-beef-light.invert a:not(.btn),
body .panel.panel-beef-light.inverted a:not(.btn) {
    color: #eee0e0;
}
body .panel.panel-beef-light.invert a:not(.btn):active,
body .panel.panel-beef-light.invert a:not(.btn):focus,
body .panel.panel-beef-light.invert a:not(.btn):hover,
body .panel.panel-beef-light.inverted a:not(.btn):active,
body .panel.panel-beef-light.inverted a:not(.btn):focus,
body .panel.panel-beef-light.inverted a:not(.btn):hover {
    color: #a65c5c !important;
}
body .panel.panel-beef-light.invert.text-light,
body .panel.panel-beef-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-beef-light.invert .panel-heading,
body .panel.panel-beef-light.invert .panel-title,
body .panel.panel-beef-light.inverted .panel-heading,
body .panel.panel-beef-light.inverted .panel-title {
    color: #a65c5c;
}
body .panel.panel-beef-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-beef-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-beef-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-beef-light.invert .panel-title a:not(.btn):active,
body .panel.panel-beef-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-beef-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-beef-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-beef-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-beef-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-beef-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-beef-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-beef-light.inverted .panel-title a:not(.btn):hover {
    color: #eee0e0 !important;
}
body .panel.panel-beef-light.invert .panel-footer,
body .panel.panel-beef-light.inverted .panel-footer {
    border-color: #dcbfbf;
    background: #dcbfbf;
    color: #a65c5c;
}
body .panel.panel-beef-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-beef-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-beef-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-beef-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-beef-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-beef-light.inverted .panel-footer a:not(.btn):hover {
    color: #a65c5c !important;
}
body .well.category-beef,
body .well.panel-beef {
    background: #77301d;
    color: #fff;
}
body.theme-pork header.main-header h2.logo:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-pork.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-pork.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-pork.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-pork.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-pork.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-pork.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-pork.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-pork.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-pork.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-pork.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-pork .h1,
body.theme-pork .h2,
body.theme-pork .h3,
body.theme-pork .h4,
body.theme-pork .h5,
body.theme-pork .h6,
body.theme-pork h1,
body.theme-pork h2,
body.theme-pork h3,
body.theme-pork h4,
body.theme-pork h5,
body.theme-pork h6 {
    color: #c95f5d;
}
body.theme-pork .h1.panel-title,
body.theme-pork .h2.panel-title,
body.theme-pork .h3.panel-title,
body.theme-pork .h4.panel-title,
body.theme-pork .h5.panel-title,
body.theme-pork .h6.panel-title,
body.theme-pork h1.panel-title,
body.theme-pork h2.panel-title,
body.theme-pork h3.panel-title,
body.theme-pork h4.panel-title,
body.theme-pork h5.panel-title,
body.theme-pork h6.panel-title {
    color: inherit;
}
body.theme-pork .content .portal-nav.nav-pills > li,
body.theme-pork .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-pork .content .portal-nav.nav-pills > li.active,
body.theme-pork .footer .portal-nav.nav-pills > li.active {
    border-left-color: #f1d6d5;
}
body.theme-pork .content .portal-nav.nav-pills > li.active > a,
body.theme-pork .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-pork .content .portal-nav.nav-pills > li > a,
body.theme-pork .footer .portal-nav.nav-pills > li > a {
    color: #c95f5d;
}
body.theme-pork .content .portal-nav.nav-pills > li > a:focus,
body.theme-pork .content .portal-nav.nav-pills > li > a:hover,
body.theme-pork .footer .portal-nav.nav-pills > li > a:focus,
body.theme-pork .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #b63f3d;
}
body.theme-pork .content .portal-listing .nav-pills > li,
body.theme-pork .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-pork .content .portal-listing .nav-pills > li.active,
body.theme-pork .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #f1d6d5;
}
body.theme-pork .content .portal-listing .nav-pills > li.active > a,
body.theme-pork .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-pork .content .portal-listing .nav-pills > li > a,
body.theme-pork .footer .portal-listing .nav-pills > li > a {
    color: #c95f5d;
    padding: 10px 5px;
}
body.theme-pork .content .portal-listing .nav-pills > li > a:focus,
body.theme-pork .content .portal-listing .nav-pills > li > a:hover,
body.theme-pork .footer .portal-listing .nav-pills > li > a:focus,
body.theme-pork .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #b63f3d;
}
body.theme-pork .content a:not(.btn),
body.theme-pork .footer a:not(.btn) {
    color: #c95f5d;
}
body.theme-pork .content a:not(.btn):focus,
body.theme-pork .content a:not(.btn):hover,
body.theme-pork .footer a:not(.btn):focus,
body.theme-pork .footer a:not(.btn):hover {
    color: #c34c4a;
}
body.theme-pork .label-success {
    background: #f1d6d5;
    color: #903230;
}
body.theme-pork .touch-effects figcaption {
    background: #f7e9e8;
}
body.theme-pork .parallax-window {
    color: #fcf6f6;
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-pork .parallax-window:before {
    background-color: #c95f5d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-pork .parallax-window h4 {
    color: #fff;
}
body.theme-pork footer.main-footer {
    background: #f1d6d5;
    color: #903230;
}
body.theme-pork footer.main-footer:before {
    background-color: #f1d6d5;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-pork footer.main-footer a {
    color: #7d2b2a;
}
body.theme-pork footer.main-footer a:focus,
body.theme-pork footer.main-footer a:hover {
    color: #c95f5d;
}
body .colortest-pork {
    background: #fff;
    color: #863b3a;
    border-color: #b63f3d;
}
body .light .colortest-pork {
    background: #fff;
    color: #903230;
    border-color: #e4b1af;
}
body .invert .colortest-pork {
    background: #c95f5d;
    color: #fff;
    border-color: #b63f3d;
}
body .invert.light .colortest-pork {
    background: #f1d6d5;
    color: #953532;
    border-color: #e4b1af;
}
body .panel.panel-pork a:not(.btn),
body .panel.panel-pork-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-pork .panel-heading .h1,
body .panel.panel-pork .panel-heading .h2,
body .panel.panel-pork .panel-heading .h3,
body .panel.panel-pork .panel-heading .h4,
body .panel.panel-pork .panel-heading .h5,
body .panel.panel-pork .panel-heading .h6,
body .panel.panel-pork .panel-heading h1,
body .panel.panel-pork .panel-heading h2,
body .panel.panel-pork .panel-heading h3,
body .panel.panel-pork .panel-heading h4,
body .panel.panel-pork .panel-heading h5,
body .panel.panel-pork .panel-heading h6,
body .panel.panel-pork .panel-title .h1,
body .panel.panel-pork .panel-title .h2,
body .panel.panel-pork .panel-title .h3,
body .panel.panel-pork .panel-title .h4,
body .panel.panel-pork .panel-title .h5,
body .panel.panel-pork .panel-title .h6,
body .panel.panel-pork .panel-title h1,
body .panel.panel-pork .panel-title h2,
body .panel.panel-pork .panel-title h3,
body .panel.panel-pork .panel-title h4,
body .panel.panel-pork .panel-title h5,
body .panel.panel-pork .panel-title h6,
body .panel.panel-pork-light .panel-heading .h1,
body .panel.panel-pork-light .panel-heading .h2,
body .panel.panel-pork-light .panel-heading .h3,
body .panel.panel-pork-light .panel-heading .h4,
body .panel.panel-pork-light .panel-heading .h5,
body .panel.panel-pork-light .panel-heading .h6,
body .panel.panel-pork-light .panel-heading h1,
body .panel.panel-pork-light .panel-heading h2,
body .panel.panel-pork-light .panel-heading h3,
body .panel.panel-pork-light .panel-heading h4,
body .panel.panel-pork-light .panel-heading h5,
body .panel.panel-pork-light .panel-heading h6,
body .panel.panel-pork-light .panel-title .h1,
body .panel.panel-pork-light .panel-title .h2,
body .panel.panel-pork-light .panel-title .h3,
body .panel.panel-pork-light .panel-title .h4,
body .panel.panel-pork-light .panel-title .h5,
body .panel.panel-pork-light .panel-title .h6,
body .panel.panel-pork-light .panel-title h1,
body .panel.panel-pork-light .panel-title h2,
body .panel.panel-pork-light .panel-title h3,
body .panel.panel-pork-light .panel-title h4,
body .panel.panel-pork-light .panel-title h5,
body .panel.panel-pork-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-pork .panel-heading a,
body .panel.panel-pork .panel-title a,
body .panel.panel-pork-light .panel-heading a,
body .panel.panel-pork-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-pork .panel-heading a:active,
body .panel.panel-pork .panel-heading a:focus,
body .panel.panel-pork .panel-heading a:hover,
body .panel.panel-pork .panel-title a:active,
body .panel.panel-pork .panel-title a:focus,
body .panel.panel-pork .panel-title a:hover,
body .panel.panel-pork-light .panel-heading a:active,
body .panel.panel-pork-light .panel-heading a:focus,
body .panel.panel-pork-light .panel-heading a:hover,
body .panel.panel-pork-light .panel-title a:active,
body .panel.panel-pork-light .panel-title a:focus,
body .panel.panel-pork-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-pork {
    border-color: #b63f3d;
    color: #863b3a;
}
body .panel.panel-pork a:not(.btn) {
    color: #953532;
}
body .panel.panel-pork a:not(.btn):active,
body .panel.panel-pork a:not(.btn):focus,
body .panel.panel-pork a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-pork.text-light .panel-footer,
body .panel.panel-pork.text-light .panel-heading,
body .panel.panel-pork.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-pork .panel-heading,
body .panel.panel-pork .panel-title {
    background-color: #c95f5d;
    color: #fff;
}
body .panel.panel-pork .panel-heading a:not(.btn):active,
body .panel.panel-pork .panel-heading a:not(.btn):focus,
body .panel.panel-pork .panel-heading a:not(.btn):hover,
body .panel.panel-pork .panel-title a:not(.btn):active,
body .panel.panel-pork .panel-title a:not(.btn):focus,
body .panel.panel-pork .panel-title a:not(.btn):hover {
    color: #953532 !important;
}
body .panel.panel-pork .panel-footer {
    background-color: #c95f5d;
    border-color: #b63f3d;
    color: #fff;
}
body .panel.panel-pork .panel-footer a:not(.btn) {
    color: #fff;
}
body .panel.panel-pork .panel-footer a:not(.btn):active,
body .panel.panel-pork .panel-footer a:not(.btn):focus,
body .panel.panel-pork .panel-footer a:not(.btn):hover {
    color: #953532 !important;
}
body .panel.panel-pork.invert,
body .panel.panel-pork.inverted {
    background: #c95f5d;
    border-color: #b63f3d;
    color: #fff;
}
body .panel.panel-pork.invert a:not(.btn),
body .panel.panel-pork.inverted a:not(.btn) {
    color: #953532;
}
body .panel.panel-pork.invert a:not(.btn):active,
body .panel.panel-pork.invert a:not(.btn):focus,
body .panel.panel-pork.invert a:not(.btn):hover,
body .panel.panel-pork.inverted a:not(.btn):active,
body .panel.panel-pork.inverted a:not(.btn):focus,
body .panel.panel-pork.inverted a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-pork.invert.text-light,
body .panel.panel-pork.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-pork.invert .panel-heading,
body .panel.panel-pork.invert .panel-title,
body .panel.panel-pork.inverted .panel-heading,
body .panel.panel-pork.inverted .panel-title {
    color: #fff;
}
body .panel.panel-pork.invert .panel-heading a:not(.btn):active,
body .panel.panel-pork.invert .panel-heading a:not(.btn):focus,
body .panel.panel-pork.invert .panel-heading a:not(.btn):hover,
body .panel.panel-pork.invert .panel-title a:not(.btn):active,
body .panel.panel-pork.invert .panel-title a:not(.btn):focus,
body .panel.panel-pork.invert .panel-title a:not(.btn):hover,
body .panel.panel-pork.inverted .panel-heading a:not(.btn):active,
body .panel.panel-pork.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-pork.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-pork.inverted .panel-title a:not(.btn):active,
body .panel.panel-pork.inverted .panel-title a:not(.btn):focus,
body .panel.panel-pork.inverted .panel-title a:not(.btn):hover {
    color: #953532 !important;
}
body .panel.panel-pork.invert .panel-footer,
body .panel.panel-pork.inverted .panel-footer {
    border-color: #b63f3d;
    background: #c34c4a;
    color: #fff;
}
body .panel.panel-pork.invert .panel-footer a:not(.btn),
body .panel.panel-pork.inverted .panel-footer a:not(.btn) {
    color: #fff;
}
body .panel.panel-pork.invert .panel-footer a:not(.btn):active,
body .panel.panel-pork.invert .panel-footer a:not(.btn):focus,
body .panel.panel-pork.invert .panel-footer a:not(.btn):hover,
body .panel.panel-pork.inverted .panel-footer a:not(.btn):active,
body .panel.panel-pork.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-pork.inverted .panel-footer a:not(.btn):hover {
    color: #953532 !important;
}
body .panel.panel-pork-light {
    border-color: #e4b1af;
    color: #903230;
}
body .panel.panel-pork-light a:not(.btn) {
    color: #fff;
}
body .panel.panel-pork-light a:not(.btn):active,
body .panel.panel-pork-light a:not(.btn):focus,
body .panel.panel-pork-light a:not(.btn):hover {
    color: #953532 !important;
}
body .panel.panel-pork-light.text-light .panel-footer,
body .panel.panel-pork-light.text-light .panel-heading,
body .panel.panel-pork-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-pork-light .panel-heading,
body .panel.panel-pork-light .panel-title {
    background-color: #f1d6d5;
    color: #953532;
}
body .panel.panel-pork-light .panel-heading a:not(.btn),
body .panel.panel-pork-light .panel-title a:not(.btn) {
    color: #fff;
}
body .panel.panel-pork-light .panel-heading a:not(.btn):active,
body .panel.panel-pork-light .panel-heading a:not(.btn):focus,
body .panel.panel-pork-light .panel-heading a:not(.btn):hover,
body .panel.panel-pork-light .panel-title a:not(.btn):active,
body .panel.panel-pork-light .panel-title a:not(.btn):focus,
body .panel.panel-pork-light .panel-title a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-pork-light .panel-footer {
    background-color: #f1d6d5;
    border-color: #e4b1af;
    color: #953532;
}
body .panel.panel-pork-light .panel-footer a:not(.btn) {
    color: #953532;
}
body .panel.panel-pork-light .panel-footer a:not(.btn):active,
body .panel.panel-pork-light .panel-footer a:not(.btn):focus,
body .panel.panel-pork-light .panel-footer a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-pork-light.invert,
body .panel.panel-pork-light.inverted {
    background: #f1d6d5;
    border-color: #e4b1af;
    color: #953532;
}
body .panel.panel-pork-light.invert a:not(.btn),
body .panel.panel-pork-light.inverted a:not(.btn) {
    color: #fff;
}
body .panel.panel-pork-light.invert a:not(.btn):active,
body .panel.panel-pork-light.invert a:not(.btn):focus,
body .panel.panel-pork-light.invert a:not(.btn):hover,
body .panel.panel-pork-light.inverted a:not(.btn):active,
body .panel.panel-pork-light.inverted a:not(.btn):focus,
body .panel.panel-pork-light.inverted a:not(.btn):hover {
    color: #953532 !important;
}
body .panel.panel-pork-light.invert.text-light,
body .panel.panel-pork-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-pork-light.invert .panel-heading,
body .panel.panel-pork-light.invert .panel-title,
body .panel.panel-pork-light.inverted .panel-heading,
body .panel.panel-pork-light.inverted .panel-title {
    color: #953532;
}
body .panel.panel-pork-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-pork-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-pork-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-pork-light.invert .panel-title a:not(.btn):active,
body .panel.panel-pork-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-pork-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-pork-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-pork-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-pork-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-pork-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-pork-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-pork-light.inverted .panel-title a:not(.btn):hover {
    color: #fff !important;
}
body .panel.panel-pork-light.invert .panel-footer,
body .panel.panel-pork-light.inverted .panel-footer {
    border-color: #e4b1af;
    background: #e4b1af;
    color: #953532;
}
body .panel.panel-pork-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-pork-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-pork-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-pork-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-pork-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-pork-light.inverted .panel-footer a:not(.btn):hover {
    color: #953532 !important;
}
body .well.category-pork,
body .well.panel-pork {
    background: #c95f5d;
    color: #fff;
}
body.theme-chicken header.main-header h2.logo:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-chicken.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-chicken.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-chicken.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-chicken.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-chicken.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-chicken.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-chicken.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-chicken.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-chicken.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-chicken.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-chicken .h1,
body.theme-chicken .h2,
body.theme-chicken .h3,
body.theme-chicken .h4,
body.theme-chicken .h5,
body.theme-chicken .h6,
body.theme-chicken h1,
body.theme-chicken h2,
body.theme-chicken h3,
body.theme-chicken h4,
body.theme-chicken h5,
body.theme-chicken h6 {
    color: #c3ad34;
}
body.theme-chicken .h1.panel-title,
body.theme-chicken .h2.panel-title,
body.theme-chicken .h3.panel-title,
body.theme-chicken .h4.panel-title,
body.theme-chicken .h5.panel-title,
body.theme-chicken .h6.panel-title,
body.theme-chicken h1.panel-title,
body.theme-chicken h2.panel-title,
body.theme-chicken h3.panel-title,
body.theme-chicken h4.panel-title,
body.theme-chicken h5.panel-title,
body.theme-chicken h6.panel-title {
    color: inherit;
}
body.theme-chicken .content .portal-nav.nav-pills > li,
body.theme-chicken .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-chicken .content .portal-nav.nav-pills > li.active,
body.theme-chicken .footer .portal-nav.nav-pills > li.active {
    border-left-color: #efe9c8;
}
body.theme-chicken .content .portal-nav.nav-pills > li.active > a,
body.theme-chicken .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-chicken .content .portal-nav.nav-pills > li > a,
body.theme-chicken .footer .portal-nav.nav-pills > li > a {
    color: #c3ad34;
}
body.theme-chicken .content .portal-nav.nav-pills > li > a:focus,
body.theme-chicken .content .portal-nav.nav-pills > li > a:hover,
body.theme-chicken .footer .portal-nav.nav-pills > li > a:focus,
body.theme-chicken .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #9b8929;
}
body.theme-chicken .content .portal-listing .nav-pills > li,
body.theme-chicken .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-chicken .content .portal-listing .nav-pills > li.active,
body.theme-chicken .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #efe9c8;
}
body.theme-chicken .content .portal-listing .nav-pills > li.active > a,
body.theme-chicken .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-chicken .content .portal-listing .nav-pills > li > a,
body.theme-chicken .footer .portal-listing .nav-pills > li > a {
    color: #c3ad34;
    padding: 10px 5px;
}
body.theme-chicken .content .portal-listing .nav-pills > li > a:focus,
body.theme-chicken .content .portal-listing .nav-pills > li > a:hover,
body.theme-chicken .footer .portal-listing .nav-pills > li > a:focus,
body.theme-chicken .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #9b8929;
}
body.theme-chicken .content a:not(.btn),
body.theme-chicken .footer a:not(.btn) {
    color: #c3ad34;
}
body.theme-chicken .content a:not(.btn):focus,
body.theme-chicken .content a:not(.btn):hover,
body.theme-chicken .footer a:not(.btn):focus,
body.theme-chicken .footer a:not(.btn):hover {
    color: #af9b2f;
}
body.theme-chicken .label-success {
    background: #efe9c8;
    color: #72661f;
}
body.theme-chicken .touch-effects figcaption {
    background: #f5f1dc;
}
body.theme-chicken .parallax-window {
    color: #4a4214;
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-chicken .parallax-window:before {
    background-color: #c3ad34;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-chicken .parallax-window h4 {
    color: #fff;
}
body.theme-chicken footer.main-footer {
    background: #efe9c8;
    color: #72661f;
}
body.theme-chicken footer.main-footer:before {
    background-color: #efe9c8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-chicken footer.main-footer a {
    color: #5e5419;
}
body.theme-chicken footer.main-footer a:focus,
body.theme-chicken footer.main-footer a:hover {
    color: #c3ad34;
}
body .colortest-chicken {
    background: #fff;
    color: #6b6126;
    border-color: #9b8929;
}
body .light .colortest-chicken {
    background: #fff;
    color: #72661f;
    border-color: #e4d9a0;
}
body .invert .colortest-chicken {
    background: #c3ad34;
    color: #403912;
    border-color: #9b8929;
}
body .invert.light .colortest-chicken {
    background: #efe9c8;
    color: #675c1e;
    border-color: #e4d9a0;
}
body .panel.panel-chicken a:not(.btn),
body .panel.panel-chicken-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-chicken .panel-heading .h1,
body .panel.panel-chicken .panel-heading .h2,
body .panel.panel-chicken .panel-heading .h3,
body .panel.panel-chicken .panel-heading .h4,
body .panel.panel-chicken .panel-heading .h5,
body .panel.panel-chicken .panel-heading .h6,
body .panel.panel-chicken .panel-heading h1,
body .panel.panel-chicken .panel-heading h2,
body .panel.panel-chicken .panel-heading h3,
body .panel.panel-chicken .panel-heading h4,
body .panel.panel-chicken .panel-heading h5,
body .panel.panel-chicken .panel-heading h6,
body .panel.panel-chicken .panel-title .h1,
body .panel.panel-chicken .panel-title .h2,
body .panel.panel-chicken .panel-title .h3,
body .panel.panel-chicken .panel-title .h4,
body .panel.panel-chicken .panel-title .h5,
body .panel.panel-chicken .panel-title .h6,
body .panel.panel-chicken .panel-title h1,
body .panel.panel-chicken .panel-title h2,
body .panel.panel-chicken .panel-title h3,
body .panel.panel-chicken .panel-title h4,
body .panel.panel-chicken .panel-title h5,
body .panel.panel-chicken .panel-title h6,
body .panel.panel-chicken-light .panel-heading .h1,
body .panel.panel-chicken-light .panel-heading .h2,
body .panel.panel-chicken-light .panel-heading .h3,
body .panel.panel-chicken-light .panel-heading .h4,
body .panel.panel-chicken-light .panel-heading .h5,
body .panel.panel-chicken-light .panel-heading .h6,
body .panel.panel-chicken-light .panel-heading h1,
body .panel.panel-chicken-light .panel-heading h2,
body .panel.panel-chicken-light .panel-heading h3,
body .panel.panel-chicken-light .panel-heading h4,
body .panel.panel-chicken-light .panel-heading h5,
body .panel.panel-chicken-light .panel-heading h6,
body .panel.panel-chicken-light .panel-title .h1,
body .panel.panel-chicken-light .panel-title .h2,
body .panel.panel-chicken-light .panel-title .h3,
body .panel.panel-chicken-light .panel-title .h4,
body .panel.panel-chicken-light .panel-title .h5,
body .panel.panel-chicken-light .panel-title .h6,
body .panel.panel-chicken-light .panel-title h1,
body .panel.panel-chicken-light .panel-title h2,
body .panel.panel-chicken-light .panel-title h3,
body .panel.panel-chicken-light .panel-title h4,
body .panel.panel-chicken-light .panel-title h5,
body .panel.panel-chicken-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-chicken .panel-heading a,
body .panel.panel-chicken .panel-title a,
body .panel.panel-chicken-light .panel-heading a,
body .panel.panel-chicken-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-chicken .panel-heading a:active,
body .panel.panel-chicken .panel-heading a:focus,
body .panel.panel-chicken .panel-heading a:hover,
body .panel.panel-chicken .panel-title a:active,
body .panel.panel-chicken .panel-title a:focus,
body .panel.panel-chicken .panel-title a:hover,
body .panel.panel-chicken-light .panel-heading a:active,
body .panel.panel-chicken-light .panel-heading a:focus,
body .panel.panel-chicken-light .panel-heading a:hover,
body .panel.panel-chicken-light .panel-title a:active,
body .panel.panel-chicken-light .panel-title a:focus,
body .panel.panel-chicken-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-chicken {
    border-color: #9b8929;
    color: #6b6126;
}
body .panel.panel-chicken a:not(.btn) {
    color: #675c1e;
}
body .panel.panel-chicken a:not(.btn):active,
body .panel.panel-chicken a:not(.btn):focus,
body .panel.panel-chicken a:not(.btn):hover {
    color: #403912 !important;
}
body .panel.panel-chicken.text-light .panel-footer,
body .panel.panel-chicken.text-light .panel-heading,
body .panel.panel-chicken.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-chicken .panel-heading,
body .panel.panel-chicken .panel-title {
    background-color: #c3ad34;
    color: #403912;
}
body .panel.panel-chicken .panel-heading a:not(.btn):active,
body .panel.panel-chicken .panel-heading a:not(.btn):focus,
body .panel.panel-chicken .panel-heading a:not(.btn):hover,
body .panel.panel-chicken .panel-title a:not(.btn):active,
body .panel.panel-chicken .panel-title a:not(.btn):focus,
body .panel.panel-chicken .panel-title a:not(.btn):hover {
    color: #675c1e !important;
}
body .panel.panel-chicken .panel-footer {
    background-color: #c3ad34;
    border-color: #9b8929;
    color: #403912;
}
body .panel.panel-chicken .panel-footer a:not(.btn) {
    color: #403912;
}
body .panel.panel-chicken .panel-footer a:not(.btn):active,
body .panel.panel-chicken .panel-footer a:not(.btn):focus,
body .panel.panel-chicken .panel-footer a:not(.btn):hover {
    color: #675c1e !important;
}
body .panel.panel-chicken.invert,
body .panel.panel-chicken.inverted {
    background: #c3ad34;
    border-color: #9b8929;
    color: #403912;
}
body .panel.panel-chicken.invert a:not(.btn),
body .panel.panel-chicken.inverted a:not(.btn) {
    color: #675c1e;
}
body .panel.panel-chicken.invert a:not(.btn):active,
body .panel.panel-chicken.invert a:not(.btn):focus,
body .panel.panel-chicken.invert a:not(.btn):hover,
body .panel.panel-chicken.inverted a:not(.btn):active,
body .panel.panel-chicken.inverted a:not(.btn):focus,
body .panel.panel-chicken.inverted a:not(.btn):hover {
    color: #403912 !important;
}
body .panel.panel-chicken.invert.text-light,
body .panel.panel-chicken.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-chicken.invert .panel-heading,
body .panel.panel-chicken.invert .panel-title,
body .panel.panel-chicken.inverted .panel-heading,
body .panel.panel-chicken.inverted .panel-title {
    color: #403912;
}
body .panel.panel-chicken.invert .panel-heading a:not(.btn):active,
body .panel.panel-chicken.invert .panel-heading a:not(.btn):focus,
body .panel.panel-chicken.invert .panel-heading a:not(.btn):hover,
body .panel.panel-chicken.invert .panel-title a:not(.btn):active,
body .panel.panel-chicken.invert .panel-title a:not(.btn):focus,
body .panel.panel-chicken.invert .panel-title a:not(.btn):hover,
body .panel.panel-chicken.inverted .panel-heading a:not(.btn):active,
body .panel.panel-chicken.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-chicken.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-chicken.inverted .panel-title a:not(.btn):active,
body .panel.panel-chicken.inverted .panel-title a:not(.btn):focus,
body .panel.panel-chicken.inverted .panel-title a:not(.btn):hover {
    color: #675c1e !important;
}
body .panel.panel-chicken.invert .panel-footer,
body .panel.panel-chicken.inverted .panel-footer {
    border-color: #9b8929;
    background: #af9b2f;
    color: #403912;
}
body .panel.panel-chicken.invert .panel-footer a:not(.btn),
body .panel.panel-chicken.inverted .panel-footer a:not(.btn) {
    color: #403912;
}
body .panel.panel-chicken.invert .panel-footer a:not(.btn):active,
body .panel.panel-chicken.invert .panel-footer a:not(.btn):focus,
body .panel.panel-chicken.invert .panel-footer a:not(.btn):hover,
body .panel.panel-chicken.inverted .panel-footer a:not(.btn):active,
body .panel.panel-chicken.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-chicken.inverted .panel-footer a:not(.btn):hover {
    color: #675c1e !important;
}
body .panel.panel-chicken-light {
    border-color: #e4d9a0;
    color: #72661f;
}
body .panel.panel-chicken-light a:not(.btn) {
    color: #403912;
}
body .panel.panel-chicken-light a:not(.btn):active,
body .panel.panel-chicken-light a:not(.btn):focus,
body .panel.panel-chicken-light a:not(.btn):hover {
    color: #675c1e !important;
}
body .panel.panel-chicken-light.text-light .panel-footer,
body .panel.panel-chicken-light.text-light .panel-heading,
body .panel.panel-chicken-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-chicken-light .panel-heading,
body .panel.panel-chicken-light .panel-title {
    background-color: #efe9c8;
    color: #675c1e;
}
body .panel.panel-chicken-light .panel-heading a:not(.btn),
body .panel.panel-chicken-light .panel-title a:not(.btn) {
    color: #403912;
}
body .panel.panel-chicken-light .panel-heading a:not(.btn):active,
body .panel.panel-chicken-light .panel-heading a:not(.btn):focus,
body .panel.panel-chicken-light .panel-heading a:not(.btn):hover,
body .panel.panel-chicken-light .panel-title a:not(.btn):active,
body .panel.panel-chicken-light .panel-title a:not(.btn):focus,
body .panel.panel-chicken-light .panel-title a:not(.btn):hover {
    color: #403912 !important;
}
body .panel.panel-chicken-light .panel-footer {
    background-color: #efe9c8;
    border-color: #e4d9a0;
    color: #675c1e;
}
body .panel.panel-chicken-light .panel-footer a:not(.btn) {
    color: #675c1e;
}
body .panel.panel-chicken-light .panel-footer a:not(.btn):active,
body .panel.panel-chicken-light .panel-footer a:not(.btn):focus,
body .panel.panel-chicken-light .panel-footer a:not(.btn):hover {
    color: #403912 !important;
}
body .panel.panel-chicken-light.invert,
body .panel.panel-chicken-light.inverted {
    background: #efe9c8;
    border-color: #e4d9a0;
    color: #675c1e;
}
body .panel.panel-chicken-light.invert a:not(.btn),
body .panel.panel-chicken-light.inverted a:not(.btn) {
    color: #403912;
}
body .panel.panel-chicken-light.invert a:not(.btn):active,
body .panel.panel-chicken-light.invert a:not(.btn):focus,
body .panel.panel-chicken-light.invert a:not(.btn):hover,
body .panel.panel-chicken-light.inverted a:not(.btn):active,
body .panel.panel-chicken-light.inverted a:not(.btn):focus,
body .panel.panel-chicken-light.inverted a:not(.btn):hover {
    color: #675c1e !important;
}
body .panel.panel-chicken-light.invert.text-light,
body .panel.panel-chicken-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-chicken-light.invert .panel-heading,
body .panel.panel-chicken-light.invert .panel-title,
body .panel.panel-chicken-light.inverted .panel-heading,
body .panel.panel-chicken-light.inverted .panel-title {
    color: #675c1e;
}
body .panel.panel-chicken-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-chicken-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-chicken-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-chicken-light.invert .panel-title a:not(.btn):active,
body .panel.panel-chicken-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-chicken-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-chicken-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-chicken-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-chicken-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-chicken-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-chicken-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-chicken-light.inverted .panel-title a:not(.btn):hover {
    color: #403912 !important;
}
body .panel.panel-chicken-light.invert .panel-footer,
body .panel.panel-chicken-light.inverted .panel-footer {
    border-color: #e4d9a0;
    background: #e4d9a0;
    color: #675c1e;
}
body .panel.panel-chicken-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-chicken-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-chicken-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-chicken-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-chicken-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-chicken-light.inverted .panel-footer a:not(.btn):hover {
    color: #675c1e !important;
}
body .well.category-chicken,
body .well.panel-chicken {
    background: #c3ad34;
    color: #fff;
}
body.theme-deli-meats header.main-header h2.logo:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-deli-meats.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-deli-meats.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-deli-meats.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-deli-meats.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-deli-meats.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-deli-meats.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-deli-meats.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-deli-meats.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-deli-meats.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-deli-meats.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-deli-meats .h1,
body.theme-deli-meats .h2,
body.theme-deli-meats .h3,
body.theme-deli-meats .h4,
body.theme-deli-meats .h5,
body.theme-deli-meats .h6,
body.theme-deli-meats h1,
body.theme-deli-meats h2,
body.theme-deli-meats h3,
body.theme-deli-meats h4,
body.theme-deli-meats h5,
body.theme-deli-meats h6 {
    color: #c38a35;
}
body.theme-deli-meats .h1.panel-title,
body.theme-deli-meats .h2.panel-title,
body.theme-deli-meats .h3.panel-title,
body.theme-deli-meats .h4.panel-title,
body.theme-deli-meats .h5.panel-title,
body.theme-deli-meats .h6.panel-title,
body.theme-deli-meats h1.panel-title,
body.theme-deli-meats h2.panel-title,
body.theme-deli-meats h3.panel-title,
body.theme-deli-meats h4.panel-title,
body.theme-deli-meats h5.panel-title,
body.theme-deli-meats h6.panel-title {
    color: inherit;
}
body.theme-deli-meats .content .portal-nav.nav-pills > li,
body.theme-deli-meats .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-deli-meats .content .portal-nav.nav-pills > li.active,
body.theme-deli-meats .footer .portal-nav.nav-pills > li.active {
    border-left-color: #efdfc8;
}
body.theme-deli-meats .content .portal-nav.nav-pills > li.active > a,
body.theme-deli-meats .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-deli-meats .content .portal-nav.nav-pills > li > a,
body.theme-deli-meats .footer .portal-nav.nav-pills > li > a {
    color: #c38a35;
}
body.theme-deli-meats .content .portal-nav.nav-pills > li > a:focus,
body.theme-deli-meats .content .portal-nav.nav-pills > li > a:hover,
body.theme-deli-meats .footer .portal-nav.nav-pills > li > a:focus,
body.theme-deli-meats .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #9b6e2a;
}
body.theme-deli-meats .content .portal-listing .nav-pills > li,
body.theme-deli-meats .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-deli-meats .content .portal-listing .nav-pills > li.active,
body.theme-deli-meats .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #efdfc8;
}
body.theme-deli-meats .content .portal-listing .nav-pills > li.active > a,
body.theme-deli-meats .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-deli-meats .content .portal-listing .nav-pills > li > a,
body.theme-deli-meats .footer .portal-listing .nav-pills > li > a {
    color: #c38a35;
    padding: 10px 5px;
}
body.theme-deli-meats .content .portal-listing .nav-pills > li > a:focus,
body.theme-deli-meats .content .portal-listing .nav-pills > li > a:hover,
body.theme-deli-meats .footer .portal-listing .nav-pills > li > a:focus,
body.theme-deli-meats .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #9b6e2a;
}
body.theme-deli-meats .content a:not(.btn),
body.theme-deli-meats .footer a:not(.btn) {
    color: #c38a35;
}
body.theme-deli-meats .content a:not(.btn):focus,
body.theme-deli-meats .content a:not(.btn):hover,
body.theme-deli-meats .footer a:not(.btn):focus,
body.theme-deli-meats .footer a:not(.btn):hover {
    color: #af7c30;
}
body.theme-deli-meats .label-success {
    background: #efdfc8;
    color: #73511f;
}
body.theme-deli-meats .touch-effects figcaption {
    background: #f5eadc;
}
body.theme-deli-meats .parallax-window {
    color: #231809;
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-deli-meats .parallax-window:before {
    background-color: #c38a35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-deli-meats .parallax-window h4 {
    color: #fff;
}
body.theme-deli-meats footer.main-footer {
    background: #efdfc8;
    color: #73511f;
}
body.theme-deli-meats footer.main-footer:before {
    background-color: #efdfc8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-deli-meats footer.main-footer a {
    color: #5f431a;
}
body.theme-deli-meats footer.main-footer a:focus,
body.theme-deli-meats footer.main-footer a:hover {
    color: #c38a35;
}
body .colortest-deli-meats {
    background: #fff;
    color: #6b5027;
    border-color: #9b6e2a;
}
body .light .colortest-deli-meats {
    background: #fff;
    color: #73511f;
    border-color: #e4c8a0;
}
body .invert .colortest-deli-meats {
    background: #c38a35;
    color: #181107;
    border-color: #9b6e2a;
}
body .invert.light .colortest-deli-meats {
    background: #efdfc8;
    color: #8f6529;
    border-color: #e4c8a0;
}
body .panel.panel-deli-meats a:not(.btn),
body .panel.panel-deli-meats-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-deli-meats .panel-heading .h1,
body .panel.panel-deli-meats .panel-heading .h2,
body .panel.panel-deli-meats .panel-heading .h3,
body .panel.panel-deli-meats .panel-heading .h4,
body .panel.panel-deli-meats .panel-heading .h5,
body .panel.panel-deli-meats .panel-heading .h6,
body .panel.panel-deli-meats .panel-heading h1,
body .panel.panel-deli-meats .panel-heading h2,
body .panel.panel-deli-meats .panel-heading h3,
body .panel.panel-deli-meats .panel-heading h4,
body .panel.panel-deli-meats .panel-heading h5,
body .panel.panel-deli-meats .panel-heading h6,
body .panel.panel-deli-meats .panel-title .h1,
body .panel.panel-deli-meats .panel-title .h2,
body .panel.panel-deli-meats .panel-title .h3,
body .panel.panel-deli-meats .panel-title .h4,
body .panel.panel-deli-meats .panel-title .h5,
body .panel.panel-deli-meats .panel-title .h6,
body .panel.panel-deli-meats .panel-title h1,
body .panel.panel-deli-meats .panel-title h2,
body .panel.panel-deli-meats .panel-title h3,
body .panel.panel-deli-meats .panel-title h4,
body .panel.panel-deli-meats .panel-title h5,
body .panel.panel-deli-meats .panel-title h6,
body .panel.panel-deli-meats-light .panel-heading .h1,
body .panel.panel-deli-meats-light .panel-heading .h2,
body .panel.panel-deli-meats-light .panel-heading .h3,
body .panel.panel-deli-meats-light .panel-heading .h4,
body .panel.panel-deli-meats-light .panel-heading .h5,
body .panel.panel-deli-meats-light .panel-heading .h6,
body .panel.panel-deli-meats-light .panel-heading h1,
body .panel.panel-deli-meats-light .panel-heading h2,
body .panel.panel-deli-meats-light .panel-heading h3,
body .panel.panel-deli-meats-light .panel-heading h4,
body .panel.panel-deli-meats-light .panel-heading h5,
body .panel.panel-deli-meats-light .panel-heading h6,
body .panel.panel-deli-meats-light .panel-title .h1,
body .panel.panel-deli-meats-light .panel-title .h2,
body .panel.panel-deli-meats-light .panel-title .h3,
body .panel.panel-deli-meats-light .panel-title .h4,
body .panel.panel-deli-meats-light .panel-title .h5,
body .panel.panel-deli-meats-light .panel-title .h6,
body .panel.panel-deli-meats-light .panel-title h1,
body .panel.panel-deli-meats-light .panel-title h2,
body .panel.panel-deli-meats-light .panel-title h3,
body .panel.panel-deli-meats-light .panel-title h4,
body .panel.panel-deli-meats-light .panel-title h5,
body .panel.panel-deli-meats-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-deli-meats .panel-heading a,
body .panel.panel-deli-meats .panel-title a,
body .panel.panel-deli-meats-light .panel-heading a,
body .panel.panel-deli-meats-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-deli-meats .panel-heading a:active,
body .panel.panel-deli-meats .panel-heading a:focus,
body .panel.panel-deli-meats .panel-heading a:hover,
body .panel.panel-deli-meats .panel-title a:active,
body .panel.panel-deli-meats .panel-title a:focus,
body .panel.panel-deli-meats .panel-title a:hover,
body .panel.panel-deli-meats-light .panel-heading a:active,
body .panel.panel-deli-meats-light .panel-heading a:focus,
body .panel.panel-deli-meats-light .panel-heading a:hover,
body .panel.panel-deli-meats-light .panel-title a:active,
body .panel.panel-deli-meats-light .panel-title a:focus,
body .panel.panel-deli-meats-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-deli-meats {
    border-color: #9b6e2a;
    color: #6b5027;
}
body .panel.panel-deli-meats a:not(.btn) {
    color: #8f6529;
}
body .panel.panel-deli-meats a:not(.btn):active,
body .panel.panel-deli-meats a:not(.btn):focus,
body .panel.panel-deli-meats a:not(.btn):hover {
    color: #181107 !important;
}
body .panel.panel-deli-meats.text-light .panel-footer,
body .panel.panel-deli-meats.text-light .panel-heading,
body .panel.panel-deli-meats.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-deli-meats .panel-heading,
body .panel.panel-deli-meats .panel-title {
    background-color: #c38a35;
    color: #181107;
}
body .panel.panel-deli-meats .panel-heading a:not(.btn):active,
body .panel.panel-deli-meats .panel-heading a:not(.btn):focus,
body .panel.panel-deli-meats .panel-heading a:not(.btn):hover,
body .panel.panel-deli-meats .panel-title a:not(.btn):active,
body .panel.panel-deli-meats .panel-title a:not(.btn):focus,
body .panel.panel-deli-meats .panel-title a:not(.btn):hover {
    color: #8f6529 !important;
}
body .panel.panel-deli-meats .panel-footer {
    background-color: #c38a35;
    border-color: #9b6e2a;
    color: #181107;
}
body .panel.panel-deli-meats .panel-footer a:not(.btn) {
    color: #181107;
}
body .panel.panel-deli-meats .panel-footer a:not(.btn):active,
body .panel.panel-deli-meats .panel-footer a:not(.btn):focus,
body .panel.panel-deli-meats .panel-footer a:not(.btn):hover {
    color: #8f6529 !important;
}
body .panel.panel-deli-meats.invert,
body .panel.panel-deli-meats.inverted {
    background: #c38a35;
    border-color: #9b6e2a;
    color: #181107;
}
body .panel.panel-deli-meats.invert a:not(.btn),
body .panel.panel-deli-meats.inverted a:not(.btn) {
    color: #8f6529;
}
body .panel.panel-deli-meats.invert a:not(.btn):active,
body .panel.panel-deli-meats.invert a:not(.btn):focus,
body .panel.panel-deli-meats.invert a:not(.btn):hover,
body .panel.panel-deli-meats.inverted a:not(.btn):active,
body .panel.panel-deli-meats.inverted a:not(.btn):focus,
body .panel.panel-deli-meats.inverted a:not(.btn):hover {
    color: #181107 !important;
}
body .panel.panel-deli-meats.invert.text-light,
body .panel.panel-deli-meats.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-deli-meats.invert .panel-heading,
body .panel.panel-deli-meats.invert .panel-title,
body .panel.panel-deli-meats.inverted .panel-heading,
body .panel.panel-deli-meats.inverted .panel-title {
    color: #181107;
}
body .panel.panel-deli-meats.invert .panel-heading a:not(.btn):active,
body .panel.panel-deli-meats.invert .panel-heading a:not(.btn):focus,
body .panel.panel-deli-meats.invert .panel-heading a:not(.btn):hover,
body .panel.panel-deli-meats.invert .panel-title a:not(.btn):active,
body .panel.panel-deli-meats.invert .panel-title a:not(.btn):focus,
body .panel.panel-deli-meats.invert .panel-title a:not(.btn):hover,
body .panel.panel-deli-meats.inverted .panel-heading a:not(.btn):active,
body .panel.panel-deli-meats.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-deli-meats.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-deli-meats.inverted .panel-title a:not(.btn):active,
body .panel.panel-deli-meats.inverted .panel-title a:not(.btn):focus,
body .panel.panel-deli-meats.inverted .panel-title a:not(.btn):hover {
    color: #8f6529 !important;
}
body .panel.panel-deli-meats.invert .panel-footer,
body .panel.panel-deli-meats.inverted .panel-footer {
    border-color: #9b6e2a;
    background: #af7c30;
    color: #181107;
}
body .panel.panel-deli-meats.invert .panel-footer a:not(.btn),
body .panel.panel-deli-meats.inverted .panel-footer a:not(.btn) {
    color: #181107;
}
body .panel.panel-deli-meats.invert .panel-footer a:not(.btn):active,
body .panel.panel-deli-meats.invert .panel-footer a:not(.btn):focus,
body .panel.panel-deli-meats.invert .panel-footer a:not(.btn):hover,
body .panel.panel-deli-meats.inverted .panel-footer a:not(.btn):active,
body .panel.panel-deli-meats.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-deli-meats.inverted .panel-footer a:not(.btn):hover {
    color: #8f6529 !important;
}
body .panel.panel-deli-meats-light {
    border-color: #e4c8a0;
    color: #73511f;
}
body .panel.panel-deli-meats-light a:not(.btn) {
    color: #181107;
}
body .panel.panel-deli-meats-light a:not(.btn):active,
body .panel.panel-deli-meats-light a:not(.btn):focus,
body .panel.panel-deli-meats-light a:not(.btn):hover {
    color: #8f6529 !important;
}
body .panel.panel-deli-meats-light.text-light .panel-footer,
body .panel.panel-deli-meats-light.text-light .panel-heading,
body .panel.panel-deli-meats-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-deli-meats-light .panel-heading,
body .panel.panel-deli-meats-light .panel-title {
    background-color: #efdfc8;
    color: #8f6529;
}
body .panel.panel-deli-meats-light .panel-heading a:not(.btn),
body .panel.panel-deli-meats-light .panel-title a:not(.btn) {
    color: #181107;
}
body .panel.panel-deli-meats-light .panel-heading a:not(.btn):active,
body .panel.panel-deli-meats-light .panel-heading a:not(.btn):focus,
body .panel.panel-deli-meats-light .panel-heading a:not(.btn):hover,
body .panel.panel-deli-meats-light .panel-title a:not(.btn):active,
body .panel.panel-deli-meats-light .panel-title a:not(.btn):focus,
body .panel.panel-deli-meats-light .panel-title a:not(.btn):hover {
    color: #181107 !important;
}
body .panel.panel-deli-meats-light .panel-footer {
    background-color: #efdfc8;
    border-color: #e4c8a0;
    color: #8f6529;
}
body .panel.panel-deli-meats-light .panel-footer a:not(.btn) {
    color: #8f6529;
}
body .panel.panel-deli-meats-light .panel-footer a:not(.btn):active,
body .panel.panel-deli-meats-light .panel-footer a:not(.btn):focus,
body .panel.panel-deli-meats-light .panel-footer a:not(.btn):hover {
    color: #181107 !important;
}
body .panel.panel-deli-meats-light.invert,
body .panel.panel-deli-meats-light.inverted {
    background: #efdfc8;
    border-color: #e4c8a0;
    color: #8f6529;
}
body .panel.panel-deli-meats-light.invert a:not(.btn),
body .panel.panel-deli-meats-light.inverted a:not(.btn) {
    color: #181107;
}
body .panel.panel-deli-meats-light.invert a:not(.btn):active,
body .panel.panel-deli-meats-light.invert a:not(.btn):focus,
body .panel.panel-deli-meats-light.invert a:not(.btn):hover,
body .panel.panel-deli-meats-light.inverted a:not(.btn):active,
body .panel.panel-deli-meats-light.inverted a:not(.btn):focus,
body .panel.panel-deli-meats-light.inverted a:not(.btn):hover {
    color: #8f6529 !important;
}
body .panel.panel-deli-meats-light.invert.text-light,
body .panel.panel-deli-meats-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-deli-meats-light.invert .panel-heading,
body .panel.panel-deli-meats-light.invert .panel-title,
body .panel.panel-deli-meats-light.inverted .panel-heading,
body .panel.panel-deli-meats-light.inverted .panel-title {
    color: #8f6529;
}
body .panel.panel-deli-meats-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-deli-meats-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-deli-meats-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-deli-meats-light.invert .panel-title a:not(.btn):active,
body .panel.panel-deli-meats-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-deli-meats-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-deli-meats-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-deli-meats-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-deli-meats-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-deli-meats-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-deli-meats-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-deli-meats-light.inverted .panel-title a:not(.btn):hover {
    color: #181107 !important;
}
body .panel.panel-deli-meats-light.invert .panel-footer,
body .panel.panel-deli-meats-light.inverted .panel-footer {
    border-color: #e4c8a0;
    background: #e4c8a0;
    color: #8f6529;
}
body .panel.panel-deli-meats-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-deli-meats-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-deli-meats-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-deli-meats-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-deli-meats-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-deli-meats-light.inverted .panel-footer a:not(.btn):hover {
    color: #8f6529 !important;
}
body .well.category-deli-meats,
body .well.panel-deli-meats {
    background: #c38a35;
    color: #fff;
}
body.theme-combo header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-combo.theme-pattern-waves header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 80px;
    background-repeat: no-repeat, repeat;
}
body.theme-combo.theme-pattern-waves .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 80px;
}
body.theme-combo.theme-pattern-diamonds header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
}
body.theme-combo.theme-pattern-diamonds .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 55px;
}
body.theme-combo.theme-pattern-stars header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 48px;
    background-repeat: no-repeat, repeat;
}
body.theme-combo.theme-pattern-stars .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 43.334 43.334'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M43.334,16.44V5.228 M37.727,10.834h11.213M39.369,6.869l7.93,7.929 M39.369,14.798l7.93-7.929 M21.666,5.606V-5.606 M16.061,0h11.213 M25.631,3.965l-7.929-7.93M17.702,3.965l7.929-7.93 M0,16.44V5.228 M-5.607,10.834H5.605 M-3.965,6.869l7.929,7.929 M-3.965,14.798l7.929-7.929M43.334,38.107V26.895 M37.727,32.501h11.213 M39.369,28.536l7.93,7.929 M39.369,36.465l7.93-7.929 M21.666,27.273V16.061M16.061,21.667h11.213 M25.631,25.632l-7.929-7.93 M17.702,25.632l7.929-7.93 M0,38.107V26.895 M-5.607,32.501H5.605 M3.964,36.465l-7.929-7.929 M-3.965,36.465l7.929-7.929 M21.666,48.94V37.728 M16.061,43.334h11.213 M25.631,47.299l-7.929-7.93 M25.631,39.369l-7.929,7.93'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 48px;
}
body.theme-combo.theme-pattern-slices header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-combo.theme-pattern-slices .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 23.8 23.801'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'0.75'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M35.699-0.01c-6.565,0-11.89-5.324-11.89-11.889c0-6.566,5.324-11.891,11.89-11.891s11.89,5.324,11.89,11.891C47.589-5.334,42.265-0.01,35.699-0.01z M23.788-11.898c0-6.566-5.322-11.891-11.889-11.891S0.011-18.465,0.011-11.898c0,6.564,5.322,11.889,11.889,11.889S23.788-5.334,23.788-11.898zM-0.011-11.898c0-6.566-5.324-11.891-11.89-11.891s-11.889,5.324-11.889,11.891c0,6.564,5.323,11.889,11.889,11.889S-0.011-5.334-0.011-11.898z M47.589,11.9c0-6.566-5.324-11.889-11.89-11.889S23.81,5.334,23.81,11.9s5.324,11.889,11.89,11.889S47.589,18.467,47.589,11.9z M23.788,11.9c0-6.566-5.322-11.889-11.889-11.889S0.011,5.334,0.011,11.9s5.322,11.889,11.889,11.889S23.788,18.467,23.788,11.9z M35.688,0c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889s5.323,11.889,11.89,11.889C30.365,11.889,35.688,6.566,35.688,0z M-0.011,11.9c0-6.566-5.324-11.889-11.89-11.889S-23.789,5.334-23.789,11.9s5.323,11.889,11.889,11.889S-0.011,18.467-0.011,11.9z M11.889,0c0-6.566-5.323-11.889-11.89-11.889C-6.566-11.889-11.89-6.566-11.89,0s5.323,11.889,11.889,11.889C6.565,11.889,11.889,6.566,11.889,0z M47.589,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.89,5.324-11.89,11.889c0,6.566,5.324,11.891,11.89,11.891S47.589,42.266,47.589,35.699zM23.788,35.699c0-6.564-5.322-11.889-11.889-11.889S0.011,29.135,0.011,35.699c0,6.566,5.322,11.891,11.889,11.891S23.788,42.266,23.788,35.699z M35.688,23.801c0-6.566-5.323-11.889-11.889-11.889c-6.566,0-11.89,5.322-11.89,11.889c0,6.564,5.323,11.889,11.89,11.889C30.365,35.689,35.688,30.365,35.688,23.801z M-0.011,35.699c0-6.564-5.324-11.889-11.89-11.889s-11.889,5.324-11.889,11.889c0,6.566,5.323,11.891,11.889,11.891S-0.011,42.266-0.011,35.699z M11.889,23.801c0-6.566-5.323-11.889-11.89-11.889c-6.565,0-11.889,5.322-11.889,11.889c0,6.564,5.323,11.889,11.889,11.889C6.565,35.689,11.889,30.365,11.889,23.801z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-combo.theme-pattern-comb header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 50px;
    background-repeat: no-repeat, repeat;
}
body.theme-combo.theme-pattern-comb .parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 76.7 44.3'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1.25'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M89.2-21.7L101.7,0L89.2,21.7h-25L51.7,0l12.5-21.7H89.2z M-12.5-21.7L-25,0l12.5,21.7h25L25,0L12.5-21.7H-12.5z M64.2,22.7L51.7,44.3L64.2,66h25l12.5-21.7L89.2,22.7H64.2z M25.9,0.5L13.4,22.2l12.5,21.7h25l12.5-21.7L50.9,0.5H25.9z M-12.5,22.7L-25,44.3L-12.5,66h25L25,44.3L12.5,22.7H-12.5z'%20%2F%3E%3C%2Fsvg%3E");
    background-size: 50px;
}
body.theme-combo .h1,
body.theme-combo .h2,
body.theme-combo .h3,
body.theme-combo .h4,
body.theme-combo .h5,
body.theme-combo .h6,
body.theme-combo h1,
body.theme-combo h2,
body.theme-combo h3,
body.theme-combo h4,
body.theme-combo h5,
body.theme-combo h6 {
    color: #83bc00;
}
body.theme-combo .h1.panel-title,
body.theme-combo .h2.panel-title,
body.theme-combo .h3.panel-title,
body.theme-combo .h4.panel-title,
body.theme-combo .h5.panel-title,
body.theme-combo .h6.panel-title,
body.theme-combo h1.panel-title,
body.theme-combo h2.panel-title,
body.theme-combo h3.panel-title,
body.theme-combo h4.panel-title,
body.theme-combo h5.panel-title,
body.theme-combo h6.panel-title {
    color: inherit;
}
body.theme-combo .content .portal-nav.nav-pills > li,
body.theme-combo .footer .portal-nav.nav-pills > li {
    border-left: 4px solid transparent;
}
body.theme-combo .content .portal-nav.nav-pills > li.active,
body.theme-combo .footer .portal-nav.nav-pills > li.active {
    border-left-color: #d1eab4;
}
body.theme-combo .content .portal-nav.nav-pills > li.active > a,
body.theme-combo .footer .portal-nav.nav-pills > li.active > a {
    background: 0 0;
}
body.theme-combo .content .portal-nav.nav-pills > li > a,
body.theme-combo .footer .portal-nav.nav-pills > li > a {
    color: #83bc00;
}
body.theme-combo .content .portal-nav.nav-pills > li > a:focus,
body.theme-combo .content .portal-nav.nav-pills > li > a:hover,
body.theme-combo .footer .portal-nav.nav-pills > li > a:focus,
body.theme-combo .footer .portal-nav.nav-pills > li > a:hover {
    background: 0 0;
    color: #5f8900;
}
body.theme-combo .content .portal-listing .nav-pills > li,
body.theme-combo .footer .portal-listing .nav-pills > li {
    border-bottom: 4px solid transparent;
}
body.theme-combo .content .portal-listing .nav-pills > li.active,
body.theme-combo .footer .portal-listing .nav-pills > li.active {
    border-bottom-color: #d1eab4;
}
body.theme-combo .content .portal-listing .nav-pills > li.active > a,
body.theme-combo .footer .portal-listing .nav-pills > li.active > a {
    background: 0 0;
}
body.theme-combo .content .portal-listing .nav-pills > li > a,
body.theme-combo .footer .portal-listing .nav-pills > li > a {
    color: #83bc00;
    padding: 10px 5px;
}
body.theme-combo .content .portal-listing .nav-pills > li > a:focus,
body.theme-combo .content .portal-listing .nav-pills > li > a:hover,
body.theme-combo .footer .portal-listing .nav-pills > li > a:focus,
body.theme-combo .footer .portal-listing .nav-pills > li > a:hover {
    background: 0 0;
    color: #5f8900;
}
body.theme-combo .content a:not(.btn),
body.theme-combo .footer a:not(.btn) {
    color: #83bc00;
}
body.theme-combo .content a:not(.btn):focus,
body.theme-combo .content a:not(.btn):hover,
body.theme-combo .footer a:not(.btn):focus,
body.theme-combo .footer a:not(.btn):hover {
    color: #71a300;
}
body.theme-combo .label-success {
    background: #d1eab4;
    color: #3c5600;
}
body.theme-combo .touch-effects figcaption {
    background: #ddf0c8;
}
body.theme-combo .parallax-window {
    color: #182300;
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
body.theme-combo .parallax-window:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
body.theme-combo .parallax-window h4 {
    color: #fff;
}
body.theme-combo footer.main-footer {
    background: #d1eab4;
    color: #3c5600;
}
body.theme-combo footer.main-footer:before {
    background-color: #d1eab4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
}
body.theme-combo footer.main-footer a {
    color: #2a3d00;
}
body.theme-combo footer.main-footer a:focus,
body.theme-combo footer.main-footer a:hover {
    color: #83bc00;
}
body .colortest-combo {
    background: #fff;
    color: #3a5204;
    border-color: #5f8900;
}
body .light .colortest-combo {
    background: #fff;
    color: #3c5600;
    border-color: #b9df8c;
}
body .invert .colortest-combo {
    background: #83bc00;
    color: #1e2d0c;
    border-color: #5f8900;
}
body .invert.light .colortest-combo {
    background: #d1eab4;
    color: #537c23;
    border-color: #b9df8c;
}
body .panel.panel-combo a:not(.btn),
body .panel.panel-combo-light a:not(.btn) {
    text-decoration: underline;
}
body .panel.panel-combo .panel-heading .h1,
body .panel.panel-combo .panel-heading .h2,
body .panel.panel-combo .panel-heading .h3,
body .panel.panel-combo .panel-heading .h4,
body .panel.panel-combo .panel-heading .h5,
body .panel.panel-combo .panel-heading .h6,
body .panel.panel-combo .panel-heading h1,
body .panel.panel-combo .panel-heading h2,
body .panel.panel-combo .panel-heading h3,
body .panel.panel-combo .panel-heading h4,
body .panel.panel-combo .panel-heading h5,
body .panel.panel-combo .panel-heading h6,
body .panel.panel-combo .panel-title .h1,
body .panel.panel-combo .panel-title .h2,
body .panel.panel-combo .panel-title .h3,
body .panel.panel-combo .panel-title .h4,
body .panel.panel-combo .panel-title .h5,
body .panel.panel-combo .panel-title .h6,
body .panel.panel-combo .panel-title h1,
body .panel.panel-combo .panel-title h2,
body .panel.panel-combo .panel-title h3,
body .panel.panel-combo .panel-title h4,
body .panel.panel-combo .panel-title h5,
body .panel.panel-combo .panel-title h6,
body .panel.panel-combo-light .panel-heading .h1,
body .panel.panel-combo-light .panel-heading .h2,
body .panel.panel-combo-light .panel-heading .h3,
body .panel.panel-combo-light .panel-heading .h4,
body .panel.panel-combo-light .panel-heading .h5,
body .panel.panel-combo-light .panel-heading .h6,
body .panel.panel-combo-light .panel-heading h1,
body .panel.panel-combo-light .panel-heading h2,
body .panel.panel-combo-light .panel-heading h3,
body .panel.panel-combo-light .panel-heading h4,
body .panel.panel-combo-light .panel-heading h5,
body .panel.panel-combo-light .panel-heading h6,
body .panel.panel-combo-light .panel-title .h1,
body .panel.panel-combo-light .panel-title .h2,
body .panel.panel-combo-light .panel-title .h3,
body .panel.panel-combo-light .panel-title .h4,
body .panel.panel-combo-light .panel-title .h5,
body .panel.panel-combo-light .panel-title .h6,
body .panel.panel-combo-light .panel-title h1,
body .panel.panel-combo-light .panel-title h2,
body .panel.panel-combo-light .panel-title h3,
body .panel.panel-combo-light .panel-title h4,
body .panel.panel-combo-light .panel-title h5,
body .panel.panel-combo-light .panel-title h6 {
    color: inherit !important;
}
body .panel.panel-combo .panel-heading a,
body .panel.panel-combo .panel-title a,
body .panel.panel-combo-light .panel-heading a,
body .panel.panel-combo-light .panel-title a {
    color: inherit !important;
    text-decoration: none;
}
body .panel.panel-combo .panel-heading a:active,
body .panel.panel-combo .panel-heading a:focus,
body .panel.panel-combo .panel-heading a:hover,
body .panel.panel-combo .panel-title a:active,
body .panel.panel-combo .panel-title a:focus,
body .panel.panel-combo .panel-title a:hover,
body .panel.panel-combo-light .panel-heading a:active,
body .panel.panel-combo-light .panel-heading a:focus,
body .panel.panel-combo-light .panel-heading a:hover,
body .panel.panel-combo-light .panel-title a:active,
body .panel.panel-combo-light .panel-title a:focus,
body .panel.panel-combo-light .panel-title a:hover {
    text-decoration: underline;
}
body .panel.panel-combo {
    border-color: #5f8900;
    color: #3a5204;
}
body .panel.panel-combo a:not(.btn) {
    color: #537c23;
}
body .panel.panel-combo a:not(.btn):active,
body .panel.panel-combo a:not(.btn):focus,
body .panel.panel-combo a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-combo.text-light .panel-footer,
body .panel.panel-combo.text-light .panel-heading,
body .panel.panel-combo.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-combo .panel-heading,
body .panel.panel-combo .panel-title {
    background-color: #83bc00;
    color: #1e2d0c;
}
body .panel.panel-combo .panel-heading a:not(.btn):active,
body .panel.panel-combo .panel-heading a:not(.btn):focus,
body .panel.panel-combo .panel-heading a:not(.btn):hover,
body .panel.panel-combo .panel-title a:not(.btn):active,
body .panel.panel-combo .panel-title a:not(.btn):focus,
body .panel.panel-combo .panel-title a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-combo .panel-footer {
    background-color: #83bc00;
    border-color: #5f8900;
    color: #1e2d0c;
}
body .panel.panel-combo .panel-footer a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-combo .panel-footer a:not(.btn):active,
body .panel.panel-combo .panel-footer a:not(.btn):focus,
body .panel.panel-combo .panel-footer a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-combo.invert,
body .panel.panel-combo.inverted {
    background: #83bc00;
    border-color: #5f8900;
    color: #1e2d0c;
}
body .panel.panel-combo.invert a:not(.btn),
body .panel.panel-combo.inverted a:not(.btn) {
    color: #537c23;
}
body .panel.panel-combo.invert a:not(.btn):active,
body .panel.panel-combo.invert a:not(.btn):focus,
body .panel.panel-combo.invert a:not(.btn):hover,
body .panel.panel-combo.inverted a:not(.btn):active,
body .panel.panel-combo.inverted a:not(.btn):focus,
body .panel.panel-combo.inverted a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-combo.invert.text-light,
body .panel.panel-combo.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-combo.invert .panel-heading,
body .panel.panel-combo.invert .panel-title,
body .panel.panel-combo.inverted .panel-heading,
body .panel.panel-combo.inverted .panel-title {
    color: #1e2d0c;
}
body .panel.panel-combo.invert .panel-heading a:not(.btn):active,
body .panel.panel-combo.invert .panel-heading a:not(.btn):focus,
body .panel.panel-combo.invert .panel-heading a:not(.btn):hover,
body .panel.panel-combo.invert .panel-title a:not(.btn):active,
body .panel.panel-combo.invert .panel-title a:not(.btn):focus,
body .panel.panel-combo.invert .panel-title a:not(.btn):hover,
body .panel.panel-combo.inverted .panel-heading a:not(.btn):active,
body .panel.panel-combo.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-combo.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-combo.inverted .panel-title a:not(.btn):active,
body .panel.panel-combo.inverted .panel-title a:not(.btn):focus,
body .panel.panel-combo.inverted .panel-title a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-combo.invert .panel-footer,
body .panel.panel-combo.inverted .panel-footer {
    border-color: #5f8900;
    background: #71a300;
    color: #1e2d0c;
}
body .panel.panel-combo.invert .panel-footer a:not(.btn),
body .panel.panel-combo.inverted .panel-footer a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-combo.invert .panel-footer a:not(.btn):active,
body .panel.panel-combo.invert .panel-footer a:not(.btn):focus,
body .panel.panel-combo.invert .panel-footer a:not(.btn):hover,
body .panel.panel-combo.inverted .panel-footer a:not(.btn):active,
body .panel.panel-combo.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-combo.inverted .panel-footer a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-combo-light {
    border-color: #b9df8c;
    color: #3c5600;
}
body .panel.panel-combo-light a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-combo-light a:not(.btn):active,
body .panel.panel-combo-light a:not(.btn):focus,
body .panel.panel-combo-light a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-combo-light.text-light .panel-footer,
body .panel.panel-combo-light.text-light .panel-heading,
body .panel.panel-combo-light.text-light .panel-title {
    color: rgba(255, 255, 255, 0.9) !important;
}
body .panel.panel-combo-light .panel-heading,
body .panel.panel-combo-light .panel-title {
    background-color: #d1eab4;
    color: #537c23;
}
body .panel.panel-combo-light .panel-heading a:not(.btn),
body .panel.panel-combo-light .panel-title a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-combo-light .panel-heading a:not(.btn):active,
body .panel.panel-combo-light .panel-heading a:not(.btn):focus,
body .panel.panel-combo-light .panel-heading a:not(.btn):hover,
body .panel.panel-combo-light .panel-title a:not(.btn):active,
body .panel.panel-combo-light .panel-title a:not(.btn):focus,
body .panel.panel-combo-light .panel-title a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-combo-light .panel-footer {
    background-color: #d1eab4;
    border-color: #b9df8c;
    color: #537c23;
}
body .panel.panel-combo-light .panel-footer a:not(.btn) {
    color: #537c23;
}
body .panel.panel-combo-light .panel-footer a:not(.btn):active,
body .panel.panel-combo-light .panel-footer a:not(.btn):focus,
body .panel.panel-combo-light .panel-footer a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-combo-light.invert,
body .panel.panel-combo-light.inverted {
    background: #d1eab4;
    border-color: #b9df8c;
    color: #537c23;
}
body .panel.panel-combo-light.invert a:not(.btn),
body .panel.panel-combo-light.inverted a:not(.btn) {
    color: #1e2d0c;
}
body .panel.panel-combo-light.invert a:not(.btn):active,
body .panel.panel-combo-light.invert a:not(.btn):focus,
body .panel.panel-combo-light.invert a:not(.btn):hover,
body .panel.panel-combo-light.inverted a:not(.btn):active,
body .panel.panel-combo-light.inverted a:not(.btn):focus,
body .panel.panel-combo-light.inverted a:not(.btn):hover {
    color: #537c23 !important;
}
body .panel.panel-combo-light.invert.text-light,
body .panel.panel-combo-light.inverted.text-light {
    color: rgba(255, 255, 255, 0.9);
}
body .panel.panel-combo-light.invert .panel-heading,
body .panel.panel-combo-light.invert .panel-title,
body .panel.panel-combo-light.inverted .panel-heading,
body .panel.panel-combo-light.inverted .panel-title {
    color: #537c23;
}
body .panel.panel-combo-light.invert .panel-heading a:not(.btn):active,
body .panel.panel-combo-light.invert .panel-heading a:not(.btn):focus,
body .panel.panel-combo-light.invert .panel-heading a:not(.btn):hover,
body .panel.panel-combo-light.invert .panel-title a:not(.btn):active,
body .panel.panel-combo-light.invert .panel-title a:not(.btn):focus,
body .panel.panel-combo-light.invert .panel-title a:not(.btn):hover,
body .panel.panel-combo-light.inverted .panel-heading a:not(.btn):active,
body .panel.panel-combo-light.inverted .panel-heading a:not(.btn):focus,
body .panel.panel-combo-light.inverted .panel-heading a:not(.btn):hover,
body .panel.panel-combo-light.inverted .panel-title a:not(.btn):active,
body .panel.panel-combo-light.inverted .panel-title a:not(.btn):focus,
body .panel.panel-combo-light.inverted .panel-title a:not(.btn):hover {
    color: #1e2d0c !important;
}
body .panel.panel-combo-light.invert .panel-footer,
body .panel.panel-combo-light.inverted .panel-footer {
    border-color: #b9df8c;
    background: #b9df8c;
    color: #537c23;
}
body .panel.panel-combo-light.invert .panel-footer a:not(.btn):active,
body .panel.panel-combo-light.invert .panel-footer a:not(.btn):focus,
body .panel.panel-combo-light.invert .panel-footer a:not(.btn):hover,
body .panel.panel-combo-light.inverted .panel-footer a:not(.btn):active,
body .panel.panel-combo-light.inverted .panel-footer a:not(.btn):focus,
body .panel.panel-combo-light.inverted .panel-footer a:not(.btn):hover {
    color: #537c23 !important;
}
body .well.category-combo,
body .well.panel-combo {
    background: #83bc00;
    color: #fff;
}
.box-listing-filters label {
    font-weight: 300;
}
.box-listing-filters .attributes {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.box-listing-filters .attributes .checkbox-inline,
.box-listing-filters .attributes .radio-inline {
    margin-right: 10px;
}
.box-listing-filters .attributes .checkbox-inline + .checkbox-inline,
.box-listing-filters .attributes .checkbox-inline + .radio-inline,
.box-listing-filters .attributes .radio-inline + .checkbox-inline,
.box-listing-filters .attributes .radio-inline + .radio-inline {
    margin-left: 0;
}
.box_listing {
    margin: 0 -15px;
}
.box_listing [class*="block-grid"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.box_listing .nav-justified > li {
    display: table-cell;
    width: 1%;
}
@media screen and (max-width: 767px) {
    .box .box_listing .nav-justified > li .btn-details:after,
    .box-listing .product .box_listing .nav-justified > li .btn-details:after,
    .box_listing .nav-justified > li .box .btn-details:after,
    .box_listing .nav-justified > li .box-listing .product .btn-details:after,
    .box_listing .nav-justified > li .glyphicon,
    .box_listing .nav-justified > li .panel-title > a[data-toggle="collapse"]:before,
    .box_listing .nav-justified > li i[class*="icon"] {
        display: none;
    }
    .box_listing .nav-justified > li a {
        padding: 5px;
    }
}
.box,
.box-listing .product {
    display: flex;
}
.box h2,
.box h3,
.box h4,
.box-listing .product h2,
.box-listing .product h3,
.box-listing .product h4 {
    color: inherit;
    font-weight: 400;
}
.box .pricing-info,
.box-listing .product .pricing-info {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
}
.box .pricing-info span,
.box-listing .product .pricing-info span {
    display: inline-block;
    margin-right: 1em;
}
.box .pricing-info span:last-child,
.box-listing .product .pricing-info span:last-child {
    margin-right: 0;
}
.box .pricing-info s,
.box .pricing-info strike,
.box-listing .product .pricing-info s,
.box-listing .product .pricing-info strike {
    font-weight: 400;
}
.box .pricing-info .cart.cart-flex .product .product-information .box-number,
.box .pricing-info .cart > .summary .order-pricing .discount-text,
.box .pricing-info .small,
.box-listing .cart.cart-flex .product .pricing-info .product-information .box-number,
.box-listing .cart.cart-flex .product .product-information .pricing-info .box-number,
.box-listing .product .pricing-info .cart > .summary .order-pricing .discount-text,
.box-listing .product .pricing-info .small,
.cart.cart-flex .box-listing .product .pricing-info .product-information .box-number,
.cart.cart-flex .box-listing .product .product-information .pricing-info .box-number,
.cart.cart-flex .product .product-information .box .pricing-info .box-number,
.cart > .summary .order-pricing .box .pricing-info .discount-text,
.cart > .summary .order-pricing .box-listing .product .pricing-info .discount-text {
    font-weight: 400;
    font-size: 10px;
}
.box .panel,
.box-listing .product .panel {
    display: flex;
    flex-direction: column;
    border-color: #31251b;
    border-width: 1px;
    width: 100%;
}
.box .panel .panel-heading,
.box-listing .product .panel .panel-heading {
    padding-bottom: 0;
}
.box .panel .panel-heading .panel-title,
.box-listing .product .panel .panel-heading .panel-title {
    color: inherit;
    font-size: 1.7em;
    margin: 0;
}
.box .panel .panel-heading .panel-title .name,
.box-listing .product .panel .panel-heading .panel-title .name {
    position: relative;
}
.box .panel .panel-heading .panel-title .name:after,
.box-listing .product .panel .panel-heading .panel-title .name:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    background: #31251b;
    transition: all 0.15s ease-in-out;
}
.box-listing .product:hover .panel .panel-heading .panel-title .name:after,
.box:hover .panel .panel-heading .panel-title .name:after {
    right: -10px;
}
.box .panel .panel-heading .panel-desc,
.box-listing .product .panel .panel-heading .panel-desc {
    color: #382628;
    font-weight: 300;
    font-size: 0.85em;
    letter-spacing: 3px;
    line-height: 1.3;
    margin: 0;
    padding: 1em;
}
.box .panel .panel-body,
.box-listing .product .panel .panel-body {
    flex: 1 0 auto;
}
.box .panel .panel-body .well,
.box-listing .product .panel .panel-body .well {
    position: relative;
    padding: 10px;
}
.your-boxes .box .panel .panel-body .well:after,
.your-boxes .box-listing .product .panel .panel-body .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%2377aa3a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: "";
    white-space: pre;
    position: absolute;
    top: -25px;
    right: -15px;
    transform: rotate(30deg);
    width: 85px;
    height: 85px;
    background-size: contain;
    display: block;
}
.box .panel .panel-body .well h4,
.box-listing .product .panel .panel-body .well h4 {
    color: inherit;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 -10px;
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #31251b;
}
.box .panel .panel-body .well h4 *,
.box-listing .product .panel .panel-body .well h4 * {
    color: inherit;
}
.box .panel .panel-body .well .well-body,
.box-listing .product .panel .panel-body .well .well-body {
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.box .panel .panel-body .well .well-body .cart.cart-flex .product .product-information .box-number,
.box .panel .panel-body .well .well-body .cart > .summary .order-pricing .discount-text,
.box .panel .panel-body .well .well-body .small,
.box-listing .cart.cart-flex .product .panel .panel-body .well .well-body .product-information .box-number,
.box-listing .cart.cart-flex .product .product-information .panel .panel-body .well .well-body .box-number,
.box-listing .product .panel .panel-body .well .well-body .cart > .summary .order-pricing .discount-text,
.box-listing .product .panel .panel-body .well .well-body .small,
.cart.cart-flex .box-listing .product .panel .panel-body .well .well-body .product-information .box-number,
.cart.cart-flex .box-listing .product .product-information .panel .panel-body .well .well-body .box-number,
.cart.cart-flex .product .product-information .box .panel .panel-body .well .well-body .box-number,
.cart > .summary .order-pricing .box .panel .panel-body .well .well-body .discount-text,
.cart > .summary .order-pricing .box-listing .product .panel .panel-body .well .well-body .discount-text {
    font-size: 10px;
    font-weight: 400;
}
.box .panel .panel-footer,
.box-listing .product .panel .panel-footer {
    border-color: #31251b;
}
.box .panel .panel-footer .availability-wrapper,
.box-listing .product .panel .panel-footer .availability-wrapper {
    margin: 1em 0 0;
}
.box .panel .panel-footer .btn-danger,
.box-listing .product .panel .panel-footer .btn-danger {
    background-color: #999;
    border-color: #666;
    opacity: 1 !important;
}
.box .btn-details:after,
.box-listing .product .btn-details:after {
    font-size: 0.9em;
    content: "";
    transition: all 0.25s;
    transform: rotate(90deg);
    left: 0.3em;
}
.box .btn-details[aria-expanded="true"]:after,
.box-listing .product .btn-details[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}
.box .panel.category-tcgreen .panel-title .name:after,
.box .panel.panel-tcgreen .panel-title .name:after,
.box-listing .product .panel.category-tcgreen .panel-title .name:after,
.box-listing .product .panel.panel-tcgreen .panel-title .name:after {
    background: #83bc00;
}
.box .panel.category-tcgreen .panel-title .panel-desc,
.box .panel.panel-tcgreen .panel-title .panel-desc,
.box-listing .product .panel.category-tcgreen .panel-title .panel-desc,
.box-listing .product .panel.panel-tcgreen .panel-title .panel-desc {
    background: #d1eab4;
}
.your-boxes .box .panel.category-tcgreen .well:after,
.your-boxes .box .panel.panel-tcgreen .well:after,
.your-boxes .box-listing .product .panel.category-tcgreen .well:after,
.your-boxes .box-listing .product .panel.panel-tcgreen .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-tcyellow .panel-title .name:after,
.box .panel.panel-tcyellow .panel-title .name:after,
.box-listing .product .panel.category-tcyellow .panel-title .name:after,
.box-listing .product .panel.panel-tcyellow .panel-title .name:after {
    background: #e3c300;
}
.box .panel.category-tcyellow .panel-title .panel-desc,
.box .panel.panel-tcyellow .panel-title .panel-desc,
.box-listing .product .panel.category-tcyellow .panel-title .panel-desc,
.box-listing .product .panel.panel-tcyellow .panel-title .panel-desc {
    background: #f9e4a3;
}
.your-boxes .box .panel.category-tcyellow .well:after,
.your-boxes .box .panel.panel-tcyellow .well:after,
.your-boxes .box-listing .product .panel.category-tcyellow .well:after,
.your-boxes .box-listing .product .panel.panel-tcyellow .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23b59c00%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-tcbrown .panel-title .name:after,
.box .panel.panel-tcbrown .panel-title .name:after,
.box-listing .product .panel.category-tcbrown .panel-title .name:after,
.box-listing .product .panel.panel-tcbrown .panel-title .name:after {
    background: #bd945c;
}
.box .panel.category-tcbrown .panel-title .panel-desc,
.box .panel.panel-tcbrown .panel-title .panel-desc,
.box-listing .product .panel.category-tcbrown .panel-title .panel-desc,
.box-listing .product .panel.panel-tcbrown .panel-title .panel-desc {
    background: #f4dbb2;
}
.your-boxes .box .panel.category-tcbrown .well:after,
.your-boxes .box .panel.panel-tcbrown .well:after,
.your-boxes .box-listing .product .panel.category-tcbrown .well:after,
.your-boxes .box-listing .product .panel.panel-tcbrown .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23a77d44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-tcred .panel-title .name:after,
.box .panel.panel-tcred .panel-title .name:after,
.box-listing .product .panel.category-tcred .panel-title .name:after,
.box-listing .product .panel.panel-tcred .panel-title .name:after {
    background: #ec4d00;
}
.box .panel.category-tcred .panel-title .panel-desc,
.box .panel.panel-tcred .panel-title .panel-desc,
.box-listing .product .panel.category-tcred .panel-title .panel-desc,
.box-listing .product .panel.panel-tcred .panel-title .panel-desc {
    background: #f6cc8c;
}
.your-boxes .box .panel.category-tcred .well:after,
.your-boxes .box .panel.panel-tcred .well:after,
.your-boxes .box-listing .product .panel.category-tcred .well:after,
.your-boxes .box-listing .product .panel.panel-tcred .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23be3e00%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-tcmaroon .panel-title .name:after,
.box .panel.panel-tcmaroon .panel-title .name:after,
.box-listing .product .panel.category-tcmaroon .panel-title .name:after,
.box-listing .product .panel.panel-tcmaroon .panel-title .name:after {
    background: #641217;
}
.box .panel.category-tcmaroon .panel-title .panel-desc,
.box .panel.panel-tcmaroon .panel-title .panel-desc,
.box-listing .product .panel.category-tcmaroon .panel-title .panel-desc,
.box-listing .product .panel.panel-tcmaroon .panel-title .panel-desc {
    background: #f6e5f1;
}
.your-boxes .box .panel.category-tcmaroon .well:after,
.your-boxes .box .panel.panel-tcmaroon .well:after,
.your-boxes .box-listing .product .panel.category-tcmaroon .well:after,
.your-boxes .box-listing .product .panel.panel-tcmaroon .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%233d0b0e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-beef .panel-title .name:after,
.box .panel.panel-beef .panel-title .name:after,
.box-listing .product .panel.category-beef .panel-title .name:after,
.box-listing .product .panel.panel-beef .panel-title .name:after {
    background: #77301d;
}
.box .panel.category-beef .panel-title .panel-desc,
.box .panel.panel-beef .panel-title .panel-desc,
.box-listing .product .panel.category-beef .panel-title .panel-desc,
.box-listing .product .panel.panel-beef .panel-title .panel-desc {
    background: #eee0e0;
}
.your-boxes .box .panel.category-beef .well:after,
.your-boxes .box .panel.panel-beef .well:after,
.your-boxes .box-listing .product .panel.category-beef .well:after,
.your-boxes .box-listing .product .panel.panel-beef .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23522114%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-pork .panel-title .name:after,
.box .panel.panel-pork .panel-title .name:after,
.box-listing .product .panel.category-pork .panel-title .name:after,
.box-listing .product .panel.panel-pork .panel-title .name:after {
    background: #c95f5d;
}
.box .panel.category-pork .panel-title .panel-desc,
.box .panel.panel-pork .panel-title .panel-desc,
.box-listing .product .panel.category-pork .panel-title .panel-desc,
.box-listing .product .panel.panel-pork .panel-title .panel-desc {
    background: #f1d6d5;
}
.your-boxes .box .panel.category-pork .well:after,
.your-boxes .box .panel.panel-pork .well:after,
.your-boxes .box-listing .product .panel.category-pork .well:after,
.your-boxes .box-listing .product .panel.panel-pork .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23ba403e%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-chicken .panel-title .name:after,
.box .panel.panel-chicken .panel-title .name:after,
.box-listing .product .panel.category-chicken .panel-title .name:after,
.box-listing .product .panel.panel-chicken .panel-title .name:after {
    background: #c3ad34;
}
.box .panel.category-chicken .panel-title .panel-desc,
.box .panel.panel-chicken .panel-title .panel-desc,
.box-listing .product .panel.category-chicken .panel-title .panel-desc,
.box-listing .product .panel.panel-chicken .panel-title .panel-desc {
    background: #efe9c8;
}
.your-boxes .box .panel.category-chicken .well:after,
.your-boxes .box .panel.panel-chicken .well:after,
.your-boxes .box-listing .product .panel.category-chicken .well:after,
.your-boxes .box-listing .product .panel.panel-chicken .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f8d2a%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-deli-meats .panel-title .name:after,
.box .panel.panel-deli-meats .panel-title .name:after,
.box-listing .product .panel.category-deli-meats .panel-title .name:after,
.box-listing .product .panel.panel-deli-meats .panel-title .name:after {
    background: #c38a35;
}
.box .panel.category-deli-meats .panel-title .panel-desc,
.box .panel.panel-deli-meats .panel-title .panel-desc,
.box-listing .product .panel.category-deli-meats .panel-title .panel-desc,
.box-listing .product .panel.panel-deli-meats .panel-title .panel-desc {
    background: #efdfc8;
}
.your-boxes .box .panel.category-deli-meats .well:after,
.your-boxes .box .panel.panel-deli-meats .well:after,
.your-boxes .box-listing .product .panel.category-deli-meats .well:after,
.your-boxes .box-listing .product .panel.panel-deli-meats .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%239f702b%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.box .panel.category-combo .panel-title .name:after,
.box .panel.panel-combo .panel-title .name:after,
.box-listing .product .panel.category-combo .panel-title .name:after,
.box-listing .product .panel.panel-combo .panel-title .name:after {
    background: #83bc00;
}
.box .panel.category-combo .panel-title .panel-desc,
.box .panel.panel-combo .panel-title .panel-desc,
.box-listing .product .panel.category-combo .panel-title .panel-desc,
.box-listing .product .panel.panel-combo .panel-title .panel-desc {
    background: #d1eab4;
}
.your-boxes .box .panel.category-combo .well:after,
.your-boxes .box .panel.panel-combo .well:after,
.your-boxes .box-listing .product .panel.category-combo .well:after,
.your-boxes .box-listing .product .panel.panel-combo .well:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20970%20970%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22100%22%20height%3D%22100%22%20name%3D%22AI_Alpha_1%22%3E%3CfeTurbulence%20result%3D%22turb%22%20baseFrequency%3D%220.17%22%20numOctaves%3D%221%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in%3D%22SourceGraphic%22%20in2%3D%22turb%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22c%22%20x%3D%22-14%22%20y%3D%22-21%22%20width%3D%221066%22%20height%3D%221048%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-color%3D%22%23fff%22%20result%3D%22bg%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22bg%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22b%22%20x%3D%22-29%22%20y%3D%22-36%22%20width%3D%221066%22%20height%3D%221048%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20filter%3D%22url%28%23c%29%22%3E%3Cg%20transform%3D%22translate%28-15%20-15%29%22%3E%3Cg%20filter%3D%22url%28%23a%29%22%3E%3Crect%20x%3D%22-13.5%22%20y%3D%22-20.5%22%20width%3D%221065%22%20height%3D%221047%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Estamp%3C%2Ftitle%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M269.63%2C705.64V824.21q11.81%2C8.41%2C24.25%2C16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C705.64V865.23q12.35-5.34%2C24.25-11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C705.64v77.89q11.67%2C11.48%2C24.25%2C22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C757.45q12.89-15.16%2C24.25-31.59V705.64H803.13Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C705.64v99.87q12.58-10.49%2C24.25-22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C705.64V840.17q12.43-7.55%2C24.25-16V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C705.64V874.77q12%2C4.25%2C24.25%2C7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C705.64V896q12%2C1.09%2C24.25%2C1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C705.64V882.53q12.29-3.5%2C24.25-7.76V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C705.64V897.51q12.22-.37%2C24.25-1.46V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C705.64v183q12%2C2.61%2C24.25%2C4.48V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C705.64V893.1q12.25-1.87%2C24.25-4.48v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C705.64V853.77q11.9%2C6.13%2C24.25%2C11.47V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C705.64v20.22q11.34%2C16.41%2C24.25%2C31.59V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M463.63%2C104V294.36h24.25V102.49Q475.65%2C102.86%2C463.63%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M415.13%2C111.38v183h24.25V106.9Q427.12%2C108.77%2C415.13%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M512.13%2C102.49V294.36h24.25V104Q524.35%2C102.86%2C512.13%2C102.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M609.13%2C117.47V294.36h24.25V125.23Q621.42%2C121%2C609.13%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M560.63%2C106.9V294.36h24.25v-183Q572.88%2C108.77%2C560.63%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M318.13%2C146.23V294.36h24.25V134.77Q330%2C140.1%2C318.13%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M172.63%2C274.14v20.22h24.25V242.55Q184%2C257.71%2C172.63%2C274.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M221.13%2C216.47v77.89h24.25V194.49Q232.8%2C205%2C221.13%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M657.63%2C134.77V294.36h24.25V146.23Q670%2C140.11%2C657.63%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M269.63%2C175.79V294.36h24.25V159.83Q281.45%2C167.38%2C269.63%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M366.63%2C125.23V294.36h24.25V117.47Q378.58%2C121%2C366.63%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M803.13%2C242.55v51.81h24.25V274.14Q816%2C257.73%2C803.13%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M706.13%2C159.83V294.36h24.25V175.79Q718.56%2C167.38%2C706.13%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M754.63%2C194.49v99.87h24.25V216.47Q767.21%2C205%2C754.63%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M293.88%2C705.64V840.17q11.86%2C7.2%2C24.25%2C13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C705.64V865.23q11.93%2C5.15%2C24.25%2C9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C705.64V893.1q12%2C1.84%2C24.25%2C2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C705.64V882.53q12%2C3.41%2C24.25%2C6.09v-183Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C705.64q6.25%2C10.32%2C13.1%2C20.22V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C705.64v51.81q11.54%2C13.58%2C24.25%2C26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C705.64v99.87q11.75%2C9.8%2C24.25%2C18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C705.64v183q12.27-2.67%2C24.25-6.09V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M487.88%2C705.64V897.51q6%2C.18%2C12.13.19t12.13-.19V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M840.47%2C705.64h-13.1v20.22Q834.22%2C716%2C840.47%2C705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C705.64V824.21q12.49-8.89%2C24.25-18.7V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C705.64v77.89q12.7-12.49%2C24.25-26.08V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C705.64V896q12.23-1.11%2C24.25-2.94V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C705.64V853.77q12.39-6.38%2C24.25-13.6V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C705.64V874.77q12.32-4.38%2C24.25-9.54V705.64Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M196.88%2C242.55v51.81h24.25V216.47Q208.43%2C229%2C196.88%2C242.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M342.38%2C134.77V294.36h24.25V125.23Q354.31%2C129.61%2C342.38%2C134.77Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M390.88%2C117.47V294.36h24.25v-183Q402.85%2C114%2C390.88%2C117.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M439.38%2C106.9V294.36h24.25V104Q451.39%2C105.06%2C439.38%2C106.9Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M827.38%2C294.36h13.1q-6.25-10.32-13.1-20.22Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M500%2C102.3q-6.09%2C0-12.12.19V294.36h24.25V102.49Q506.08%2C102.31%2C500%2C102.3Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M245.38%2C194.49v99.87h24.25V175.79Q257.13%2C184.68%2C245.38%2C194.49Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M293.88%2C159.83V294.36h24.25V146.23Q305.74%2C152.62%2C293.88%2C159.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M159.53%2C294.36h13.1V274.14Q165.78%2C284%2C159.53%2C294.36Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M536.38%2C104V294.36h24.25V106.9Q548.62%2C105.06%2C536.38%2C104Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M681.88%2C146.23V294.36h24.25V159.83Q694.26%2C152.63%2C681.88%2C146.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M778.88%2C216.47v77.89h24.25V242.55Q791.58%2C229%2C778.88%2C216.47Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M730.38%2C175.79V294.36h24.25V194.49Q742.87%2C184.69%2C730.38%2C175.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M633.38%2C125.23V294.36h24.25V134.77Q645.7%2C129.61%2C633.38%2C125.23Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M584.88%2C111.38v183h24.25V117.47Q597.15%2C114.06%2C584.88%2C111.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M500%2C29.55A470.58%2C470.58%2C0%2C0%2C1%2C683.12%2C933.49a470.58%2C470.58%2C0%2C0%2C1-366.23-867A467.49%2C467.49%2C0%2C0%2C1%2C500%2C29.55M500%2C15C232.14%2C15%2C15%2C232.14%2C15%2C500S232.14%2C985%2C500%2C985%2C985%2C767.86%2C985%2C500%2C767.86%2C15%2C500%2C15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M500%2C83.87A416.25%2C416.25%2C0%2C0%2C1%2C662%2C883.44%2C416.25%2C416.25%2C0%2C0%2C1%2C338%2C116.56%2C413.5%2C413.5%2C0%2C0%2C1%2C500%2C83.87m0-31C253%2C52.83%2C52.83%2C253%2C52.83%2C500S253%2C947.17%2C500%2C947.17%2C947.17%2C747%2C947.17%2C500%2C747%2C52.83%2C500%2C52.83Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M863.94%2C663H136.06q5.54%2C12.35%2C11.88%2C24.25H852.06Q858.4%2C675.32%2C863.94%2C663Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M852.06%2C312.79H147.94Q141.6%2C324.68%2C136.06%2C337H863.94Q858.4%2C324.68%2C852.06%2C312.79Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M349.76%2C370.15V363.9h21.42v6.25l-5.54%2C1.07v37.12l5.54%2C1.07v6.22H349.76V409.4l5.54-1.07V371.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M428%2C363.9v6.25l-5.54%2C1.07v44.4H412.1l-20.89-34.81-.21%2C0v27.49l5.54%2C1.07v6.22H375.12V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H391l20.89%2C34.81.21%2C0V371.21l-5.54-1.07V363.9H428Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M468%2C370.15l-4.23.6%2C8%2C17H472l8-17-4.19-.6V363.9h19.57v6.25l-4.4.71L477%2C397.43v10.91l5.54%2C1.07v6.22H461.09V409.4l5.54-1.07V396.9l-13.82-26-4.37-.71V363.9H468Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M545.06%2C390.15q0%2C11.37-6.5%2C18.79t-17%2C7.42q-10.48%2C0-16.93-7.42t-6.45-18.79v-.78q0-11.3%2C6.43-18.76t16.91-7.46q10.51%2C0%2C17%2C7.46t6.52%2C18.76Zm-10.34-.85q0-8-3.34-13t-9.87-5q-6.54%2C0-9.75%2C5t-3.21%2C13.07v.85q0%2C8.17%2C3.25%2C13.16t9.75%2C5q6.57%2C0%2C9.88-5t3.3-13.16Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M570%2C363.9v6.25l-5.54%2C1.07v27q0%2C5.12%2C2.75%2C7.66a10.7%2C10.7%2C0%2C0%2C0%2C7.55%2C2.54%2C10.92%2C10.92%2C0%2C0%2C0%2C7.64-2.52q2.77-2.52%2C2.77-7.67v-27l-5.51-1.07V363.9h21.42v6.25l-5.54%2C1.07v27q0%2C8.7-5.74%2C13.43t-15%2C4.72q-9.27%2C0-15-4.72t-5.7-13.43v-27l-5.51-1.07V363.9H570Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M627.4%2C363.9q8.81%2C0%2C13.82%2C4t5%2C11.14a11.22%2C11.22%2C0%2C0%2C1-2.1%2C6.79A14.66%2C14.66%2C0%2C0%2C1%2C638%2C390.5a11.17%2C11.17%2C0%2C0%2C1%2C6.59%2C4.49%2C14.22%2C14.22%2C0%2C0%2C1%2C2%2C7.8v2.63a4.48%2C4.48%2C0%2C0%2C0%2C.67%2C2.65%2C3%2C3%2C0%2C0%2C0%2C2.24%2C1.12l1.28.18v6.25h-5.36q-5.08%2C0-7.14-2.74a11.43%2C11.43%2C0%2C0%2C1-2.06-7.07v-2.95a8.33%2C8.33%2C0%2C0%2C0-2-5.91%2C7.7%2C7.7%2C0%2C0%2C0-5.67-2.26H620v13.64l5.54%2C1.07v6.22H604.17V409.4l5.51-1.07V371.21l-5.51-1.07V363.9H627.4ZM620%2C386.7h7.17q4.33%2C0%2C6.5-1.85a6.61%2C6.61%2C0%2C0%2C0%2C2.17-5.33%2C7.38%2C7.38%2C0%2C0%2C0-2.15-5.56q-2.15-2.08-6.34-2.08H620Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M421.29%2C440.55v10.59l-9.38%2C1.8v75.19H394.4L359%2C469.18l-.36.06V515.8l9.38%2C1.8v10.53H331.79V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h26.89L394%2C499.5l.36-.06v-46.5l-9.38-1.8V440.55h36.27Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M483.49%2C489.63H453.83v25h28.27l.78-10.47h13.35v23.94H426.95V517.6l9.32-1.8V452.94l-9.32-1.8V440.55h69.17v24H482.65l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M504.24%2C517.6l7.4-1.44L534.8%2C484l-22.56-31.34-7.34-1.5V440.55h33.63v10.59l-7.16.78%2C13.53%2C21.47%2C13.59-21.47-7-.78V440.55h33.75v10.59l-7.34%2C1.5L555.31%2C484l23.64%2C32.12%2C7.76%2C1.5v10.53H552.24V517.6l7-.72-14.08-22.14L531%2C516.88l7%2C.72v10.53h-33.8Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M669.24%2C440.55v23.34H655.76l-.72-9.8H638.92V515.8l9.38%2C1.8v10.53H612V517.6l9.38-1.8V454.08H605.3l-.72%2C9.8H591.16V440.55Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M236.43%2C543.76q16.06%2C0%2C26.47%2C10.26t10.41%2C26.32v14.5q0%2C16.12-10.41%2C26.32t-26.47%2C10.2H197V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.4Zm-12.51%2C13.53v60.57h11.61q9.44%2C0%2C14.8-6.38t5.35-16.66V580.21q0-10.16-5.35-16.54t-14.8-6.38Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M339.06%2C592.84H309.4v25h28.27l.78-10.47h13.35v23.94H282.52V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h69.17v24H338.22l-.78-10.47h-28v22h29.65Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M361.81%2C631.34V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h36.27v10.59l-9.38%2C1.8v61.72h24.72l.84-11h13.41v24.48Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M434.55%2C554.34V543.76h36.27v10.59l-9.38%2C1.8V619l9.38%2C1.8v10.53H434.55V620.81l9.38-1.8V556.15Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M508.79%2C554.34l-6.68%2C1.2%2C15.52%2C52.51%2C1.08%2C4.81h.36l1-4.69%2C15.58-52.63-6.62-1.2V543.76h32v10.59l-7.34%2C1-25.8%2C76h-18l-25.86-76-7.22-1V543.76h32Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M623.57%2C592.84H593.92v25h28.27L623%2C607.4h13.35v23.94H567V620.81l9.32-1.8V556.15l-9.32-1.8V543.76H636.2v24H622.73l-.78-10.47h-28v22h29.66Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M685.66%2C543.76q14.92%2C0%2C23.4%2C6.83t8.48%2C18.86A19%2C19%2C0%2C0%2C1%2C714%2C580.93a24.81%2C24.81%2C0%2C0%2C1-10.41%2C7.88q7.76%2C2.29%2C11.16%2C7.61a24.08%2C24.08%2C0%2C0%2C1%2C3.4%2C13.2v4.45a7.59%2C7.59%2C0%2C0%2C0%2C1.14%2C4.48%2C5.09%2C5.09%2C0%2C0%2C0%2C3.79%2C1.89l2.17.3v10.59h-9.08q-8.6%2C0-12.09-4.63t-3.49-12v-5q0-6.37-3.4-10t-9.59-3.82H673.21V619l9.38%2C1.8v10.53H646.32V620.81l9.32-1.8V556.15l-9.32-1.8V543.76h39.34Zm-12.45%2C38.62h12.15q7.34%2C0%2C11-3.13t3.67-9a12.49%2C12.49%2C0%2C0%2C0-3.64-9.41q-3.64-3.52-10.74-3.52H673.21Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3Cpath%20d%3D%22M757.56%2C554.34l-7.16%2C1L764%2C584.12h.36l13.59-28.75-7.1-1V543.76H804v10.59l-7.46%2C1.2-23.82%2C45V619l9.38%2C1.8v10.53H745.83V620.81l9.38-1.8V599.64l-23.4-44.09-7.4-1.2V543.76h33.14Z%22%20transform%3D%22translate%28-15%20-15%29%22%20fill%3D%22%23638e00%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#tcFarmCartWrapper .description,
#tcFarmCartWrapper .details {
    display: none;
}
.payment-failed {
    color: #acacac;
}
.pricing-info {
    display: flex;
    width: 100%;
}
.pricing-info > * {
    flex: 1;
}
.pricing-info > :last-child:not(:first-child) {
    text-align: right;
}
.form-inline-justified {
    display: flex;
    width: 100%;
}
.form-inline-justified > * {
    flex: 1;
}
.form-inline-justified > .btn {
    flex: 0;
}
.btn-group-justified-split {
    width: 100%;
    display: flex;
}
.btn-group-justified-split > .btn {
    flex: 1;
    float: none !important;
}
.btn-group-justified-split > .btn + .dropdown-toggle:not(.dropdown-toggle-text) {
    flex: 0;
}
.btn-group-justified-split > .dropdown-menu {
    width: 100%;
}
.cart.cart-flex {
    border: 1px solid #ddd;
    border-bottom: none;
}
.cart.cart-flex > .cart-items > .product > .product-details,
.cart.cart-flex > .header,
.cart.cart-flex > .summary {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px;
}
.cart.cart-flex > .header {
    display: block;
}
.cart.cart-flex > .header h2 + .alert {
    margin: 8px -8px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.cart.cart-flex > .header h2 + .alert:last-child {
    border-bottom: 0;
    margin-bottom: -8px;
}
.cart.cart-flex > .header .product-pricing {
    align-self: flex-end;
    text-align: right;
}
.cart.cart-flex > .panel-delivery-info {
    box-shadow: none;
    border: 0;
}
.cart.cart-flex > .panel-delivery-info .panel-collapse {
    border-bottom: 1px solid #ddd;
}
.cart.cart-flex .product:last-child {
    margin-bottom: 0;
}
.cart.cart-flex .product .product-image {
    display: none;
    order: 1;
    flex: 1 1 100%;
    max-width: 100%;
}
.cart.cart-flex .product .product-information {
    flex: 1 1 60%;
    max-width: 60%;
    order: 2;
}
.cart.cart-flex .product .product-information .box-number {
    display: none;
}
@media (min-width: 768px) {
    .cart.cart-flex .product .product-information .box-number {
        display: inline;
    }
}
.cart.cart-flex .product .product-quantity {
    flex: 1 1 40%;
    max-width: 40%;
    order: 3;
}
.cart.cart-flex .product .product-pricing {
    flex: 1 1 40%;
    max-width: 40%;
    order: 4;
}
.cart.cart-flex .product .product-details-expanded {
    flex: 1 1 100%;
    max-width: 100%;
    order: 5;
}
.cart.cart-flex .product .product-details-expanded .product-properties {
    display: none;
}
@media (max-width: 991px) {
    .cart.cart-flex .product .product-details-expanded .product-properties {
        display: flex;
        width: 100%;
        align-content: stretch;
    }
    .cart.cart-flex .product .product-details-expanded .product-properties .box-number {
        flex: 1;
        font-style: italic;
    }
    .cart.cart-flex .product .product-details-expanded .product-properties .per-unit-weight {
        flex: 1;
        text-align: right;
    }
}
@media (min-width: 768px) {
    .cart.cart-flex .product .product-details-expanded .box-number {
        visibility: hidden;
    }
}
.cart.cart-flex .product .product-actions {
    flex: 1 1 100%;
    max-width: 100%;
    order: 6;
    margin-top: 8px;
}
.cart.cart-flex .product .product-actions .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
@media (min-width: 768px) {
    .cart.cart-flex .product .product-actions .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}
@media (min-width: 992px) {
    .cart.cart-flex .product .product-actions .btn {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        border-radius: 4px;
    }
}
@media (max-width: 991px) {
    .cart.cart-flex .product.product-item .product-pricing {
        order: 3;
    }
    .cart.cart-flex .product.product-item .product-details-expanded {
        order: 4;
    }
    .cart.cart-flex .product.product-item .product-quantity {
        order: 5;
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .cart.cart-flex .product .product-information {
        flex: 1 1 55%;
        max-width: 55%;
    }
    .cart.cart-flex .product .product-details-expanded {
        order: 6;
    }
    .cart.cart-flex .product .product-quantity {
        flex: 1 1 20%;
        max-width: 20%;
        margin: 0;
    }
    .cart.cart-flex .product .product-pricing {
        flex: 1 1 15%;
        max-width: 15%;
        margin: 0;
    }
    .cart.cart-flex .product .product-actions {
        flex: 1 1 10%;
        max-width: 10%;
        order: 5;
        margin-top: 0;
    }
}
.cart.cart-flex h2 {
    margin: 0;
}
.cart.cart-flex input[type="number"] {
    -moz-appearance: textfield;
}
.cart.cart-flex input[type="number"]::-webkit-inner-spin-button,
.cart.cart-flex input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart {
    margin-bottom: 15px;
}
.cart > .summary .delivery-actions {
    width: 100%;
}
.cart > .summary .order-pricing {
    width: 100%;
}
.cart > .summary .order-pricing .label,
.cart > .summary .order-pricing label {
    color: #333;
}
.cart .cart-items .product:nth-child(2n) {
    background: #f9f9f9;
}
@media (min-width: 992px) {
    .cart .cart-items .product .product-quantity {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .cart-items .product.product-box .product-quantity {
        display: none;
    }
}
@media (max-width: 991px) {
    .cart .cart-items .product .product-pricing {
        padding: 0;
        min-height: auto;
    }
}
.cart .cart-items .product .product-pricing .pricing-info {
    font-weight: 700;
    line-height: 1;
}
.cart .cart-items .product .product-pricing .pricing-info span {
    margin-right: 1em;
}
.cart .cart-items .product .product-pricing .pricing-info span:last-child {
    margin-right: 0;
}
.cart .cart-items .product .product-pricing .pricing-info s,
.cart .cart-items .product .product-pricing .pricing-info strike {
    font-weight: 400;
}
.cart .cart-items .product .product-pricing .pricing-info .small,
.cart.cart-flex .cart-items .product .product-information .product-pricing .pricing-info .box-number,
.cart.cart-flex .cart-items .product .product-pricing .pricing-info .product-information .box-number,
.cart > .summary .cart-items .product .product-pricing .pricing-info .order-pricing .discount-text,
.cart > .summary .order-pricing .cart-items .product .product-pricing .pricing-info .discount-text {
    font-weight: 400;
    font-size: 10px;
}
.cart .cart-items .product .product-actions .btn-move-product > .caret {
    display: none;
}
@media (min-width: 992px) {
    .cart .cart-items .product .product-actions .btn-product-move,
    .cart .cart-items .product .product-actions .btn-product-remove {
        color: #7eb935;
        font-weight: 400;
        border-radius: 0;
    }
    .cart .cart-items .product .product-actions .btn-product-move,
    .cart .cart-items .product .product-actions .btn-product-move.active,
    .cart .cart-items .product .product-actions .btn-product-move:active,
    .cart .cart-items .product .product-actions .btn-product-move[disabled],
    .cart .cart-items .product .product-actions .btn-product-remove,
    .cart .cart-items .product .product-actions .btn-product-remove.active,
    .cart .cart-items .product .product-actions .btn-product-remove:active,
    .cart .cart-items .product .product-actions .btn-product-remove[disabled],
    fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-move,
    fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-remove {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .cart .cart-items .product .product-actions .btn-product-move,
    .cart .cart-items .product .product-actions .btn-product-move:active,
    .cart .cart-items .product .product-actions .btn-product-move:focus,
    .cart .cart-items .product .product-actions .btn-product-move:hover,
    .cart .cart-items .product .product-actions .btn-product-remove,
    .cart .cart-items .product .product-actions .btn-product-remove:active,
    .cart .cart-items .product .product-actions .btn-product-remove:focus,
    .cart .cart-items .product .product-actions .btn-product-remove:hover {
        border-color: transparent;
    }
    .cart .cart-items .product .product-actions .btn-product-move:focus,
    .cart .cart-items .product .product-actions .btn-product-move:hover,
    .cart .cart-items .product .product-actions .btn-product-remove:focus,
    .cart .cart-items .product .product-actions .btn-product-remove:hover {
        color: #567e24;
        text-decoration: underline;
        background-color: transparent;
    }
    .cart .cart-items .product .product-actions .btn-product-move[disabled]:focus,
    .cart .cart-items .product .product-actions .btn-product-move[disabled]:hover,
    .cart .cart-items .product .product-actions .btn-product-remove[disabled]:focus,
    .cart .cart-items .product .product-actions .btn-product-remove[disabled]:hover,
    fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-move:focus,
    fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-move:hover,
    fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-remove:focus,
    fieldset[disabled] .cart .cart-items .product .product-actions .btn-product-remove:hover {
        color: #777;
        text-decoration: none;
    }
}
.cart .cart-items .product .product-details-expanded > :first-child {
    margin-top: 0;
}
.cart .cart-items .product .product-details-expanded ol,
.cart .cart-items .product .product-details-expanded ul {
    padding-left: 1em;
}
.cart .cart-items .product h2 {
    color: inherit;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}
@media (max-width: 767px) {
    .cart .cart-items .product h2 {
        font-size: 1em;
    }
}
.cart .cart-items .product h2 > a {
    color: inherit;
}
.cart .cart-items .product h2 small {
    font-weight: 400;
}
.cart .cart-items .product input[type="number"] {
    -moz-appearance: textfield;
}
.cart .cart-items .product input[type="number"]::-webkit-inner-spin-button,
.cart .cart-items .product input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.row.flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.row.flex > [class*="col-"] {
    float: none;
}
.row.flex > [class*="col-"] > .panel {
    height: 100%;
    align-items: stretch;
}
.row.flex > [class*="col-"] > .panel .panel-body {
    flex: 1 0 auto;
}
body {
    padding-top: 50px;
    position: relative;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, alternate-gothic-condensed-a, "Arial Narrow", sans-serif;
}
table {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img.full-width {
    width: 100%;
}
.no-wrap {
    white-space: nowrap;
}
.navbar {
    font-size: 20px;
    font-family: alternate-gothic-condensed-a, "Arial Narrow", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5);
}
.navbar .navbar-brand {
    font-size: 20px;
}
@media (max-width: 991px) {
    .navbar .btn-cart-link {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .navbar .btn-cart-dropdown {
        display: none;
    }
}
.navbar .portal-toggle-wrap .navbar-toggle {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}
.navbar #tcFarmCartWrapper {
    width: 300px;
}
.navbar .panel {
    border-color: transparent;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    margin: 0;
    box-shadow: none;
    text-transform: none;
}
.navbar .navbar-nav:not(.cart-nav) > li > a i,
.navbar .navbar-nav:not(.cart-nav) > li > a span {
    display: none;
}
.navbar .navbar-nav:not(.cart-nav) .dropdown-menu {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: none;
}
@media (max-width: 767px) {
    .navbar .navbar-nav:not(.cart-nav) {
        font-family: azo-sans-web, Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: normal;
        text-transform: none;
    }
    .navbar .navbar-nav:not(.cart-nav) .dropdown-menu {
        font-size: inherit;
        letter-spacing: inherit;
    }
}
.container .container {
    max-width: 100%;
}
.container-wrap.special {
    text-align: center;
    font-size: 26px;
    line-height: 1.65;
    letter-spacing: 0.015em;
}
.container-wrap.special p {
    margin-bottom: 2em;
}
.card.panel.card-horizontal .card-content-wrap,
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.card.panel.card-horizontal .card-content-wrap [class*="col-"],
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row-sm-gutters {
    margin-left: -7px;
    margin-right: -8px;
}
.row-sm-gutters [class*="col-"] {
    padding-left: 8px;
    padding-right: 7px;
}
header.main-header {
    position: relative;
}
header.main-header h2.logo {
    text-align: center;
    position: relative;
    margin: 0 0 3rem;
    height: 0;
    padding-bottom: 12.8125%;
}
header.main-header h2.logo:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E"),
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 59.063 80.287'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'2'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M0.81,79.699L58.255,0.586 M58.255,79.699L0.81,0.586'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom, center bottom;
    background-size: cover, 55px;
    background-repeat: no-repeat, repeat;
    height: 0;
    padding-bottom: 12.8125%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
header.main-header h2.logo .lw {
    position: relative;
    z-index: 200;
    width: 286px;
    margin: 0 auto;
    max-width: 24vw;
    top: 2rem;
}
header.main-header h2.logo a {
    text-indent: -999em;
    height: 0;
    padding-bottom: 46.8531468531%;
    width: 100%;
    display: inline-block;
    content: "";
    background: transparent url(images/logo.svg) center bottom no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 1;
}
header.main-header h1 {
    color: inherit;
    font-family: alternate-gothic-condensed-a, "Arial Narrow", sans-serif;
    font-size: 6.4vw;
    font-weight: 700;
    text-align: center;
}
header.image-header,
header.rotator-header {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
header.image-header a,
header.image-header h1,
header.image-header h2,
header.image-header h3,
header.image-header h4,
header.image-header h5,
header.image-header h6,
header.rotator-header a,
header.rotator-header h1,
header.rotator-header h2,
header.rotator-header h3,
header.rotator-header h4,
header.rotator-header h5,
header.rotator-header h6 {
    color: #fff;
    margin: 0;
    text-align: center;
}
header.image-header h1,
header.rotator-header h1 {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
header.image-header h3,
header.rotator-header h3 {
    font-size: 1.5em;
}
header.image-header .meta a,
header.rotator-header .meta a {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
header.image-header .meta a:hover,
header.rotator-header .meta a:hover {
    text-decoration: none;
    text-shadow: none;
}
header.image-header > div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
header.rotator-header {
    padding-top: 0;
}
header.rotator-header .rotator {
    margin: 0;
}
header.rotator-header .rotator .rotator-item img {
    width: 100%;
}
header.rotator-header .container {
    margin-top: -6.40625%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}
@media (min-width: 768px) {
    header .portal-nav {
        display: none !important;
    }
}
.content .portal-nav .nav {
    margin: 0 0 0 1em;
}
.content .portal-nav .active-parent:not(.active) {
    border-left-color: #d1eab4 !important;
}
.content .portal-nav .nav-pills > li.active > a,
.content .portal-nav .nav-pills > li.active > a:focus,
.content .portal-nav .nav-pills > li.active > a:hover {
    color: #fff !important;
}
footer.main-footer {
    position: relative;
    color: #fff;
    background: #d1eab4;
    padding: 9.609375% 0 30px;
    margin-top: 30px;
}
footer.main-footer:before {
    background-color: #d1eab4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 12.8125%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    transform: rotate(-180deg);
}
footer.main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer.main-footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main-footer ul.footer_gallery li {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
footer.main-footer ul.footer_gallery li:last-child {
    margin-right: 0;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    white-space: normal;
}
.progress-panel {
    background: #fff;
    z-index: 100;
}
.progress-panel.affix {
    top: 94px;
}
.progress-panel.panel-success .progress-percentage-wrap {
    display: none;
}
.cart > .summary .order-pricing small.discount-text,
small.note {
    display: block;
}
#chart-container {
    min-width: 310px;
    min-height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    top: 50px;
    left: 0;
    right: 0;
}
#chart-container .progress-bar {
    text-shadow: 1px 1px 0 #000, 0 0 3px #000;
    line-height: 30px;
    font-size: 1.2em;
    background-clip: padding-box;
    border-bottom: 10px solid #5bc0de;
}
#chart-container .progress-bar#empty_progress {
    text-indent: -999em;
}
.page-id-2 h1.pagetitle {
    margin-top: 100px;
}
.noembed-embed-inner,
.oembed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 1em 0;
}
.noembed-embed-inner embed,
.noembed-embed-inner iframe,
.noembed-embed-inner object,
.oembed-container embed,
.oembed-container iframe,
.oembed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.templatemo_clientwrapper {
    margin: 0 auto;
    float: none;
    width: 500px;
    max-width: 100%;
}
.templatemo_clientimage {
    float: left;
    margin-left: 10px;
    margin-top: 80px;
}
.templatemo_clientimage:hover {
    visibility: visible;
    opacity: 1;
}
.templatemo_clientimage:hover div.fa {
    color: #69a541;
    font-size: 12px;
}
.templatemo_clientimage:hover .templatemo_clientdes {
    visibility: visible;
    opacity: 1;
}
.templatemo_clientimage img {
    width: 80px;
    height: 80px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}
.templatemo_clientimage img:hover {
    border: 3px solid #69a541;
}
.templatemo_clientimage .templatemo_clientdes {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
}
.templatemo_clientimage div.fa {
    font-size: 12px;
    position: absolute;
}
.templatemo_clientimage div.mleft1 {
    left: 40%;
}
.templatemo_clientimage div.mleft2 {
    left: 43%;
}
.templatemo_clientimage div.mleft3 {
    left: 46%;
}
.templatemo_clientimage div.mleft4 {
    left: 49%;
}
.templatemo_clientimage div.mleft5 {
    left: 52%;
}
.templatemo_about_box {
    background: #fff;
    border-radius: 5px;
    padding: 20px 0;
    text-align: center;
}
.square_coner {
    margin: 0 auto 20px;
    width: 100px;
}
.texts-a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 30px;
    background: #72b842;
    border-radius: 5px;
    font-size: 32px;
    color: #fff;
}
.hover-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 92%;
    height: 100%;
    border-radius: 5px;
    background: #7eb935;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    transform: rotateY(-90deg) scale(0.8);
}
.project-post:hover .hover-box {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0) scale(1);
}
.inner-hover-box p {
    color: #fff;
    padding: 15px 10px;
}
.parallax-window {
    color: #fff;
    padding: 100px 0;
    min-height: 100px;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    position: relative;
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.parallax-window:before {
    background-color: #83bc00;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 1280 164'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'%23fff'%20style%3D''%20d%3D'M0,163.244c179.738,-47.944 401.04,-76.244 640.258,-76.244c238.989,0 460.097,28.246 639.742,76.107l0,1.693l-1280,0l0,-1.556Z'%20%2F%3E%3C%2Fsvg%3E");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 12.8125%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    transform: rotate(-180deg);
    z-index: 1;
}
.parallax-window:after {
    background: transparent
        url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0 0 36 5.8'%20style%3D'background%3Atransparent'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cpath%20fill%3D'transparent'%20stroke-width%3D'1'%20stroke%3D'rgba(255, 255, 255, 0.3)'%20style%3D''%20d%3D'M-36,5.043C-27,5.043-27,0.448-18,0.448c8.997,0,8.997,4.595,17.995,4.595c8.998,0,8.998-4.595,17.995-4.595c8.999,0,8.999,4.595,17.998,4.595c9,0,9-4.595,18-4.595c8.998,0,8.998,4.595,17.997,4.595s8.999-4.595,17.999-4.595c9,0,9,4.595,17.999,4.595c9.001,0,9.001-4.595,18.003-4.595c8.997,0,8.997,4.595,17.997,4.595s9-4.595,18.003-4.595c9.001,0,9.001,4.595,18.002,4.595c9.004,0,9.004-4.595,18.008-4.595c9.003,0,9.003,4.595,18.006,4.595'%20%2F%3E%3C%2Fsvg%3E");
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.parallax-window h4 {
    color: #fff;
    font-size: 32px;
    line-height: 1.58;
    letter-spacing: 0.01em;
    font-weight: 400;
    position: relative;
    z-index: 3;
}
#order-form .cart > .summary .order-pricing p.discount-text,
#order-form p.note,
.cart > .summary .order-pricing #order-form p.discount-text {
    margin: 0 0 20px;
    padding: 5px;
}
#order-form legend {
    margin-bottom: 0;
}
#order-form .meat-detail {
    margin-bottom: 20px;
}
#order-form #deliveryFrequency {
    font-weight: 700;
}
.card_amex,
.card_diners,
.card_discover,
.card_jcb,
.card_mastercard,
.card_visa {
    background-image: url(images/sprite-cards.png);
}
small.has-error,
span.error {
    color: #a94442;
}
.input-group {
    width: 100%;
}
label {
    display: block;
}
label.required {
    color: #8a6d3b;
}
label.required:after {
    color: #777;
    content: " (required)";
    font-weight: 400;
    font-size: 0.9em;
}
.button + .alert {
    margin-top: 20px;
}
.help-block {
    font-style: italic;
}
.form-group + .help-block,
.input-group-range + .help-block {
    margin-top: -5px;
}
#other_traditional_types_well.well {
    padding-top: 5px;
    padding-bottom: 0;
}
.input-group-addon output {
    display: inline-block;
    width: 30px;
}
.input-group-range {
    margin-bottom: 15px;
}
.input-group-range input[type="range"] {
    -webkit-appearance: none;
    margin: 0;
    display: inline-block;
}
.input-group-range input[type="range"]:focus {
    outline: 0;
}
.input-group-range input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
.input-group-range input[type="range"].unlocked::-webkit-slider-runnable-track {
    background: #5bc0de;
}
.input-group-range input[type="range"]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    border: 1px solid #000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
    background-size: contain;
}
.input-group-range input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
.input-group-range input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
.input-group-range input[type="range"]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    border: 1px solid #000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.input-group-range input[type="range"]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
.input-group-range input[type="range"]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}
.input-group-range input[type="range"]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}
.input-group-range input[type="range"]::-ms-thumb {
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    border: 1px solid #000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.input-group-range input[type="range"]:focus::-ms-fill-lower {
    background: #3071a9;
}
.input-group-range input[type="range"]:focus::-ms-fill-upper {
    background: #367ebd;
}
@media (max-width: 991px) {
    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    .page-id-2 h1.pagetitle {
        margin-top: 64px;
    }
    #chart-container {
        top: 60px;
        min-height: 20px;
        line-height: 20px;
    }
    .progress-panel {
        position: fixed;
        top: 70px !important;
        left: 0;
        right: 0;
        width: auto !important;
    }
    .progress-panel .panel-body {
        padding: 5px 15px;
    }
    .progress-panel #recommended_monthly_subscription_wrap {
        margin-bottom: 0;
    }
    .progress-panel #recommended_monthly_subscription_wrap label {
        display: inline;
    }
    .progress-panel #recommended_monthly_subscription_wrap label:after {
        content: ": ";
    }
    .progress-panel #recommended_monthly_subscription_wrap .input-group {
        display: inline;
        width: auto;
        font-style: italic;
    }
    .progress-panel #recommended_monthly_subscription_wrap .input-group .input-group-addon {
        display: inline;
        padding: 0;
        border: none;
        width: auto;
        background: 0 0;
    }
    .progress-panel #recommended_monthly_subscription_wrap .input-group input[type="text"],
    .progress-panel #recommended_monthly_subscription_wrap .input-group output {
        display: inline;
        width: 15%;
        float: none;
        border: none;
        background: 0 0;
        box-shadow: none;
        padding: 0;
    }
    .progress-panel #recommended_monthly_subscription_wrap + div {
        display: none;
    }
}
.slide-container {
    position: relative;
}
.slide {
    height: 40px;
}
.slide .ui-slider-handle {
    height: 50px;
    top: -5px;
    width: 1em;
}
@media (max-width: 991px) {
    .slide .ui-slider-handle {
        width: 2em;
    }
}
.slide .ui-slider-handle:focus {
    outline: 0;
    border: 1px solid #fbcb09;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405;
}
.slide .slide-back {
    position: absolute;
    height: 100%;
    text-align: right;
    color: #fff;
    line-height: 40px;
    text-shadow: 1px 1px 0 #000, 0 0 3px #000;
    overflow: hidden;
    font-size: 0.8em;
    direction: rtl;
    text-indent: 1em;
}
@media (max-width: 991px) {
    .slide .slide-back {
        text-indent: 2em;
    }
}
.slide .slide-back .range-value {
    display: none;
    margin-left: 0.5em;
    text-indent: 0;
    direction: ltr;
}
@media (max-width: 991px) {
    .slide .slide-back .range-value {
        display: none;
    }
}
button i {
    margin-left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar {
        font-size: 15px;
    }
    .navbar > .container {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
    }
    .navbar .navbar-brand {
        padding: 10px 15px;
        height: auto;
    }
    .navbar .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .navbar .navbar-btn {
        margin: 2px 0;
    }
    header.image-header h1,
    header.main-header h1,
    header.rotator-header .rotator h1 {
        font-size: 54px;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding-top: 60px;
    }
    .navbar .cart-link-xs-wrap {
        float: right;
    }
    .navbar .cart-link-xs-wrap .btn-group {
        margin: 0 3px 0 0;
    }
    .navbar .navbar-brand {
        padding: 0 15px;
        height: 60px;
    }
    .navbar .navbar-nav > li {
        padding: 0 15px;
    }
    header.image-header,
    header.main-header,
    header.rotator-header .rotator {
        padding-top: 0;
        margin-bottom: 1em;
    }
    header.image-header .container,
    header.main-header .container,
    header.rotator-header .rotator .container {
        margin-top: 0;
    }
    header.image-header h3,
    header.main-header h3,
    header.rotator-header .rotator h3 {
        font-size: 1.1em;
    }
    header.image-header > div {
        padding: 50px 0;
    }
}
.next-delivery-pickup-info dl dt:not(:first-child) {
    margin-top: 1em;
}
.panel-title > a {
    display: block;
}
.panel-title > a[data-toggle="collapse"][disabled]:focus,
.panel-title > a[data-toggle="collapse"][disabled]:hover {
    text-decoration: none;
    color: inherit !important;
    cursor: default;
    outline: 0;
}
.panel-title > a[data-toggle="collapse"]:before {
    content: "";
    transition: all 0.25s;
    transform: rotate(90deg);
    left: -0.25em;
}
.panel-title > a[data-toggle="collapse"].collapsed:before {
    transform: rotate(0);
}
#driver-highlighted-element-stage {
    background: 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), inset 0 0 6px rgba(255, 255, 255, 0.7);
}
#driver-page-overlay {
    top: 50px !important;
}
.card {
    margin-bottom: 1em;
}
.card.panel .card-header h1,
.card.panel .card-header h2,
.card.panel .card-header h3,
.card.panel .card-header h4,
.card.panel .card-header h5,
.card.panel .card-header h6,
.card.panel .card-header p {
    margin: 0;
}
.card.panel .card-header h1 + h1,
.card.panel .card-header h1 + h2,
.card.panel .card-header h1 + h3,
.card.panel .card-header h1 + h4,
.card.panel .card-header h1 + h5,
.card.panel .card-header h1 + h6,
.card.panel .card-header h1 + p,
.card.panel .card-header h2 + h1,
.card.panel .card-header h2 + h2,
.card.panel .card-header h2 + h3,
.card.panel .card-header h2 + h4,
.card.panel .card-header h2 + h5,
.card.panel .card-header h2 + h6,
.card.panel .card-header h2 + p,
.card.panel .card-header h3 + h1,
.card.panel .card-header h3 + h2,
.card.panel .card-header h3 + h3,
.card.panel .card-header h3 + h4,
.card.panel .card-header h3 + h5,
.card.panel .card-header h3 + h6,
.card.panel .card-header h3 + p,
.card.panel .card-header h4 + h1,
.card.panel .card-header h4 + h2,
.card.panel .card-header h4 + h3,
.card.panel .card-header h4 + h4,
.card.panel .card-header h4 + h5,
.card.panel .card-header h4 + h6,
.card.panel .card-header h4 + p,
.card.panel .card-header h5 + h1,
.card.panel .card-header h5 + h2,
.card.panel .card-header h5 + h3,
.card.panel .card-header h5 + h4,
.card.panel .card-header h5 + h5,
.card.panel .card-header h5 + h6,
.card.panel .card-header h5 + p,
.card.panel .card-header h6 + h1,
.card.panel .card-header h6 + h2,
.card.panel .card-header h6 + h3,
.card.panel .card-header h6 + h4,
.card.panel .card-header h6 + h5,
.card.panel .card-header h6 + h6,
.card.panel .card-header h6 + p,
.card.panel .card-header p + h1,
.card.panel .card-header p + h2,
.card.panel .card-header p + h3,
.card.panel .card-header p + h4,
.card.panel .card-header p + h5,
.card.panel .card-header p + h6,
.card.panel .card-header p + p {
    margin-top: 10px;
}
.card.panel .card-image img {
    width: 100%;
    height: auto;
}
.card.panel.card-vertical {
    display: flex;
    flex-direction: column;
}
.card.panel.card-vertical .card-image {
    order: 1;
}
.card.panel.card-vertical .card-header {
    order: 3;
}
.card.panel.card-vertical .card-body {
    order: 5;
}
.card.panel.card-vertical .card-footer {
    order: 7;
}
.card.panel.card-vertical.image-align-middle .card-image {
    order: 4;
}
.card.panel.card-vertical.image-align-bottom .card-image {
    order: 6;
}
.card.panel.card-vertical.image-align-footer .card-image {
    order: 9;
}
.card.panel.card-horizontal {
    display: flex;
    height: 100%;
    align-items: stretch;
    flex-direction: column;
}
.card.panel.card-horizontal .card-content-wrap {
    flex: 1 0 auto;
}
.card.panel.card-horizontal .card-content-wrap .card-image {
    padding: 0;
}
.card.panel.card-horizontal .card-content-wrap .card-content {
    padding: 0;
}
.card.has-background.card-simple-bottom,
.card.has-background.card-simple-top {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 100%;
    overflow: hidden;
    min-height: 175px;
}
.card.has-background.card-simple-bottom > *,
.card.has-background.card-simple-top > * {
    position: relative;
    z-index: 2;
}
.card.has-background.card-simple-bottom > .overlay,
.card.has-background.card-simple-top > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    filter: blur(15px);
    transition: 0.25s;
}
.card.has-background.card-simple-bottom > .overlay.lazyloaded,
.card.has-background.card-simple-top > .overlay.lazyloaded {
    filter: none;
}
@media screen and (min-width: 992px) {
    .card.has-background.card-simple-bottom,
    .card.has-background.card-simple-top {
        min-height: 300px;
        padding-top: 1em;
        padding-bottom: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.card.has-background.card-simple-bottom > .overlay > a,
.card.has-background.card-simple-top > .overlay > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.card.has-background.card-simple-bottom .card-content,
.card.has-background.card-simple-top .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
}
.card.has-background.card-simple-bottom .card-content h1,
.card.has-background.card-simple-bottom .card-content h2,
.card.has-background.card-simple-bottom .card-content h3,
.card.has-background.card-simple-bottom .card-content h4,
.card.has-background.card-simple-top .card-content h1,
.card.has-background.card-simple-top .card-content h2,
.card.has-background.card-simple-top .card-content h3,
.card.has-background.card-simple-top .card-content h4 {
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card.has-background.card-simple-bottom .card-content h3 + h4,
.card.has-background.card-simple-top .card-content h3 + h4 {
    margin-top: -10px;
    opacity: 0.9;
}
.card.has-background.card-simple-bottom .card-content a,
.card.has-background.card-simple-top .card-content a {
    color: inherit;
}
.card.has-background.card-simple-bottom .card-content a:hover,
.card.has-background.card-simple-top .card-content a:hover {
    color: #7eb935;
}
.card.has-background.card-simple-bottom .card-content .concertDateTime,
.card.has-background.card-simple-top .card-content .concertDateTime {
    color: rgba(255, 255, 255, 0.7);
}
.card.has-background.card-simple-bottom .card-content {
    top: auto;
    bottom: 0;
}

