html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
    -ms-perspective: 1200px;
    -ms-perspective-origin-x: 50%;
    -ms-perspective-origin-y: 50%
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpTo;
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    margin: 0
}

a {
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Avenir';
    src: url(./fonts/Avenir-Medium.eot);
    src: url("./fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Medium.woff) format("woff"), url(./fonts/Avenir-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Avenir';
    src: url(./fonts/Avenir-Light.eot);
    src: url("./fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Light.woff) format("woff"), url(./fonts/Avenir-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Avenir-Oblique';
    src: url(./fonts/Avenir-BlackOblique.eot);
    src: url("./fonts/Avenir-BlackOblique.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-BlackOblique.woff) format("woff"), url(./fonts/Avenir-BlackOblique.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Avenir-Book';
    src: url(./fonts/Avenir-Book.eot);
    src: url("./fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Book.woff) format("woff"), url(./fonts/Avenir-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Avenir-Oblique';
    src: url(./fonts/Avenir-Oblique.eot);
    src: url("./fonts/Avenir-Oblique.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Oblique.woff) format("woff"), url(./fonts/Avenir-Oblique.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Avenir-BookOblique';
    src: url(./fonts/Avenir-BookOblique.eot);
    src: url("./fonts/Avenir-BookOblique.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-BookOblique.woff) format("woff"), url(./fonts/Avenir-BookOblique.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Avenir';
    src: url(./fonts/Avenir-Black.eot);
    src: url("./fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Black.woff) format("woff"), url(./fonts/Avenir-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url(./fonts/Avenir-Heavy.eot);
    src: url("./fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Heavy.woff) format("woff"), url(./fonts/Avenir-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Avenir';
    src: url(./fonts/Avenir-Roman.eot);
    src: url("./fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-Roman.woff) format("woff"), url(./fonts/Avenir-Roman.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Avenir-Oblique';
    src: url(./fonts/Avenir-MediumOblique.eot);
    src: url("./fonts/Avenir-MediumOblique.eot?#iefix") format("embedded-opentype"), url(./fonts/Avenir-MediumOblique.woff) format("woff"), url(./fonts/Avenir-MediumOblique.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

.half {
    width: 50%;
    float: left
}

.quarter {
    width: 25%;
    float: left
}

.third {
    width: 33.3333333%;
    float: left
}

html {
    background-color: white
}

body {
    font-family: "Avenir-Book", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6F6F6E
}

html {
    overflow: hidden!important
}

body {
    overflow: hidden
}

.btn-redirect-link {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: right
}

.btn-redirect-link a {
    width: 100%;
    max-width: 270px;
    text-align: center;
    line-height: 45px;
    background-color: #004230;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.125em
}

.btn-redirect-link a:first-letter {
    text-transform: uppercase
}

.overlay-video-blog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 48, .5);
    z-index: 999;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.overlay-video-blog.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.overlay-video-blog.active iframe {
    display: block
}

.overlay-video-blog i {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    color: #fff;
    cursor: pointer
}

.overlay-video-blog iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 70%;
    display: none
}

.btn-all-news {
    text-align: left
}

.btnUp {
    position: fixed;
    right: 35px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    -ms-touch-action: auto!important;
    touch-action: auto!important
}

.btnUp img {
    width: 100%;
    height: auto
}

.captcha {
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.captcha legend {
    background-color: transparent;
    border: none;
    color: #98D2AC
}

.captcha .fieldset-wrapper {
    padding: 0
}

#ascrail2000 {
    left: auto!important;
    right: 0!important;
    z-index: 99999!important
}

.open-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    left: 0;
    background-color: transparent;
    z-index: 99
}

select.tabs {
    display: none
}

.hidden {
    overflow: hidden!important
}

#user-login {
    padding-top: 150px
}

ul {
    padding: 0;
    margin: 0
}

p {
    margin: 0
}

ul li {
    list-style-type: none
}

.ps-scrollbar-y-rail .ps-scrollbar-y {
    background-color: #98D2AC!important
}

.wrapper-absolute {
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, .24);
    box-shadow: -3px 0 3px 0 rgba(0, 0, 0, .24);
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    left: 0;
    padding-top: 100px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.wrapper-absolute .contenitore-universale {
    height: 100%;
    width: 100%;
    position: relative
}

.wrapper-absolute.active {
    -webkit-transform: translateX(400px);
    transform: translateX(400px)
}

.wrapper-absolute.no-scroll {
    overflow: initial
}

.aside {
    position: fixed;
    width: 400px;
    left: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
    top: 0
}

.aside .menu-float-left {
    height: 100%
}

.aside .menu-float-left .menu-cont {
    position: relative;
    width: 100%;
    top: 3.75em;
    overflow: auto
}

.aside .menu-float-left .menu-cont .wrapper-list-menu {
    position: relative
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li {
    padding: 8px 0
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li.first {
    padding: 0 0 8px 0
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li a {
    font-size: 1.375em;
    color: #004230;
    text-transform: uppercase;
    font-family: "Avenir";
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 20px;
    display: block
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li a:focus {
    outline: none
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li.selected a,
.aside .menu-float-left .menu-cont .wrapper-list-menu li:hover a {
    color: #98D2AC
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li.selected .submenu,
.aside .menu-float-left .menu-cont .wrapper-list-menu li:hover .submenu {
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li.selected .submenu li.selected,
.aside .menu-float-left .menu-cont .wrapper-list-menu li:hover .submenu li.selected {
    background-color: #98D2AC
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li.selected .submenu li.selected a,
.aside .menu-float-left .menu-cont .wrapper-list-menu li:hover .submenu li.selected a {
    color: #fff
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu {
    top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu li {
    padding: 0;
    border-top: 1px solid #e6f4eb;
    margin-right: 10px
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu li a {
    font-size: .75em;
    font-weight: 400;
    padding: 20px;
    display: block;
    color: #004230;
    -webkit-transition: padding 0.5s ease 0s;
    transition: padding 0.5s ease 0s
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu li a:hover {
    padding: 20px 20px 20px 30px
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu li:last-child {
    border-bottom: 1px solid #e6f4eb
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu li:hover {
    background-color: #98D2AC
}

.aside .menu-float-left .menu-cont .wrapper-list-menu li .submenu li:hover a {
    color: #fff
}

.aside .menu-float-left .social {
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0;
    padding: 20px;
    height: 120px;
    overflow: hidden;
    background-color: #fff
}

.aside .menu-float-left .social .submenu-social {
    padding-top: 20px
}

.aside .menu-float-left .social .submenu-social li {
    display: inline-block;
    padding: 0 .5em
}

.aside .menu-float-left .social .submenu-social li a {
    color: #D6D6D6;
    display: block;
    -webkit-transition: color 500ms ease 0s;
    transition: color 500ms ease 0s
}

.aside .menu-float-left .social .submenu-social li a i {
    font-size: 2em
}

.aside .menu-float-left .social .submenu-social li a:hover {
    color: #004230
}

.aside.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.content {
    max-width: 1440px;
    margin: 0 auto;
    background-color: white
}

.content.inner {
    margin-top: 0;
    padding: 3em 1em 0 0;
    max-width: 1160px
}

.page-heading {
    text-align: center;
    font-size: 2.625em;
    color: #004230;
    width: auto;
    line-height: 1;
    margin: 0 auto;
    padding: .5em;
    text-transform: uppercase
}

.page-heading:after {
    content: "";
    display: block;
    width: 80px;
    position: relative;
    height: 4px;
    background-color: #004230;
    margin: 0 auto;
    top: 10px
}

.page-heading strong {
    display: inline-block;
    font-family: "Avenir";
    font-weight: 900
}

.hero.inner {
    position: relative;
    top: 0;
    height: 23.75em;
    width: 100%;
    background-size: cover;
    background-position: center right
}

.main-heading {
    color: white;
    text-transform: uppercase
}

.main-heading.darker {
    color: #004230
}

.main-heading.darker>.main-heading-heading:after {
    background-color: #004230
}

.main-heading .main-heading-heading {
    width: 100%;
    font-size: 1.5em;
    line-height: 1
}

.main-heading .main-heading-heading strong {
    font-family: "Avenir";
    font-weight: 900
}

.main-heading .main-heading-heading:after {
    content: "";
    display: block;
    position: relative;
    background-color: white;
    width: 3.125em;
    height: .1875em;
    margin: .2em 0 .4em
}

.button-primary,
input.button-primary {
    font-family: "Avenir-Heavy";
    font-size: .875em;
    color: white;
    text-align: center;
    line-height: 14px;
    background-color: #98D2AC;
    border-radius: 4px;
    display: inline-block;
    padding: 1em;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    text-decoration: none;
    text-transform: uppercase
}

.button-primary:hover,
input.button-primary:hover {
    color: #004230
}

.button-primary:focus,
input.button-primary:focus {
    outline: 0
}

hr {
    border: 1px solid #E2E2E2;
    position: relative;
    margin: 4em 0
}

hr:after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(./images/divider_motif.png) 0 0 no-repeat white;
    width: 37px;
    height: 14px;
    left: 50%;
    top: 50%;
    border: 10px solid white
}

.products.inner hr:last-of-type {
    display: none
}

.wrapper-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 48, .65);
    z-index: 100;
    display: none
}

.wrapper-overlay .close-overlay {
    position: absolute;
    right: -50px;
    top: -50px;
    cursor: pointer;
    color: #fff
}

.wrapper-overlay h2 {
    padding-left: 15px
}

.wrapper-overlay .section {
    padding-left: 15px;
    padding-right: 15px
}

.wrapper-overlay .section p {
    margin-bottom: 10px
}

.wrapper-overlay .section ul {
    padding-left: 20px;
    margin-bottom: 10px
}

.wrapper-overlay .section ul li {
    list-style-type: disc
}

.wrapper-overlay.landscape {
    background-color: #fff
}

.wrapper-overlay.landscape .article {
    padding: 20px
}

.wrapper-overlay.landscape .article header {
    text-align: center;
    margin-bottom: 20px
}

.wrapper-overlay.landscape .article .section {
    text-align: center
}

.wrapper-overlay.landscape .article .section p {
    color: #004230;
    font-size: 1.375em
}

.wrapper-overlay.footer-ov .footer-overlay-wrapper {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 15px
}

.wrapper-overlay.footer-ov .footer-overlay-wrapper .content {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.wrapper-overlay.footer-ov .footer-overlay-wrapper h2 {
    color: #004230;
    margin-bottom: 15px;
    font-size: 2em;
    display: none
}

.wrapper-overlay.footer-ov .footer-overlay-wrapper p {
    color: #333;
    display: none
}

.wrapper-overlay.newsletter .newsletter-wrapper {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 15px
}

.wrapper-overlay.newsletter .newsletter-wrapper .description {
    margin-bottom: 10px
}

.wrapper-overlay.newsletter .newsletter-wrapper .left,
.wrapper-overlay.newsletter .newsletter-wrapper .right {
    width: 50%;
    float: left
}

.wrapper-overlay.newsletter .newsletter-wrapper .left {
    padding-right: 10px
}

.wrapper-overlay.newsletter .newsletter-wrapper .right {
    padding-left: 10px
}

.wrapper-overlay.newsletter .newsletter-wrapper .article {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.wrapper-overlay.newsletter .newsletter-wrapper .article h2 {
    color: #004230;
    margin-bottom: 15px;
    font-size: 2em
}

.wrapper-overlay.newsletter .newsletter-wrapper .section {
    width: 100%;
    height: calc(100% - 60px);
    position: relative
}

.wrapper-overlay.newsletter .newsletter-wrapper .section p.sub-title {
    color: #004230;
    margin-bottom: 20px
}

.wrapper-overlay.newsletter .newsletter-wrapper .section ul li {
    margin-bottom: 15px
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form label {
    width: 100%;
    color: #98D2AC;
    text-transform: uppercase;
    font-family: "Avenir";
    font-weight: 900;
    font-size: .875em;
    display: block
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    color: #6F6F6E;
    margin-bottom: 10px;
    border-radius: 0
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form input:focus {
    outline: none;
    border-bottom-color: #98D2AC
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form input.valid {
    border-bottom-color: #98D2AC!important
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form input.invalid {
    border-bottom-color: red!important
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form select {
    width: 100px;
    background-color: transparent;
    padding-left: 5px;
    color: #6F6F6E;
    margin-top: 10px
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form select:focus {
    outline-color: #98D2AC
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form .button {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
    color: white
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form .button input {
    color: #fff
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form .right {
    padding-left: 15px
}

.wrapper-overlay.newsletter .newsletter-wrapper .section form .left {
    padding-right: 15px
}

.wrapper-overlay.messages {
    margin: 0
}

.wrapper-overlay.messages .messages-wrapper {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 15px;
    text-align: center
}

.wrapper-overlay.messages .messages-wrapper .article h2 {
    margin-bottom: 15px;
    font-size: 2em
}

.wrapper-overlay.messages .messages-wrapper .section p {
    color: #333
}

.wrapper-overlay.messages.errors .article h2 {
    color: red
}

.wrapper-overlay.messages.trusted .article h2 {
    color: #004230
}

.wrapper-overlay.safety .safety-wrapper {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 15px 30px
}

.wrapper-overlay.safety .safety-wrapper .articles {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto
}

.wrapper-overlay.safety .safety-wrapper .articles .main-heading {
    margin-bottom: 40px
}

.wrapper-overlay.safety .safety-wrapper .articles .main-heading .main-heading-heading {
    font-size: 2em
}

.wrapper-overlay.safety .safety-wrapper .section {
    width: 100%;
    float: left
}

.wrapper-overlay.active {
    display: block
}

.item-list {
    margin: 20px 0 30px 0;
    width: 100%;
    float: left
}

.item-list .pager {
    width: 100%;
    float: left;
    text-align: center
}

.item-list .pager li {
    margin: 0 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    float: none;
    padding: 0.5em!important;
    line-height: 1
}

.item-list .pager li a {
    display: inline-block
}

.item-list .pager li.pager-previous a,
.item-list .pager li .pager-next a,
.item-list .pager li .pager-item a {
    color: #6F6F6E
}

.item-list .pager li.pager-current {
    border-radius: 50%;
    background-color: #98D2AC;
    padding: 8px 15px;
    color: #fff
}

.wrapper-search {
    color: #004230;
    margin-bottom: 4em
}

.wrapper-search::after {
    clear: both;
    content: "";
    display: table
}

.wrapper-search .search-results {
    text-align: left
}

.wrapper-search .search-results .search-result {
    margin-bottom: 1em;
    padding-bottom: 1em
}

.wrapper-search .search-results .search-result .title {
    margin-bottom: 10px
}

.wrapper-search .search-results .search-result .title a {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #004230;
    line-height: 1.3
}

.wrapper-search .search-results .search-result .search-snippet {
    font-size: 1.25em;
    margin-bottom: 10px
}

.wrapper-search .search-results .search-result .search-info {
    font-size: 1.125em;
    margin-bottom: 10px
}

.wrapper-search .search-results .search-result .search-info .username {
    color: #98D2AC
}

::-moz-selection {
    color: #004230;
    background: #98D2AC
}

::selection {
    color: #004230;
    background: #98D2AC
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1)
}

@media screen and (min-width:1024px) {
    ::-webkit-scrollbar {
        width: 12px;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }
    ::-webkit-scrollbar-track {
        width: 10px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .1);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }
    ::-webkit-scrollbar-thumb {
        background-color: #98D2AC;
        width: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

#site-map {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 20px
}

#site-map a {
    color: #004230!important
}

#site-map .expanded>a {
    font-weight: 700
}

.usa-footer-link {
    color: rgba(255, 255, 255, .4);
    -webkit-transition: color 0.4s linear;
    transition: color 0.4s linear
}

.usa-footer-link:hover {
    color: white
}

header.header {
    height: 6.25em;
    background-color: white;
    right: 12px;
    z-index: 15;
    -webkit-transition: background-color 1s ease 250ms, -webkit-box-shadow 250ms ease, -webkit-transform 1s ease 0s;
    transition: background-color 1s ease 250ms, -webkit-box-shadow 250ms ease, -webkit-transform 1s ease 0s;
    transition: background-color 1s ease 250ms, box-shadow 250ms ease, transform 1s ease 0s;
    transition: background-color 1s ease 250ms, box-shadow 250ms ease, transform 1s ease 0s, -webkit-box-shadow 250ms ease, -webkit-transform 1s ease 0s;
    position: fixed;
    left: 0;
    -webkit-transform: translatex(0);
    transform: translatex(0)
}

header.header.sticky-hp {
    background-color: white;
    -webkit-box-shadow: .3px 0 40px -19px #000;
    box-shadow: .3px 0 40px -19px #000;
    -webkit-transition: background-color 1s ease 0s, -webkit-transform 1s ease 0s;
    transition: background-color 1s ease 0s, -webkit-transform 1s ease 0s;
    transition: background-color 1s ease 0s, transform 1s ease 0s;
    transition: background-color 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s
}

header.header.sticky {
    top: 0;
    background-color: white;
    -webkit-box-shadow: .3px 0 40px -19px #000;
    box-shadow: .3px 0 40px -19px #000;
    -webkit-transition: background-color 1s ease 0s, -webkit-transform 1s ease 0s;
    transition: background-color 1s ease 0s, -webkit-transform 1s ease 0s;
    transition: background-color 1s ease 0s, transform 1s ease 0s;
    transition: background-color 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s
}

header.header .header-wrapper {
    position: relative;
    display: inline-block;
    height: 100%;
    z-index: 2;
    width: 100%
}

header.header .header-wrapper::after {
    clear: both;
    content: "";
    display: table
}

header.header .header-wrapper .header-logo {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 4
}

header.header .header-wrapper .header-logo h1 {
    width: 125px
}

header.header .header-wrapper .header-logo h1 img {
    width: 100%
}

header.header .header-wrapper .header-logo h1 span {
    display: none
}

header.header .header-wrapper .header-logo h1 .first {
    display: block
}

header.header .header-wrapper .header-logo h1 .last {
    display: none
}

header.header .header-wrapper .menu {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1em
}

header.header .header-wrapper .menu::after {
    clear: both;
    content: "";
    display: table
}

header.header .header-wrapper .menu i {
    color: #004230
}

header.header .header-wrapper .menu ul li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline
}

header.header .header-wrapper .menu .left-menu {
    display: inline-block;
    float: left;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s
}

header.header .header-wrapper .menu .left-menu li {
    cursor: pointer
}

header.header .header-wrapper .menu .right-menu {
    display: inline-block;
    float: right
}

header.header .header-wrapper .menu .right-menu li {
    padding: 0 .6em;
    cursor: pointer;
    text-transform: uppercase;
    float: left
}

header.header .header-wrapper .menu .right-menu li.go-to-site a {
    color: #004230;
    display: block
}

header.header .header-wrapper .menu .right-menu li.go-to-site a i {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    line-height: 20px
}

header.header .header-wrapper .menu .right-menu li:last-child {
    padding-right: 0
}

header.header .header-wrapper .menu .right-menu li.cart a {
    display: block;
    position: relative
}

header.header .header-wrapper .menu .right-menu li.cart a .number-product-cart {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #98D2AC;
    color: #fff;
    line-height: 20px;
    text-align: center;
    bottom: 50%;
    left: 50%;
    font-size: .75em
}

header.header .header-wrapper .menu .right-menu li.language-item {
    position: relative
}

header.header .header-wrapper .menu .right-menu li.language-item ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 120%;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease 0s, -webkit-transform 0.5s ease 0.1s;
    transition: all 0.35s ease 0s, -webkit-transform 0.5s ease 0.1s;
    transition: all 0.35s ease 0s, transform 0.5s ease 0.1s;
    transition: all 0.35s ease 0s, transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
    border-radius: 5px;
    border: 1px solid #004230;
    background-color: #004230;
    z-index: 2
}

header.header .header-wrapper .menu .right-menu li.language-item ul:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: translatey(-51%) rotate(45deg);
    transform: translatey(-51%) rotate(45deg);
    border-top: 1px solid #004230;
    border-left: 1px solid #004230;
    background-color: #004230;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}

header.header .header-wrapper .menu .right-menu li.language-item ul li {
    padding: 0;
    float: left;
    width: 100%
}

header.header .header-wrapper .menu .right-menu li.language-item ul li a {
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    display: block
}

header.header .header-wrapper .menu .right-menu li.language-item ul li.active {
    display: none
}

header.header .header-wrapper .menu .right-menu li.language-item ul.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease 0.1s, -webkit-transform 0.5s ease 0s;
    transition: all 0.35s ease 0.1s, -webkit-transform 0.5s ease 0s;
    transition: all 0.35s ease 0.1s, transform 0.5s ease 0s;
    transition: all 0.35s ease 0.1s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s
}

header.header.active {
    -webkit-transform: translatex(400px);
    transform: translatex(400px)
}

header.header .wrapper-search {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 0;
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: .3px 0 40px -19px #000;
    box-shadow: .3px 0 40px -19px #000
}

header.header .wrapper-search .content-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    height: 80px
}

header.header .wrapper-search .content-search form {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-top: 50px;
    position: relative
}

header.header .wrapper-search .content-search form input {
    width: 100%;
    height: 100%;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-color: #e7e7e7;
    border-width: 1px;
    border-top-style: solid;
    padding: 5px 20px 5px 80px;
    font-size: 3em;
    color: #6F6F6E
}

header.header .wrapper-search .content-search form input::-webkit-input-placeholder {
    color: #D7D4CF
}

header.header .wrapper-search .content-search form input::-moz-placeholder {
    color: #D7D4CF
}

header.header .wrapper-search .content-search form input:-ms-input-placeholder {
    color: #D7D4CF
}

header.header .wrapper-search .content-search form inputinput:-moz-placeholder {
    color: #D7D4CF
}

header.header .wrapper-search .content-search form input:focus {
    outline: none;
    border-color: #98D2AC
}

header.header .wrapper-search .content-search form i {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    margin: auto 0;
    height: 72px;
    font-size: 4.5em;
    color: #004230
}

header.header .wrapper-search .close-search {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

header.header .wrapper-search .close-search i {
    display: inline-block;
    vertical-align: middle;
    color: #7C003E
}

header.header .wrapper-search .close-search span {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

header.header .wrapper-search.active {
    -webkit-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
    height: 550px;
    padding-top: 9.375em;
    background-color: rgba(255, 255, 255, .9);
    opacity: 1;
    visibility: visible
}

header.header .wrapper-search.active .content-search form {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s
}

header.header .wrapper-search.active .close-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s
}

.carousel-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.carousel-wrapper #bullet {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50px;
    text-align: center
}

.carousel-wrapper #bullet a {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc
}

.carousel-wrapper #bullet a span {
    text-indent: 9999px;
    display: block
}

.carousel-wrapper #bullet a.selected {
    background-color: #98D2AC
}

.carousel-wrapper .carousel {
    left: 0
}

.carousel-wrapper .carousel .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.carousel-wrapper .carousel .item {
    background-size: cover;
    width: 100%;
    height: 100%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0
}

.carousel-wrapper .carousel .item .carousel-item-caption {
    -webkit-transform: translate(-25px, -50%);
    transform: translate(-25px, -50%);
    position: absolute;
    max-width: 30%;
    left: 50%;
    top: 50%;
    color: white;
    right: 5em
}

.carousel-wrapper .carousel .item .carousel-item-caption a {
    color: white
}

.carousel-wrapper .carousel .item .carousel-item-caption.darker {
    color: #004230
}

.carousel-wrapper .carousel .item .carousel-item-caption.darker a {
    color: #004230
}

.carousel-wrapper .carousel .item .carousel-item-caption.darker .item-caption-heading:after {
    background-color: #004230!important
}

.carousel-wrapper .carousel .item .carousel-item-caption strong {
    font-family: "Avenir";
    font-weight: 900
}

.carousel-wrapper .carousel .item .carousel-item-caption .item-caption-heading {
    text-transform: uppercase;
    font-size: 2.375em;
    line-height: 1
}

.carousel-wrapper .carousel .item .carousel-item-caption .item-caption-heading:after {
    content: "";
    display: block;
    position: relative;
    background-color: white;
    width: 3.125em;
    height: .1875em;
    margin: .2em 0 .4em
}

.carousel-wrapper .carousel .item .carousel-item-caption .item-caption-body {
    font-size: 1.25em
}

.carousel-wrapper .carousel .item .carousel-item-caption.full-text-slide {
    max-width: 560px
}

.news-box:hover img {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important
}

.news-box .carousel-news {
    cursor: move;
    height: 100%
}

.news-box .carousel-news .owl-controls {
    margin-bottom: 0
}

.news-box .carousel-news .owl-wrapper-outer {
    height: 100%
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper {
    height: 100%
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox {
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    padding: 1em
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed .newsbox-item {
    position: absolute;
    bottom: 0;
    background-color: #004230;
    color: white;
    left: 0;
    width: 100%;
    padding: 15px 10px 30px 10px
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed .newsbox-item h4 {
    font-size: 1em;
    line-height: 1.4em
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed .newsbox-item p {
    display: none
}

.news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed .newsbox-header {
    color: #fff
}

.news-box .carousel-news .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.news-box .carousel-news .owl-controls .owl-page span {
    background: #fff
}

.carousel-full.owl-theme .owl-controls {
    position: absolute;
    height: 100%;
    pointer-events: none
}

.carousel-full.owl-theme .owl-controls .owl-pagination {
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: auto
}

.carousel-full.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    pointer-events: auto
}

.carousel-full.owl-theme .owl-controls .owl-buttons div {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.carousel-full.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 10px;
    height: 40px;
    background-color: #fff;
    width: 40px;
    border-radius: 0;
    opacity: .5;
    padding: 0;
    margin: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"
}

.carousel-full.owl-theme .owl-controls .owl-buttons .owl-prev i {
    color: #004230;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 26px
}

.carousel-full.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    opacity: 1
}

.carousel-full.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 10px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 0;
    opacity: .5;
    padding: 0;
    margin: 0
}

.carousel-full.owl-theme .owl-controls .owl-buttons .owl-next i {
    color: #004230;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 26px
}

.carousel-full.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1
}

.carousel-full.owl-theme .owl-controls .owl-page span {
    background-color: #ccc
}

.carousel-full.owl-theme .owl-controls .owl-page.active span {
    background-color: #6f6f6f
}

.store-wrapper {
    margin-bottom: 2em;
    width: 100%;
    float: left
}

.store-wrapper .btn-redirect-link {
    margin: 0 0 10px 0
}

.store-wrapper #tab1 .model {
    background-image: url(../../images/modelle/N/1N.jpg)
}

.store-wrapper #tab2 .model {
    background-image: url(../../images/modelle/C/4C.jpg)
}

.store-wrapper #tab3 .model {
    background-image: url(../../images/modelle/R/4R.jpg)
}

.store-wrapper #tab4 .model {
    background-image: url(../../images/modelle/D/4D.jpg)
}

.store-wrapper #tab5 .model {
    background-image: url(../../images/modelle/M/4M.jpg)
}

.store-wrapper #tab6 .model {
    background-image: url(../../images/modelle/DR/9DR.jpg)
}

.store-wrapper #tab7 .model {
    background-image: url(../../images/modelle/FF/FF1.jpg)
}

.store-wrapper {
    padding: 0 1em
}

.color-herba-wrapper .visore-color {
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    padding-bottom: 45%;
    margin-bottom: 1.5em
}

.color-herba-wrapper .visore-color .visore-color-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.color-herba-wrapper .visore-color .visore-color-cont .bg-image {
    width: 30%;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%
}

.color-herba-wrapper .visore-color .visore-color-cont .bg-image.essence {
    background-position: bottom center
}

.color-herba-wrapper .visore-color .visore-color-cont .bg-image.model {
    width: 70%;
    background-position: bottom right
}

.color-herba-wrapper .visore-color .visore-color-cont .abstract {
    position: absolute;
    left: 0;
    top: 20px;
    width: 50%
}

.color-herba-wrapper .visore-color .visore-color-cont .abstract h3 {
    color: #98D2AC;
    font-size: 1.5em;
    text-transform: uppercase
}

.color-herba-wrapper .visore-color .visore-color-cont .abstract p {
    color: #004230;
    font-size: 1.125em
}

.color-herba-wrapper .owl-carousel {
    float: left;
    margin: 0 -5px
}

.color-herba-wrapper .owl-carousel .owl-wrapper-outer .newsbox .newsbox-header {
    padding-left: 10px;
    padding-right: 10px
}

.color-herba-wrapper .owl-carousel .owl-wrapper-outer .newsbox .newsbox-item {
    padding-left: 10px;
    padding-right: 10px
}

.color-herba-wrapper .owl-carousel .item {
    overflow: hidden;
    text-align: right;
    padding: 0 5px;
    cursor: pointer
}

.color-herba-wrapper .owl-carousel .item .cont-img-owl {
    width: 100%;
    height: auto;
    position: relative;
    float: left
}

.color-herba-wrapper .owl-carousel .item .cont-img-owl img {
    width: 100%;
    height: auto;
    display: block
}

.color-herba-wrapper .owl-carousel .item .cont-img-owl .bg-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 10
}

.color-herba-wrapper .owl-carousel .item .cont-img-owl .bg-active i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3em;
    color: #7ED321;
    background-color: transparent;
    width: 48px;
    height: 48px
}

.color-herba-wrapper .owl-carousel .item .cont-img-owl span.hue {
    position: absolute;
    right: 5px;
    bottom: 0;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 1.5em;
    display: block;
    font-weight: 900;
    font-family: "Avenir";
    text-transform: uppercase;
    z-index: 0
}

.color-herba-wrapper .owl-carousel .item span.name-hue {
    text-transform: uppercase;
    font-size: 1.125em;
    color: #004230;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    min-height: 52px
}

.color-herba-wrapper .owl-carousel .owl-item .item .newsbox .newsbox-header {
    padding-left: 10px;
    padding-right: 10px
}

.color-herba-wrapper .owl-carousel .owl-item .item .newsbox .newsbox-item {
    padding-left: 10px;
    padding-right: 10px
}

.color-herba-wrapper .owl-carousel .owl-item .item.active .cont-img-owl .bg-active {
    display: block
}

footer.footer {
    margin-top: 20px;
    width: 100%;
    background-color: #F1F2ED;
    float: left
}

footer.footer .footer-wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
    background-color: #004230
}

footer.footer .footer-wrapper .footer-links a {
    color: white;
    opacity: .7;
    -webkit-transition: opacity 500ms ease 0s;
    transition: opacity 500ms ease 0s;
    margin-left: 10px
}

footer.footer .footer-wrapper .footer-links a:hover {
    opacity: 1
}

footer.footer .footer-wrapper p {
    color: #BFBFBF;
    margin-top: 1em
}

footer.footer .footer-wrapper .social {
    padding-top: 1em
}

footer.footer .footer-wrapper .social ul li {
    display: inline-block;
    padding: 0 .5em
}

footer.footer .footer-wrapper .social ul li a {
    color: #8AA8A0;
    display: block;
    -webkit-transition: color 500ms ease 0s;
    transition: color 500ms ease 0s
}

footer.footer .footer-wrapper .social ul li a i {
    font-size: 1.5em
}

footer.footer .footer-wrapper .social ul li a:hover {
    color: #fff
}

.hidden-element {
    display: none!important
}

.homegrid .homegrid-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px
}

.homegrid .homegrid-row:first-child {
    margin-top: 10px
}

.homegrid .homegrid-row::after {
    clear: both;
    content: "";
    display: table
}

.homegrid .homegrid-row .tall {
    max-height: 30em;
    overflow: hidden;
    position: relative;
    padding: 0 5px
}

.homegrid .homegrid-row .tall.banda-bg a{ 
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
}

.homegrid .homegrid-row .tall.banda-bg a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}

.homegrid .homegrid-row .tall.banda-bg article {
  z-index: 2;
}

.homegrid .homegrid-row .tall img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 1.2s ease 0s;
    transition: -webkit-transform 1.2s ease 0s;
    transition: transform 1.2s ease 0s;
    transition: transform 1.2s ease 0s, -webkit-transform 1.2s ease 0s
}

.homegrid .homegrid-row .tall:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.homegrid .homegrid-row .tall.text-center .box-caption {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto
}

.homegrid .homegrid-row .tall.text-center .box-caption .box-caption-body {
    bottom: 1em;
    position: absolute;
    text-align: center;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.4em
}

.homegrid .homegrid-row .medium {
    max-height: 20em;
    overflow: hidden;
    position: relative;
    padding: 0 5px
}

.homegrid .homegrid-row .medium img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.homegrid .homegrid-row .tips-box .tips-text {
    padding: 1em;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    position: relative
}

.homegrid .homegrid-row .tips-box a {
    position: absolute;
    left: 1em;
    bottom: 1em
}

.homegrid .homegrid-row .short {
    max-height: 15em;
    overflow: hidden;
    position: relative;
    padding: 0 5px
}

.homegrid .homegrid-row .short img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s
}

.homegrid .homegrid-row .short:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.homegrid .homegrid-row .tall .box-caption,
.homegrid .homegrid-row .short .box-caption,
.homegrid .homegrid-row .medium .box-caption {
    position: absolute;
    margin: 1em 0 0 1em;
    color: white;
    z-index: 10;
    width: 60%!important
}

.homegrid .homegrid-row .tall .box-caption.darker,
.homegrid .homegrid-row .short .box-caption.darker,
.homegrid .homegrid-row .medium .box-caption.darker {
    color: #004230
}

.homegrid .homegrid-row .tall .box-caption.darker>.box-caption-heading:after,
.homegrid .homegrid-row .short .box-caption.darker>.box-caption-heading:after,
.homegrid .homegrid-row .medium .box-caption.darker>.box-caption-heading:after {
    background-color: #004230
}

.homegrid .homegrid-row .tall .box-caption.darker .box-caption-body,
.homegrid .homegrid-row .short .box-caption.darker .box-caption-body,
.homegrid .homegrid-row .medium .box-caption.darker .box-caption-body {
    color: #505050
}

.homegrid .homegrid-row .tall .box-caption .box-caption-heading,
.homegrid .homegrid-row .short .box-caption .box-caption-heading,
.homegrid .homegrid-row .medium .box-caption .box-caption-heading {
    width: 100%;
    font-size: 1.5em;
    line-height: 1
}

.homegrid .homegrid-row .tall .box-caption .box-caption-heading strong,
.homegrid .homegrid-row .short .box-caption .box-caption-heading strong,
.homegrid .homegrid-row .medium .box-caption .box-caption-heading strong {
    font-family: "Avenir";
    font-weight: 900
}

.homegrid .homegrid-row .tall .box-caption .box-caption-heading:after,
.homegrid .homegrid-row .short .box-caption .box-caption-heading:after,
.homegrid .homegrid-row .medium .box-caption .box-caption-heading:after {
    content: "";
    display: block;
    position: relative;
    background-color: white;
    width: 3.125em;
    height: .1875em;
    margin: .2em 0 .4em
}

.homegrid .homegrid-row .tall .box-caption .box-caption-body,
.homegrid .homegrid-row .short .box-caption .box-caption-body,
.homegrid .homegrid-row .medium .box-caption .box-caption-body {
    color: #fff;
    font-size: 1em;
    width: 100%;
    text-transform: uppercase
}

.homegrid .homegrid-row .tall .tips-text,
.homegrid .homegrid-row .short .tips-text,
.homegrid .homegrid-row .medium .tips-text {
    margin: 0;
    width: 50%!important
}

.homegrid .homegrid-row .tall .box-caption-centered,
.homegrid .homegrid-row .short .box-caption-centered,
.homegrid .homegrid-row .medium .box-caption-centered {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: "Avenir-Oblique";
    font-size: 1.3125em;
    font-weight: 400;
    padding: .5em;
    color: #FFF;
    z-index: 10;
    font-style: italic
}

.homegrid .homegrid-row .tall .box-caption-centered.darker,
.homegrid .homegrid-row .short .box-caption-centered.darker,
.homegrid .homegrid-row .medium .box-caption-centered.darker {
    color: #004230
}

.homegrid .homegrid-row .tall .box-caption-centered strong,
.homegrid .homegrid-row .short .box-caption-centered strong,
.homegrid .homegrid-row .medium .box-caption-centered strong {
    font-weight: 900
}

.homegrid .homegrid-row .tall .box-newletter-input,
.homegrid .homegrid-row .short .box-newletter-input,
.homegrid .homegrid-row .medium .box-newletter-input {
    position: absolute;
    bottom: 3em;
    left: 1em
}

.homegrid .homegrid-row .tall .box-newletter-input::after,
.homegrid .homegrid-row .short .box-newletter-input::after,
.homegrid .homegrid-row .medium .box-newletter-input::after {
    clear: both;
    content: "";
    display: table
}

.homegrid .homegrid-row .tall .box-newletter-input input,
.homegrid .homegrid-row .short .box-newletter-input input,
.homegrid .homegrid-row .medium .box-newletter-input input {
    float: left;
    padding: .8em 1em;
    outline: none;
    border: #98D2AC 1px solid;
    border-radius: 0px!important
}

.homegrid .homegrid-row .tall .box-newletter-input .submit-buttom,
.homegrid .homegrid-row .short .box-newletter-input .submit-buttom,
.homegrid .homegrid-row .medium .box-newletter-input .submit-buttom {
    background-color: #98D2AC;
    float: left;
    height: 49px;
    width: 49px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: padding-left 250ms ease;
    transition: padding-left 250ms ease;
    color: white
}

.homegrid .homegrid-row .tall .box-newletter-input .submit-buttom .material-icons,
.homegrid .homegrid-row .short .box-newletter-input .submit-buttom .material-icons,
.homegrid .homegrid-row .medium .box-newletter-input .submit-buttom .material-icons {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.homegrid .homegrid-row .tall .box-newletter-input .submit-buttom:hover,
.homegrid .homegrid-row .short .box-newletter-input .submit-buttom:hover,
.homegrid .homegrid-row .medium .box-newletter-input .submit-buttom:hover {
    padding-left: 10px
}

.views-view-grid {
    margin-top: 175px
}

.newsbox {
    padding: 1em
}

.newsbox .newsbox-heading {
    color: #fff;
    font-size: 1.375em
}

.newsbox .newsbox-body {
    margin-top: 1em;
    font-size: 1.125em;
    color: #fff
}

.newsbox .newsbox-date {
    margin-top: 1em;
    font-family: "Avenir-Oblique";
    color: #fff
}

body>.product-options {
    position: absolute;
    top: 150px;
    right: 15px;
    width: 60px;
    bottom: 0
}

body>.product-options .product-options-item {
    position: relative;
    margin: 10px 0
}

body>.product-options .product-options-item a {
    display: inline-block
}

body>.product-options .product-options-item a img {
    width: 100%
}

body>.product-options .product-options-item a .product-option-name {
    position: absolute;
    min-width: 155px;
    padding: 5px 10px;
    border-radius: 3px;
    top: 50%;
    background-color: #004230;
    right: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

body>.product-options .product-options-item a .product-option-name:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #004230;
    border-bottom: 10px solid transparent
}

body>.product-options .product-options-item:hover a .product-option-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%)
}

.wrapper-absolute .contenitore-universale .view-world-map .view-content .gmap-control .gm-style>div>div>div>div[style*="color: black"] {
    color: white!important;
    background-image: url(../images/marker_herbatint_2.png)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
    line-height: 32px!important
}

.rotate-device {
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #9AD1AD;
    z-index: 10000;
    text-align: center;
    padding-top: 28%;
    padding-top: 45vh
}

.rotate-device i {
    font-size: 3em;
    color: white
}

.rotate-device-tab {
    background: white;
    position: absolute;
    z-index: 4000;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: none
}

.rotate-device-tab p {
    font-size: 30px;
    font-family: "Avenir-Book";
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40%;
    color: #01422F;
    width: 100%;
    text-align: center
}

.products .intro {
    text-align: center;
    color: #004230;
    margin-bottom: 2em
}

.products .intro .intro-heading {
    font-family: "Avenir-Heavy";
    font-size: 1.125em;
    text-transform: uppercase;
    display: block
}

.products .intro .intro-body {
    font-family: "Avenir";
    font-weight: 300;
    font-size: 1.375em;
    padding: 1.5em 0 1em 0;
    text-align: left
}

.products .intro .intro-body strong {
    font-weight: 500
}

.products .intro .intro-body em {
    font-family: "Avenir-Oblique"
}

.products .product-wrapper {
    color: #004230;
    margin-bottom: 4em
}

.products .product-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.products .product-wrapper .product-description-heading {
    width: 26.5em;
    line-height: 1;
    padding: .5em 0
}

.products .product-wrapper .product-description-heading h2 {
    font-size: 2.625em;
    text-transform: uppercase;
    width: 100%
}

.products .product-wrapper .product-description-heading h2.primary-heading {
    font-family: "Avenir";
    font-weight: 900
}

.products .product-wrapper .product-description-subheading {
    font-family: "Avenir-BookOblique";
    font-size: 1.625em;
    padding: .5em 0;
    font-style: italic
}

.products .product-wrapper .product-description-subheading:after {
    content: "";
    position: relative;
    width: 160px;
    height: 5px;
    background-color: #004230;
    display: block
}

.products .product-wrapper .product-description {
    float: left;
    width: 50%;
    padding-right: 15px
}

.products .product-wrapper .product-description .product-description-body {
    padding-bottom: 1em
}

.products .product-wrapper .product-description .product-description-body p {
    margin-bottom: 10px
}

.products .product-wrapper .product-description .product-description-body p a {
    color: #004230
}

.products .product-wrapper .product-description .product-description-body ul {
    padding-left: 20px
}

.products .product-wrapper .product-description .product-description-body ul li {
    list-style-type: disc
}

.products .product-wrapper .product-description .product-description-body.spaced {
    line-height: 1.5
}

.products .product-wrapper .product-description .product-description-body p {
    font-size: 1.125em;
    font-family: "Avenir";
    font-weight: 300;
    color: #6F6F6E
}

.products .product-wrapper.hair-care .btn-redirect-link {
    margin: 0 0 10px 0
}

.products .product-wrapper.hair-care .product-image {
    float: left;
    width: 50%;
    display: table
}

.products .product-wrapper.hair-care .product-image>div {
    display: inline-block;
    vertical-align: bottom;
    float: none
}

.products .product-wrapper.hair-care .product-image img {
    width: 100%
}

.products .product-wrapper .product-image {
    float: right;
    width: 50%
}

.products .product-wrapper .product-image .product-image-caption {
    font-family: "Avenir";
    text-align: center;
    color: #98D2AC;
    font-size: 1.625em;
    font-weight: 900;
    text-transform: uppercase
}

.products .product-wrapper .product-right {
    float: right;
    width: 50%;
    padding-left: 15px
}

.products .product-wrapper .product-right .product-image {
    float: left;
    width: 100%;
    display: table
}

.products .product-wrapper .product-right .product-image>div {
    display: inline-block;
    vertical-align: bottom;
    float: none
}

.products .product-wrapper .product-right .product-image img {
    width: 100%
}

.products .product-wrapper .product-right .product-list {
    width: 100%;
    float: left;
    padding-left: 15px
}

.products .product-wrapper .product-right .product-list ul {
    padding-left: 10px
}

.products .product-wrapper .product-right .product-list ul li {
    list-style: none;
    padding-left: 30px;
    background: url(./images/product-icons/leaf.png) no-repeat;
    background-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.products .product-wrapper .button-content {
    width: 100%;
    float: left;
    margin-top: 20px
}

.products .product-options {
    margin-top: 4em;
    margin-bottom: 2em;
    float: left;
    width: 100%
}

.products .product-options .product-options-item {
    text-align: center;
    cursor: pointer;
    width: 16.6%;
    display: inline-block;
    float: left
}

.products .product-options .product-options-item img {
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s
}

.products .product-options .product-options-item .product-option-name {
    padding: .5em .12em;
    text-transform: uppercase;
    color: #98D2AC;
    font-size: .875em;
    font-family: "Avenir-Heavy"
}

.products .product-options .product-options-item:hover img {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg)
}

.products .history-wrapper,
.products .tips-wrapper {
    color: #004230;
    margin-bottom: 4em
}

.products .history-wrapper::after,
.products .tips-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.products .history-wrapper .history-description,
.products .history-wrapper .tips-description,
.products .tips-wrapper .history-description,
.products .tips-wrapper .tips-description {
    width: 100%;
    float: left
}

.products .history-wrapper .history-description .history-description-body,
.products .history-wrapper .history-description .tips-description-body,
.products .history-wrapper .tips-description .history-description-body,
.products .history-wrapper .tips-description .tips-description-body,
.products .tips-wrapper .history-description .history-description-body,
.products .tips-wrapper .history-description .tips-description-body,
.products .tips-wrapper .tips-description .history-description-body,
.products .tips-wrapper .tips-description .tips-description-body {
    padding-bottom: 1em
}

.products .history-wrapper .history-description .history-description-body.spaced,
.products .history-wrapper .history-description .tips-description-body.spaced,
.products .history-wrapper .tips-description .history-description-body.spaced,
.products .history-wrapper .tips-description .tips-description-body.spaced,
.products .tips-wrapper .history-description .history-description-body.spaced,
.products .tips-wrapper .history-description .tips-description-body.spaced,
.products .tips-wrapper .tips-description .history-description-body.spaced,
.products .tips-wrapper .tips-description .tips-description-body.spaced {
    line-height: 1.5
}

.products .history-wrapper .history-description .history-description-body p,
.products .history-wrapper .history-description .tips-description-body p,
.products .history-wrapper .tips-description .history-description-body p,
.products .history-wrapper .tips-description .tips-description-body p,
.products .tips-wrapper .history-description .history-description-body p,
.products .tips-wrapper .history-description .tips-description-body p,
.products .tips-wrapper .tips-description .history-description-body p,
.products .tips-wrapper .tips-description .tips-description-body p {
    font-size: 1.125em;
    font-family: "Avenir";
    font-weight: 300;
    color: #6F6F6E;
    margin-bottom: 20px
}

.products .history-wrapper .history-description .history-description-body p img,
.products .history-wrapper .history-description .tips-description-body p img,
.products .history-wrapper .tips-description .history-description-body p img,
.products .history-wrapper .tips-description .tips-description-body p img,
.products .tips-wrapper .history-description .history-description-body p img,
.products .tips-wrapper .history-description .tips-description-body p img,
.products .tips-wrapper .tips-description .history-description-body p img,
.products .tips-wrapper .tips-description .tips-description-body p img {
    overflow: hidden;
    margin: 10px
}

.products .history-wrapper .history-description .history-description-body ol,
.products .history-wrapper .history-description .tips-description-body ol,
.products .history-wrapper .tips-description .history-description-body ol,
.products .history-wrapper .tips-description .tips-description-body ol,
.products .tips-wrapper .history-description .history-description-body ol,
.products .tips-wrapper .history-description .tips-description-body ol,
.products .tips-wrapper .tips-description .history-description-body ol,
.products .tips-wrapper .tips-description .tips-description-body ol {
    float: left;
    width: 100%
}

.products .history-wrapper .history-description .history-description-body ol li,
.products .history-wrapper .history-description .tips-description-body ol li,
.products .history-wrapper .tips-description .history-description-body ol li,
.products .history-wrapper .tips-description .tips-description-body ol li,
.products .tips-wrapper .history-description .history-description-body ol li,
.products .tips-wrapper .history-description .tips-description-body ol li,
.products .tips-wrapper .tips-description .history-description-body ol li,
.products .tips-wrapper .tips-description .tips-description-body ol li {
    float: left;
    width: 100%
}

.products .history-wrapper .history-description .tips-description-body p img:nth-child(even),
.products .history-wrapper .tips-description .tips-description-body p img:nth-child(even),
.products .tips-wrapper .history-description .tips-description-body p img:nth-child(even),
.products .tips-wrapper .tips-description .tips-description-body p img:nth-child(even) {
    float: left;
    margin: 10px
}

.products .ingredients-wrapper {
    color: #004230;
    margin-bottom: 4em
}

.products .ingredients-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.products .ingredients-wrapper .ingredients-list {
    width: 100%
}

.products .ingredients-wrapper .ingredients-list ul {
    width: 100%
}

.products .ingredients-wrapper .ingredients-list ul li {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

.products .ingredients-wrapper .ingredients-list ul li::after {
    clear: both;
    content: "";
    display: table
}

.products .ingredients-wrapper .ingredients-list ul li .image-list {
    width: 20%;
    display: table-cell;
    vertical-align: middle
}

.products .ingredients-wrapper .ingredients-list ul li .image-list img {
    width: 100%;
    height: auto
}

.products .ingredients-wrapper .ingredients-list ul li .article-list {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.products .ingredients-wrapper .ingredients-list ul li .article-list h6 {
    margin: 0;
    font-family: "Avenir-Heavy";
    font-weight: 900;
    text-transform: none;
    font-size: 1.125rem;
    color: #98D2AC
}

.products .ingredients-wrapper .ingredients-list ul li .article-list p {
    line-height: 1.5;
    font-size: 1.125rem;
    color: #6F6F6E
}

.products .ingredients-wrapper .ingredients-list ul li.icon .image-list {
    width: 10%
}

.products .ingredients-wrapper .ingredients-list ul li.icon .article-list {
    width: 90%
}

.products .history-product-wrapper {
    color: #004230;
    margin-bottom: 4em
}

.products .history-product-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.products .history-product-wrapper ul {
    width: 100%;
    position: relative;
    height: auto;
    float: left
}

.products .history-product-wrapper ul .border-center {
    position: absolute;
    top: 100px;
    bottom: 100px;
    width: 1px;
    background-color: #979797;
    left: 0;
    right: 0;
    margin: 0 auto
}

.products .history-product-wrapper ul li {
    width: 100%;
    height: 100%;
    float: left;
    padding-right: 50%
}

.products .history-product-wrapper ul li article {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 50px
}

.products .history-product-wrapper ul li article header {
    position: absolute;
    height: 75px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -25%;
    display: inline-block
}

.products .history-product-wrapper ul li article header h2 {
    font-size: 3em;
    color: #98D2AC;
    font-weight: 400
}

.products .history-product-wrapper ul li article .divider {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
    width: 40px;
    background: url(./images/divider-green.png) center no-repeat #fff;
    background-size: contain
}

.products .history-product-wrapper ul li article section {
    font-size: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 200px
}

.products .history-product-wrapper ul li article section .img-product {
    width: 20%;
    display: inline-block;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 200px
}

.products .history-product-wrapper ul li article section .img-product img {
    width: 100%;
    height: auto
}

.products .history-product-wrapper ul li article section p {
    width: 80%;
    font-size: 1.125rem;
    display: inline-block;
    height: 100%;
    float: left;
    padding-right: 20px
}

.products .history-product-wrapper ul li:nth-child(even) {
    float: right;
    padding-left: 50%;
    padding-right: 0
}

.products .history-product-wrapper ul li:nth-child(even) article {
    padding-left: 50px;
    padding-right: 0
}

.products .history-product-wrapper ul li:nth-child(even) article header {
    right: auto;
    left: -25%
}

.products .history-product-wrapper ul li:nth-child(even) article .divider {
    right: auto;
    left: -20px
}

.products .history-product-wrapper ul li:nth-child(even) article section .img-product {
    left: 0
}

.products .history-product-wrapper ul li:nth-child(even) article section p {
    float: right;
    padding-left: 20px;
    padding-right: 0
}

.products .history-product-wrapper ul li.last-product-story {
    width: 100%;
    padding: 0;
    margin-bottom: 2em
}

.products .history-product-wrapper ul li.last-product-story article {
    width: 100%;
    float: left;
    background-color: #F5F5F5;
    padding: 0;
    position: relative;
    padding: 1em
}

.products .history-product-wrapper ul li.last-product-story article header {
    float: left;
    position: relative;
    left: 0;
    text-align: center;
    width: 100%
}

.products .history-product-wrapper ul li.last-product-story article header h2 {
    display: inline-block;
    color: #98D2AC
}

.products .history-product-wrapper ul li.last-product-story article header h3 {
    display: inline-block;
    line-height: 72px;
    text-transform: uppercase;
    color: #98D2AC;
    margin-left: 1em;
    vertical-align: top
}

.products .history-product-wrapper ul li.last-product-story article section {
    float: left;
    position: relative;
    width: 50%;
    padding-right: .5em;
    font-size: 16px
}

.products .history-product-wrapper ul li.last-product-story article section .video-product {
    width: 100%;
    height: 310px
}

.products .history-product-wrapper ul li.last-product-story article section .video-product iframe {
    width: 100%;
    height: 100%
}

.products .history-product-wrapper ul li.last-product-story article section p {
    float: left;
    width: 100%;
    color: #004230;
    padding: 0 .5em 0 0
}

.products .history-product-wrapper ul li.last-product-story article section .img-product {
    float: left;
    width: 30%;
    position: relative;
    left: auto;
    right: auto
}

.products .history-product-wrapper ul li.last-product-story article section .img-product img {
    width: 100%;
    height: auto
}

.products .history-product-wrapper ul li.last-product-story article section:last-child {
    padding-left: .5em;
    padding-right: 0
}

.products .history-product-wrapper ul li.last-product-story article:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
    height: 40px;
    background-image: url(./images/divider-green.png);
    width: 40px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.products .adjacent-products {
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    float: left;
    width: 100%;
    position: relative
}

.products .adjacent-products::after {
    clear: both;
    content: "";
    display: table
}

.products .adjacent-products .adjacent-products-item {
    padding: 1em;
    border-right: 1px solid #DFDFDF;
    min-height: 13.125em;
    cursor: pointer
}

.products .adjacent-products .adjacent-products-item::after {
    clear: both;
    content: "";
    display: table
}

.products .adjacent-products .adjacent-products-item:last-child {
    border-right: none
}

.products .adjacent-products .adjacent-products-item .adjacent-product-image img {
    width: 89%
}

.products .adjacent-products .adjacent-products-item .article {
    width: 100%
}

.products .adjacent-products .adjacent-products-item .section p {
    color: #6F6F6E
}

.products .adjacent-products .adjacent-products-item .section img {
    width: 100%
}

.products .adjacent-products .adjacent-products-item:hover {
    background-color: #98D2AC
}

.products .adjacent-products .adjacent-products-item:hover .main-heading-heading:after {
    background-color: #fff
}

.products .adjacent-products .adjacent-products-item:hover .main-heading,
.products .adjacent-products .adjacent-products-item:hover p {
    color: #fff
}

.products .adjacent-products .full-product {
    width: 100%
}

.products .adjacent-products .full-product .section img {
    width: 60%;
    float: right
}

.history-description .history-description-body h3,
.history-description .history-description-body h4,
.history-description .history-description-body h5,
.history-description .history-description-body h6 {
    font-family: "Avenir-Heavy";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #98D2AC;
    margin-bottom: 10px;
    width: 100%;
    float: left
}

.history-description .history-description-body p {
    margin-bottom: 10px
}

.history-description .history-description-body ul {
    padding-left: 20px;
    width: 100%;
    float: left
}

.history-description .history-description-body ul li {
    list-style-type: disc;
    width: 100%;
    float: left
}

.history-description .history-description-body table {
    float: left;
    width: 100%!important
}

.history-description .history-description-body table caption {
    font-family: "Avenir-Heavy";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #fff;
    width: 100%;
    padding: 10px;
    background-color: #004230
}

.history-description .history-description-body table tr:nth-child(even) {
    background-color: #fff
}

.history-description .history-description-body table tr td {
    border-color: #004230;
    font-size: 1.125em
}

table {
    float: left;
    width: 100%!important
}

table thead {
    font-family: "Avenir-Heavy";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #fff;
    background-color: #98D2AC
}

table tfoot {
    font-family: "Avenir-Heavy" s;
    font-size: 1.125rem;
    color: #fff;
    background-color: #98D2AC
}

table caption {
    font-family: "Avenir-Heavy";
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #fff;
    width: 100%;
    padding: 10px;
    background-color: #004230
}

table tr:nth-child(even) {
    background-color: #fff
}

table tr td {
    border-color: #004230;
    font-size: 1.125em
}

.content.general .no-bullet {
    list-style: none
}

.content.general .no-bullet li {
    list-style: none;
    background: none;
    padding-left: 0
}

.content.general .no-bullet li ul li {
    padding-left: 30px;
    background: url(./images/product-icons/leaf.png) no-repeat;
    background-size: 20px
}

.big-text {
    font-family: "Avenir";
    font-weight: 300;
    font-size: 1.375em
}

.content .product-wrapper ul {
    list-style-type: none;
    padding-left: 0!important
}

.content .product-wrapper ul li {
    padding-left: 30px;
    background: url(./images/product-icons/leaf.png) no-repeat;
    background-size: 20px;
    list-style-type: none!important;
    color: #6F6F6E;
    margin-bottom: 15px
}

.content.general ul {
    list-style-type: none;
    padding-left: 0
}

.content.general ul li {
    padding-left: 30px;
    background: url(./images/product-icons/leaf.png) no-repeat;
    background-size: 20px;
    list-style-type: none!important;
    color: #6F6F6E;
    margin-bottom: 15px
}

.faq-wrapper .tabs,
.gallery-wrapper .tabs,
.store-wrapper .tabs,
.color-herba-wrapper .tabs {
    font-size: 0;
    text-align: center
}

.faq-wrapper .tabs li,
.gallery-wrapper .tabs li,
.store-wrapper .tabs li,
.color-herba-wrapper .tabs li {
    display: inline-block;
    border-right: 1px solid #98D2AC;
    padding: 0 15px
}

.faq-wrapper .tabs li:last-of-type,
.gallery-wrapper .tabs li:last-of-type,
.store-wrapper .tabs li:last-of-type,
.color-herba-wrapper .tabs li:last-of-type {
    border-right: none
}

.faq-wrapper .tabs li a,
.gallery-wrapper .tabs li a,
.store-wrapper .tabs li a,
.color-herba-wrapper .tabs li a {
    font-size: 1.5rem;
    color: #98D2AC
}

.faq-wrapper .tabs li a.active,
.gallery-wrapper .tabs li a.active,
.store-wrapper .tabs li a.active,
.color-herba-wrapper .tabs li a.active {
    border-bottom: 4px solid #98D2AC
}

.faq-wrapper .wrapper-tab,
.gallery-wrapper .wrapper-tab,
.store-wrapper .wrapper-tab,
.color-herba-wrapper .wrapper-tab {
    width: 100%;
    margin-top: 20px;
    float: left
}

.faq-wrapper .wrapper-tab .tab,
.gallery-wrapper .wrapper-tab .tab,
.store-wrapper .wrapper-tab .tab,
.color-herba-wrapper .wrapper-tab .tab {
    width: 100%;
    height: 100%
}

.faq-wrapper .wrapper-tab .tab ol li,
.gallery-wrapper .wrapper-tab .tab ol li,
.store-wrapper .wrapper-tab .tab ol li,
.color-herba-wrapper .wrapper-tab .tab ol li {
    border-bottom: 1px solid #E0E0E0;
    padding: 40px 0;
    list-style: none;
    counter-increment: list;
    position: relative
}

.faq-wrapper .wrapper-tab .tab ol li:last-of-type,
.gallery-wrapper .wrapper-tab .tab ol li:last-of-type,
.store-wrapper .wrapper-tab .tab ol li:last-of-type,
.color-herba-wrapper .wrapper-tab .tab ol li:last-of-type {
    border-bottom: none
}

.faq-wrapper .wrapper-tab .tab ol li:after,
.gallery-wrapper .wrapper-tab .tab ol li:after,
.store-wrapper .wrapper-tab .tab ol li:after,
.color-herba-wrapper .wrapper-tab .tab ol li:after {
    content: counter(list) ".";
    position: absolute;
    top: 40px;
    font-size: 1.5em;
    left: -2.5em;
    width: 2em;
    text-align: right;
    color: #004230
}

.faq-wrapper .wrapper-tab .tab ol li header,
.gallery-wrapper .wrapper-tab .tab ol li header,
.store-wrapper .wrapper-tab .tab ol li header,
.color-herba-wrapper .wrapper-tab .tab ol li header {
    margin-bottom: 20px
}

.faq-wrapper .wrapper-tab .tab ol li header h6,
.gallery-wrapper .wrapper-tab .tab ol li header h6,
.store-wrapper .wrapper-tab .tab ol li header h6,
.color-herba-wrapper .wrapper-tab .tab ol li header h6 {
    font-family: "Avenir-Heavy";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #98D2AC
}

.faq-wrapper .wrapper-tab .tab ol li section p,
.gallery-wrapper .wrapper-tab .tab ol li section p,
.store-wrapper .wrapper-tab .tab ol li section p,
.color-herba-wrapper .wrapper-tab .tab ol li section p {
    color: #6F6F6E;
    font-size: 1.125em
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media::after,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media::after,
.store-wrapper .wrapper-tab .tab ul.wrapper-media::after,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media::after {
    clear: both;
    content: "";
    display: table
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li {
    padding: 0 15px 0 0;
    overflow: hidden;
    margin-bottom: 2em
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li:nth-child(even),
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li:nth-child(even),
.store-wrapper .wrapper-tab .tab ul.wrapper-media li:nth-child(even),
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li:nth-child(even) {
    padding: 0 0 0 15px
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li .article,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li .article,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li .article,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li .article {
    border-bottom: 1px solid #E0E0E0
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media {
    overflow: hidden;
    height: 350px
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media img,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media img,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media img,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li .article .gallery-media img {
    width: 100%;
    height: auto
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li footer,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li footer,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li footer,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li footer {
    padding: 10px 0
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li footer .date,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li footer .date,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li footer .date,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li footer .date {
    color: #98D2AC;
    font-size: 1.125em;
    margin-bottom: 10px;
    display: block
}

.faq-wrapper .wrapper-tab .tab ul.wrapper-media li footer h6,
.gallery-wrapper .wrapper-tab .tab ul.wrapper-media li footer h6,
.store-wrapper .wrapper-tab .tab ul.wrapper-media li footer h6,
.color-herba-wrapper .wrapper-tab .tab ul.wrapper-media li footer h6 {
    font-family: "Avenir-Heavy";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #98D2AC;
    height: 110px
}

.faq-wrapper .wrapper-tab .tab#tab2 ul.wrapper-media li .article .gallery-media,
.gallery-wrapper .wrapper-tab .tab#tab2 ul.wrapper-media li .article .gallery-media,
.store-wrapper .wrapper-tab .tab#tab2 ul.wrapper-media li .article .gallery-media,
.color-herba-wrapper .wrapper-tab .tab#tab2 ul.wrapper-media li .article .gallery-media {
    height: 300px
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper,
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper,
.store-wrapper .wrapper-tab .tab ul.store-wrapper,
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper {
    margin: 0 -7.5px;
    width: 100%;
    float: left
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li,
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li,
.store-wrapper .wrapper-tab .tab ul.store-wrapper li,
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li {
    width: 33.333337%;
    float: left;
    position: relative;
    padding: 0 7.5px
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li .article,
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li .article,
.store-wrapper .wrapper-tab .tab ul.store-wrapper li .article,
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li .article {
    height: 250px;
    padding: 1em
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li .article h4,
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li .article h4,
.store-wrapper .wrapper-tab .tab ul.store-wrapper li .article h4,
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li .article h4 {
    color: #004230;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Avenir";
    font-weight: 700
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li .article div,
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li .article div,
.store-wrapper .wrapper-tab .tab ul.store-wrapper li .article div,
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li .article div {
    color: #004230;
    font-size: .875em;
    margin-bottom: 5px
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(2),
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(2),
.store-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(2),
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(2) {
    text-transform: uppercase
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(3),
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(3),
.store-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(3),
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li .article div:nth-child(3) {
    color: #6F6F6E
}

.faq-wrapper .wrapper-tab .tab ul.store-wrapper li .article p span.number-green,
.gallery-wrapper .wrapper-tab .tab ul.store-wrapper li .article p span.number-green,
.store-wrapper .wrapper-tab .tab ul.store-wrapper li .article p span.number-green,
.color-herba-wrapper .wrapper-tab .tab ul.store-wrapper li .article p span.number-green {
    padding: 5px 10px;
    margin-left: 5px;
    background-color: #98D2AC;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    display: inline-block
}

.faq-wrapper {
    width: 100%;
    float: left;
    position: relative
}

.video-screen {
    margin-bottom: 4em;
    margin-top: 2em
}

.video-screen .dettaglio-gallery {
    width: 70%;
    height: 500px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block
}

.news-wrapper {
    color: #004230;
    margin-bottom: 4em
}
.content.general .news-wrapper {
	margin-top: 6em;
}
.content.general .news-wrapper * {
    color: #004230 !important;
}

.content.general h2 {
    font-weight: bold;
}

.news-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.news-wrapper ul li,
.content.general .news-wrapper ul li {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    padding: 0;
    background: none;
}

.news-wrapper ul li:last-child {
    margin-bottom: 0
}

.news-wrapper ul li .half {
    padding-right: 15px;
    width: 70%
}

.news-wrapper ul li .half.imgs {
    width: 30%
}

.news-wrapper ul li .half .img-news {
    overflow: hidden
}

.news-wrapper ul li .half .img-news img {
    width: 100%;
    height: auto
}

.news-wrapper ul li .half.content-news {
    position: relative
}

.news-wrapper ul li .half.content-news .header-news {
    width: 100%;
    float: left;
    position: relative
}

.news-wrapper ul li .half.content-news .header-news .date {
    color: #98D2AC;
    margin-bottom: 15px;
    display: block
}
.content.general .news-wrapper ul li .half.content-news .header-news .date {
	display: none;
}

.news-wrapper ul li .half.content-news .header-news h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Avenir-Heavy";
    font-weight: 900;
    font-size: 1.125rem;
    color: #98D2AC
}

.news-wrapper ul li .half.content-news .section-news {
    width: 100%;
    float: left;
    position: relative
}

.news-wrapper ul li .half.content-news .section-news p {
    margin-bottom: 1em;
    width: 100%;
    float: left
}
.content.general .news-wrapper ul li .half.content-news .section-news p {
	font-size: 16px;
    line-height: 1.5;
}

.news-wrapper ul li .half.content-news .section-news ol {
    width: 100%;
    float: left;
    padding-left: 25px
}

.news-wrapper ul li .half.content-news .section-news ol li {
    list-style: decimal;
    margin-bottom: 1em
}

.news-wrapper ul li .half.content-news .footer-news {
    position: relative;
    width: 100%;
    float: left;
    top: 10px
}

.news-wrapper .news-description {
    width: 100%;
    float: left
}

.news-wrapper .news-description .news-description-body {
    padding-bottom: 1em
}

.news-wrapper .news-description .news-description-body.spaced {
    line-height: 1.5
}

.news-wrapper .news-description .news-description-body div {
    width: 100%;
    float: left
}

.news-wrapper .news-description .news-description-body div.text {
    width: 70%;
    padding-left: 15px
}

.news-wrapper .news-description .news-description-body div p {
    font-size: 1.125em;
    font-family: "Avenir";
    font-weight: 300;
    color: #6F6F6E;
    float: left
}

.news-wrapper .news-description .news-description-body div p img {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 20px 10px 0
}

.news-wrapper .news-description .news-description-body .img {
    width: 30%;
    overflow: hidden;
    float: left;
    padding-right: 15px
}

.news-wrapper .news-description .news-description-body .img img {
    width: 100%
}

.press-wrapper {
    color: #004230
}

.press-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.press-wrapper .content-press {
    padding-bottom: 1em;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 1em;
    overflow: hidden
}

.press-wrapper .content-press .image-press {
    width: 35%;
    float: left;
    padding-right: 0
}

.press-wrapper .content-press .image-press .header-press span {
    color: #98D2AC;
    font-weight: 700;
    text-transform: uppercase
}

.press-wrapper .content-press .image-press .header-press h2 {
    color: #98D2AC;
    font-weight: 700;
    text-transform: uppercase
}

.press-wrapper .content-press .image-press .footer-press a {
    display: block;
    color: #98D2AC;
    font-weight: 700;
    text-transform: uppercase
}

.press-wrapper .content-press .image-press .footer-press a i {
    display: block;
    float: left;
    margin-right: 10px;
    color: #98D2AC
}

.press-wrapper .content-press .image-press img {
    width: 100%;
    height: auto
}

.press-wrapper .content-press .image-press .content-news {
    margin-bottom: 15px;
    width: 90%
}

.press-wrapper .content-press .image-press .footer-press {
    margin-top: 15px
}

.press-wrapper .content-press .right-press {
    width: 35%;
    float: right;
    text-align: left;
    padding-right: 0
}

.press-wrapper .content-press .right-press .footer-press {
    margin-top: 15px
}

.press-wrapper .content-press .right-press .footer-press a i {
    float: left;
    margin-right: 10px;
    margin-left: 0
}

.press-wrapper .content-press .right-press .footer-press .clear {
    clear: both
}

.press-wrapper .content-press .right-press .content-news {
    float: left;
    padding-left: 0;
    margin-bottom: 15px
}

.press-wrapper .content-press article {
    width: 70%;
    float: left;
    padding-left: 15px
}

.press-wrapper .content-press article .header-press .date {
    color: #98D2AC;
    margin-bottom: 15px;
    display: block
}

.press-wrapper .content-press article .header-press h2 {
    margin-bottom: 15px
}

.press-wrapper .content-press article .footer-press {
    margin-top: 15px
}

.press-wrapper .content-press article .footer-press a {
    color: #98D2AC
}

.press-wrapper .content-press article .footer-press a i {
    padding-right: 10px
}

.press-wrapper li:last-child .content-press {
    border-bottom: none
}

.world-map {
    width: 100%
}

.view-editstore {
    max-width: 1440px;
    margin: 0 auto
}

.view-editstore .views-exposed-form .views-exposed-widget .form-submit {
    border: none;
    border-radius: 0;
    background: #004230;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px
}

.view-editstore .views-exposed-form .views-exposed-widget .form-text {
    height: 35px;
    line-height: 35px;
    padding: 0 10px
}

#map-container {
    height: 750px;
    position: relative;
    margin-top: 30px
}

#map-container #map {
    float: left;
    height: 100%;
    width: calc(100% - 340px)
}

#map-container #filter-map {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    top: 0;
    background-color: rgba(0, 66, 48, .6);
    padding: 10px 1em;
    color: #fff;
    line-height: 36px
}

#map-container #filter-map .location-positioning {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    text-transform: uppercase;
    padding: 0 10px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#map-container #filter-map .location-positioning span {
    line-height: 36px;
    float: left;
    margin: 0 5px;
    font-weight: 700
}

#map-container #filter-map .location-positioning span i {
    line-height: 36px
}

#map-container #filter-map .location-positioning:hover {
    color: #004230;
    background-color: #FFF
}

#map-container #filter-map .text-desc {
    margin: 0 20px;
    float: left
}

#map-container #filter-map .search-box-map {
    width: 100%;
    max-width: 320px;
    float: left;
    margin-right: 20px
}

#map-container #filter-map .search-box-map form {
    width: 100%
}

#map-container #filter-map .search-box-map form .search-map {
    color: #fff;
    position: relative;
    width: 100%
}

#map-container #filter-map .search-box-map form .search-map input {
    border: none;
    width: 100%;
    padding: 5px 45px 5px 10px;
    height: 38px
}

#map-container #filter-map .search-box-map form .search-map input:focus {
    outline: none
}

#map-container #filter-map .search-box-map form .search-map input::-webkit-input-placeholder {
    font-size: 14px
}

#map-container #filter-map .search-box-map form .search-map button {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    border-left: 1px solid #004230;
    color: #004230
}

#map-container #filter-map .search-box-map form .search-map button:focus {
    outline: none
}

#map-container #filter-map .check-box-map {
    float: left
}

#map-container #filter-map .check-box-map .open-filter {
    float: left;
    width: 48px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#map-container #filter-map .check-box-map .open-filter i {
    line-height: 38px;
    display: inline
}

#map-container #filter-map .check-box-map .location-positioning {
    float: left;
    width: 48px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#map-container #filter-map .check-box-map .location-positioning i {
    line-height: 38px;
    display: inline
}

#map-container #filter-map .check-box-map .filter-check {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    float: left;
    line-height: 38px;
    -webkit-transition: all 0.3s ease 1s;
    transition: all 0.3s ease 1s
}

#map-container #filter-map .check-box-map .filter-check .check-item {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    opacity: 0
}

#map-container #filter-map .check-box-map .filter-check .check-item .check {
    float: left;
    position: relative;
    width: 22px;
    margin-right: 10px;
    height: 22px
}

#map-container #filter-map .check-box-map .filter-check .check-item .check .check-box {
    top: 0;
    border: 2px solid #004230;
    background-color: #fff;
    margin-top: 7px;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer
}

#map-container #filter-map .check-box-map .filter-check .check-item .check .check-box .material-icons {
    color: #004230;
    font-weight: 700;
    font-size: 18px;
    float: left;
    display: none
}

#map-container #filter-map .check-box-map .filter-check .check-item .check .check-box input {
    width: 24px;
    height: 24px;
    float: left
}

#map-container #filter-map .check-box-map .filter-check .check-item label {
    float: left;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#map-container #filter-map .check-box-map .filter-check .check-item.selected .check .check-box .material-icons {
    display: block
}

#map-container #filter-map .check-box-map .filter-check.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

#map-container #filter-map .check-box-map .filter-check.opened .check-item {
    -webkit-transform: translatex(0);
    transform: translatex(0);
    opacity: 1
}

#map-container #info-container {
    position: relative;
    float: left;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    width: 340px;
    background-color: #fff
}

#map-container #info-container .marker-view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    padding: 1em;
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
    transition: -webkit-transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    background-color: #fff
}

#map-container #info-container .marker-view.point-view li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #004230;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#map-container #info-container .marker-view.point-view li.loaded {
    opacity: 1;
    -webkit-transform: translatex(0%);
    transform: translatex(0%)
}

#map-container #info-container .marker-view.point-info-view {
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%);
    z-index: 2
}

#map-container #info-container .marker-view .distance-cont {
    position: relative;
    float: left;
    width: 40%;
    padding-top: 10px
}

#map-container #info-container .marker-view .info-cont-map {
    position: relative;
    float: left;
    width: 60%;
    padding-left: 10px;
    padding-top: 10px
}

#map-container #info-container .marker-view .box-info-asinc:last-child span.info-print {
    margin-top: 0!important
}

#map-container #info-container .marker-view .distance-cont .box-info-asinc:last-child span.info-print {
    margin-top: 0;
    text-align: center
}

#map-container #info-container .marker-view .distance-cont .box-info-asinc:last-child span.info-print i {
    font-size: 32px
}

#map-container #info-container .marker-view .distance-cont .box-info-asinc:last-child span.info-print span {
    font-size: 14px
}

#map-container #info-container .marker-view .btn-close-info {
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer;
    color: #004230;
    z-index: 1
}

#map-container #info-container .marker-view .box-info-asinc {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#map-container #info-container .marker-view .box-info-asinc.btn-async {
    margin-top: 20px;
    width: auto;
    background-color: #98D2AC
}

#map-container #info-container .marker-view .box-info-asinc.btn-async .info-print {
    margin-top: 0!important
}

#map-container #info-container .marker-view .box-info-asinc.btn-async .info-print a {
    color: #fff!important;
    padding: 5px 20px
}

#map-container #info-container .marker-view .box-info-asinc span {
    position: relative;
    float: left;
    width: 100%;
    min-height: 25px;
    line-height: 25px;
    color: #004230;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#map-container #info-container .marker-view .box-info-asinc span.label-info {
    font-weight: 700
}

#map-container #info-container .marker-view .box-info-asinc span.info-print {
    -webkit-transform: translatex(0%);
    transform: translatex(0%);
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#map-container #info-container .marker-view .box-info-asinc span.info-print.loaded {
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    opacity: 0
}

#map-container #info-container .marker-view .box-info-asinc:last-child span.info-print {
    margin-top: 10px
}

#map-container #info-container .marker-view .box-info-asinc:last-child span.info-print a {
    position: relative;
    float: left;
    width: 100%;
    color: #004230;
    font-weight: 700
}

#map-container #info-container .marker-view .box-info-asinc:last-child span.info-print a>span {
    float: left;
    width: auto;
    font-size: 24px
}

#map-container #info-container.selected .marker-view.point-info-view {
    -webkit-transform: translatex(0);
    transform: translatex(0)
}

.wrapper-contact {
    color: #004230
}

.wrapper-contact::after {
    clear: both;
    content: "";
    display: table
}

.wrapper-contact .contact-content {
    width: 100%;
    margin-bottom: 4em;
    float: left
}

.wrapper-contact .contact-content .half {
    padding-left: 10px
}

.wrapper-contact .contact-content .half:first-child {
    padding-left: 0;
    padding-right: 10px
}

.wrapper-contact .contact-content .half .form-item {
    width: 100%
}

.wrapper-contact .contact-content .half .form-item input,
.wrapper-contact .contact-content .half .form-item textarea {
    width: 100%;
    resize: none
}

.wrapper-contact .contact-content .half .form-item label {
    width: 100%;
    color: #98D2AC;
    text-transform: uppercase;
    font-family: "Avenir";
    font-weight: 900;
    font-size: .875em;
    display: block;
    margin-bottom: 10px;
    padding-left: 4px
}

.wrapper-contact .contact-content .half .form-item label.option {
    width: auto;
    display: inline-block
}

.wrapper-contact .contact-content .half .form-item input {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    color: #6F6F6E;
    margin-bottom: 10px
}

.wrapper-contact .contact-content .half .form-item input:focus {
    outline: none;
    border-bottom-color: #98D2AC
}

.wrapper-contact .contact-content .half .form-item input.form-radio {
    width: auto;
    display: inline-block
}

.wrapper-contact .contact-content .half .form-item textarea {
    border-color: #e0e0e0;
    color: #6F6F6E;
    margin-top: 10px
}

.wrapper-contact .contact-content .half .form-item textarea:focus {
    outline: none;
    border-color: #98D2AC
}

.wrapper-contact .contact-content .half input.form-submit {
    background: none;
    background-color: #98D2AC;
    border: none;
    margin: 0
}

.wrapper-contact .contact-content .half section div {
    margin-bottom: 10px;
    font-family: "Avenir";
    font-weight: 500
}

.wrapper-contact .contact-content .half section div h5 {
    text-transform: uppercase;
    font-size: 1.125em;
    color: #98D2AC;
    font-weight: 900
}

.wrapper-contact .contact-content .half section span {
    font-size: 1em;
    color: #004230;
    margin-bottom: 5px;
    display: block
}

.wrapper-contact .contact-content .half section span p {
    color: #004230;
    margin-bottom: 5px
}

.wrapper-contact .contact-content .map .map-office {
    width: 100%;
    height: 100%
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    .content.inner {
        padding: 0
    }
    .products .intro {
        padding: 1em 1em 0 1em;
        margin-bottom: 0
    }
    .products .product-wrapper {
        padding: 0 1em
    }
    .products .history-wrapper {
        padding: 0 1em
    }
    .products .history-wrapper .ingredients-wrapper {
        padding: 0
    }
    .products .history-product-wrapper,
    .products .ingredients-wrapper,
    .products .news-wrapper,
    .products .faq-wrapper,
    .products .press-wrapper,
    .products .wrapper-contact {
        padding: 0 1em
    }
    .products hr {
        margin: 4em 1em
    }
    .homegrid .homegrid-row .medium img {
        max-height: 100%;
        max-width: none;
        height: 100%
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .content.inner {
        padding: 0
    }
    .products .intro {
        padding: 1em 2em 0 2em;
        margin-bottom: 0
    }
    .products .product-wrapper {
        padding: 0 2em
    }
    .products .product-wrapper .product-description {
        width: 100%;
        padding-right: 0
    }
    .products .product-wrapper .product-description .product-description-heading {
        width: 100%
    }
    .products .product-wrapper .product-image {
        width: 100%;
        float: left
    }
    .products .product-wrapper .product-image img {
        width: 100%
    }
    .products .product-wrapper.hair-care .product-image {
        float: left;
        width: 100%
    }
    .products .product-wrapper .product-right {
        width: 100%;
        padding-left: 0
    }
    .products .product-wrapper .product-right .product-list {
        margin-bottom: 2em;
        padding-left: 0
    }
    .products .product-wrapper .product-right .product-list ul {
        padding: 0
    }
    .products .product-wrapper footer {
        text-align: center
    }
    .products hr {
        margin: 4em 2em
    }
    .products .adjacent-products .half {
        width: 50%
    }
    .products .history-wrapper .history-description {
        padding: 0 2em
    }
    .products .history-wrapper .history-description .history-description-body {
        padding-top: 1em
    }
    .products .history-wrapper .history-description .history-description-body p img {
        width: auto;
        padding: .5em;
        margin: 0
    }
    .products .history-product-wrapper ul .border-center {
        right: auto;
        left: 15%
    }
    .products .history-product-wrapper ul li {
        padding-left: 15%;
        padding-right: 0;
        margin-bottom: 1em
    }
    .products .history-product-wrapper ul li:nth-child(even) {
        padding-left: 15%;
        padding-right: 0
    }
    .products .history-product-wrapper ul li:nth-child(even) article header {
        left: auto;
        right: -25%
    }
    .products .history-product-wrapper ul li article {
        padding-right: 0;
        padding-left: 50px
    }
    .products .history-product-wrapper ul li article header {
        left: auto;
        right: -25%;
        position: relative
    }
    .products .history-product-wrapper ul li article .divider {
        right: auto;
        left: -20px
    }
    .products .history-product-wrapper ul li article section .img-product {
        float: left;
        position: relative;
        right: auto
    }
    .products .history-product-wrapper ul li article section p {
        padding-right: 0;
        padding-left: 15px
    }
    .products .ingredients-wrapper .ingredients-list {
        padding: 0 2em;
        float: left
    }
    .products .ingredients-wrapper .ingredients-list.list-icons {
        padding: 0
    }
    .products .ingredients-wrapper .ingredients-list.list-icons ul {
        padding: 0
    }
    .products .store-wrapper {
        padding: 0 2em
    }
    .products .store-wrapper .wrapper-tab .tab ul.store-wrapper li {
        width: 50%
    }
    .products .faq-wrapper .wrapper-tab,
    .products .gallery-wrapper .wrapper-tab {
        padding: 0 2em
    }
    .products .tips-wrapper {
        padding: 0 2em
    }
    .products .news-wrapper {
        padding: 0 2em
    }
    .products .news-wrapper ul li .half {
        width: 100%;
        padding-right: 0
    }
    .products .news-wrapper ul li .half.content-news {
        padding-left: 0;
        margin-top: 20px
    }
    .products .news-wrapper ul li .half.content-news .footer-news {
        right: auto;
        left: 0
    }
    .products .news-wrapper ul li:nth-child(even) .half {
        padding-left: 0;
        text-align: left
    }
    .products .news-wrapper ul li:nth-child(even) .half.content-news {
        padding-right: 0
    }
    .products .gallery-wrapper .wrapper-tab .tab ul.wrapper-media .half {
        width: 50%
    }
    .products .gallery-wrapper .wrapper-tab .tab ul.wrapper-media .half .article .gallery-media {
        height: 250px
    }
    .products .gallery-wrapper .wrapper-tab .tab#tab2 ul.wrapper-media .half .article .gallery-media {
        height: 250px
    }
    .products .product-wrapper.hair-care .product-image>div.half {
        width: 50%
    }
    .half {
        width: 100%
    }
    .quarter {
        width: 50%
    }
    .products .history-product-wrapper {
        padding: 0 2em
    }
    .products .history-product-wrapper ul li.last-product-story {
        padding-left: 0
    }
    .products .history-product-wrapper ul li.last-product-story article:before {
        display: none
    }
    .products .history-product-wrapper ul li.last-product-story article header {
        left: auto;
        text-align: center;
        right: auto
    }
    .products .history-product-wrapper ul li.last-product-story article header h2 {
        font-size: 1.375em;
        display: inline-block
    }
    .products .history-product-wrapper ul li.last-product-story article header h3 {
        font-size: 1.125em;
        line-height: 33px;
        display: inline-block;
        margin-left: .5em
    }
    .products .history-product-wrapper ul li.last-product-story article section {
        width: 100%;
        padding: 0
    }
    .products .history-product-wrapper ul li.last-product-story article section .video-product {
        margin-bottom: 1em
    }
    .products .history-product-wrapper ul li.last-product-story article section .img-product img {
        width: 70%
    }
    .homegrid .homegrid-row .short {
        max-height: 20em
    }
    .homegrid .homegrid-row .short.quarter.last:nth-of-type(2),
    .homegrid .homegrid-row .short.quarter.last:nth-of-type(3) {
        width: 50%
    }
    .homegrid .homegrid-row .medium.third {
        width: 50%
    }
    .homegrid .homegrid-row .medium.third:first-child {
        width: 100%
    }
    .homegrid .homegrid-row .medium.third:last-child {
        height: 20em
    }
    .homegrid .homegrid-row .medium.third:last-child img {
        height: 100%;
        max-width: none;
        width: auto;
        float: right
    }
    .wrapper-contact,
    .press-wrapper {
        padding: 0 2em
    }
    .product-options {
        padding: 0 1em
    }
    .wrapper-overlay.safety .safety-wrapper {
        width: 80%;
        height: 80%
    }
    .wrapper-overlay.footer-ov .footer-overlay-wrapper {
        width: 80%;
        height: 80%
    }
}

@media screen and (max-width:768px) {
    header.header .header-wrapper .menu .right-menu li.language-item ul {
        width: 35px;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        right: auto
    }
    header.header .header-wrapper .menu .right-menu li.language-item ul.active {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .carousel-full.owl-theme .owl-controls .owl-buttons {
        top: 30px
    }
    footer.footer {
        margin-top: 0
    }
    .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption {
        padding-right: 20px
    }
    .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption .item-caption-body {
        font-size: 1.125em
    }
    .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption .item-caption-heading {
        font-size: 1.625em
    }
    .content.inner {
        padding: 0
    }
    .content {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    .homepage-content {
        padding-left: 0px!important;
        padding-right: 0px!important
    }
    .store-wrapper {
        padding: 0 1em
    }
    .products .intro {
        padding: 0 1em
    }
    .products .product-wrapper {
        padding: 0 1em
    }
    .products .product-wrapper .product-description {
        width: 100%;
        padding-right: 0
    }
    .products .product-wrapper .product-right {
        width: 100%;
        padding-left: 0
    }
    .products .product-wrapper footer {
        text-align: center
    }
    .products hr {
        margin: 4em 1em
    }
    .half {
        width: 100%
    }
    .quarter {
        width: 50%
    }
    .wrapper-overlay.safety .safety-wrapper {
        width: 80%;
        height: 80%
    }
    .homegrid .homegrid-row .medium {
        height: 320px!important
    }
    .homegrid .homegrid-row .medium.third:last-child img {
        height: 100%;
        max-width: none;
        width: auto;
        float: right
    }
    .homegrid .homegrid-row .medium img {
        height: 320px!important
    }
    .homegrid .homegrid-row .medium .tips-text {
        width: 65%!important
    }
    .homegrid .homegrid-row .tips-box img {
        float: right;
        max-width: none
    }
    .products .history-product-wrapper ul li.last-product-story article:before {
        display: none
    }
    .products .history-product-wrapper ul li.last-product-story article header {
        left: auto;
        text-align: initial
    }
    .products .history-product-wrapper ul li.last-product-story article header h2 {
        font-size: 1.375em;
        display: inline-block;
        float: left
    }
    .products .history-product-wrapper ul li.last-product-story article header h3 {
        font-size: 1.125em;
        line-height: 33px;
        display: inline-block;
        float: left;
        margin-left: .5em
    }
    .products .history-product-wrapper ul li.last-product-story article section {
        width: 100%;
        padding: 0
    }
    .products .history-product-wrapper ul li.last-product-story article section .video-product {
        margin-bottom: 1em
    }
    .homegrid .homegrid-row .short {
        max-height: 20em
    }
    .homegrid .homegrid-row .medium:first-child {
        width: 100%
    }
    .homegrid .homegrid-row .medium {
        width: 50%
    }
    .homegrid .homegrid-row .medium .tips-text {
        width: 55%!important
    }
    .press-wrapper,
    .news-wrapper {
        color: #004230;
        margin-bottom: 4em
    }
    .press-wrapper::after,
    .news-wrapper::after {
        clear: both;
        content: "";
        display: table
    }
    .press-wrapper ul li .half.imgs,
    .news-wrapper ul li .half.imgs {
        width: 40%
    }
    .press-wrapper ul li .half.content-news,
    .news-wrapper ul li .half.content-news {
        padding-left: 0px!important;
        width: 100%!important
    }
}

@media screen and (max-width:1024px) {
    header.header {
        right: 0!important
    }
}

@media screen and (max-width:480px) {
    #site-map {
        margin-top: 0
    }
    .btn-redirect-link {
        text-align: left
    }
    #map-container {
        height: 100%
    }
    #map-container #filter-map .location-positioning {
        width: 40px;
        padding: 0;
        text-align: center
    }
    #map-container #filter-map .location-positioning span {
        margin: 0;
        width: 100%
    }
    #map-container #filter-map .location-positioning span:last-child {
        display: none
    }
    #map-container #filter-map .text-desc {
        display: none
    }
    #map-container #filter-map .search-box-map {
        margin: 0 0 0 20px;
        width: calc(100% - 60px)
    }
    #map-container #info-container {
        width: 100%;
        position: relative;
        height: auto
    }
    #map-container #info-container .marker-view {
        display: none;
        position: relative
    }
    #map-container #info-container .marker-view.point-view {
        display: block
    }
    #map-container #info-container.selected .marker-view.point-view {
        display: none
    }
    #map-container #info-container.selected .marker-view.point-info-view {
        display: block
    }
    #map-container #map {
        width: 100%;
        height: 50vh;
        top: 60px
    }
    .carousel-full.owl-theme .owl-controls {
        position: relative;
        height: auto
    }
    .carousel-full.owl-theme .owl-controls .owl-pagination {
        position: relative;
        width: auto;
        margin-bottom: 0px!important
    }
    .carousel-full.owl-theme .owl-controls .owl-buttons {
        display: none
    }
    .content {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    .homepage-content {
        padding-left: 0px!important;
        padding-right: 0px!important
    }
    footer.footer {
        margin-top: 0px!important
    }
    .none {
        display: none
    }
    p {
        font-size: 1em;
        line-height: 1.2
    }
    hr {
        margin: 2em 1em
    }
    ol {
        margin-top: 0
    }
    .press-wrapper .content-press .image-press {
        width: 100%
    }
    .store-wrapper select.tabs {
        display: block;
        width: 100%;
        float: left;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 1em
    }
    .store-wrapper .wrapper-tab .tab ul.store-wrapper li {
        width: 100%
    }
    .store-wrapper .wrapper-tab .tab ul.store-wrapper li .article {
		height: auto !important;
		margin-bottom: 40px;
    }
    .color-herba-wrapper .visore-color {
        padding-bottom: 70%
    }
    .color-herba-wrapper .visore-color .visore-color-cont .bg-image.essence {
        display: none
    }
    .color-herba-wrapper .visore-color .visore-color-cont .bg-image.model {
        width: 100%;
        float: right
    }
    .color-herba-wrapper .visore-color .visore-color-cont .abstract {
        top: 0
    }
    .color-herba-wrapper .visore-color .visore-color-cont .abstract h3 {
        font-size: 1.125em
    }
    .color-herba-wrapper .visore-color .visore-color-cont .abstract p {
        font-size: .875em
    }
    .color-herba-wrapper .owl-carousel .item span.name-hue {
        min-height: auto;
        font-size: .75em
    }
    .content.inner {
        margin-top: 5em
    }
    .products .news-wrapper {
        padding: 1em
    }
    .products .intro .intro-heading {
        font-size: .75em
    }
    .products .intro .page-heading {
        font-size: 1.375em
    }
    .products .intro .intro-body {
        font-size: 1em
    }
    .products .history-product-wrapper ul .border-center {
        left: 25px;
        right: auto;
        top: 60px;
        bottom: 0
    }
    .products .history-product-wrapper ul li:nth-child(even) {
        width: 100%;
        padding-left: 0
    }
    .products .history-product-wrapper ul li:nth-child(even) article header {
        left: 25px
    }
    .products .history-product-wrapper ul li:nth-child(even) article .divider {
        left: -5px
    }
    .products .history-product-wrapper ul li:nth-child(even) article section p {
        padding: 0
    }
    .products .history-product-wrapper ul li:nth-child(odd) {
        width: 100%;
        padding-right: 0
    }
    .products .history-product-wrapper ul li article {
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 50px
    }
    .products .history-product-wrapper ul li article header {
        position: relative;
        left: 25px;
        right: auto
    }
    .products .history-product-wrapper ul li article .divider {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0;
        right: auto;
        left: -5px
    }
    .products .history-product-wrapper ul li article section .img-product {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center
    }
    .products .history-product-wrapper ul li article section .img-product img {
        width: 60%
    }
    .products .history-product-wrapper ul li article section p {
        width: 100%;
        font-size: 1rem;
        padding: 0
    }
    .products .history-product-wrapper ul li.last-product-story article:before {
        display: none
    }
    .products .history-product-wrapper ul li.last-product-story article header {
        left: auto;
        text-align: initial
    }
    .products .history-product-wrapper ul li.last-product-story article header h2 {
        font-size: 1.375em;
        display: inline-block;
        float: left
    }
    .products .history-product-wrapper ul li.last-product-story article header h3 {
        font-size: 1.125em;
        line-height: 33px;
        display: inline-block;
        float: left;
        margin-left: .5em
    }
    .products .history-product-wrapper ul li.last-product-story article section {
        width: 100%;
        padding: 0
    }
    .products .history-product-wrapper ul li.last-product-story article section .video-product {
        margin-bottom: 1em
    }
    .products .history-product-wrapper ul li.last-product-story article section p {
        float: right;
        width: 100%
    }
    .products .history-product-wrapper ul li.last-product-story article section .img-product {
        position: relative;
        width: 100%;
        float: left;
        text-align: center
    }
    .products .history-product-wrapper ul li.last-product-story article section .img-product img {
        width: 50%
    }
    .products .product-options {
        margin-top: 2em;
        margin-bottom: 0
    }
    .products .product-options .product-options-item {
        width: 50%;
        margin-bottom: .5em
    }
    .products .product-wrapper {
        margin-bottom: 2em
    }
    .products .product-wrapper .product-description {
        width: 100%;
        padding-right: 0
    }
    .products .product-wrapper .product-description .product-description-body h3 {
        font-size: 1.125em;
        line-height: 1.2;
        margin-bottom: 10px
    }
    .products .product-wrapper .product-description .product-description-body p {
        font-size: 1em;
        line-height: 1.2
    }
    .products .product-wrapper .product-description-heading {
        width: 100%
    }
    .products .product-wrapper .product-description-heading h2 {
        font-size: 1.25em
    }
    .products .product-wrapper .product-description-subheading {
        padding: 0 0 .5em 0;
        width: 100%
    }
    .products .product-wrapper .product-image {
        width: 100%!important;
        float: left
    }
    .products .product-wrapper .product-right {
        width: 100%;
        padding-left: 0;
        float: left
    }
    .products .product-wrapper .button-content {
        text-align: center
    }
    .products .adjacent-products {
        margin-top: 20px;
        border-bottom: 1px solid #DFDFDF
    }
    .products .adjacent-products .half {
        width: 100%
    }
    .products .adjacent-products .half.adjacent-products-item {
        border-bottom: 1px solid #DFDFDF;
        border-right: none
    }
    .products .adjacent-products .half.adjacent-products-item:last-child {
        border-bottom: none
    }
    .products .adjacent-products .full-product .section img {
        width: 100%;
        float: none
    }
    .btnUp {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px
    }
    .hero.inner {
        top: 0;
        height: 9.375em
    }
    .content.inner {
        padding: 0;
        margin-top: 0
    }
    .content.inner .intro {
        padding: 2em 1em 0 1em
    }
    .content.inner .product-wrapper,
    .content.inner .history-wrapper,
    .content.inner .history-product-wrapper,
    .content.inner .faq-wrapper,
    .content.inner .press-wrapper,
    .content.inner .wrapper-contact,
    .content.inner .ingredients-wrapper {
        padding: 0 1em
    }
    .big-text {
        display: none
    }
    header.header {
        height: 5em
    }
    header.header .wrapper-search .content-search {
        width: 100%
    }
    header.header .wrapper-search .content-search form {
        margin-top: 0;
        padding: 0 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    header.header .wrapper-search .content-search form i {
        height: 36px;
        font-size: 2.25em;
        left: auto;
        margin: 0;
        top: 0
    }
    header.header .wrapper-search .content-search form input {
        padding: 0 20px 0 36px;
        font-size: 1.5em
    }
    header.header .wrapper-search.active {
        padding-top: 5em;
        height: 350px
    }
    header.header .header-wrapper .menu .right-menu ul li {
        padding: 0 .2em
    }
    header.header .header-wrapper .header-logo {
        top: .4em;
        left: 110px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    header.header .header-wrapper .header-logo h1 .first {
        display: none
    }
    header.header .header-wrapper .header-logo h1 .last {
        display: block;
        width: auto;
        height: 55px
    }
    header.header.active {
        -webkit-transform: translatex(80%);
        transform: translatex(80%)
    }
    .aside {
        width: 80%;
        -webkit-transform: translatex(-100%);
        transform: translatex(-100%)
    }
    .aside .menu-float-left .menu-cont {
        top: 2em
    }
    .aside .menu-float-left .menu-cont .wrapper-list-menu li a {
        font-size: 1.125em
    }
    .aside .menu-float-left .social .submenu-social li {
        padding: 0 10px 0 0
    }
    .aside .menu-float-left .social .submenu-social li a i {
        font-size: 1.5rem!important
    }
    .aside.active {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
    .wrapper-absolute {
        padding-top: 80px
    }
    .wrapper-absolute .carousel-news .owl-wrapper-outer .newsbox .newsbox-header {
        padding-left: 10px;
        padding-right: 10px
    }
    .wrapper-absolute .carousel-news .owl-wrapper-outer .newsbox .newsbox-item {
        padding-left: 10px;
        padding-right: 10px
    }
    .wrapper-absolute .carousel-news .owl-wrapper-outer .owl-controls {
        padding-bottom: 20px
    }
    .wrapper-absolute .carousel-news .owl-controls {
        margin-bottom: 20px
    }
    .wrapper-absolute.active {
        -webkit-transform: translatex(80%);
        transform: translatex(80%)
    }
    .wrapper-absolute .homegrid .homegrid-row .half {
        width: 100%
    }
    .wrapper-absolute .homegrid .homegrid-row .quarter {
        width: 100%
    }
    .wrapper-absolute .homegrid .homegrid-row .third {
        width: 100%
    }
    .wrapper-absolute .homegrid .homegrid-row .medium {
        max-height: none;
        height: 250px!important;
        margin-bottom: 10px
    }
    .wrapper-absolute .homegrid .homegrid-row .medium img {
        width: 100%;
        max-height: none
    }
    .wrapper-absolute .homegrid .homegrid-row .medium .box-newletter-input {
        bottom: 1em
    }
    .wrapper-absolute .homegrid .homegrid-row .medium.video {
        text-align: center
    }
    .wrapper-absolute .homegrid .homegrid-row .medium.video iframe {
        width: 100%!important
    }
    .wrapper-absolute .carousel-wrapper {
        height: auto!important
    }
    .wrapper-absolute .carousel-wrapper .carousel {
        height: auto!important
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-wrapper-outer {
        height: 100%
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-wrapper-outer .item {
        background-size: contain;
        margin-top: -40px
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption {
        margin-top: 120px;
        -webkit-transform: none;
        transform: none;
        left: auto;
        right: auto;
        padding: 1em;
        max-width: 100%;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0;
        color: #004230!important
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
        color: #004230!important
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption h2:after {
        background-color: #004230!important;
        margin-top: 0.6em!important
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-wrapper-outer .item .carousel-item-caption .item-caption-body {
        font-size: 1.125em;
        line-height: 1.1;
        color: black!important
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-controls {
        position: relative;
        bottom: 0
    }
    .wrapper-absolute .carousel-wrapper .carousel .owl-controls .padding-bottom {
        padding-bottom: 10px
    }
    .wrapper-absolute .history-description-body .ingredients-wrapper {
        padding: 0;
        margin: 0
    }
    .wrapper-absolute .history-description-body .ingredients-wrapper .ingredients-list ul li .article-list p {
        font-size: 1em;
        line-height: 1.2
    }
    .wrapper-absolute .history-description-body p iframe {
        width: 100%!important;
        height: auto
    }
    .wrapper-absolute .ingredients-wrapper .ingredients-list ul li .article-list p {
        font-size: 1em;
        line-height: 1.2
    }
    .wrapper-absolute .ingredients-wrapper .ingredients-list ul li .image-list {
        text-align: center
    }
    .wrapper-absolute .ingredients-wrapper .ingredients-list ul li .image-list img {
        width: 50%
    }
    .wrapper-absolute .products .ingredients-wrapper .ingredients-list {
        float: left
    }
    .wrapper-absolute .products .ingredients-wrapper .ingredients-list ul {
        padding: 0
    }
    .wrapper-absolute .products .ingredients-wrapper .ingredients-list ul li {
        margin-bottom: 1.5em
    }
    .wrapper-absolute .products .ingredients-wrapper .ingredients-list ul li .image-list {
        width: 100%!important;
        display: block
    }
    .wrapper-absolute .products .ingredients-wrapper .ingredients-list ul li .article-list {
        width: 100%!important;
        margin-top: 10px;
        padding: 0!important;
        display: block
    }
    .products .history-wrapper {
        margin-bottom: 2em
    }
    .products .history-wrapper .history-description .history-description-body {
        padding-top: 1em
    }
    .products .history-wrapper .history-description .history-description-body p {
        font-size: 1em
    }
    .products .history-wrapper .history-description .history-description-body p img {
        width: 100%!important;
        padding: .5em;
        margin: 0 auto!important;
        float: none!important;
        position: relative;
        left: 0;
        right: 0;
        display: block;
        height: auto
    }
    .news-wrapper .half {
        width: 100%!important;
        padding: 0!important;
        text-align: left!important
    }
    .wrapper-contact .half {
        width: 100%!important;
        padding: 0!important;
        margin-bottom: 1em
    }
    footer.footer .footer-wrapper p {
        font-size: .75em
    }
    ul.tabs {
        display: none
    }
    select.tabs {
        display: block;
        width: 100%;
        float: left;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 1em!important;
        height: 50px;
        border: 1px solid #98D2AC;
        border-radius: 0px!important;
        background-color: white
    }
    .wrapper-overlay.messages .messages-wrapper {
        width: 80%
    }
    .wrapper-overlay.newsletter .newsletter-wrapper {
        width: 90%;
        height: 80%
    }
    .wrapper-overlay.newsletter .newsletter-wrapper .article {
        position: relative;
        width: 100%;
        height: 100%
    }
    .wrapper-overlay.newsletter .newsletter-wrapper .article .section {
        width: 100%;
        position: relative
    }
    .wrapper-overlay.newsletter .newsletter-wrapper .left,
    .wrapper-overlay.newsletter .newsletter-wrapper .right {
        width: 100%
    }
    .wrapper-overlay.footer-ov .footer-overlay-wrapper {
        width: 90%;
        height: 80%
    }
    .wrapper-overlay.safety .safety-wrapper {
        width: 80%;
        height: 80%
    }
    .wrapper-overlay .close-overlay {
        right: 0
    }
    .homegrid .homegrid-row .medium .tips-text {
        width: 65%!important
    }
    .homegrid .homegrid-row .tall.first-box .box-caption-body {
        display: none
    }
    .homegrid .homegrid-row .tall.COLOR {
        display: none
    }
    .configuratore-button {
        display: none!important
    }
    .homegrid .homegrid-row .medium.third:last-child img {
        height: 100%;
        max-width: none;
        width: auto;
        float: right
    }
    .homegrid .homegrid-row .newsletter-box .box-caption {
        padding: 10px
    }
    .homegrid .homegrid-row .newsletter-box .box-newletter-input {
        padding-left: 10px;
        bottom: 25px!important
    }
    .news-box .carousel-news .owl-controls {
        margin-bottom: -20px
    }
    .news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed .newsbox-item h4 {
        font-size: 12px;
        line-height: 14px
    }
    .news-box .carousel-news .owl-wrapper-outer .owl-wrapper .owl-item .item .newsbox .bg-overlayed .newsbox-item footer {
        display: none
    }
    .products .gallery-wrapper .wrapper-tab .tab ul.wrapper-media .half {
        width: 100%;
        padding: 0px!important
    }
    .products .gallery-wrapper .wrapper-tab .tab ul.wrapper-media .half .article .gallery-media {
        height: auto!important
    }
    .video-screen .dettaglio-gallery {
        width: 100%;
        height: 200px
    }
    .press-wrapper ul li .imgs,
    .news-wrapper ul li .imgs {
        width: 100%!important;
        margin-bottom: 15px
    }
}

@media screen and (max-width:830px) and (orientation:portrait) {
    header.header .header-wrapper .menu .right-menu li.go-to-site {
        display: none
    }
}

@media screen and (max-width:640px) and (orientation:portrait) {
    .news-wrapper .news-description .news-description-body figure.img {
        width: 100%
    }
    .news-wrapper .news-description .news-description-body figure.img img {
        width: 100%
    }
    .homegrid .homegrid-row .tall:hover img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}