
@font-face {
    font-family: 'supa_mega_fantasticregular';
    src: url('../fonts/supamegafantasticcaps-regular-webfont.woff2') format('woff2'),
         url('../fonts/supamegafantasticcaps-regular-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'supa_mega_fantasticregular';
    src: url('../fonts/supamegafantastic-regular-webfont.woff2') format('woff2'),
         url('../fonts/supamegafantastic-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'supa_mega_fantasticregular';
    src: url('../fonts/supamegafantasticthin-regular-webfont.woff2') format('woff2'),
         url('../fonts/supamegafantasticthin-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}



/* ==========================================================================
   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: fixed;*/
    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 25%;
}
header nav ul li a {
    color: #002c00;
    display: inline-block;
    font-size: 14px;
    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 */


.home h1, .home h2, .home h3 {
    font-family: 'supa_mega_fantasticregular', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #375334;
    line-height: 0.7;
}
.home h2 {
    font-size: 80px;
}
.home h2 span {
    color: #8a8080;
    display: block;
}
.home h3 {
    font-size: 50px;
}
.home h3 span {
    color: #8a8080;
    display: block;
}

div#head {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    background: url('../img/bg-head.jpg') center center no-repeat;
    background-size: cover;
    padding: 80px 0 30px 0;
    position: relative;
    z-index: 1;
    /*min-height: 700px;*/
}
.home div#head {
    height: 55vw;
    margin-top: 170px;
    /*height: calc(100vh - 199px) !important;*/
    /*background: url('../img/bg-head.jpg') center center no-repeat;
    background-size: cover;*/
    
}
/*div#head video.video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.home div#head div.content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home div#head div.content img {
    max-height: 95%;
}*/

div#head img.can-bonduelle {
    position: absolute;
    right: 30;
    max-width: 70%;
    min-width: 270px;
}

div#footer-head {
    width: 100%;
    text-align: center;
    background: #ffffff;
    background-size: cover;
    padding-bottom: 80px;
}


div#footer-head img.bullet-head {
    position: relative;
    max-width: 100%;
    min-width: 280px;
}


div#benefits {
    width: 100%;
    height: 55vw;
    text-align: center;
    /*background: url('../img/bg-benefits.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 50px;*/
    position: relative;
    overflow: hidden;
    /*min-height: 575px;*/
}
div#head video.video,
div#benefits video.video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
/*div#benefits h2 span {
    font-size: 128px;
}
div#benefits div.subtitle {
    font-size: 60px;
    color: #f7a600;
    font-family: 'supa_mega_fantasticregular', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.7;
    margin-bottom: -4rem;
}
div#benefits div.plate {
    position: relative;
}*/

div#preparation {
    width: 100%;
    text-align: center;
    background: #ffffff;
    background-size: cover;
    padding: 70px 0 100px;
    position: relative;
    z-index: 1;
}
div#preparation div.mode {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0 -5%;
}
div#preparation div.mode div {
    width: 75%;
    padding: 0 5%;
}
div#preparation div.mode div:first-child {
    width: 45%;
}
div#preparation div.mode div img {
    width: 100%;
}

div#preparation strong {
    color: #f7a600;
}

div#preparation h3 {
    font-size: 65px;

}

div#preparation span.montserrat {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 38px;
    
}

div#varieties {
    width: 100%;
    text-align: center;
    background: url('../img/bg-varieties.jpg') center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
div#varieties .content {
    overflow: visible;
    position: relative;
}
div#varieties div.content img.deco1 {
    position: absolute;
    top: -80px;
    left: 0;
}
div#varieties div.content img.deco2 {
    position: absolute;
    bottom: 0;
    right: -5%;
}
div#varieties h2 {
    font-size: 76px;
    position: relative;
    z-index: 1;
    color: #4767af;
}

div#varieties span.montserrat {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 38px;
    color: #8a8080;
    
}


div#varieties div.types {
    transition: opacity 0.4s ease-in-out 0s;
}
div#varieties div.principal {
    position: relative;
    height: 705px;
    display: flex;
    max-height: 45vw;
    align-items: center;
}
div#varieties div.principal img.deco2 {
    
}
div#varieties div.principal div.row {
    width: 100%;
    margin: 0 auto;
}
div#varieties div.principal div.col {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#varieties div.principal div.type {
    cursor: pointer;
}
div#varieties div.principal div.type-quinoa h3 span {
    color: #f7a600;
}
div#varieties div.principal div.type-bulgur h3 span {
    color: #d6431a;
}
div#varieties div.principal div.type-espelta h3 span {
    color: #7aa44c;
}
div#varieties div.principal div.type img {
    margin-bottom: 30px;
}
div#varieties div.principal div.pag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
div#varieties div.principal div.quinoa {
    color: #984f1d;
}
div#varieties div.principal div.quinoa a.b {
    background: #f7a600;
}
div#varieties div.principal div.quinoa a.b:hover {
    background: #984f1d;
}
div#varieties div.principal div.espelta {
    color: #365638;
}
div#varieties div.principal div.espelta a.b {
    background: #7aa44c;
}
div#varieties div.principal div.espelta a.b:hover {
    background: #365638;
}
div#varieties div.principal div.bulgur {
    color: #882534;
}
div#varieties div.principal div.bulgur a.b {
    background: #d6431a;
}
div#varieties div.principal div.bulgur a.b:hover {
    background: #882534;
}
div#varieties div.principal div.text {
    padding: 4rem 0;
    text-align: left;
    font-size: 18px;
}
div#varieties div.principal div.text img.title {
    margin-bottom: 2.5rem;
}
div#varieties div.principal div.text span {
    display: block;
    margin-bottom: 2rem;
    font-size: 30px;
    text-transform: uppercase;
}
div#varieties div.principal a.b {
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 14px;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
}
div#varieties div.principal div.text div {
    position: relative;
}
div#varieties div.principal div.text img.vegan {
    transition: opacity 0.4s ease-in-out 0s;
}
div#varieties div.principal div.text img.nutri {
    display: none;
    position: absolute;
    top: -3.5rem;
    left: 0;
    max-width: 45vw;
    z-index: 2;
}
div#varieties div.principal div.plate {
    position: relative;
}
div#varieties div.principal div.plate img.text-plate {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease-in-out 0s;
}
div#varieties div.principal div.plate:hover img.text-plate {
    opacity: 1;
}
div#varieties div.principal a.btnBack {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

div#carry-it {
    width: 100%;
    text-align: center;
    background: url('../img/bg-carryit.jpg') top center no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
div#carry-it h2 strong {
    color: #b1672d;
}
div#carry-it img {
    margin-bottom: 30px;
}

div#carry-it span.montserrat {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 46px;
    color: #8a8080;
    
}

div#carry-it div.separated{
    margin-bottom: 50px;
} 

div#carry-it video.video-spot {
  width: 80% !important;
  max-width: 1370px;
  height: auto;
  min-height: 80%;
  border-radius: 36px;
  -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -o-border-radius: 36px;
}



.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;
}

/* Animaciones */

.slideRight {
    transform: translateX(-100vw);
}
.animationSlideRight {
    animation: slideRight 1.2s forwards;
}
.slideLeft {
    transform: translateX(100vw);
}
.animationSlideLeft {
    animation: slideLeft 1.2s forwards;
}
.fadeIn {
    opacity: 0;
}
.animationFadeIn {
    animation: fadeIn 1.2s forwards;
}
.fadeInScale {
    opacity: 0;
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0) scale(0); /* IE 9 */
    -webkit-transform: translateZ(0) scale(0); /* Chrome, Safari, Opera */
    transform: translateZ(0) scale(0);
}
.animationFadeInScale {
    animation: fadeInScale 1.2s forwards;
}

.fadeInSlideUp {
    opacity: 0;
    transform: translateY(50px);
}
.animationFadeInSlideUp {
    animation: fadeInSlideUp 1.2s forwards;
}

.animationMoveUpDown {
    animation: moveUpDown 1.2s linear infinite;
}

@keyframes slideRight {
    to {
        transform: translateX(0);
    }
}
@keyframes slideLeft {
    to {
        transform: translateX(0);
    }
}
@keyframes fadeInSlideUp {
    to {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateY(0); /* IE 9 */
        -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
@keyframes fadeInScale {
    to {
        opacity: 1;
        -webkit-backface-visibility: hidden; 
        -ms-transform: translateZ(0) scale(1); /* IE 9 */
        -webkit-transform: translateZ(0) scale(1); /* Chrome, Safari, Opera */
        transform: translateZ(0) scale(1);
    }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}


/*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;
    float: left;
}

/*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;
    }
}
