body {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: Lato, sans-serif;
    color: #4b4b4b
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a img {
    border: none
}

.cf {
    *zoom: 1
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.siteContent {
    display: block
}

.wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1170px
}

@media (max-width:1170px) {
    .wrapper {
        padding-left: 1em;
        padding-right: 1em
    }
}

.button {
    display: inline-block;
    padding: .5em;
    line-height: 1.5em;
    color: #fff;
    background-color: #7c7c7b;
    border-radius: 2em;
    text-transform: uppercase;
    text-align: center;
    min-width: 145px;
    box-sizing: border-box
}

.button.small {
    min-width: 133px;
    padding: .4em;
    line-height: 1.3em;
    border-radius: 1.7em
}

.button.tiny {
    min-width: 91px;
    font-size: .75em
}

.button.blue {
    background-color: #20a7e0
}

.button.green {
    background-color: #00bf86
}

.button.violet {
    background-color: #cd3c84
}

.button.orange {
    background-color: #ff8d2d
}

.button:hover {
    background-color: #959595
}

.button:hover.blue {
    background-color: #4db9e6
}

.button:hover.green {
    background-color: #00f2aa
}

.button:hover.violet {
    background-color: #d7659e
}

.button:hover.orange {
    background-color: #ffa960
}

.siteContent>section>.wrapper,
.siteContent>.wrapper>section>.wrapper {
    padding-top: 5em;
    padding-bottom: 5em
}

.siteContent>section header,
.siteContent>.wrapper>section header {
    padding: 1em 0;
    text-align: center
}

.siteContent>section header h1,
.siteContent>.wrapper>section header h1 {
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2
}

.siteContent>section header h2,
.siteContent>.wrapper>section header h2 {
    font-size: 2.8125em;
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width:425px) {
    .siteContent>section header h2,
    .siteContent>.wrapper>section header h2 {
        font-size: 1.5625em
    }
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products .product {
    margin: 1em;
    width: calc(100% - 2em);
    text-align: center;
    text-decoration: none;
	vertical-align: middle;	
}

.products .product>.desc,
.products .product .producer,
.products .product .name,
.products .product .package {
    display: block;
    width: 100%
}

.products .product .name,
.products .product .package {
    font-size: 1.25em;
    margin: 0 0 .5em 0;
    font-weight: 400
}

.products .product .name+.package {
    margin-top: -0.5em
}

.products .product .frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    overflow: hidden
}

.products .product .frame .photo {
    vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.products .product .frame .desc {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products .product .frame .desc .producer {
    font-family: Lato, sans-serif;
    color: #20a7e0;
    font-size: 1.375em;
    margin: .5em 0 0;
    font-weight: 300
}

.products .product .frame .desc .button {
    margin-top: 3em
}


.products .product:hover .desc {
    opacity: 1;
    pointer-events: auto
}

.products .product.b .desc {
    background-color: #fff
}

@media (min-width:425px) {
    .products .product {
        width: calc(50% - 2em)
    }
}

@media (min-width:768px) {
    .products .product {
        width: calc(25% - 2em)
    }
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    padding: 2em;
    min-width: 320px;
    min-height: 320px;
    background: center no-repeat;
    background-size: cover
}

.box>* {
    position: relative;
    z-index: 2
}

.box:before,
.box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.box:before {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.box:after {
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
    border: 1px solid
}

.box .name {
    font-size: 1.25em;
    text-transform: uppercase;
    margin: .75em 0 1em
}

.box .button {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.box.green {
    color: #00bf86
}

.box.green .button {
    background-color: #00bf86
}

.box.orange {
    color: #ff8d2d
}

.box.orange .button {
    background-color: #ff8d2d
}

.box.blue {
    color: #20a7e0
}

.box.blue .button {
    background-color: #20a7e0
}

.box:hover {
    text-decoration: none
}

.box:hover:before {
    background-color: rgba(255, 255, 255, 0.9)
}

.box:hover.green .button {
    background-color: #00d998
}

.box:hover.orange .button {
    background-color: #ff9b47
}

.box:hover.blue .button {
    background-color: #36b0e3
}

.siteHeader {
    background-color: #fff
}

.siteHeader .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.siteHeader #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 15px 0;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle
}

.siteHeader #nav-toggle span,
.siteHeader #nav-toggle span:before,
.siteHeader #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #4b4b4b;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    left: 0
}

.siteHeader #nav-toggle span:before {
    top: -10px
}

.siteHeader #nav-toggle span:after {
    top: 10px
}

.siteHeader.nav-active #nav-toggle span {
    background-color: transparent
}

.siteHeader.nav-active #nav-toggle span:before,
.siteHeader.nav-active #nav-toggle span:after {
    top: 0
}

.siteHeader.nav-active #nav-toggle span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.siteHeader.nav-active #nav-toggle span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.siteHeader #nav-toggle {
    display: none
}

.siteHeader .logo {
    display: inline-block;
    margin-right: 2em
}

.siteHeader .logo img {
    vertical-align: middle
}

.siteHeader .menu {
    margin-left: auto;
    font-weight: 700;
    font-size: .875em
}

.siteHeader .menu a {
    display: inline-block;
    padding: 0 .8em;
    text-transform: uppercase;
    line-height: 1.8
}

.siteHeader .menu a:last-child {
    margin-right: 0;
    padding-right: 0
}

.siteHeader .extra {
    position: absolute;
    top: 5px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75em;
    border-left: 1px solid #e2e2e1;
    color: #7c7c7b
}

.siteHeader .extra .lang,
.siteHeader .extra .social {
    border-right: 1px solid #e2e2e1;
    margin: 0;
    padding: 0 1.6em
}

.siteHeader .extra .lang a {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 .5em
}

.siteHeader .extra .lang a.active {
    color: #20a7e0
}

.siteHeader .extra .lang a:last-child {
    padding-right: 0
}

.siteHeader.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6)
}

.siteHeader.fixed .wrapper {
    padding-top: 1em
}

.siteHeader.fixed .logo img {
    max-height: 30px
}

.siteHeader.fixed .extra {
    display: none
}

@media (max-width:1170px) {
    .siteHeader .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .siteHeader #nav-toggle {
        display: inline-block;
        margin-left: auto
    }
    .siteHeader .menu {
        position: absolute;
        background-color: #fff;
        top: 100%;
        right: 0;
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transition: all .5s;
        transition: all .5s;
        pointer-events: none;
        z-index: 101
    }
    .siteHeader .menu a {
        display: block;
        text-align: center;
        padding: .7em 0
    }
    .siteHeader .menu a:nth-child(2n+1) {
        background-color: #e6e6e6
    }
    .siteHeader.nav-active .menu {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        pointer-events: auto;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6)
    }
}

@media (max-width:768px) {
    .siteHeader .wrapper {
        padding-top: 2em
    }
    .siteHeader .logo {
        margin-right: 1em
    }
    .siteHeader .logo img {
        max-height: 30px
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.slider {
    overflow: hidden;
    width: 100%;
    position: relative
}

.slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    z-index: 4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-animation: three-quarters-loader 1250ms infinite linear;
    animation: three-quarters-loader 1250ms infinite linear;
    border: .5em solid;
    border-right-color: transparent;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 2em;
    height: 2em;
    pointer-events: none
}

.slider .slides {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slider .slides .slide {
    white-space: normal;
    font-size: 12pt;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    pointer-events: none;
    vertical-align: middle;
    z-index: 1;
    background: center top no-repeat;
    background-size: cover
}

.slider .slides .slide .src {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none
}

.slider .slides .slide.active {
    pointer-events: auto;
    z-index: 2
}

.slider.fading .slides .slide {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0
}

.slider.fading .slides .slide.active {
    opacity: 1
}

.slider.fading .slides .slide:nth-child(1) {
    left: 0
}

.slider.fading .slides .slide:nth-child(2) {
    left: -100%
}

.slider.fading .slides .slide:nth-child(3) {
    left: -200%
}

.slider.fading .slides .slide:nth-child(4) {
    left: -300%
}

.slider.fading .slides .slide:nth-child(5) {
    left: -400%
}

.slider.fading .slides .slide:nth-child(6) {
    left: -500%
}

.slider.fading .slides .slide:nth-child(7) {
    left: -600%
}

.slider.fading .slides .slide:nth-child(8) {
    left: -700%
}

.slider.fading .slides .slide:nth-child(9) {
    left: -800%
}

.slider.fading .slides .slide:nth-child(10) {
    left: -900%
}

.slider.fading .slides .slide:nth-child(11) {
    left: -1000%
}

.slider.fading .slides .slide:nth-child(12) {
    left: -1100%
}

.slider.fading .slides .slide:nth-child(13) {
    left: -1200%
}

.slider.fading .slides .slide:nth-child(14) {
    left: -1300%
}

.slider.fading .slides .slide:nth-child(15) {
    left: -1400%
}

.slider.fading .slides .slide:nth-child(16) {
    left: -1500%
}

.slider.fading .slides .slide:nth-child(17) {
    left: -1600%
}

.slider.fading .slides .slide:nth-child(18) {
    left: -1700%
}

.slider.fading .slides .slide:nth-child(19) {
    left: -1800%
}

.slider.fading .slides .slide:nth-child(20) {
    left: -1900%
}

.slider.fading .slides .slide:nth-child(21) {
    left: -2000%
}

.slider.fading .slides .slide:nth-child(22) {
    left: -2100%
}

.slider.fading .slides .slide:nth-child(23) {
    left: -2200%
}

.slider.fading .slides .slide:nth-child(24) {
    left: -2300%
}

.slider.fading .slides .slide:nth-child(25) {
    left: -2400%
}

.slider.fading .slides .slide:nth-child(26) {
    left: -2500%
}

.slider.fading .slides .slide:nth-child(27) {
    left: -2600%
}

.slider.fading .slides .slide:nth-child(28) {
    left: -2700%
}

.slider.fading .slides .slide:nth-child(29) {
    left: -2800%
}

.slider.fading .slides .slide:nth-child(30) {
    left: -2900%
}

.slider.fading .slides .slide:nth-child(31) {
    left: -3000%
}

.slider.fading .slides .slide:nth-child(32) {
    left: -3100%
}

.slider.fading .slides .slide:nth-child(33) {
    left: -3200%
}

.slider.fading .slides .slide:nth-child(34) {
    left: -3300%
}

.slider.fading .slides .slide:nth-child(35) {
    left: -3400%
}

.slider.fading .slides .slide:nth-child(36) {
    left: -3500%
}

.slider.fading .slides .slide:nth-child(37) {
    left: -3600%
}

.slider.fading .slides .slide:nth-child(38) {
    left: -3700%
}

.slider.fading .slides .slide:nth-child(39) {
    left: -3800%
}

.slider.fading .slides .slide:nth-child(40) {
    left: -3900%
}

.slider.sliding .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider.sliding .slides .slide {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.slider.sliding.slide-1-active .slides .slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.slider.sliding.slide-2-active .slides .slide {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.slider.sliding.slide-3-active .slides .slide {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0)
}

.slider.sliding.slide-4-active .slides .slide {
    -webkit-transform: translate(-300%, 0);
    transform: translate(-300%, 0)
}

.slider.sliding.slide-5-active .slides .slide {
    -webkit-transform: translate(-400%, 0);
    transform: translate(-400%, 0)
}

.slider.sliding.slide-6-active .slides .slide {
    -webkit-transform: translate(-500%, 0);
    transform: translate(-500%, 0)
}

.slider.sliding.slide-7-active .slides .slide {
    -webkit-transform: translate(-600%, 0);
    transform: translate(-600%, 0)
}

.slider.sliding.slide-8-active .slides .slide {
    -webkit-transform: translate(-700%, 0);
    transform: translate(-700%, 0)
}

.slider.sliding.slide-9-active .slides .slide {
    -webkit-transform: translate(-800%, 0);
    transform: translate(-800%, 0)
}

.slider.sliding.slide-10-active .slides .slide {
    -webkit-transform: translate(-900%, 0);
    transform: translate(-900%, 0)
}

.slider.sliding.slide-11-active .slides .slide {
    -webkit-transform: translate(-1000%, 0);
    transform: translate(-1000%, 0)
}

.slider.sliding.slide-12-active .slides .slide {
    -webkit-transform: translate(-1100%, 0);
    transform: translate(-1100%, 0)
}

.slider.sliding.slide-13-active .slides .slide {
    -webkit-transform: translate(-1200%, 0);
    transform: translate(-1200%, 0)
}

.slider.sliding.slide-14-active .slides .slide {
    -webkit-transform: translate(-1300%, 0);
    transform: translate(-1300%, 0)
}

.slider.sliding.slide-15-active .slides .slide {
    -webkit-transform: translate(-1400%, 0);
    transform: translate(-1400%, 0)
}

.slider.sliding.slide-16-active .slides .slide {
    -webkit-transform: translate(-1500%, 0);
    transform: translate(-1500%, 0)
}

.slider.sliding.slide-17-active .slides .slide {
    -webkit-transform: translate(-1600%, 0);
    transform: translate(-1600%, 0)
}

.slider.sliding.slide-18-active .slides .slide {
    -webkit-transform: translate(-1700%, 0);
    transform: translate(-1700%, 0)
}

.slider.sliding.slide-19-active .slides .slide {
    -webkit-transform: translate(-1800%, 0);
    transform: translate(-1800%, 0)
}

.slider.sliding.slide-20-active .slides .slide {
    -webkit-transform: translate(-1900%, 0);
    transform: translate(-1900%, 0)
}

.slider.sliding.slide-21-active .slides .slide {
    -webkit-transform: translate(-2000%, 0);
    transform: translate(-2000%, 0)
}

.slider.sliding.slide-22-active .slides .slide {
    -webkit-transform: translate(-2100%, 0);
    transform: translate(-2100%, 0)
}

.slider.sliding.slide-23-active .slides .slide {
    -webkit-transform: translate(-2200%, 0);
    transform: translate(-2200%, 0)
}

.slider.sliding.slide-24-active .slides .slide {
    -webkit-transform: translate(-2300%, 0);
    transform: translate(-2300%, 0)
}

.slider.sliding.slide-25-active .slides .slide {
    -webkit-transform: translate(-2400%, 0);
    transform: translate(-2400%, 0)
}

.slider.sliding.slide-26-active .slides .slide {
    -webkit-transform: translate(-2500%, 0);
    transform: translate(-2500%, 0)
}

.slider.sliding.slide-27-active .slides .slide {
    -webkit-transform: translate(-2600%, 0);
    transform: translate(-2600%, 0)
}

.slider.sliding.slide-28-active .slides .slide {
    -webkit-transform: translate(-2700%, 0);
    transform: translate(-2700%, 0)
}

.slider.sliding.slide-29-active .slides .slide {
    -webkit-transform: translate(-2800%, 0);
    transform: translate(-2800%, 0)
}

.slider.sliding.slide-30-active .slides .slide {
    -webkit-transform: translate(-2900%, 0);
    transform: translate(-2900%, 0)
}

.slider.sliding.slide-31-active .slides .slide {
    -webkit-transform: translate(-3000%, 0);
    transform: translate(-3000%, 0)
}

.slider.sliding.slide-32-active .slides .slide {
    -webkit-transform: translate(-3100%, 0);
    transform: translate(-3100%, 0)
}

.slider.sliding.slide-33-active .slides .slide {
    -webkit-transform: translate(-3200%, 0);
    transform: translate(-3200%, 0)
}

.slider.sliding.slide-34-active .slides .slide {
    -webkit-transform: translate(-3300%, 0);
    transform: translate(-3300%, 0)
}

.slider.sliding.slide-35-active .slides .slide {
    -webkit-transform: translate(-3400%, 0);
    transform: translate(-3400%, 0)
}

.slider.sliding.slide-36-active .slides .slide {
    -webkit-transform: translate(-3500%, 0);
    transform: translate(-3500%, 0)
}

.slider.sliding.slide-37-active .slides .slide {
    -webkit-transform: translate(-3600%, 0);
    transform: translate(-3600%, 0)
}

.slider.sliding.slide-38-active .slides .slide {
    -webkit-transform: translate(-3700%, 0);
    transform: translate(-3700%, 0)
}

.slider.sliding.slide-39-active .slides .slide {
    -webkit-transform: translate(-3800%, 0);
    transform: translate(-3800%, 0)
}

.slider.sliding.slide-40-active .slides .slide {
    -webkit-transform: translate(-3900%, 0);
    transform: translate(-3900%, 0)
}

.slider .prev,
.slider .next,
.slider .dot {
    cursor: pointer
}

.slider .prev *,
.slider .next *,
.slider .dot * {
    pointer-events: none
}

.slider .prev,
.slider .next,
.slider .dots {
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slider .prev,
.slider .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 2em;
    background-color: #fff;
    width: 1em;
    height: 1em
}

.slider .prev img,
.slider .next img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider .prev {
    left: 1em
}

.slider .next {
    right: 1em
}

.slider .dots {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.slider .dots .dot {
    border: 2px solid;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    width: .6em;
    height: .6em;
    margin: 0 .4em;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.slider .dots .dot.active {
    background-color: currentColor
}

.slider.ready:before {
    opacity: 0
}

.slider.ready .prev,
.slider.ready .next,
.slider.ready .dots {
    opacity: 1
}

.slider.ready .slides {
    opacity: 1
}

.slider .slides .slide {
    color: #fff;
    text-align: center
}

.slider .slides .slide .content .wrapper {
    padding: 6em 6em 150px
}

.slider .slides .slide h1 {
    font-size: 2.5em
}

.slider .slides .slide h1 img {
    max-width: 100%;
    vertical-align: middle
}

.slider .slides .slide h2 {
    font-size: 1.875em
}

.slider .dots {
    bottom: 100px
}

.slider .dots .dot {
    border-color: transparent;
    background-color: #cbcbcb;
    -webkit-transition: all .5s;
    transition: all .5s
}

.slider .dots .dot.active {
    border-color: #20a7e0;
    background-color: #20a7e0
}

.slider .scrollAttractor {
    z-index: 3;
    width: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 80px solid;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider .scrollAttractor:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -10px;
    width: 20px;
    height: 30px;
    background: url(/images/icon-scroll.png) center no-repeat
}

@media (max-width:768px) {
    .slider .slides .slide .content .wrapper {
        font-size: .8em;
        padding-top: 10em;
        padding-bottom: 160px
    }
    .slider .prev {
        left: 0
    }
    .slider .next {
        right: 0
    }
}

.siteFooter {
    overflow: hidden;
    padding-bottom: 3em;
    background: url(/images/bg-footer.jpg) center right no-repeat;
    background-size: cover;
    color: #fff
}

.siteFooter .wrapper {
    padding-top: 3em;
    padding-bottom: 3em
}

.siteFooter .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    padding-bottom: 5em;
    margin-bottom: 3em
}

.siteFooter .upper .vcard {
    width: 23%
}

.siteFooter .upper .vcard .organization-name {
    color: #0f7ca3;
    text-transform: uppercase;
    display: block;
    margin: 1.4em 0
}

.siteFooter .upper .vcard .organization-unit {
    text-transform: uppercase;
    font-weight: 300
}

.siteFooter .upper .map {
    width: 74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.siteFooter .upper .map section {
    width: 23%
}

.siteFooter .upper .map h1 {
    font-family: Lato, sans-serif;
    font-size: 1.875em;
    font-weight: 300
}

.siteFooter .upper .map a {
    color: #0f7ca3;
    display: block;
    padding: .8em 0;
    border-bottom: 1px dashed rgba(15, 124, 163, 0.3)
}

.siteFooter .lower .copyright,
.siteFooter .lower .createdBy {
    font-size: .875em;
    float: left;
    clear: left
}

.siteFooter .lower nav {
    float: right;
    clear: right;
    margin-bottom: 2em;
    font-size: .625em;
    font-weight: 700;
    text-transform: uppercase;
    color: #20a7e0
}

.siteFooter .lower nav a {
    display: inline-block;
    margin: 1em
}

@media (max-width:1024px) {
    .siteFooter .upper .vcard {
        width: 32%
    }
    .siteFooter .upper .map {
        width: 65%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .siteFooter .upper .map section {
        width: 48%
    }
    .siteFooter .lower nav {
        float: left;
        clear: left
    }
}

@media (max-width:768px) {
    .siteFooter .upper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .siteFooter .upper .vcard {
        text-align: center
    }
    .siteFooter .upper .vcard,
    .siteFooter .upper .map {
        width: 100%
    }
}

@media (max-width:425px) {
    .siteFooter .upper .map section {
        width: 100%
    }
}

.pager {
    text-align: center;
    font-weight: bold;
    color: #7c7c7b;
    width: 100%
}

.pager>* {
    display: inline-block;
    margin: 0 .2em
}

.pager .prev,
.pager .next {
    color: #20a7e0;
    margin: 0 .7em
}

.pager span.page {
    color: #20a7e0
}

.joinUs {
    background-color: #00aeef;
    color: #fff
}

.joinUs .wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.joinUs .text {
    margin-right: auto
}

.joinUs .text>* {
    margin: 0
}

.joinUs input,
.joinUs button {
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    margin: .3em;
    padding: .8em 1.3em;
    line-height: 1em;
    border-radius: 1.8em;
    font: inherit;
    font-weight: 400;
    display: inline-block;
    outline: none
}

.joinUs button {
    text-transform: uppercase;
    color: #20a7e0
}

@media (max-width:768px) {
    .joinUs .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .joinUs .text {
        width: 100%;
        margin-bottom: 2em
    }
}

.siteContent.home > .melvit-newest .wrapper {
  position: relative;
}
.siteContent.home > .melvit-newest .wrapper:before,
.siteContent.home > .melvit-newest .wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  pointer-events: none;
  z-index: 4;
}
.siteContent.home > .melvit-newest .wrapper:before {
  /*
  background: -webkit-linear-gradient(left, #fff, transparent) scroll;
  background: linear-gradient(90deg, #fff, transparent) scroll;
  */
  left: 1em;
}
.siteContent.home > .melvit-newest .wrapper:after {
  /*
  background: -webkit-linear-gradient(right, #fff, transparent) scroll;
  background: linear-gradient(270deg, #fff, transparent) scroll;
  */
  right: 1em;
}
.siteContent.home > .melvit-newest .products {
  display: block;
  white-space: nowrap;
  overflow: auto;
}
.siteContent.home > .melvit-newest .products .product {
  display: inline-block;
  white-space: normal;
  width: calc(70vw - 2em);
}
.siteContent.home > .melvit-newest .products .product img {
  max-width: 100%;
}
@media (min-width: 425px) {
  .siteContent.home > .melvit-newest .products .product {
    width: calc(60vw - 2em);
  }
}
@media (min-width: 590px) {
  .siteContent.home > .melvit-newest .products .product {
    width: calc(55vw - 2em);
  }
}
@media (min-width: 768px) {
  .siteContent.home > .melvit-newest .products .product {
    width: calc(25% - 2em);
  }
  .siteContent.home > .melvit-newest .wrapper:before,
  .siteContent.home > .melvit-newest .wrapper:after {
  	display: none;
  }
  .siteContent.home > .melvit-newest .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }    
}

.siteContent.home>.fit-recipes {
    background: url(/images/bg-fit-recipes.jpg) center no-repeat;
    background-size: cover
}

.siteContent.home>.fit-recipes .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.siteContent.home>.melvit-ambassadors {
    text-align: center;
    background: url(/images/bg-ambassadors.jpg) center no-repeat;
    background-size: cover
}

.siteContent.home>.melvit-ambassadors header {
    margin-bottom: 3em
}

.siteContent.home>.melvit-ambassadors header h1 {
    color: #cd3c84
}

.siteContent.home>.melvit-ambassadors .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.siteContent.home>.melvit-ambassadors .list .ambassador {
    position: relative;
    max-width: 390px;
    width: 100%;
    overflow: hidden
}

.siteContent.home>.melvit-ambassadors .list .ambassador .photo {
    width: 100%
}

.siteContent.home>.melvit-ambassadors .list .ambassador .name {
    display: block;
    width: 50%;
    padding-bottom: 50%;
    color: #cd3c84;
    font-family: Lato, sans-serif;
    font-size: 1.875em;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.siteContent.home>.melvit-ambassadors .list .ambassador .name>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

@media (min-width:425px) {
    .siteContent.home>.melvit-ambassadors .list .ambassador {
        width: 50%
    }
}

@media (min-width:768px) {
    .siteContent.home>.melvit-ambassadors .list .ambassador {
        width: 33.33333333%
    }
}

.siteContent.home>.news {
    background: url(/images/bg-news.jpg) center no-repeat;
    background-size: cover
}

.siteContent.home>.news .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.siteContent.home>.explore {
    background: url(/images/bg-explore-melvit.jpg) center no-repeat;
    background-size: cover
}

.siteContent.home>.explore header {
    text-align: center
}

.siteContent.home>.explore header h1 {
    color: #20a7e0
}

.siteContent.home>.explore header h2 {
    color: #fff;
    font-weight: 900
}

.siteContent.home>.explore header h2 .thin {
    font-weight: 300
}

.siteContent.home>.explore .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.siteContent.home>.explore .boxes .box {
    min-width: 270px;
    min-height: 270px;
    width: 100%;
    margin: 1em 0
}

@media (min-width:768px) {
    .siteContent.home>.explore .boxes .box {
        width: 49%
    }
}

@media (min-width:1170px) {
    .siteContent.home>.explore .boxes .box {
        width: 23%
    }
}

.siteContent.home>.events {
    text-align: center
}

.siteContent.home>.events header {
    margin-bottom: 2em;
    border-bottom: 1px dashed #cbcbcb
}

.siteContent.home>.events header h1 {
    color: #20a7e0
}

.siteContent.home>.events .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.siteContent.home>.events .list .item {
    width: calc(100% / 3);
    margin: 2em 0;
    text-align: center
}

.siteContent.home>.events .list .item img {
    vertical-align: middle;
    max-width: 90%
}

.siteContent.home>.events .list .item .logo {
    text-align: center;
    background: center no-repeat;
    background-size: cover;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.siteContent.home>.events .list .item a {
    display: inline-block;
    margin: 2em 0;
    color: #fff;
    background-color: #20a7e0;
    white-space: nowrap;
    padding: 1em 1em;
    line-height: 1em;
    min-width: 50%;
    border-radius: 3em;
    font-size: .875em
}

.siteContent.home>.events .list .item p {
    line-height: 1.6
}

@media (max-width:768px) {
    .siteContent.home>.events .list .item {
        width: calc(100% / 2)
    }
}

@media (max-width:425px) {
    .siteContent.home>.events .list .item {
        width: 100%
    }
}

.siteContent.news .wrapper {
    padding-top: 5em;
    padding-bottom: 5em
}

.siteContent.news header {
    text-align: center
}

.siteContent.news header h1 {
    font-family: Lato, sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    color: #20a7e0;
    margin-bottom: 0
}

.siteContent.news header h2 {
    margin-top: 0;
    font-size: 2.8125em;
    text-transform: uppercase;
    font-weight: 900
}

@media (max-width:768px) {
    .siteContent.news header h2 {
        font-size: 1.5625em
    }
}

.siteContent.news .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.siteContent.news .categories .label {
    font-family: Lato, sans-serif;
    color: #20a7e0;
    font-size: 1.75em;
    font-weight: 300;
    margin-right: auto
}

.siteContent.news .categories .button {
    margin: .3em;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:1024px) {
    .siteContent.news .categories {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .siteContent.news .categories .label {
        width: 100%
    }
}

.siteContent.news .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2em 0;
    margin-left: -1px
}

.siteContent.news .list .news {
    width: calc(100% / 3 - 1px);
    margin-left: 1px;
    text-align: center;
    margin-bottom: 2em
}

.siteContent.news .list .news .photo {
    display: block;
    position: relative;
    overflow: hidden
}

.siteContent.news .list .news .photo img {
    vertical-align: middle;
    width: 100%
}

.siteContent.news .list .news .photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #20a7e0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.siteContent.news .list .news .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em
}

.siteContent.news .list .news .info .category {
    font-family: Lato, sans-serif;
    font-size: 1.25em;
    font-weight: 300
}

.siteContent.news .list .news .info time {
    margin-left: auto;
    color: #20a7e0;
    font-size: .875em
}

.siteContent.news .list .news .excerpt {
    display: block;
    margin-bottom: .8em;
    padding: 0 1em;
    color: #7c7c7b;
    text-align: left
}

.siteContent.news .list .news .button {
    margin: .7em 0
}

.siteContent.news .list .news:hover {
    text-decoration: none
}

.siteContent.news .list .news:hover .photo:after {
    opacity: .3
}

@media (max-width:768px) {
    .siteContent.news .list .news {
        width: calc(100% / 2 - 1px)
    }
}

@media (max-width:425px) {
    .siteContent.news .list .news {
        width: 100%
    }
}

.siteContent.contact {
    padding-bottom: 3em;
    font-weight: 300;
    line-height: 1.6
}

.siteContent.contact header {
    color: #20a7e0;
    border-bottom: 1px dashed #cbcbcb
}

.siteContent.contact .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3em 0;
    border-bottom: 1px dashed #cbcbcb
}

.siteContent.contact .main .logos {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.siteContent.contact .main .logos img {
    margin: 1em
}

.siteContent.contact .main .data {
    width: 25%;
    padding: 2em 0
}

.siteContent.contact .main .data>.fn {
    text-transform: uppercase;
    color: #20a7e0;
    font-size: 1.25em;
    font-weight: 700
}

.siteContent.contact .main .data .vcard {
    margin: 1em 0
}

.siteContent.contact .main .data .vcard .name {
    font-weight: 400
}

.siteContent.contact .main .data .tel a {
    display: inline-block;
    padding-left: 2em;
    background: url(/images/icon-phone.png) left center no-repeat
}

.siteContent.contact .main .map {
    width: 50%;
    min-height: 300px
}

@media (max-width:1024px) {
    .siteContent.contact .main .logos,
    .siteContent.contact .main .data {
        width: 50%
    }
    .siteContent.contact .main .map {
        width: 100%
    }
}

@media (max-width:425px) {
    .siteContent.contact .main .logos,
    .siteContent.contact .main .data {
        width: 100%
    }
    .siteContent.contact .main .logos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.siteContent.contact .group {
    padding-top: 1em;
    border-bottom: 1px dashed #cbcbcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.siteContent.contact .group .tel,
.siteContent.contact .group .email {
    padding-left: 2em;
    background: left center no-repeat
}

.siteContent.contact .group .tel {
    background-image: url(/images/icon-phone.png)
}

.siteContent.contact .group .email {
    background-image: url(/images/icon-email.png)
}

.siteContent.contact .group .fax {
    background-image: url(/images/icon-fax.png)
}

.siteContent.contact .group .branch {
    background: left bottom -10px no-repeat
}

.siteContent.contact .group .branch .name {
    color: #20a7e0;
    font-size: 1.25em;
    font-weight: 700
}

.siteContent.contact .group .branch,
.siteContent.contact .group .people .vcard {
    padding: 2em 0;
    min-height: 7em
}

.siteContent.contact .group .vcard .org {
    display: none
}

.siteContent.contact .group .people .vcard .name {
    font-size: 1.25em;
    font-weight: 700;
    color: #cbcbcb
}

.siteContent.contact .group .people .vcard .title {
    font-weight: 400
}

.siteContent.contact .group .branch {
    width: 25%
}

.siteContent.contact .group .people {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.siteContent.contact .group .people .vcard {
    width: calc(100% / 3)
}

@media (max-width:1024px) {
    .siteContent.contact .group .branch {
        width: calc(100% / 3)
    }
    .siteContent.contact .group .people {
        width: calc(100% / 3 * 2)
    }
    .siteContent.contact .group .people .vcard {
        width: calc(100% / 2)
    }
}

@media (max-width:768px) {
    .siteContent.contact .group .branch,
    .siteContent.contact .group .people {
        width: calc(100% / 2)
    }
    .siteContent.contact .group .people .vcard {
        width: 100%
    }
}

@media (max-width:425px) {
    .siteContent.contact .group .branch,
    .siteContent.contact .group .people {
        width: 100%
    }
}

.siteContent.about header {
    margin-bottom: 3rem;
    border-bottom: 1px dashed #cbcbcb
}

.siteContent.about header h1 {
    color: #20a7e0
}

.siteContent.about img {
    max-width: 100%
}

.siteContent.about .about,
.siteContent.about .features {
    font-weight: 300;
    font-size: .875rem
}

.siteContent.about .about:after,
.siteContent.about .features:after {
    content: ' ';
    display: table;
    clear: both
}

.siteContent.about .about .logos,
.siteContent.about .about .left,
.siteContent.about .about .right {
    float: left;
    box-sizing: border-box;
    width: 48.71794872%
}

.siteContent.about .about .right {
    float: right;
    padding-left: 40px
}

.siteContent.about .about .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem
}

.siteContent.about .about .logos img {
    max-width: 30%
}

.siteContent.about .about .left {
    background: url(/images/bg-about-left.png) center top no-repeat;
    padding: 2rem 0;
    position: relative
}

.siteContent.about .about .left:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 48px;
    left: 50%;
    bottom: 0;
    width: 0;
    margin-left: 2px;
    border-right: 2px solid #d5ba80
}

.siteContent.about .about .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem
}

.siteContent.about .about .left .item .text,
.siteContent.about .about .left .item .photo {
    width: 43.85964912%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.siteContent.about .about .left .item .text {
    text-align: right
}

.siteContent.about .about .left .item .text .title {
    font-weight: 900;
    font-size: 1.5rem;
    color: #d5ba80;
    text-transform: uppercase;
    margin-top: 0
}

.siteContent.about .about .left .item:nth-child(2n) .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.siteContent.about .about .left .item:nth-child(2n) .text {
    text-align: left
}

.siteContent.about .about .right p {
    margin: 3rem 0
}

.siteContent.about .about .right p:first-child {
    margin-top: 0
}

.siteContent.about .about .right blockquote {
    font-family: Lato, sans-serif;
    color: #d5ba80;
    font-size: 1.5rem;
    font-weight: 300;
}

.siteContent.about .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.siteContent.about .features:before,
.siteContent.about .features .left,
.siteContent.about .features .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 33%
}

.siteContent.about .features:before {
    content: ' ';
    background: url(/images/bg-features.jpg) center no-repeat;
    background-size: contain;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    min-height: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1 10 auto;
    flex: 1 10 auto
}

.siteContent.about .features .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right
}

.siteContent.about .features .right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.siteContent.about .features .left,
.siteContent.about .features .right {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.siteContent.about .features .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem
}

.siteContent.about .features .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.siteContent.about .features .item .text .title {
    margin: 0;
    color: #d5ba80
}

.siteContent.about .features .item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1rem;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px dashed #7c7c7b
}

.siteContent.about .features .right .item .icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.siteContent.about .features .right .item .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.siteContent.about .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.siteContent.about .gallery img {
    vertical-align: middle;
    width: 100%
}

.siteContent.about .gallery a {
    width: calc(25% - 2rem);
    margin: 1rem
}

@media (max-width:1023px) {
    .siteContent.about .about .logos,
    .siteContent.about .about .left,
    .siteContent.about .about .right {
        float: none;
        width: 100%;
        padding: 2rem 0
    }
}

@media (max-width:768px) {
    .siteContent.about .features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .siteContent.about .features:before {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 300px
    }
    .siteContent.about .features .left,
    .siteContent.about .features .right {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:550px) {
    .siteContent.about .about .left {
        background-position: right top
    }
    .siteContent.about .about .left:before {
        left: auto;
        margin-left: 0;
        right: 5px
    }
    .siteContent.about .about .left .item {
        padding-right: 2rem
    }
    .siteContent.about .about .left .item .text {
        width: 100%
    }
    .siteContent.about .about .left .item .photo {
        display: none
    }
    .siteContent.about .features .left,
    .siteContent.about .features .right {
        width: 100%
    }
    .siteContent.about .features .left .item,
    .siteContent.about .features .right .item {
        text-align: right
    }
    .siteContent.about .features .left .item .text,
    .siteContent.about .features .right .item .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .siteContent.about .features .left .item .icon,
    .siteContent.about .features .right .item .icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .siteContent.about .gallery a {
        width: calc(50% - 2rem)
    }
}

.recipe .links,
.productPage .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recipe .links a,
.productPage .links a {
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 1em;
    text-decoration: none
}

.recipe .links .share,
.productPage .links .share,
.recipe .links .print,
.productPage .links .print,
.recipe .links .download,
.productPage .links .download,
.recipe .links .shoppingList,
.productPage .links .shoppingList {
    font-family: Lato, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    border: 1px dashed #20a7e0;
    background: center 2em no-repeat;
    box-sizing: border-box;
    padding: 6em .5em 1em
}

.recipe .links .share,
.productPage .links .share {
    background-image: url(/images/icon-share.png)
}

.recipe .links .print,
.productPage .links .print {
    background-image: url(/images/icon-print.png)
}

.recipe .links .download,
.productPage .links .download {
    background-image: url(/images/icon-download.png)
}

.recipe .links .shoppingList,
.productPage .links .shoppingList {
    background-image: url(/images/icon-listonic.png)
}

.recipe .links .recipes,
.productPage .links .recipes {
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    color: #20a7e0;
    padding: 4em 50% 4em 1em;
    background: url(/images/bg-link-recipes.jpg) center no-repeat;
    background-size: cover
}

.siteContent.recipe nav,
.siteContent.newsArticle nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 0;
    border-bottom: 1px dashed #cbcbcb
}

.siteContent.recipe nav .back,
.siteContent.newsArticle nav .back {
    display: inline-block;
    margin-right: auto;
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 1.75em;
    position: relative
}

.siteContent.recipe nav .back:before,
.siteContent.newsArticle nav .back:before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.siteContent.recipe nav .categories,
.siteContent.newsArticle nav .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.siteContent.recipe nav .categories .label,
.siteContent.newsArticle nav .categories .label {
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #20a7e0;
    font-size: 1.75em;
    margin-right: 1em
}

.siteContent.recipe nav .categories .button,
.siteContent.newsArticle nav .categories .button {
    margin: .3em;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:768px) {
    .siteContent.recipe nav .categories,
    .siteContent.newsArticle nav .categories {
        width: 100%;
        margin-top: 1em
    }
}

@media (max-width:425px) {
    .siteContent.recipe nav .categories,
    .siteContent.newsArticle nav .categories {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .siteContent.recipe nav .categories .label,
    .siteContent.newsArticle nav .categories .label {
        width: 100%
    }
}

.siteContent.recipe header,
.siteContent.newsArticle header {
    text-align: center;
    margin: 3em 0
}

.siteContent.recipe header h1,
.siteContent.newsArticle header h1 {
    font-size: 1.75em;
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #20a7e0
}

.siteContent.recipe header h2,
.siteContent.newsArticle header h2 {
    font-size: 2.1875em
}

@media (max-width:768px) {
    .siteContent.recipe header h2,
    .siteContent.newsArticle header h2 {
        font-size: 1.75em
    }
}

.siteContent.recipe header h1,
.siteContent.newsArticle header h1,
.siteContent.recipe header h2,
.siteContent.newsArticle header h2 {
    margin: .3em 0
}

.siteContent.recipe header time,
.siteContent.newsArticle header time,
.siteContent.recipe header .author,
.siteContent.newsArticle header .author {
    font-size: .9375em;
    display: inline-block;
    margin: 0 .5em
}

.siteContent.recipe header time .value,
.siteContent.newsArticle header time .value,
.siteContent.recipe header .author .value,
.siteContent.newsArticle header .author .value {
    color: #20a7e0
}

.siteContent.recipe .recipeDetails {
    overflow: hidden;
    margin-bottom: 3em
}

.siteContent.recipe .recipeDetails>.photo,
.siteContent.recipe .recipeDetails>.author>.photo {
    text-align: center;
    margin-bottom: 1em
}

.siteContent.recipe .recipeDetails>.photo img,
.siteContent.recipe .recipeDetails>.author>.photo img {
    vertical-align: middle;
    max-width: 100%
}

.siteContent.recipe .recipeDetails>.desc .ingredients,
.siteContent.recipe .recipeDetails>.desc .preparation {
    margin-bottom: 1em
}

.siteContent.recipe .recipeDetails>.desc .ingredients .title,
.siteContent.recipe .recipeDetails>.desc .preparation .title {
    font-family: Lato, sans-serif;
    font-size: 1.75em;
    font-weight: 300;
    margin-bottom: 1em;
    color: #20a7e0
}

.siteContent.recipe .recipeDetails>.desc .ingredients ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.siteContent.recipe .recipeDetails>.desc .ingredients ul li {
    margin: 0;
    padding: 0
}

.siteContent.recipe .recipeDetails>.desc .ingredients ul li:before {
    content: '- '
}

.siteContent.recipe .recipeDetails>.author .details .label {
    text-transform: uppercase
}

.siteContent.recipe .recipeDetails>.author .details .pos,
.siteContent.recipe .recipeDetails>.author .details .name {
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #20a7e0
}

.siteContent.recipe .recipeDetails>.author .details .pos {
    font-size: 1.5em
}

.siteContent.recipe .recipeDetails>.author .details .name {
    font-size: 1.75em
}

.siteContent.recipe .recipeDetails>.author .desc {
    color: #cbcbcb
}

@media (min-width:425px) {
    .siteContent.recipe .recipeDetails>.author .details .pos {
        font-size: 1.75em
    }
    .siteContent.recipe .recipeDetails>.author .details .name {
        font-size: 2.5em
    }
}

@media (min-width:768px) {
    .siteContent.recipe .recipeDetails>.photo,
    .siteContent.recipe .recipeDetails>.links,
    .siteContent.recipe .recipeDetails>.author {
        float: left;
        width: 40%;
        clear: left
    }
    .siteContent.recipe .recipeDetails>.desc {
        float: right;
        width: 58%
    }
}

.siteContent.newsArticle article p {
    line-height: 1.7;
    margin: 2em 0 1em
}

.siteContent.newsArticle article .clr {
    clear: both
}

.siteContent.newsArticle article>.photo {
    display: block
}

.siteContent.newsArticle article>.photo img {
    vertical-align: middle;
    max-width: 100%
}

.siteContent.newsArticle article>.photo.left,
.siteContent.newsArticle article>.photo.right {
    max-width: 50%;
    margin: 2em
}

.siteContent.newsArticle article>.photo.left {
    float: left;
    margin-left: 0
}

.siteContent.newsArticle article>.photo.right {
    float: right;
    margin-right: 0
}

.siteContent.newsArticle article>.photo.big {
    margin: 2em 0
}

.siteContent.newsArticle article>.photo.big img {
    width: 100%
}

.siteContent.newsArticle article>.photo:first-child {
    margin-top: 0
}

.siteContent.newsArticle article>.photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.siteContent.newsArticle article>.photos .photo {
    width: 100%;
    margin: 1em 0;
    text-align: center
}

.siteContent.newsArticle article>.photos .photo img {
    vertical-align: middle;
    max-width: 100%
}

@media (min-width:768px) {
    .siteContent.newsArticle article>.photos {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .siteContent.newsArticle article>.photos .photo {
        width: 48%
    }
    .siteContent.newsArticle article>.photos .photo img {
        width: 100%
    }
    .siteContent.newsArticle article>.photos.inline3 .photo {

        width: 32%
    }
}

@media (min-width:1024px) {
    .siteContent.newsArticle article>.photos.inline4 .photo {
        width: 24%
    }
}

.productPage .sectionHeader {
    padding: 3em 0;
    border-bottom: 1px dashed #cbcbcb;
    text-align: center;
    position: relative
}

.productPage .sectionHeader h1,
.productPage .sectionHeader h2 {
    margin: 0
}

.productPage .sectionHeader h1 {
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-size: 1.75em;
    color: #20a7e0;
    font-weight: 300;
}

.productPage .sectionHeader h2 {
    font-weight: 900;
    font-size: 2.8125em;
    text-transform: uppercase
}

@media (max-width:768px) {
    .productPage .sectionHeader h2 {
        font-size: 1.75em
    }
}

.productPage .sectionHeader .prev,
.productPage .sectionHeader .next {
    display: block;
    position: absolute;
    bottom: 1em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 1em
}

.productPage .sectionHeader .prev:before,
.productPage .sectionHeader .next:before,
.productPage .sectionHeader .prev:after,
.productPage .sectionHeader .next:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 1px solid;
    position: absolute;
    top: 22px
}

.productPage .sectionHeader .prev:after,
.productPage .sectionHeader .next:after {
    top: 32px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 0 1px 0
}

.productPage .sectionHeader .prev img,
.productPage .sectionHeader .next img {
    vertical-align: middle;
    max-width: 95%
}

.productPage .sectionHeader .prev span,
.productPage .sectionHeader .next span {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    margin-top: 1em
}

.productPage .sectionHeader .prev.b,
.productPage .sectionHeader .next.b {
    bottom: 2em;
    font-size: 1.75em;
    padding: 0 1.5em
}

.productPage .sectionHeader .prev.b:before,
.productPage .sectionHeader .next.b:before {
    display: none
}

.productPage .sectionHeader .prev.b:after,
.productPage .sectionHeader .next.b:after {
    width: 1.5em;
    height: 1.5em;
    top: 0
}

.productPage .sectionHeader .prev.b span,
.productPage .sectionHeader .next.b span {
    margin-top: .6em
}

.productPage .sectionHeader .prev {
    left: 0
}

.productPage .sectionHeader .prev:before,
.productPage .sectionHeader .prev:after {
    left: 0
}

.productPage .sectionHeader .prev:after {
    border-left-width: 1px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.productPage .sectionHeader .next {
    right: 0
}

.productPage .sectionHeader .next:before,
.productPage .sectionHeader .next:after {
    right: 0
}

.productPage .sectionHeader .next:after {
    border-right-width: 1px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:1024px) {
    .productPage .sectionHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .productPage .sectionHeader .prev,
    .productPage .sectionHeader .next {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        margin-bottom: 2em;
        width: 50%
    }
    .productPage .sectionHeader .prev.b,
    .productPage .sectionHeader .next.b {
        margin: 1em 0
    }
    .productPage .sectionHeader h1,
    .productPage .sectionHeader h2 {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:768px) {
    .productPage .sectionHeader .prev.b,
    .productPage .sectionHeader .next.b {
        font-size: 1.25em
    }
}

.productPage .banner {
    background: url(/images/header-product-page.jpg) center no-repeat;
    background-size: cover;
    min-height: 300px
}

.productPage .producers {
    padding: 3em 0
}

.productPage .producers.a {
    background: url(/images/bg-producers.jpg) right center no-repeat
}

.productPage .producers .producer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.productPage .producers .producer .p,
.productPage .producers .producer .c {
    background-color: #fff;
    width: 140px;
    height: 160px;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center
}

.productPage .producers .producer .p img {
    max-width: 95%
}

.productPage .producers .producer .c {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    background-position: center 5px;
    background-repeat: no-repeat;
    font-size: 1.25em;
    border: 1px dashed;
    padding-bottom: .2em
}

.productPage .producers .producer .c span {
    display: block;
    color: #7c7c7b
}

.productPage .producers .producer .c:hover {
    text-decoration: none
}

.productPage .banner .producers {
    padding: 5em 0
}

.productPage .banner .producers .p {
    border: 1px dashed
}

.productPage .breadcrumbs {
    text-align: right;
    font-family: Lato, sans-serif;
    padding: 2em 0;
    font-size: 1.125em;
    font-weight: 300
}

.productPage .breadcrumbs a {
    color: #7c7c7b
}

.productPage .breadcrumbs a:after {
    content: ' > '
}

.productPage .breadcrumbs span {
    color: #20a7e0
}

.productPage .productDetails {
    overflow: hidden
}

.productPage .productDetails .photo {
    text-align: center
}

.productPage .productDetails .photo img {
    vertical-align: middle;
    max-width: 100%
}

.productPage .productDetails .desc section {
    padding: 1em 0;
    border-bottom: 1px dashed #cbcbcb
}

.productPage .productDetails .desc .title {
    display: block;
    font-weight: 700;
    font-size: 1.5em;
    color: #20a7e0;
    margin-bottom: .5em
}

.productPage .productDetails .desc .weight,
.productPage .productDetails .desc .barcode,
.productPage .productDetails .desc .package,
.productPage .productDetails .desc .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productPage .productDetails .desc .weight .name,
.productPage .productDetails .desc .barcode .name,
.productPage .productDetails .desc .package .name,
.productPage .productDetails .desc .type .name {
    padding: .3em 0 .3em 3em;
    position: relative;
    width: 100%
}

.productPage .productDetails .desc .weight .name:before,
.productPage .productDetails .desc .barcode .name:before,
.productPage .productDetails .desc .package .name:before,
.productPage .productDetails .desc .type .name:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3em;
    background: center no-repeat
}

.productPage .productDetails .desc .weight .value,
.productPage .productDetails .desc .barcode .value,
.productPage .productDetails .desc .package .value,
.productPage .productDetails .desc .type .value {
    font-weight: 700;
    color: #20a7e0;
    padding: .3em 0 .3em 5em;
    box-sizing: border-box;
    width: 100%
}

.productPage .productDetails .desc .weight img,
.productPage .productDetails .desc .barcode img {
    margin: 0 auto
}

.productPage .productDetails .desc .packaging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productPage .productDetails .desc .packaging .title {
    width: 100%
}

.productPage .productDetails .desc .packaging .package {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.productPage .productDetails .desc .packaging .package .value:before {
    content: ' '
}

.productPage .productDetails .desc .packaging .package .name {
    width: 70%;
    box-sizing: border-box
}

.productPage .productDetails .desc .packaging .package .value {
    width: 30%;
    padding-left: 0
}

.productPage .productDetails .desc .nutritional .name,
.productPage .productDetails .desc .nutritional .value {
    width: 50%;
    padding: .3em 0
}

.productPage .productDetails .desc .nutritional .name {
    text-transform: uppercase;
    padding-left: 0
}

.productPage .productDetails .desc .weight .name:before {
    background-image: url(/images/icon-weight.png)
}

.productPage .productDetails .desc .barcode .name:before {
    background-image: url(/images/icon-barcode.png)
}

.productPage .productDetails .desc .pack .name:before {
    background-image: url(/images/icon-pack.png)
}

.productPage .productDetails .desc .palette .name:before {
    background-image: url(/images/icon-palette.png)
}

.productPage .productDetails .desc .layer .name:before {
    background-image: url(/images/icon-layer.png)
}

@media (min-width:425px) {
    .productPage .productDetails .desc .weight .name,
    .productPage .productDetails .desc .barcode .name {
        width: 50%;
        box-sizing: border-box
    }
    .productPage .productDetails .desc .weight .value,
    .productPage .productDetails .desc .barcode .value {
        width: 50%;
        padding-left: 0
    }
    .productPage .productDetails .desc .packaging .package .name,
    .productPage .productDetails .desc .packaging .package .value {
        width: 50%
    }
}

@media (min-width:768px) {
    .productPage .productDetails .photo {
        float: left;
        width: 48%
    }
    .productPage .productDetails .links {
        float: left;
        width: 48%
    }
    .productPage .productDetails .desc {
        float: right;
        width: 50%
    }
    .productPage .productDetails .desc section {
        margin-left: 3em
    }
    .productPage .productDetails .desc .weight .name,
    .productPage .productDetails .desc .barcode .name,
    .productPage .productDetails .desc .package .name,
    .productPage .productDetails .desc .type .name {
        margin-left: -3em
    }
    .productPage .productDetails .desc .nutritional .name {
        padding-left: 3em
    }
    .productPage .productDetails .desc .weight .name,
    .productPage .productDetails .desc .barcode .name,
    .productPage .productDetails .desc .weight .value,
    .productPage .productDetails .desc .barcode .value {
        width: 32%;
        box-sizing: content-box
    }
    .productPage .productDetails .desc .weight img,
    .productPage .productDetails .desc .barcode img {
        width: 32%;
        margin: 0
    }
}

@media (min-width:1170px) {
    .productPage .productDetails .desc .packaging .package {
        display: inline-block;
        width: 32%
    }
}