* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    display: table;
    background: #f9f9f9;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    cursor: default;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 320px;
}

body::-webkit-scrollbar {
    width: 0.75em;
    height: 0.75em;
}

body::-webkit-scrollbar-track {
    background-color: #c5c5c5;
}

body::-webkit-scrollbar-thumb {
    background-color: #585858;
}

noscript {
    display: block;
    position: fixed;
    width: 100%;
    background: #bb0101;
    color: white;
    padding: 20px 0;
    z-index: 9999;
    text-align: center;
}

noscript a {
    color: #bdf910;
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

.longtext {
    display: none;
}

.longtext span.readmore {
    display: inline;
}

.longtext span.readless {
    display: none;
}

.longtext.active span.readmore {
    display: none;
}

.longtext.active span.readless {
    display: inline;
}

#scrollup {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 40px;
    font-size: 3em;
    cursor: pointer;
    color: #FEB800;
    opacity: 0;
    padding: 8px 0;
    background: #5f5f5f;
    border-radius: 8px;
}

body>div {
    display: table-cell;
}

body>div.content {
    max-width: 100px;
}

.center {
    text-align: center;
}

.content {
    color: #404040;
    vertical-align: top;
}

.content a {
    color: #d82323;
    text-decoration: none;
    border-bottom: 1px dotted #d82323;
    cursor: pointer;
}

.content a:hover {
    border-bottom-style: solid;
}

.content h1 {
    font-size: 150%;
    font-weight: 700;
    margin: 15px 0;
    border-bottom: 1px solid #a7a7a7;
}

.content h3 {
    font-size: 120%;
    font-weight: 400;
    margin: 15px 0;
    border-bottom: 1px solid #a7a7a7;
}

.content p,
.content div.p {
    margin: 10px 0;
}

.content p.bigspacing,
.content div.p.bigspacing {
    margin: 25px 0;
}

.content strong {
    font-weight: 700;
}

.content ul {
    list-style-position: inside;
    list-style-type: disclosure-closed;
}

#togglemenutop {
    background-color: #97c21c !important;
}

#togglemenutop>label {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.searchbox {
    padding: 12px;
    background: rgba(151, 194, 28, 0.2);
}

#filters {
    margin: 10px 0;
}

div.filtercontainer {
    display: inline-block;
    position: relative;
    width: 200px;
    margin: 0 10px 10px 0;
    border: 1px solid #a7a7a7;
    vertical-align: top;
}

div.filtercontainer.active {
    border-color: #404040;
    border-bottom-color: #f2f2f2;
    background: #f2f2f2;
}

div.filtercontainer>span {
    display: block;
    position: relative;
    font-weight: 700;
    padding: 5px 10px;
}

div.filtercontainer>span::after {
    content: "\2BC6";
    color: #a7a7a7;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
}

div.filtercontainer.active>span::after {
    content: "\2BC5";
    color: #404040;
}

div.filtercontainer>div {
    display: none;
    position: absolute;
    z-index: 1;
    background: #f2f2f2;
    border-color: #404040;
    border-top-color: #a7a7a7;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

div.filtercontainer.active>div {
    display: block;
    width: 100%;
    left: -1px;
}

div.filtercontainer ul {
    list-style-type: none;
    max-height: 250px;
    overflow-y: auto;
    margin-right: 5px;
}

div.filtercontainer ul::-webkit-scrollbar {
    width: 4px;
}

div.filtercontainer ul::-webkit-scrollbar-track {
    background: #d8d8d8;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

div.filtercontainer ul::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    outline: 1px solid #748392;
}

div.filtercontainer li {
    position: relative;
    padding: 5px 10px;
}

div.filtercontainer li.groupheader {
    font-weight: 700;
}

div.filtercontainer div.button {
    background: #ececec;
    border: 1px solid #a7a7a7;
    padding: 5px 10px;
    margin: 5px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

div.filtercontainer div.button:hover {
    background: #ffe649;
    background: -moz-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: -webkit-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: linear-gradient(to bottom, #ffe649 0%, #ffe100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe649', endColorstr='#ffe100', GradientType=0);
    border: 1px solid #ceb601;
}

#filters div.applied>div {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 5px 20px 5px 10px;
    border: 1px solid #a7a7a7;
    background: #f2f2f2;
    cursor: pointer;
}

#filters div.applied>div:hover {
    background: #ffe649;
    background: -moz-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: -webkit-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: linear-gradient(to bottom, #ffe649 0%, #ffe100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe649', endColorstr='#ffe100', GradientType=0);
    border-color: #ceb601;
}

#filters div.applied>div::after {
    content: "x";
    position: absolute;
    right: 7px;
    top: 8px;
    font-family: arial;
    font-size: 14px;
    color: #a7a7a7;
}

#filters div.applied>div:hover::after {
    color: #404040;
}


/** amzpay widgets **/

#addressBookWidgetDiv {
    margin: 1em 0;
    min-width: 300px;
    width: 100%;
    /* max-width: 900px; */
    min-height: 228px;
    height: 240px;
    max-height: 400px;
}

#walletWidgetDiv {
    margin: 1em 0;
    min-width: 300px;
    width: 100%;
    /* max-width: 900px; */
    min-height: 228px;
    height: 240px;
    max-height: 400px;
}


/** MODAL BOX **/

.modal {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal::-webkit-scrollbar {
    width: 0.75em;
    height: 0.75em;
}

.modal::-webkit-scrollbar-track {
    background-color: #c5c5c5;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #585858;
}

.modal-content {
    margin: 25px auto 25px auto;
    width: 95%;
    max-width: 1200px;
    -webkit-box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.45);
    background: #f9f9f9;
}

.modal-header {
    position: relative;
    display: block;
    background: #97c21c;
    border-bottom: 1px solid #72940d;
    height: 40px;
}

.modal-header a {
    font-size: 24px;
    border: 0;
    color: inherit;
}

.modal-header a:hover {
    color: #ffe100;
}

.modal-content.pinned {
    padding-top: 41px;
}

.modal-content.pinned>.modal-header {
    position: fixed;
    top: 0;
    width: 95%;
    max-width: 1200px;
    z-index: 99;
}

.modal-content div.spacer {
    padding: 0 10px 1px 10px;
}

.modal-header>div.close {
    position: absolute;
    display: block;
    width: 30px;
    height: 19px;
    right: 5px;
    top: 50%;
    margin-top: -2.5px;
    cursor: pointer;
}

.modal-header>div.close>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: #475d09;
    transform: rotate(45deg);
}

.modal-header>div.close:hover>div {
    background: #ffe100;
}

.modal-header>div.close>div:last-child {
    transform: rotate(-45deg);
}


/** EOF MODAL BOX **/

form.inline {
    display: inline;
}

button,
a.button {
    text-decoration: none;
    /* font-family: 'Arial Narrow', 'Arial', sans-serif; */
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    cursor: default !important;
    color: #2c3316;
    background: #ffe649;
    background: -moz-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: -webkit-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: linear-gradient(to bottom, #ffe649 0%, #ffe100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe649', endColorstr='#ffe100', GradientType=0);
    border: 1px solid #ceb601;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    padding: 5px 10px;
}

button:hover,
a.button:hover {
    background: #ffe100;
}

button.grey,
a.button.grey {
    background: #ececec !important;
    color: #666565 !important;
    border-color: #cacaca !important;
}

button.grey:hover,
a.button.grey:hover {
    background: #dadada !important;
}

button:disabled,
a.button.disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
}

button>i {
    margin-left: -5px;
}

input,
select,
textarea {
    padding: 5px;
    border: 1px solid #ceb601;
    background: rgba(31, 105, 181, 0.06);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    outline: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea {
    width: 200px;
}

input:disabled,
select:disabled,
textarea:disabled,
label.fancyradio.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

select>option:disabled {
    color: red;
}

input[type=number].small {
    width: 50px;
    text-align: center;
}

hr {
    border: 0;
    /* height: 1px; */
    border-bottom: 1px dashed #ccc;
    background: #bdbdbd;
}

.querystats {
    color: #989898;
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding-top: 5px;
    font-size: 80%;
}

div.box {
    border: 1px solid #d82323;
    background: #f2f2f2;
    padding: 0 10px;
}

.grey {
    color: #989898;
}

.blue {
    color: #0000ff;
}

.green {
    color: #1ead0d;
}

.orange {
    color: #ff6a00;
}

.red {
    color: #ff0000;
}

.annotation {
    color: #989898;
    font-weight: normal !important;
    font-size: 85%;
}

.error {
    color: #bf2c2c;
    background: #f3cccc;
    padding: 5px 10px;
    border: 1px solid #bf2c2c;
}

.success {
    padding: 5px 10px;
    border: 1px solid #87af14;
    background: #e8f9b7;
}

.divider {
    color: #a0a0a0;
    padding: 0 5px;
}

.note {
    padding: 5px 10px;
    border: 1px solid #f0ac00;
    background: #FFECBB;
}

.fancycheckbox,
.fancyradio {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #a7a7a7;
    margin-right: 5px;
}

.fancycheckbox input,
.fancyradio input {
    display: none;
}

.fancycheckbox .checkmark,
.fancyradio .checkmark {
    display: none;
    position: absolute;
    z-index: 10;
    font-size: 22px;
    font-weight: 700;
    top: -15px;
    left: 0;
}

.fancycheckbox .checkmark::before,
.fancyradio .checkmark::before {
    content: "\2713";
}

.fancycheckbox input:checked+.checkmark,
.fancyradio input:checked+.checkmark {
    display: block;
}

.fancycheckbox .colorbox,
.fancyradio .colorbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.fancycheckbox input:checked~.colorbox {
    opacity: 0.15;
}

.fancycheckbox .colorbox>div {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #80a517;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #475d09;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #f5ee14;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #d82323;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.switch .slider.round {
    border-radius: 20px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.toggle {
    position: relative;
    display: block;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.toggle input {
    display: none;
}

.toggle span {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 5px 0;
    cursor: pointer;
}

.toggle span:first-child {
    font-weight: 700;
}

.toggle span:last-child {
    font-weight: 400;
}

.toggle input:checked+.slider>span:first-child {
    font-weight: 400;
}

.toggle input:checked+.slider>span:last-child {
    font-weight: 700;
}

.toggle .slider {
    position: relative;
    background: #ecebe2;
}

.toggle .slider::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: -webkit-linear-gradient(top, #ffe649 0%, #ffe100 100%);
    background: linear-gradient(to bottom, #ffe649 0%, #ffe100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe649', endColorstr='#ffe100', GradientType=0);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.toggle input:checked+.slider::before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.toggle input:disabled+.slider>span:first-child {
    width: 100%;
}

.toggle input:disabled+.slider::before {
    width: 100%;
}

.toggle input:disabled+.slider>span:last-child {
    display: none;
}

div.burgermenu {
    position: absolute;
    display: block;
    width: 30px;
    height: 19px;
    left: 15px;
    top: 50%;
    margin-top: -9.5px;
}

div.burgermenu>div {
    position: absolute;
    top: 8px;
    width: 100%;
    height: 3px;
    background: #475d09;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

div.burgermenu>div:first-child {
    top: 0;
}

div.burgermenu>div:last-child {
    top: 16px;
}

div.burgermenu.active>div {
    display: none;
    top: 8px;
}

div.burgermenu.active>div:first-child,
div.burgermenu.active>div:last-child {
    display: block;
    transform: rotate(45deg);
    background: #668805;
}

div.burgermenu.active>div:last-child {
    transform: rotate(-225deg);
}

div.table {
    display: table;
    font-size: 15px;
    width: 100%;
    margin: 10px 0;
}

div.table.row {
    display: table-row;
}

div.table.row:nth-child(even) {
    background-color: #f2f2f2;
}

div.table.cell {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #cacaca;
}

div.table.cart a {
    /* white-space: nowrap; */
}

div.table.cart img {
    max-width: 100px;
    max-height: 100px;
}

div.table.cart div.table.cell>img:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #cacaca;
    font-size: 15px;
}

th,
td {
    border: none;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    white-space: nowrap;
}

td.middle {
    vertical-align: middle;
}

th {
    background: #e3e4e4;
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
}

th.vmiddle,
td.vmiddle {
    vertical-align: middle;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

td>span.details {
    display: none;
}

tr.selected>td>span.details {
    display: inline-block;
}

table.twocol {
    font-size: inherit;
}

table.twocol th,
table.twocol td {
    white-space: normal;
}

table.twocol td:nth-child(odd) {
    text-align: right;
    font-weight: bold;
}

table.cart {
    text-align: left;
}

table.cart>thead th,
table.cart>tbody td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

table.cart>tfoot td {
    padding: 5px 10px;
}

table.cart img {
    max-width: 100px;
    max-height: 100px;
}

table.cart td>img:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
}

div.motifItem {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #353232;
}

div.motifItem img {
    width: 100%;
    height: 100%;
}

div.motifItem div.newlisting {
    display: none;
    top: 7px;
    left: -36px;
    position: absolute;
    overflow: hidden;
    background: #ffe100;
    transform: rotate(-45deg);
    padding: 5px 35px;
    color: #e42737;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
}

div.motifItem img.motif {
    position: absolute;
    left: 0;
    top: 0;
}

div.motifItem div.title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(31, 28, 28, 0.9);
    color: #f9f9f9;
}

div.motifItem div.title>span {
    padding: 5px;
    display: block;
}

div.motifItem div.title>span strong {
    white-space: nowrap;
    text-overflow: clip;
}

div.motifItem img.protect {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

div#motifDetails {
    display: table;
}

div#motifDetails>div {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}

div#motifDetails>div:first-child {
    width: 386px;
    min-width: 386px;
}

div#motifDetails>div:first-child>div.stickit {
    position: fixed;
    top: 0;
    width: 386px;
    min-width: 386px;
}

.modal #motifDetails>div:first-child>div.stickit {
    position: fixed;
    top: 41px;
    width: 386px;
    min-width: 386px;
}

div#motifDetails>div:last-child {
    width: 100%;
    padding-bottom: 10px;
}

div#motifDetails .controls {
    display: block;
    margin: 20px 0;
}

div#motifDetails .controls>a {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #aaa;
    border: none;
}

div#motifDetails .controls>a:hover {
    color: #ffe100;
    background-color: #f1f1f1;
}

div#motifDetails .controls i {
    font-size: 3em;
    position: relative;
    display: inline-block;
}

div#motifDetails .controls .icon-thumbs-up-selected,
div#motifDetails .controls .icon-thumbs-down-selected {
    color: #ffe100;
}

div#motifDetails #triggerPrevMotif,
div#motifDetails #triggerNextMotif {
    opacity: 0.1;
}

div#motifDetails .container {
    position: relative;
    display: inline-block;
}

div#motifDetails .container>div {
    position: relative;
    display: inline-block;
}

div#motifDetails .container>.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

div#motifDetails .container>.base img,
div#motifDetails .container>.overlay img {
    width: 386px;
    height: 386px;
}

div#motifDetails .container>.base img,
div#motifDetails .container>.overlay>div {
    display: none;
}

div#motifDetails .container>.overlay div.hidenote {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    background: #fff;
}

div#motifDetails .container>.base>img.motif {
    display: inline;
}

div#motifDetails .pictograms>strong {
    display: block;
}

div#motifDetails .pictograms span {
    display: inline-block;
    padding: 5px;
    text-align: center;
    /*min-width:65px;*/
    cursor: pointer;
}

div#motifDetails .pictograms span.selected {
    background-color: #ffe100 !important;
}

div#motifDetails .pictograms span:hover {
    background-color: rgba(254, 184, 0, .3);
}

div#motifDetails .pictograms img {
    max-height: 50px;
}

div#motifDetails .colorbox {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 5px 5px 0;
    width: 38px;
    height: 38px;
    border: 1px solid #a7a7a7;
    cursor: pointer;
}

div#motifDetails .colorbox:hover,
div#motifDetails .colorbox.selected {
    opacity: 1 !important;
    border: 4px solid #ffe100 !important;
    width: 26px !important;
    height: 26px !important;
    padding: 3px !important;
}

div#motifDetails .colorbox.selected {
    border-radius: 0 25px 0 0;
    border: 2px solid #ffe100 !important;
    width: 30px !important;
    height: 30px !important;
}

div#motifDetails .colorboxLarge {
    display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    font-size: 90px;
    line-height: 100px;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    text-align: center;
}

div#motifDetails .sizebox {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    min-width: 13px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2c3316;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div#motifDetails .sizebox:hover {
    border-color: #ffe100;
    background: none;
}

div#motifDetails .sizebox.selected {
    background-color: #ffe100 !important;
    border-color: #bfa901 !important;
}

.dynamicloader>a.button {
    text-align: center;
    display: block;
    padding: 10px;
}

div.boxprocess {
    border: 1px solid #c4c4c4;
    margin: 5px 0;
}

div.boxprocess>div {
    padding: 0 15px;
}

div.steppassed {
    border: 1px solid #f0ac00;
}

div.boxprocess header {
    padding: 5px;
    background: #ebebeb;
    color: #aaa;
}

div.steppassed header {
    cursor: pointer;
    color: #544C37;
    background: #ffe100;
    background: -moz-linear-gradient(top, rgba(252, 196, 55, 1) 0%, rgba(254, 184, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 196, 55, 1)), color-stop(100%, rgba(254, 184, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 196, 55, 1) 0%, rgba(254, 184, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 196, 55, 1) 0%, rgba(254, 184, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 196, 55, 1) 0%, rgba(254, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 196, 55, 1) 0%, rgba(254, 184, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcc437', endColorstr='#ffe100', GradientType=0);
}

a.boxprocess {
    color: #544C37;
}

a.boxprocess:hover {
    text-decoration: none;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    position: relative;
    margin: 1em 0;
    padding-right: 15px;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 23px;
    background: #e5e5e5;
    color: #2c3316;
}

.breadcrumb li:first-child {
    padding-left: 10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.breadcrumb.closed li:last-child {
    padding-right: 9px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.breadcrumb li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 25px solid transparent;
    border-left: 15px solid #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -15px;
    z-index: 2;
}

.breadcrumb li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -16px;
    z-index: 1;
}

.breadcrumb.closed li:last-child::after,
.breadcrumb.closed li:last-child::before {
    display: none;
}

.breadcrumb li.active {
    background: #ffe100;
    color: #3A3A36;
    cursor: pointer;
}

.breadcrumb li.active:after {
    border-left-color: #ffe100;
}

#bannertiles {
    width: 100%;
    height: 164px;
    background: #97c21c;
    border-bottom: 1px solid #72940d;
    overflow: hidden;
    white-space: nowrap;
}

#bannertiles>div {
    display: inline;
    height: auto;
}

#bannertiles img {
    height: 100%;
}

#bannertiles::-webkit-scrollbar {
    height: 0.2em;
}

#bannertiles::-webkit-scrollbar-track {
    background-color: #c5c5c5;
}

#bannertiles::-webkit-scrollbar-thumb {
    background-color: #585858;
}

@media screen and (max-width: 799px) {
    div.spacer {
        padding: 0 15px;
    }
    div.spacer.thin {
        padding: 0 10px;
    }
    br.desktop {
        display: none;
    }
    .fullWidth {
        display: block;
        margin: 15px 0;
        text-align: center;
    }
    button.fullWidth,
    input.fullWidth,
    select.fullWidth,
    textarea.fullWidth {
        width: 100%;
    }
    #scrollup {
        bottom: 80px;
        right: 10px;
    }
    body>div {
        display: block;
    }
    body>div.content {
        max-width: 100%;
    }
    .error,
    .success,
    .note {
        display: block;
        margin: 10px 0;
    }
    #content {
        margin-bottom: 70px;
    }
    #content.menutop {
        margin-top: 57px;
        margin-bottom: auto;
    }
    #bannertiles {
        display: none;
    }
    #navi {
        display: none;
    }
    #mobilenavi {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        z-index: 999;
        overflow: auto;
        background-color: #97c21c;
        justify-content: center;
        align-items: flex-end;
    }
    #mobilenavi.menutop {
        bottom: auto;
        top: 0;
    }
    #mobilenavi.scrollable,
    #mobilenavi.open {
        height: 100%;
    }
    #mobilenavi>ul {
        position: relative;
        display: block;
        list-style-type: none;
        margin-bottom: 57px;
    }
    #mobilenavi.menutop>ul {
        margin-bottom: auto;
        margin-top: 57px;
    }
    #mobilenavi.scrollable>ul {
        position: relative;
    }
    #mobilenavi>ul>li,
    #mobilenavi>ul>a>li {
        position: relative;
        display: none;
        border-top: 1px solid #a3d418;
        border-bottom: 1px solid #72940d;
        padding: 10px;
        color: #48502d;
        font-weight: 700;
    }
    #mobilenavi li.trigger {
        z-index: 1000;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        display: block;
        font-family: 'Gloria Hallelujah', cursive;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        background-color: #97c21c !important;
    }
    #mobilenavi.menutop li.trigger {
        bottom: auto;
        top: 0;
    }
    #mobilenavi li.trigger>a {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -13px;
        font-size: 26px;
    }
    #mobilenavi li.trigger>span.z {
        font-size: 18px;
        color: #d82323;
    }
    #mobilenavi li.trigger>span.sub {
        font-family: 'Oswald', sans-serif;
        font-weight: 300 !important;
        font-size: 15px;
        color: #668805;
    }
    #mobilenavi>ul>li.active,
    #mobilenavi>ul>a>li.active {
        background-color: #35352a;
        color: #97b73b;
        border-top-color: #72940d;
    }
    #mobilenavi>ul>li>a.parent {
        display: none;
    }
    #mobilenavi>ul>li.active>a.parent {
        display: inline;
        margin-left: 20px;
    }
    #mobilenavi>ul>li>ul {
        display: none;
    }
    #mobilenavi>ul>li.active>ul {
        display: block;
        position: relative;
        list-style-type: none;
        margin-left: 10px;
        margin-top: 5px;
    }
    #mobilenavi>ul>li>ul>li,
    #mobilenavi>ul>li>ul>a>li {
        padding: 5px 0;
        opacity: 0.5;
    }
    #mobilenavi>ul>li>ul>li.active,
    #mobilenavi>ul>li>ul>a>li.active,
    #mobilenavi>ul>li>ul>li:hover,
    #mobilenavi>ul>li>ul>a>li:hover {
        opacity: 1;
    }
    #mobilenavi a {
        text-decoration: none !important;
        color: inherit !important;
    }
    .modal-content {
        margin: 10px auto 80px auto;
    }
    div#motifcontainer {
        text-align: center;
    }
    div.motifItem {
        width: 150px;
        height: 150px;
    }
    div#motifDetails {
        display: block;
        position: relative;
    }
    div#motifDetails>div,
    div#motifDetails>div:last-child {
        display: block;
        position: relative;
        width: auto;
        /* margin: 0 auto; */
    }
    div#motifDetails>div:first-child {
        width: unset;
        min-width: unset;
    }
    div#motifDetails>div:first-child>div {
        display: block;
    }
    div#motifDetails>div:first-child>div.stickit {
        position: relative;
        top: auto;
    }
    .modal #motifDetails>div:first-child>div.stickit {
        position: relative;
        top: auto;
    }
    div#motifDetails .container>.base img,
    div#motifDetails .container>.overlay img {
        width: 100%;
        height: auto;
    }
    .breadcrumb {
        padding: 0;
    }
    .breadcrumb li {
        display: block;
        padding: 5px;
        margin-bottom: 1px;
        text-align: center;
    }
    .breadcrumb li:first-child {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .breadcrumb.closed li:last-child {
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 0;
    }
    .breadcrumb li:after,
    .breadcrumb li:before {
        content: none;
    }
}

@media screen and (min-width: 800px) {
    div.spacer {
        padding: 0 30px;
    }
    div.spacer.thin {
        padding: 0 10px;
    }
    #mobilenavi {
        display: none;
    }
    #content {
        margin-top: 0;
        margin-bottom: 0;
    }
    #navi {
        width: 200px;
        color: #48502d;
        background-color: #97c21c;
        border-right: 1px solid #72940d;
        vertical-align: top;
    }
    #navi i {
        margin-left: -5px;
    }
    #navi h1 {
        position: relative;
        font-family: 'Gloria Hallelujah', cursive;
        font-weight: 400;
        font-size: 25px;
        line-height: 75px;
        padding-bottom: 20px;
        border-bottom: 1px solid #72940d;
        text-align: center;
        color: #48502d;
        /* margin: -15px 0 0 0 !important; */
        text-shadow: 1px 1px 0 #5e7902;
    }
    #navi h1>span.z {
        font-size: 50px;
        color: #d82323;
    }
    #navi h1>span.sub {
        font-family: 'Oswald', sans-serif;
        font-weight: 300 !important;
        font-size: 15px;
        line-height: 15px;
        display: block;
        color: #658214;
        letter-spacing: 2px;
        text-shadow: none;
        position: absolute;
        bottom: 25px;
        right: 42px;
    }
    #navi>ul {
        position: relative;
        list-style-type: none;
        width: 200px;
    }
    #navi>ul.pin {
        position: fixed;
        width: 200px;
        /* top: 0; */
    }
    #navi>ul>li,
    #navi>ul>a>li {
        position: relative;
        display: block;
        border-top: 1px solid #a3d418;
        border-bottom: 1px solid #72940d;
        padding: 8px 5px 8px 10px;
        font-weight: 700;
    }
    #navi>ul>li>a {
        display: block;
    }
    #navi>ul>li.active,
    #navi>ul>a>li.active,
    #navi>ul>li:hover,
    #navi>ul>a>li:hover {
        background-color: #35352a;
        color: #97b73b;
        border-top: 1px solid #35352a;
        /* border-bottom: 1px solid #35352a; */
    }
    #navi>ul>li.active::after,
    #navi>ul>a>li.active::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #35352a;
    }
    #navi>ul>li.button,
    #navi>ul>li.button:hover {
        color: #48502d;
        background: #97c21c;
        border-top: 1px solid #a3d418;
        text-align: center;
        padding: 12px;
    }
    #navi>ul>li.button>a {
        display: block;
        position: relative;
    }
    #navi>ul>li.button>a i {
        /* margin-left: auto; */
    }
    #navi>ul>li.button>a>div.counter {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: -1px;
        width: 25px;
        height: 100%;
        font-size: 14px;
        color: #2c3316;
        background: #ffe649;
        background: -moz-linear-gradient(top, #ffe649 0%, #ffe100 100%);
        background: -webkit-linear-gradient(top, #ffe649 0%, #ffe100 100%);
        background: linear-gradient(to bottom, #ffe649 0%, #ffe100 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe649', endColorstr='#ffe100', GradientType=0);
        border: 1px solid #ceb601;
        -webkit-border-radius: 4px 100% 100% 4px;
        -moz-border-radius: 4px 100% 100% 4px;
        border-radius: 4px 100% 100% 4px;
        box-shadow: 0 0 0 1px #97c21c;
    }
    #navi>ul>li>ul {
        display: none;
    }
    #navi>ul>li.active>ul {
        display: block;
        position: relative;
        list-style-type: none;
        margin-left: 10px;
        margin-top: 5px;
    }
    #navi>ul>li>ul>li,
    #navi>ul>li>ul>a>li {
        padding: 5px 0;
        opacity: 0.5;
    }
    #navi>ul>li>ul>li.active,
    #navi>ul>li>ul>a>li.active,
    #navi>ul>li>ul>li:hover,
    #navi>ul>li>ul>a>li:hover {
        opacity: 1;
    }
    #navi a {
        text-decoration: none;
        color: inherit;
    }
}

#loaderbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
}

#loaderbar>div {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -50px;
    text-align: center;
}

#loaderbar>div>span {
    display: block;
    margin-top: 15px;
    padding: 10px;
    font-size: 1.3em;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
}

#fadingBarsG {
    width: 150px;
    height: 20px;
}

.fadingBarsG {
    position: absolute;
    top: 0;
    background-color: #ffe100;
    width: 20px;
    height: 20px;
    -moz-animation-name: bounce_fadingBarsG;
    -moz-animation-duration: 0.9s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -webkit-animation-name: bounce_fadingBarsG;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -ms-animation-name: bounce_fadingBarsG;
    -ms-animation-duration: 0.9s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -o-animation-name: bounce_fadingBarsG;
    -o-animation-duration: 0.9s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    animation-name: bounce_fadingBarsG;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
}

#fadingBarsG_1 {
    left: 0;
    -moz-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

#fadingBarsG_2 {
    left: 18px;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

#fadingBarsG_3 {
    left: 36px;
    -moz-animation-delay: 0.54s;
    -webkit-animation-delay: 0.54s;
    -ms-animation-delay: 0.54s;
    -o-animation-delay: 0.54s;
    animation-delay: 0.54s;
}

#fadingBarsG_4 {
    left: 54px;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#fadingBarsG_5 {
    left: 72px;
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

#fadingBarsG_6 {
    left: 90px;
    -moz-animation-delay: 0.81s;
    -webkit-animation-delay: 0.81s;
    -ms-animation-delay: 0.81s;
    -o-animation-delay: 0.81s;
    animation-delay: 0.81s;
}

#fadingBarsG_7 {
    left: 108px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#fadingBarsG_8 {
    left: 126px;
    -moz-animation-delay: 0.99s;
    -webkit-animation-delay: 0.99s;
    -ms-animation-delay: 0.99s;
    -o-animation-delay: 0.99s;
    animation-delay: 0.99s;
}

@-moz-keyframes bounce_fadingBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: #ffe100;
    }
    100% {
        -moz-transform: scale(.3);
        background-color: #F9F9F9;
    }
}

@-webkit-keyframes bounce_fadingBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: #ffe100;
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: #F9F9F9;
    }
}

@-ms-keyframes bounce_fadingBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: #ffe100;
    }
    100% {
        -ms-transform: scale(.3);
        background-color: #F9F9F9;
    }
}

@-o-keyframes bounce_fadingBarsG {
    0% {
        -o-transform: scale(1);
        background-color: #ffe100;
    }
    100% {
        -o-transform: scale(.3);
        background-color: #F9F9F9;
    }
}

@keyframes bounce_fadingBarsG {
    0% {
        transform: scale(1);
        background-color: #ffe100;
    }
    100% {
        transform: scale(.3);
        background-color: #F9F9F9;
    }
}

@-webkit-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    from {
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}