* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body,
input,
select,
textarea {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #393939
}

body {
    background: #f8f8f8 url(../images/background.jpg?v=201877191958) repeat 0 0;
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    position: relative
}

.searchbox__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    line-height: 22px;
    line-height: 2.2rem
}

.searchbox__title,
h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem;
    margin-top: 60px;
    margin-bottom: 30px;
    font-family: Roboto, serif;
    font-weight: 300;
    text-align: center
}

@media only screen and (min-width:1200px) {
    .searchbox__title,
    h1 {
        font-size: 65px;
        font-size: 6.5rem;
        line-height: 80px;
        line-height: 8rem
    }
}

h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 700
}

@media only screen and (min-width:1200px) {
    h2 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 50px;
        line-height: 5rem
    }
}

h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700
}

h4 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 30px;
    margin-bottom: 15px
}

h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 30px;
    margin-bottom: 15px
}

a:not([class]) {
    color: #b5d334;
    text-decoration: underline;
    font-weight: 400
}

a:not(.btn):hover {
    color: #839921
}

a:not(.btn)[target="_blank"]:after {
    content: " \29C9"
}

.footer__partners a:not(.btn)[target="_blank"]:after,
.social-bar__link a:not(.btn)[target="_blank"]:after {
    display: none
}

ul {
    list-style: none;
    padding: 0
}

ul:not([class]) {
    margin: 30px 0
}

.content ul:not([class]) li {
    position: relative;
    padding-left: 15px
}

.content ul:not([class]) li:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #393939;
    position: absolute;
    left: 0;
    top: 12px
}

.content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px
}

.content table th {
    text-align: left
}

.content table td,
.content table th {
    border: 1px solid #eee;
    padding: 4px 10px
}

blockquote {
    background-color: #eee;
    padding: 30px 30px;
    margin: 0;
    border: 0;
    border-left: 5px solid #cdcdcd
}

img.wide-img {
    width: 100%;
    height: auto
}

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

.make-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.white-bg {
    background-color: #fff
}

.content {
    padding: 10px 0 90px 0;
    font-weight: 300;
    line-height: 28px;
    line-height: 2.8rem
}

@media only screen and (min-width:768px) {
    .container {
        padding-left: 60px;
        padding-right: 60px
    }
    img.wide-img {
        width: calc(100% + 120px);
        height: auto;
        margin: 0 -60px
    }
}

@media only screen and (min-width:992px) {
    .content__box {
        width: 80%;
        margin: auto
    }
}

@media only screen and (min-width:1200px) {
    .content__box {
        width: 55%
    }
}

.textmutator--center {
    text-align: center
}


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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.chocolat-zoomable.chocolat-zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.chocolat-open {
    overflow: hidden
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    display: none;
    opacity: .8
}

.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 16;
    color: #fff
}

.chocolat-zoomable .chocolat-img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(../images/chocolat/loader.gif?v=201877191958);
    display: none
}

.chocolat-content {
    position: fixed;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left
}

.chocolat-content .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.chocolat-wrapper .chocolat-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../images/chocolat/left.png?v=201877191958) 50% 50% no-repeat;
    z-index: 17;
    display: none
}

.chocolat-wrapper .chocolat-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../images/chocolat/right.png?v=201877191958) 50% 50% no-repeat;
    z-index: 17;
    display: none
}

.chocolat-wrapper .chocolat-right.active {
    display: block
}

.chocolat-wrapper .chocolat-left.active {
    display: block
}

.chocolat-wrapper .chocolat-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px
}

.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/chocolat/close.png?v=201877191958) 50% 50% no-repeat
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, .2);
    text-align: right;
    margin-top: 10px
}

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(../images/chocolat/fullscreen.png?v=201877191958) 50% 50% no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right
}

.chocolat-wrapper .chocolat-description {
    display: inline-block;
    float: left
}

body.chocolat-open>.chocolat-overlay {
    z-index: 15
}

body.chocolat-open>.chocolat-loader {
    z-index: 15
}

body.chocolat-open>.chocolat-content {
    z-index: 17
}

.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay,
.chocolat-in-container .chocolat-wrapper {
    position: absolute
}

.chocolat-in-container {
    position: relative
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.form__group {
    margin-bottom: 15px;
    position: relative
}

.form__group label {
    display: block;
    font-size: 18px;
    font-size: 1.8rem
}

.form__group-item {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eee;
    line-height: 1;
    color: #b5d334
}

.form__group-item:focus {
    background-color: #fff;
    outline: 0;
    border-color: #74cdef
}

.form__group-item--checkbox {
    border: 1px solid #f8951f
}

.form__group--quantity label {
    display: inline-block;
    vertical-align: middle!important
}

.form__group--quantity .form__group-item--quantity {
    width: 100px;
    text-align: center
}

.form__group-item--textarea {
    height: 120px;
    resize: vertical;
    padding-top: 15px;
    padding-bottom: 15px
}

.form__group-checkbox {
    position: relative;
    padding-left: 25px
}

.form__group-checkbox .form__group-item--checkbox {
    position: absolute;
    left: 0;
    top: 6px
}

.form__group-justfloat {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.message {
    padding: 7.5px 15px;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem
}

.message--positive {
    background-color: rgba(59, 95, 18, .1);
    color: #3b5f12;
    border:1px #3b5f12 solid;
}

.message--negative {
    background-color: rgba(198, 60, 51, .1);
    color: #c63c33;
    border:1px #c63c33 solid;
}

.message--info {
    background-color: rgba(116, 205, 239, .1);
    color: #74cdef;
    border:1px #74cdef solid;
}

.message p {
    margin: 0
}

.message i {
    position: absolute;
    top: 15px;
    left: 15px
}

.message__title {
    font-weight: 600
}

span.btn--close {
    background: #74cdef;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 27px;
    line-height: 2.7rem;
    text-align: center;
    color: #fff;
    cursor: pointer
}

span.btn--close:hover {
    background: #46bdea
}

input.error {
    border-color: #c63c33!important;
    background-color: rgba(198, 60, 51, .05)
}

label.error {
    background-color: #c63c33;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    .form {
        text-align: center
    }
    .btn--close {
        display: none
    }
    .form {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .form__group {
        margin-bottom: 30px
    }
    .form__group label {
        vertical-align: top
    }
    .form__group-item {
        width: 100%
    }
    .form__group-justfloat {
        width: 100%
    }
    label.error {
        width: 100%
    }
}

.btn {
    display: inline-block;
    min-width: 125px;
    margin-top: 30px;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: Roboto, serif;
    border-radius: 4px;
    font-weight: 700
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

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

.btn--primary:hover {
    background-color: #94ae26;
    color: #fff
}

.btn--secondary {
    background-color: #74cdef;
    color: #fff
}

.btn--secondary:hover {
    background-color: #46bdea;
    color: #fff
}

.btn--hollow {
    background-color: transparent;
    color: #b5d334;
    border: 1px solid #b5d334
}

.btn--hollow:hover {
    background-color: transparent;
    border-color: #dd7b07;
    color: #dd7b07
}

.btn--witharrow {
    padding-right: 40px
}

.btn--witharrow:after,
.btn--witharrow:before {
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #b5d334;
    position: absolute;
    right: 20px
}

.btn--witharrow:before {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translateY(23%);
    -ms-transform: rotate(-45deg) translateY(23%);
    transform: rotate(-45deg) translateY(23%)
}

.btn--witharrow:after {
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-23%);
    -ms-transform: rotate(45deg) translateY(-23%);
    transform: rotate(45deg) translateY(-23%)
}

.btn--witharrow.btn--primary:after,
.btn--witharrow.btn--primary:before {
    background-color: #fff
}

.btn-quantity {
    width: 30px;
    height: 60px;
    padding: 0;
    border: 0;
    vertical-align: top;
    opacity: .3;
    font-size: 30px;
    font-size: 3rem;
    color: #000
}

.btn-quantity:hover {
    opacity: .5
}

button.btn,
input.btn {
    border: 0;
    cursor: pointer
}

button.btn.btn--hollow {
    border: 1px solid #fff
}

.footer {
    background-color: #959595;
    min-height: 200px;
    color: #fff;
    overflow: hidden;
    padding: 30px 0 15px
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.copy {
    text-align: center;
    font-size: 1.4rem;
    opacity: .65
}

@media only screen and (min-width:992px) {
    .footer .container {
        position: relative
    }
    .copy {
        text-align: left
    }
}

.header {
    padding-top: 60px
}

@media only screen and (min-width:992px) {
    .header {
        padding-top: 0
    }
    .header .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.gallery__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.gallery__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
    width: calc(50% - 15px);
    margin: 0 7.5px 15px 7.5px;
    overflow: hidden
}
@media only screen and (min-width:992px) {
    .gallery__item {
        width: calc(25% - 15px);
    }
}

.gallery__item img {
    width: 100%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}



.logo:not(.logo--footer) {
    height: 65px;
    padding: 20px 0
}

.logo:not(.logo--footer) a {
    text-decoration: none
}

.logo__text {
    width: 148px;
    height: 24px
}

.logo__owl {
    width: 26px;
    height: 24px
}

.logo--footer {
    text-align: center
}

.logo--footer .st0,
.logo--footer .st2,
.logo--footer svg {
    width: 152px;
    height: 25px;
    fill: #fff
}

@media only screen and (min-width:768px) {
    .logo:not(.logo--footer) {
        height: auto;
        padding: 60px 0 20px 0
    }
}

@media only screen and (min-width:992px) {
    .logo:not(.logo--footer) {
        padding: 90px 0 60px 0
    }
    .logo__text {
        width: 330px;
        height: 54px
    }
    .logo__owl {
        width: 58px;
        height: 54px
    }
    .logo--footer {
        text-align: left
    }
}

.nav-control-checkbox {
    display: none
}

.nav-button {
    background-color: #b5d334;
    color: #fff;
    width: 50px;
    height: 60px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    cursor: pointer
}

.nav:not(.nav--footer) {
    display: block;
    background-color: #fff;
    padding: 65px 10px 0 10px;
    width: 100vw;
    color: #393939;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 5;
    transition: -webkit-transform .4s cubic-bezier(.55, .055, .675, .19);
    transition: transform .4s cubic-bezier(.55, .055, .675, .19);
    transition: transform .4s cubic-bezier(.55, .055, .675, .19), -webkit-transform .4s cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: perspective(300) rotateY(-90deg);
    transform: perspective(300) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    overflow-y: scroll
}

.nav:not(.nav--footer) a {
    color: #393939;
    text-decoration: none
}

.nav:not(.nav--footer) a:hover {
    text-decoration: none
}

.nav:not(.nav--footer) a:focus {
    text-decoration: none
}

.nav:not(.nav--footer) ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav:not(.nav--footer) li:not(.submenu__item) {
    display: block;
    color: #fff;
    margin-bottom: 7.5px
}

.nav:not(.nav--footer) li:not(.submenu__item):nth-child(1) {
    background-color: #b5d334;
}
.colorgreen {background-color: #b5d334!important;}

.nav:not(.nav--footer) li:not(.submenu__item):nth-child(2) {
    background-color: #74cdef;
}
.colorblue {background-color: #74cdef!important;}

.nav:not(.nav--footer) li:not(.submenu__item):nth-child(3) {
    background-color: #f8951f;
}
.colororange {background-color: #f8951f!important;}

.nav:not(.nav--footer) li:not(.submenu__item):nth-child(4) {
    background-color: #f5db00;
}
.coloryellow {background-color: #f5db00!important;}

.nav:not(.nav--footer) li:not(.submenu__item):nth-child(5) {
    background-color: #d5177d;
}
.colorpurple {background-color: #d5177d!important;}

.nav:not(.nav--footer) li:not(.submenu__item):nth-child(6) {
    background-color: #93ae27;
}

.nav:not(.nav--footer) .nav__link {
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-weight: 700
}

.nav:not(.nav--footer) ul ul {
    display: none;
    background-color: #fff
}

.nav:not(.nav--footer) li li {
    text-transform: none;
    color: #393939
}

.nav:not(.nav--footer) .nav__submenu {
    padding-top: 15px;
    padding-bottom: 15px
}

.nav:not(.nav--footer) .submenu__link {
    display: block;
    padding: 7.5px 10px;
    color: #393939
}

.nav:not(.nav--footer) .has-submenu {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yNSIgaGVpZ2h0PSI5LjUzMSIgdmlld0JveD0iMCAwIDE3LjI1IDkuNTMxIj4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9IkZvcm1hXzFfY29weSIgZGF0YS1uYW1lPSJGb3JtYSAxIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1OS44MTYsMjMxLjcyOGwtNy40MDYtNy4yMTZhMS4xNTQsMS4xNTQsMCwwLDEsMC0xLjY2MiwxLjIyOSwxLjIyOSwwLDAsMSwxLjcwNiwwbDYuNTUyLDYuMzg2LDYuNTUzLTYuMzg2YTEuMjMxLDEuMjMxLDAsMCwxLDEuNzA2LDAsMS4xNTQsMS4xNTQsMCwwLDEsMCwxLjY2MmwtNy40MDYsNy4yMTZBMS4yMjYsMS4yMjYsMCwwLDEsNDU5LjgxNiwyMzEuNzI4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1Mi4wNjIgLTIyMi41MzEpIi8+PC9zdmc+);
    background-position: 10px 20px;
    background-repeat: no-repeat
}

.nav:not(.nav--footer) .has-submenu.active {
    background-color: #94ae26
}

.nav-control-checkbox:checked~.nav {
    transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: perspective(300) rotateY(0);
    transform: perspective(300) rotateY(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.nav-control-checkbox:checked~.nav-button {
    background-color: #fff;
    box-shadow: none;
    color: #393939
}

.nav-control-checkbox:checked~.nav-button .icon {
    fill: #393939
}

.nav-control-checkbox:checked~.nav-button .icon path {
    fill: #393939
}

.nav-control-checkbox:checked~.nav-button .icon-menu {
    display: none
}

.nav-control-checkbox:checked~.nav-button .icon-close {
    display: inline-block
}

.nav-button .icon-menu {
    display: inline-block
}

.nav-button .icon-close {
    display: none
}

.nav-button .icon {
    width: 30px;
    height: 30px;
    fill: #fff
}

.nav-button .icon path {
    fill: #fff
}

.nav-button__inner {
    padding-top: 6px;
    line-height: 1.5rem
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes flipInX {
    from {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2);
        transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2)
    }
    50% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
        animation-timing-function: cubic-bezier(.455, .03, .515, .955);
        -webkit-transform: perspective(400px) rotateX(-20deg) scale3d(1, 1, 1);
        transform: perspective(400px) rotateX(-20deg) scale3d(1, 1, 1)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0) scale3d(1, 1, 1);
        transform: perspective(400px) rotateX(0) scale3d(1, 1, 1)
    }
}

@keyframes flipInX {
    from {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2);
        transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2)
    }
    50% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
        animation-timing-function: cubic-bezier(.455, .03, .515, .955);
        -webkit-transform: perspective(400px) rotateX(-20deg) scale3d(1, 1, 1);
        transform: perspective(400px) rotateX(-20deg) scale3d(1, 1, 1)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0) scale3d(1, 1, 1);
        transform: perspective(400px) rotateX(0) scale3d(1, 1, 1)
    }
}

.nav--footer {
    display: none
}

@media only screen and (min-width:768px) {
    .nav:not(.nav--footer) {
        width: 40vw;
        left: auto;
        right: 0
    }
}

@media only screen and (min-width:992px) {
    .nav:not(.nav--footer) {
        background-color: transparent;
        width: auto;
        padding: 0;
        margin-bottom: 30px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        overflow-y: visible;
        position: relative;
        z-index: 1
    }
    .nav:not(.nav--footer) ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -7.5px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .nav:not(.nav--footer) .nav__item {
        width: calc((100% / 6) - 15px);
        margin: 0 7.5px;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 1.2rem
    }
    .nav:not(.nav--footer) .nav__item .nav__submenu {
        left: 7.5px
    }
    .nav:not(.nav--footer) .nav__item:nth-child(1) .nav__submenu {
        background-color: #f2f7dc
    }
    .nav:not(.nav--footer) .nav__item:nth-child(2) .nav__submenu {
        background-color: #e6f6fc
    }
    .nav:not(.nav--footer) .nav__item:nth-child(3) .nav__submenu {
        background-color: #fef3e5
    }
    .nav:not(.nav--footer) .nav__item:nth-child(4) .nav__submenu {
        background-color: #fdeef6
    }
    .nav:not(.nav--footer) .nav__item:nth-child(5) .nav__submenu {
        background-color: #fffbd6
    }
    .nav:not(.nav--footer) .nav__item:nth-child(6) .nav__submenu {
        background-color: #f2f7dd
    }
    .nav:not(.nav--footer) .nav__link {
        padding: 13px 7.5px
    }
    .nav:not(.nav--footer) .has-submenu {
        position: relative
    }
    .nav:not(.nav--footer) .has-submenu>a {
        padding-left: 15px
    }
    .nav:not(.nav--footer) .nav__submenu {
        width: 100%;
        padding: 15px;
        position: absolute;
        top: 100%;
        text-align: center
    }
    .nav:not(.nav--footer) .submenu__item {
        display: block;
        font-size: 1.4rem
    }
    .nav:not(.nav--footer) .submenu__link:hover {
        color: #b5d334
    }
    .nav-button {
        display: none
    }
    .nav--footer {
        display: block;
        position: absolute;
        top: 0;
        right: 60px;
        font-size: 16px;
        font-size: 1.6rem
    }
    .nav--footer ul {
        list-style: none;
        padding: 0;
        margin: 0
    }
    .nav--footer .nav__item {
        display: inline-block
    }
    .nav--footer .nav__item+.nav__item {
        margin-left: 15px
    }
    .nav--footer .nav__link:hover {
        text-decoration: underline
    }
}

@media only screen and (min-width:1200px) {
    .nav--footer .nav__item+.nav__item {
        margin-left: 30px
    }
    .nav:not(.nav--footer) .nav__item {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media only screen and (min-width:1340px) {
    .nav:not(.nav--footer) {
        font-size: 19px;
        font-size: 1.9rem
    }
}

.no-js__box {
    position: relative;
    background: #e68982;
    padding: 15px
}

.no-js__box p {
    text-align: center;
    margin: 0;
    color: #fff
}

.hp-boxes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    position: relative
}

.hp-box {
    background-color: transparent;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 200px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300
}

@media only screen and (min-width:576px) {
    .hp-box {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        min-height: 200px
    }
}

@media only screen and (min-width:768px) {
    .hp-box {
        -webkit-flex: 1 0 33.33333333%;
        -ms-flex: 1 0 33.33333333%;
        flex: 1 0 33.33333333%
    }
}

@media only screen and (min-width:992px) {
    .hp-box {
        min-height: auto;
        height: 340px
    }
}

.hp-box h3 {
    margin: 0;
    font-weight: 700
}

.hp-box .btn {
    margin-top: 0
}

.hp-box--primary,
.hp-box--quaternary,
.hp-box--secondary,
.hp-box--tertiary {
    color: #fff
}

.hp-box--primary {
    background-color: #b5d334
}

.hp-box--secondary {
    background-color: #74cdef
}

.hp-box--tertiary {
    background-color: #f8951f
}

.hp-box--quaternary {
    background-color: #d5177d
}

.hp-box__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.people {
    position: absolute;
    display: none;
    pointer-events: none;
    overflow: hidden
}

@media only screen and (min-width:1200px) {
    .people {
        display: block;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

.people img {
    display: block
}

.people--boy {
    width: 299px;
    height: 268px;
    left: 18%;
    top: 112px
}

@media only screen and (min-width:1500px) {
    .people--boy {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: 23%;
        top: 72px
    }
}

.people--girl {
    width: 295px;
    height: 287px;
    right: 20%;
    bottom: -43px
}

@media only screen and (min-width:1500px) {
    .people--girl {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        right: 22%;
        bottom: 0
    }
}

.multibox {
    background-color: #b5d334;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.head-icons {
    margin-top: 15px
}

.head-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: .65
}

.head-icons svg {
    fill: #fff
}

.head-icon__search {
    margin-left: 15px
}

.head-icon__search svg {
    width: 30px;
    height: 30px
}

.head-icon__login {
    margin-left: 15px
}

.head-icon__login svg {
    width: 21px;
    height: 30px
}

.head-icon__facebook {
    display: none!important;
    margin-left: 5px
}

.head-icon__facebook svg {
    width: 13px;
    height: 30px
}

.languages {
    display: none
}

@media only screen and (min-width:992px) {
    .multibox {
        background-color: transparent;
        min-width: 300px;
        height: auto;
        padding-top: 90px;
        position: static;
        text-align: right
    }
    .head-icons {
        display: inline-block;
        margin-top: 20px;
        vertical-align: middle
    }
    .head-icons a {
        display: inline-block;
        width: 16px;
        height: 16px;
        opacity: 1
    }
    .head-icons a:hover svg {
        fill: #2d4048
    }
    .head-icons a svg {
        fill: #393939
    }
    .head-icon__search {
        margin-left: 35px
    }
    .head-icon__search svg {
        width: 16px;
        height: 16px
    }
    .head-icon__login {
        margin-left: 35px
    }
    .head-icon__login svg {
        width: 11px;
        height: 16px
    }
    .head-icon__facebook {
        display: inline-block!important;
        margin-left: 33px
    }
    .head-icon__facebook svg {
        width: 8px;
        height: 16px
    }
    .languages {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 20px 0 0 30px;
        vertical-align: middle;
        color: #c8c8c8;
        font-size: 16px;
        font-size: 1.6rem
    }
    .languages li {
        display: inline-block
    }
    .languages li a {
        text-decoration: none!important;
        color: #000
    }
    .languages li.active a {
        color: #c8c8c8
    }
}

.photodisplay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.photodisplay__big-photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    margin-bottom: 15px;
    overflow: hidden
}

.photodisplay__big-photo img {
    display: block;
    width: 100%;
    height: auto
}

.photodisplay__small-boxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.photodisplay__box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% - 15px);
    padding-bottom: 40%;
    margin: 0 7.5px 15px 7.5px;
    overflow: hidden;
    position: relative
}

.photodisplay__box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.photodisplay__box:nth-child(1) {
    background-color: #f5db00;
}

.photodisplay__box:nth-child(2) {
    background-color: #74cdef
}

.photodisplay__box:nth-child(3) {
    background-color: #d5177d
}

.photodisplay__box:nth-child(4) {
    background-color: #b5d334
}

.photodisplay__text {
    text-align: center
}

@media only screen and (min-width:992px) {
    .photodisplay {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -7.5px;
        margin-right: -7.5px
    }
    .photodisplay__big-photo {
        width: calc(((100% / 4) * 2) - 15px);
        margin: 0 7.5px 15px 7.5px;
        position: relative;
        overflow: hidden
    }
    .photodisplay__big-photo img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .photodisplay__small-boxes {
        width: calc(((100% / 4) * 2) - 15px);
        margin: 0 7.5px 0 7.5px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .photodisplay__box {
        width: calc(50% - (15px / 2));
        padding-bottom: 40%;
        margin: 0 0 15px 0
    }
    .photodisplay--with-text {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
    .photodisplay--with-text .photodisplay__big-photo {
        width: calc(((100% / 5) * 2) - 15px);
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-bottom: 25%
    }
    .photodisplay--with-text .photodisplay__big-photo img {
        width: auto;
        height: 100%
    }
    .photodisplay--with-text .photodisplay__small-boxes {
        width: calc((100% / 5) - 15px);
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .photodisplay--with-text .photodisplay__box {
        width: 100%
    }
    .photodisplay--with-text .photodisplay__box img {
        width: auto;
        height: 100%
    }
    .photodisplay--with-text .photodisplay__text {
        width: calc(((100% / 5) * 2) - 15px);
        padding: 0 4%;
        margin: 0 7.5px 0 7.5px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .photodisplay--with-text .photodisplay__text p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media only screen and (min-width:1200px) {
    .photodisplay--with-text .photodisplay__big-photo img {
        width: 100%;
        height: auto
    }
    .photodisplay--with-text .photodisplay__box img {
        width: 100%;
        height: auto
    }
}

.search {
    position: relative;
    text-align: right
}

.searchbox-deactivator {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #b5d334!important
}

.searchbox {
    background-color: #fff;
    display: block;
    width: 100vw;
    padding: 30px;
    color: #393939;
    position: absolute;
    top: 0;
    z-index: 11;
    box-shadow: 0 5px 45px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    transition: -webkit-transform .4s cubic-bezier(.55, .055, .675, .19);
    transition: transform .4s cubic-bezier(.55, .055, .675, .19);
    transition: transform .4s cubic-bezier(.55, .055, .675, .19), -webkit-transform .4s cubic-bezier(.55, .055, .675, .19)
}

.searchbox.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1)
}

.searchbox__title {
    display: block;
    text-align: center
}

.searchbox__field:focus {
    outline: 0;
    border-color: #b5d334
}

.searchbox__button {
    display: block;
    min-width: 150px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:768px) {
    .searchbox {
        width: 60vw;
        left: 20vw
    }
    .searchbox .searchbox__title {
        margin-top: 30px
    }
}

@media only screen and (min-width:992px) {
    .searchbox {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        left: 0;
        box-shadow: none;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: box-shadow .4s cubic-bezier(.55, .055, .675, .19)
    }
    .searchbox.active {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        box-shadow: 0 5px 45px rgba(0, 0, 0, .15);
        transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1)
    }
    .searchbox form {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .searchbox .searchbox__title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        line-height: 2.8rem;
        margin: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .searchbox label {
        -webkit-flex: 2 0 auto;
        -ms-flex: 2 0 auto;
        flex: 2 0 auto;
        margin: 0 15px
    }
    button.searchbox__button {
        margin: 0;
        border: 1px solid #b5d334
    }
    body {
        transition: -webkit-transform .4s cubic-bezier(.55, .055, .675, .19);
        transition: transform .4s cubic-bezier(.55, .055, .675, .19);
        transition: transform .4s cubic-bezier(.55, .055, .675, .19), -webkit-transform .4s cubic-bezier(.55, .055, .675, .19)
    }
    body.search-active {
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px);
        transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1);
        transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1)
    }
    .searchbox-deactivator {
        right: 20px
    }
}

@media only screen and (min-width:1200px) {
    .searchbox__button {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 40px;
        line-height: 4rem
    }
}

.somemenu,
.somemenu-wide-menu {
    font-size: 1.8rem
}

.somemenu-wide-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -7.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.somemenu-wide-menu li {
    background-color: #b5d334;
    width: calc(50% - 15px);
    padding-bottom: 30%;
    margin: 0 7.5px 15px 7.5px;
    text-align: center;
    position: relative;
    transition: background-color .3s ease-out
}

.somemenu-wide-menu li:hover {
    transition: background-color .3s ease-in
}

.somemenu-wide-menu li:nth-child(1) {
    background-color: #f5db00;
}

.somemenu-wide-menu li:nth-child(1):hover {
    background-color: #cfb900
}

.somemenu-wide-menu li:nth-child(2) {
    background-color: #d5177d
}

.somemenu-wide-menu li:nth-child(2):hover {
    background-color: #b01367
}

.somemenu-wide-menu li:nth-child(3) {
    background-color: #b5d334
}

.somemenu-wide-menu li:nth-child(3):hover {
    background-color: #9cb728
}

.somemenu-wide-menu li:nth-child(4) {
    background-color: #74cdef
}

.somemenu-wide-menu li:nth-child(4):hover {
    background-color: #4fc0eb
}

.somemenu-wide-menu li:nth-child(5) {
    background-color: #f8951f
}

.somemenu-wide-menu li:nth-child(5):hover {
    background-color: #f87121
}

.somemenu-wide-menu li:nth-child(6) {
    background-color: #f8951f
}

.somemenu-wide-menu li:nth-child(6):hover {
    background-color: #f87121
}

.somemenu-wide-menu li:nth-child(7) {
    background-color: #74cdef
}

.somemenu-wide-menu li:nth-child(7):hover {
    background-color: #4fc0eb
}

.somemenu-wide-menu li:nth-child(8) {
    background-color: #b5d334
}

.somemenu-wide-menu li:nth-child(8):hover {
    background-color: #9cb728
}

.somemenu-wide-menu li:nth-child(9) {
    background-color: #d5177d
}

.somemenu-wide-menu li:nth-child(9):hover {
    background-color: #b01367
}

.somemenu-wide-menu li:nth-child(10) {
    background-color: #f5db00;
}

.somemenu-wide-menu li:nth-child(10):hover {
    background-color: #cfb900
}



.somemenu-wide-menu a {
    width: 100%;
    padding: 50% 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none
}

.somemenu-wide-menu a:hover {
    color: #fff;
    text-decoration: none
}

.somemenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.somemenu__vertical {
    margin-bottom: 15px
}

.somemenu__vertical li {
    background-color: #b5d334;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: background-color .3s ease-in;

}
.somemenu__vertical li.doplnek {
    visibility: hidden;
}



.somemenu__vertical li+li {
    margin-top: 15px
}

.somemenu__vertical li:hover {
    background-color: #9cb728;
    transition: background-color .3s ease-out
}

.somemenu__vertical a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.somemenu__vertical a:hover {
    color: #fff
}

.somemenu__horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -7.5px
}

.somemenu__horizontal li {
    background-color: #b5d334;
    width: calc(50% - 15px);
    padding-bottom: 30%;
    margin: 0 7.5px 15px 7.5px;
    text-align: center;
    position: relative;
    transition: background-color .3s ease-out
}

.somemenu__horizontal li:hover {
    transition: background-color .3s ease-in
}

.somemenu__horizontal li:nth-child(1) {
    background-color: #f5db00;
}

.somemenu__horizontal li:nth-child(1):hover {
    background-color: #cfb900
}

.somemenu__horizontal li:nth-child(2) {
    background-color: #d5177d
}

.somemenu__horizontal li:nth-child(2):hover {
    background-color: #b01367
}

.somemenu__horizontal li:nth-child(3) {
    background-color: #b5d334
}

.somemenu__horizontal li:nth-child(3):hover {
    background-color: #9cb728
}

.somemenu__horizontal li:nth-child(4) {
    background-color: #74cdef
}

.somemenu__horizontal li:nth-child(4):hover {
    background-color: #4fc0eb
}
/*---*/
.somemenu__horizontal li:nth-child(5) {
    background-color: #74cdef
}

.somemenu__horizontal li:nth-child(5):hover {
    background-color: #4fc0eb
}

.somemenu__horizontal li:nth-child(6) {
    background-color: #b5d334
}

.somemenu__horizontal li:nth-child(6):hover {
    background-color: #9cb728
}

.somemenu__horizontal li:nth-child(7) {
    background-color: #d5177d
}

.somemenu__horizontal li:nth-child(7):hover {
    background-color: #b01367
}

.somemenu__horizontal li:nth-child(8) {
    background-color: #f5db00
}

.somemenu__horizontal li:nth-child(8):hover {
    background-color: #cfb900
}

.somemenu__horizontal a {
    width: 100%;
    padding: 50% 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none
}

.somemenu__horizontal a:hover {
    color: #fff
}

@media only screen and (min-width:768px) {
    .somemenu-wide-menu li {
        width: calc((100% / 5) - 15px);
        padding-bottom: 18%
    }
    .somemenu__horizontal li {
        width: calc((100% / 4) - 15px);
        padding-bottom: 22%
    }
}

@media only screen and (min-width:992px) {
    .somemenu {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -7.5px
    }
    .somemenu__vertical {
        width: calc((100% / 5) - 15px);
        margin: 0 7.5px 15px 7.5px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .somemenu__vertical li {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .somemenu__horizontal {
        width: calc(((100% / 5) * 4));
        margin: 0
    }
}

@media only screen and (min-width:1200px) {
    .somemenu,
    .somemenu-wide-menu {
        font-size: 2.6rem
    }
}


/*# sourceMappingURL=style.min.css.map */

.breadcrumb {margin-bottom: 20px;}
.usercontent {margin-bottom: 20px;}
