
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    /*-webkit-transform: scale(1);*/
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
    color: #ffffff;
    outline: 0;
    text-decoration: underline;
    transition: color 0.2s ease-in-out 0s;
}
a:hover, a:focus {
    color: #ffffff;
    text-decoration: underline;
}

p {
    margin: 0 0 0.8em 0;
}

h1,h2,h3 {
    font-family: 'Amaranth', sans-serif;
    font-style: italic;
    margin: 0 0 0.5em 0;
    line-height: 1;
    font-weight: normal;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 50px;
    line-height: 1.3;
}

a.b, input.b {
    cursor: pointer;
    display: inline-block;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 18px;
    transition: all 0.4s ease-in-out 0s;
    background-color: #003d1f;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}
a.b:hover, input.b:hover, span.b:hover {
    text-decoration: none;
    background-color: #CABC9F;
}

.hover {
    transition: all 0.4s ease-in-out 0s;
}
.hover:hover {
    opacity:.80;
    filter:alpha(opacity=80);
    cursor:pointer;
    transition: all 0.4s ease-in-out 0s;
}

.center {
    width: 100%;
}

img {
    max-width: 100%;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body .desktop {
    display: inline-block !important;
}
body .mobile {
    display: none !important;
}

#wrapper {
    overflow: hidden;
    min-height: 480px;
}
.content {
    max-width: 1465px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

header {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}
header div.topbar {
    background: #004a23;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
}
header div.topbar div.content {
    max-width: 1030px;
}
header div.top-menu ul,
header div.social ul,
header nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
header div.top-menu ul li,
header div.social ul li,
header nav ul li {
    margin: 0 8px;
    list-style: none;
    float: left;
    display: inline-block;
}
header div.top-menu {
    float: right;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
header div.top-menu a {
    color: #ffffff;
    text-decoration: none;
}
header div.top-menu a:hover {    
    color: #339800;
}
header div.top-menu a.b {
    font-size: 12px;
    background: #ffffff;
    color: #004a23;
    padding: 0 10px;
    line-height: 26px;
}
header div.top-menu a.b:hover {    
    color: #ffffff;
    background: #339800;
}
header div.top-menu span {
    margin-right: 5px;
}
header div.social {
    float: left;
    font-size: 14px;
}
header div.social ul li {
    margin: 0;
}
header div.social a,
header div.top-menu a {
    display: inline-block;
}
header div.social a .fa,
header div.top-menu a .fa {
    color: #004a23;
    transition: color 0.2s ease-in-out 0s;
}
header div.social a .fa-circle,
header div.top-menu a .fa-circle {
    color: #ffffff;
    transition: color 0.2s ease-in-out 0s;
}
header div.social a:hover .fa,
header div.top-menu a:hover .fa {
    color: #ffffff;
}
header div.social a:hover .fa-circle,
header div.top-menu a:hover .fa-circle {
    color: #339800 !important;
}

header a.phone {
    display: inline-block;
}
header a.phone .fa {
    color: #ffffff;
}
header a.phone .fa-circle {
    color: #004a23;
    transition: color 0.2s ease-in-out 0s;
}
header a.phone:hover .fa-circle {
    color: #339800 !important;
}

header div.headMenu div.content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}
header div.headMenu div.menu {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}
header div.headMenu div#logo {
    flex: 0 0 20%;
    padding: 10px 0 40px 0;
    width: 179px;
}

header nav {
    text-align: center;
    width: 100%;
}
header nav ul {
    display: flex;
    align-items: center;
}
header nav ul li {
    margin: 0;
    flex: 0 0 33.33%;
}
header nav ul li a {
    color: #002c00;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
}
header nav ul li a:focus {
    color: #002c00;
    text-decoration: none;
}
header nav ul li a.current {
    color: #339800;
    text-decoration: none;
}
header nav ul li a:hover {
    color: #339800;
    text-decoration: none;
}

/*Responsive Menu */
.global-nav__mobile-overlay {
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #003d1f;
    color: #ffffff;
}
.responsivemenu {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0;
    left: 0;
    max-height:100%;
    overflow-y: scroll;
    z-index: 9999;
    height: 100%;
    background-color: #003d1f;
    transition: all 0.4s ease-in-out 0s;
}
.responsivemenu img {
    margin-top: 25px;
}
.hidden-left {
    left: -100vw;
}

body.fixed {
    overflow: hidden;
}

/* top level elements */
#nav  {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    text-align: left;
}
#nav li {
    display: inline;
    float: left;
    height: auto;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#nav > li > a {
    font-size: 18px;
    height: auto;
    line-height: 1.2;
    padding: 8px 35px;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
#nav > li > a.current {
    background-color: #ff6152;
}
#nav > li > a:hover,
#nav > li > a:focus {
    color: #ffffff;
    text-decoration: none;
}
 
/* HOME */
div#head {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    min-height: 600px;
}
div#head video.myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
/*div#head div.content {
    height: 100%;
}*/
div#head img.can-bonduelle {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 30%;
    min-width: 270px;
}

div#commitment {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    background: url('../img/bg-commitment.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
div#commitment div.title {
    background-color: #003d1f;
    height: 80px;
}
div#commitment div.title img {
    margin: -28px 0 -50px 0;
    max-width: 35%;
    min-width: 223px;
}
div#commitment div.text {
    font-family: Amaranth, sans-serif;
    font-style: italic;
    max-width: 820px;
    margin: 40px auto;
    font-size: 35px;
    text-shadow: 4px 4px 4px rgba(73, 73, 73, 1);
}
div#commitment div.video {
    max-width: 1055px;
    margin: 0 auto;
}
.video-container {
    position:relative;
    padding-bottom:52.25%;
    padding-top:40px;
    height:0;
    overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.owl-prev.disabled,
.owl-next.disabled {
    display: none;
}

div#process {
    position: relative;
    margin-bottom: 45px;
}
div#process a.next {
    position: absolute;
    bottom: 20px;
    right: 5%;
    z-index: 9;
}
div#process .owl-carousel .owl-item img,
div#commitment-slide .owl-carousel .owl-item img {
    width: auto;
}
/*div#process .owl-carousel .owl-stage {
    display: flex;
}*/
div#process .owl-carousel .owl-stage .slide {
    height: 740px;
}
div.pesticide1 {
    text-align: center;
    background: url('../img/bg-pesticide1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
div.pesticide1 img.icon {
    margin-bottom: 25px;
    max-width: 50%;
    min-width: 260px;
}
div.pesticide1 div.text {
    text-align: left;
    max-width: 1075px;
    padding: 0 55px;
}

div.pesticide2 {
    text-align: left;
    background: url('../img/bg-pesticide2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
div.pesticide2 div.content {
    overflow: visible;
}
div.pesticide2 div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
div.pesticide2 div.col {
    position: relative;
}
div.pesticide2 div.col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #3bbf8d;
    width: 450%;
    height: 100%;
}
div.pesticide2 div.text {
    max-width: 600px;
    padding: 0 55px;
    padding-bottom: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    height: 100%;
}
div.pesticide2 div.text a {
    font-size: 18px;
}
div.pesticide2 img.icon {
    float: right;
    margin-right: -15px;
    height: 740px;
}
div.pesticide2 h2 {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 155%;
    right: -20%;
}

div.pesticide3 {
    text-align: left;
    background: url('../img/bg-pesticide3.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
div.pesticide3 div.content {
    overflow: visible;
}
div.pesticide3 img.icon {
    margin: 0 0 -150px -170px;
    max-width: 50%;
    min-width: 260px;
}
div.pesticide3 div.text {
    text-align: right;
    max-width: 1025px;
    padding: 0 55px 0 160px;
}
div.pesticide3 div.text h2 {
    text-align: left;
    margin-bottom: 0.8em;
    position: relative;
}
div.pesticide3 div.text h2 span.pre {
    display: block;
    padding-left: 190px;
}
div.pesticide3 div.text p {
    padding-left: 90px;
}

div.pesticide4 {
    text-align: right;
    background: url('../img/bg-rsc.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
div.pesticide4 img.icon {
    margin: 0 130px -50px 0;
    max-width: 50%;
    min-width: 260px;
}
div.pesticide4 div.text {
     text-align: left;
    max-width: 1120px;
    padding: 0 55px 0 320px;
}
div.pesticide4 div.text h2 {
    text-align: left;
    margin-bottom: 0.8em;
}
div.pesticide4 div.text h2 span.pre {
    display: block;
    padding-left: 90px;
}
div.pesticide4 div.text p {
    padding-left: 90px;
    color: #003d1f;
}
div.pesticide4 div.text p span {
    background-color: #003d1f;
    color: #ffffff;
    letter-spacing: 0.1rem;
    display: inline;
}

div#commitment-slide {
    width: 100%;
    margin-bottom: 20px;
    background: url('../img/bg-commitment-slide.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
div#commitment-slide div.owl-stage-outer {
    min-height: 780px;
}
div#commitment-slide div.slide {
    padding: 80px 0 100px 0;
    position: relative;
    height: 780px;
    min-height: 780px;
}
div#commitment-slide div.slide img.can {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 35%;
    min-width: 345px;
}
div#commitment-slide div.commitment-carousel div.content {
    max-width: 1270px;
    overflow: visible;
}
div#commitment-slide a.more {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 25%;
    min-width: 250px;
    z-index: 9;
}

div#commitment-slide .owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: inherit;
    right: 5%;
    transform: none;
    height: auto;
}
div#commitment-slide .owl-carousel .owl-dot {
    margin: 0 20px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    line-height: 1;
}
div#commitment-slide .owl-carousel .owl-dot:first-child {
    display: none;
}
div#commitment-slide .owl-carousel .owl-dot.active {
    font-size: 65px;
    line-height: 0.9;
    color: #feea00;
}

.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
.owl-animated-out {
  z-index : 1 
}
.owl-animated-in {
  z-index : 0 
}
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
.fadeIn  {
  -webkit-animation-name : fadeIn  ;
  animation-name : fadeIn  ;
}  
@-webkit-keyframes  fadeIn  {
  0% {
    opacity : 0   ;
  }  
  100% {
    opacity : 1   ;
  }  
}
@keyframes  fadeIn  {
  0% {
    opacity : 0   ;
  }  
  100% {
    opacity : 1   ;
  }  
}

div#commitment-slide div.commitment-carousel div.text p span,
div#commitment-slide div.commitment-carousel div.text ul li span {
    background-color: #feea00;
    color: #003d1f;
    font-weight: bold;
}
div#commitment-slide div.commitment-carousel div.text ul {
    list-style-image: url('../img/list-commitment.png');
}
div#commitment-slide div.commitment-carousel div.text ul li {
    margin-bottom: 0.8rem;
}
div#commitment-slide div.commitment-carousel div.text {
    padding: 40px 0 40px 15rem;
}
div#commitment-slide div.commitment-carousel div.image-logo p:last-child {
    margin: 0;
}
div#commitment-slide div.commitment-carousel div.commitment0 {
    text-align: center;
}
div#commitment-slide div.commitment-carousel div.commitment1 div.image-logo {
    display: flex;
    align-items: center;
    padding-left: 10rem;
    margin-bottom: 2rem;
}
div#commitment-slide div.commitment-carousel div.commitment1 div.image-logo img.logo {
    flex: 0 0 172px;
    margin-right: 20px;
}

div#commitment-slide div.commitment-carousel div.commitment2 div.image-logo,
div#commitment-slide div.commitment-carousel div.commitment4 div.image-logo {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
div#commitment-slide div.commitment-carousel div.commitment2 div.image-logo img.logo {
    flex: 0 0 175px;
    margin-right: 30px;
}

div#commitment-slide div.commitment-carousel div.commitment3 div.image-logo,
div#commitment-slide div.commitment-carousel div.commitment6 div.image-logo {
    display: flex;
    align-items: center;
    margin-top: -50px;
}
div#commitment-slide div.commitment-carousel div.commitment3 div.image-logo img.logo {
    flex: 0 0 188px;
    margin-left: 30px;
}
div#commitment-slide div.commitment-carousel div.commitment3 div.text,
div#commitment-slide div.commitment-carousel div.commitment6 div.text {
    padding-top: 20px;
}
div#commitment-slide div.commitment-carousel div.commitment3 div.text ul,
div#commitment-slide div.commitment-carousel div.commitment5 div.text ul,
div#commitment-slide div.commitment-carousel div.commitment6 div.text ul {
    padding-left: 15rem;
}

div#commitment-slide div.commitment-carousel div.commitment4 div.image-logo img.logo {
    flex: 0 0 181px;
    margin-right: 20px;
}

div#commitment-slide div.commitment-carousel div.commitment5 div.image-logo {
    display: flex;
    align-items: center;
}
div#commitment-slide div.commitment-carousel div.commitment5 div.image-logo img.logo {
    flex: 0 0 171px;
    margin-right: 30px;
}

div#commitment-slide div.commitment-carousel div.commitment6 div.image-logo img.logo {
    flex: 0 0 177px;
    margin-left: 30px;
}



/*KNOW*/
div.know div#head {
    background: url('../img/bg-know.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: -1px 21px 30px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -1px 21px 30px 0px rgba(0, 0, 0, 0.69);
    box-shadow: -1px 21px 30px 0px rgba(0, 0, 0, 0.69);
    margin-bottom: 0;
}
div.know div#head img.main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    max-width: 50%;
    min-width: 315px;
}

div#slide {
    background: url('../img/bg-slide.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 45px;
    padding: 70px 0 110px 0;
    font-size: 19px;
}
div#slide div.content {
    max-width: 1520px;
    overflow: visible;
}
/*.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
*/
div#slide div.slide {
    overflow: hidden;
    width: 100%;
}
div#slide div.slide div.title {
    text-align: center;
}
div#slide div.slide img {
    width: auto;
}
div#slide div.slide div.question1 {
    position: relative;
    display: inline-block;
    width: 100%;
}
div#slide div.slide div.question2 {
    display: inline-block;
    width: 100%;
}
div#slide div.slide div.question2 div.text h3 {
    position: relative;
    display: inline-block;
}
div#slide ul {
    padding: 0 0 0 20px;
}
div#slide ul li {
    margin: 0 0 .6em 0;
}

/*SLIDE 1*/
div#slide div.slide1 div.question1 div.text {
    max-width: 710px;
    position: absolute;
    top: 105px;
    left: 240px;
}
div#slide div.slide1 div.question1 div.text h2 {
    font-size: 73px;
}
div#slide div.slide1 div.question1 img.desktop {
    max-width: 35%;
}
div#slide div.slide1 div.question2 {
    margin-top: -65px;
}
div#slide div.slide1 div.question2 div.text {
    max-width: 1050px;
    float: right;
}
div#slide div.slide1 div.question2 div.text h3 {
    margin-left: 200px;
}
div#slide div.slide1 div.question2 div.text h3:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 450%;
    background-color: #9cb323;
}
div#slide div.slide1 div.question2 div.text h3 span {
    position: relative;
    z-index: 1;
}

/*SLIDE 2*/
div#slide div.slide2 div.title {
    margin-bottom: 35px;
}
div#slide div.slide2 div.question1 img.desktop {
    margin: 0 auto;
}
div#slide div.slide2 div.question1 div.text {
    max-width: 830px;
    position: absolute;
    top: 65px;
    left: 420px;
}
div#slide div.slide2 div.question1 div.text h2 {
    font-size: 48px;
}
div#slide div.slide2 div.question1 div.text h2 span.pre {
    margin-left: 250px;
    display: block;
}
div#slide div.slide2 div.question1 div.text p {
    max-width: 76%;
}
div#slide div.slide2 div.question2 div.text {
    max-width: 1050px;
    margin-left: 135px;
}
div#slide div.slide2 div.question2 div.text h3 {
    margin-left: 300px;
}
div#slide div.slide2 div.question2 div.text h3:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 450%;
    background-color: #eec400;
}
div#slide div.slide2 div.question2 div.text h3 span {
    position: relative;
    z-index: 1;
}

/*SLIDE 3*/
div#slide div.slide3 {
    text-align: center;
}
div#slide div.slide3 div.title {
    margin-bottom: 140px;
}
div#slide div.slide3 div.question1 {
    max-width: 1060px;
}
div#slide div.slide3 div.question1 div.text {
    text-align: left;
    position: absolute;
    top: 90px;
    left: 240px;
    max-width: 800px;
}
div#slide div.slide3 div.question1 div.text h2 {
    font-size: 52px;
    margin-left: 55px;
}
div#slide div.slide3 div.question1 div.text h2 span.pre {
    margin-left: 90px;
    display: block;
}
div#slide div.slide3 div.question1 img.desktop {
    max-width: 50%;
    display: block;
}

/*SLIDE 4*/
div#slide div.slide4 div.question1 div.text {
    max-width: 1040px;
    position: absolute;
    top: 85px;
    left: 240px;
}
div#slide div.slide4 div.question1 div.text h2 {
    font-size: 52px;
    margin-left: 45px;
}
div#slide div.slide4 div.question1 div.text h2 span.pre {
    margin-left: 75px;
    display: block;
}
div#slide div.slide4 div.question1 img.desktop {
    max-width: 35%;
}
div#slide div.slide4 div.question2 {
    margin-top: -65px;
}
div#slide div.slide4 div.question2 div.text {
    max-width: 835px;
    margin-left: 465px;
}
div#slide div.slide4 div.question2 div.text h3 {
    background-color: #3bbf8d;
    font-size: 30px;
    width: 100%;
    padding: 0 25px;
    margin-left: -25px;
}
div#slide div.slide4 div.question2 div.text ul {
    list-style-image: url('../img/list.png');
}

/*SLIDE 5*/
div#slide div.slide5 div.title {
    margin-bottom: 140px;
}
div#slide div.slide5 div.question1 img.desktop {
    float: right;
}
div#slide div.slide5 div.question1 div.text {
    text-align: left;
    position: absolute;
    top: 60px;
    left: 185px;
    max-width: 1080px;
}
div#slide div.slide5 div.question1 div.text h2 {
    font-size: 48px;
    text-align: right;
}
div#slide div.slide5 div.question1 div.text h2 span.pre {
    margin-right: 190px;
    display: block;
}
div#slide div.slide5 div.question1 div.text p {
    max-width: 885px;
}
div#slide div.slide5 div.question1 img.desktop {
    max-width: 35%;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
}
.owl-carousel .owl-dot {
    margin: 0 22px;
    width: 25px;
    height: 38px;
    background-color: #9cb323;
    float: left;
    transition: all 0.4s ease-in-out 0s;
}
.owl-carousel .owl-dot:nth-child(2) {
    background-color: #eec400;
}
.owl-carousel .owl-dot:nth-child(3) {
    background-color: #f07e26;
}
.owl-carousel .owl-dot:nth-child(4) {
    background-color: #3bbf8d;
}
.owl-carousel .owl-dot.active {
    height: 94px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 4%;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 4%;
}

#process .owl-carousel .owl-dots {
    bottom: -18px;
}
#process .owl-carousel .owl-dot {
    background-color: #eec400;
}
#process .owl-carousel .owl-dot:nth-child(2) {
    background-color: #f07e26;
}
#process .owl-carousel .owl-dot:nth-child(3) {
    background-color: #9cb323;
}
#process .owl-carousel .owl-dot:nth-child(4) {
    background-color: #3bbf8d;
}

/*RANGE*/
div.range div#head {
    background: url('../img/bg-range.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: -1px 21px 30px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -1px 21px 30px 0px rgba(0, 0, 0, 0.69);
    box-shadow: -1px 21px 30px 0px rgba(0, 0, 0, 0.69);
    margin-bottom: 0;
}
div.range div#head img.main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-30%);
    max-width: 60%;
    min-width: 315px;
}
div.range div#head .scroll-arrow {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    display: inline-block;
}

div#products {
    background: url('../img/bg-products.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 35px;
    padding: 120px 0 95px 0;
}
div#products div.content {
    max-width: 1480px;
    overflow: visible;
}

footer {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #003d1f;
}
footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
}
footer div.content {
    padding: 40px 0 30px 0;
    position: relative;
    display: inline-block;
    overflow: visible;
}

footer img.logomail {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 16%;
    min-width: 145px;
    z-index: 999;
}

footer div.social {
    float: left;
}
footer div.social ul,
footer div.nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}
footer div.social ul li {
    float: left;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: bold;
}
footer div.social ul li:last-child {
    margin-right: 0;
}
footer div.social ul li a,
footer div.nav ul li a {
    color: #ffffff;
}
footer div.nav {
    float: right;
}
footer div.nav ul li {
    float: left;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
}
footer div.nav ul li.sep {
    margin: 0 3px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
