@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/

@font-face {
  font-family: 'TradeGothicLTStd-Cn18';
  src: url('../fonts/TradeGothicLTStd-Cn18.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TradeGothicLTStd-Cn18.otf')  format('opentype'),
	   url('../fonts/TradeGothicLTStd-Cn18.woff') format('woff'), 
       url('../fonts/TradeGothicLTStd-Cn18.ttf')  format('truetype'), 
       url('../fonts/TradeGothicLTStd-Cn18.svg#TradeGothicLTStd-Cn18') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TradeGothicLTStd';
  src: url('../fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/TradeGothicLTStd.otf')  format('opentype'),
	   url('../fonts/TradeGothicLTStd.woff') format('woff'), 
       url('../fonts/TradeGothicLTStd.ttf')  format('truetype'), 
       url('../fonts/TradeGothicLTStd.svg#TradeGothicLTStd') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TradeGothicLTStd-Bold';
  src: url('../fonts/TradeGothicLTStd-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TradeGothicLTStd-Bold.otf')  format('opentype'),
	   url('../fonts/TradeGothicLTStd-Bold.woff') format('woff'), 
       url('../fonts/TradeGothicLTStd-Bold.ttf')  format('truetype'), 
       url('../fonts/TradeGothicLTStd-Bold.svg#TradeGothicLTStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TradeGothicLTStd-Bd2';
  src: url('../fonts/TradeGothicLTStd-Bd2.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TradeGothicLTStd-Bd2.otf')  format('opentype'),
	   url('../fonts/TradeGothicLTStd-Bd2.woff') format('woff'), 
       url('../fonts/TradeGothicLTStd-Bd2.ttf')  format('truetype'), 
       url('../fonts/TradeGothicLTStd-Bd2.svg#TradeGothicLTStd-Bd2') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Alisha-Regular';
  src: url('../fonts/Alisha-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Alisha-Regular.otf')  format('opentype'),
	   url('../fonts/Alisha-Regular.woff') format('woff'), 
       url('../fonts/Alisha-Regular.ttf')  format('truetype'), 
       url('../fonts/Alisha-Regular.svg#Alisha-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
    /* Typography */
    color: #333333;
    font: 400 16.5px/22px 'TradeGothicLTStd-Cn18';    
}

h1 {
    /* Typography */
    font-size:84.37px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    font-family: "Alisha-Regular";
}

h2 {
    /* Box-model */
    margin-bottom: 20px;
    
    /* Typography */
    font-size: 30px;
    font-family: "TradeGothicLTStd-Bd2";
    text-transform: uppercase;
    line-height: 36px;
    color: #000000;
}

h3 {
    font-family: "TradeGothicLTStd-Bd2";
    font-size: 27.5px;
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}

h4{
    font-family: "TradeGothicLTStd-Bold";
    font-size: 17.4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color:#fff;
    margin-bottom: 17px;
}

p {
    /* Box-model */
    margin-bottom: 20px;
    
    /* Typography */
    color: #333333;
    font: 400 16.5px/22px 'TradeGothicLTStd-Cn18';
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
    /* Box-model */
    display: block;
    max-width: 100%;
    vertical-align: middle;
    
    /* Visual */
    border: none;
    border-style: none;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
    /* Typography */
    color: #ea7617;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    
    /* Visual */
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
a:focus {
    /* Typography */
    color: #cb003d;
    
    /* Visual */
    outline: none;
}

::-webkit-input-placeholder { color: #aeaeae; }
::-moz-placeholder { color: #aeaeae; }
:-ms-input-placeholder { color: #aeaeae; }
:-moz-placeholder { color: #aeaeae; }

@-moz-document url-prefix() { 
    ::-webkit-input-placeholder { opacity: 1;}
    ::-moz-placeholder { opacity: 1;}
    :-ms-input-placeholder { opacity: 1;}
    :-moz-placeholder { opacity: 1;}  
}


/* 6. Tables
------------------------------------------------------------------------------*/
.table {
    /* Visual */
    display: table;
    width:100%;
    height: 100%;    
}

.table-cell {
    /* Typography */
    display: table-cell;
    vertical-align: middle;
}

#wrapper {
    /* Box-model */
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.container {
    /* Box-model */
    margin: 0 auto;
    max-width: 975px;
    width: 100%;    
}
/*--------- home page ------------*/

.main-bodybox {
    border: 5px solid #ff9e69;
}

.sensation-section {
    height: 270px;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.sensation-section .overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
}

.sensation-section .banner-mid-content *,
.nos-receteis-section .nos-recright-box *{
    color: #fff;
}

.sensation-section .banner-mid-content {
    position: relative;
    padding: 15px;
    text-align: center;
}

.banner-mid-content span {
    font-family: TradeGothicLTStd-Bd2;
    font-size: 32.89px;
    text-transform: uppercase;
}

.sensation-section .banner-mid-content p {
    font-size: 23.62px;
    line-height: 35px;
    letter-spacing: 0.08em;
    margin-bottom: 0px;
    margin-top: 25px;
}

.nos-receteis-section .slider-section {
    width: 71.5%;
    float: left;
    position: relative;
    height:370px;
}

.nos-receteis-section .nos-recright-box {
    float: right;
    width: 28.5%;
    background-color: #000;
    min-height: 380px; 
    height: 380px; 
    padding-left: 20px;
}

.nos-receteis-section .nos-recright-box a {
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
}

.nos-receteis-section .nos-recright-box a:after {
    content: ">";
    position: absolute;
    right: -17px;
    font-weight: normal;
}

.nos-receteis-section .nos-recright-box a:hover {
    color: #ff9e69;
}

.nos-receteis-section {
    border-top: 5px solid #ff9e69;
    border-bottom: 5px solid #ff9e69;
}

.nos-receteis-section .slider-section .owl-controls {
    margin: 0;
    padding: 0;
}

.slideing-vid iframe {
    float: left;
    height: 380px;
    width:100%;
}

.nos-receteis-section .slider-section .owl-dots {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 0 18px;
}

.nos-receteis-section .slider-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}


.nos-receteis-section .slider-section .owl-dots .owl-dot:last-child {
    margin-right:0px;    
}

.nos-receteis-section .slider-section .owl-dots .owl-dot.active {
    background-color: transparent;
    border: 1px solid #000;
}

.nos-receteis-section .slider-section .owl-controls .owl-prev {
    position: absolute;
    width: 52px;
    height: 52px;
    font-size: 0px;
    background-color: #000;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    color: #a0a0a0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nos-receteis-section .slider-section .owl-controls .owl-next {
    position: absolute;
    width: 52px;
    height: 52px;
    font-size: 0px;
    background-color: #000;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #a0a0a0;
}

.nos-receteis-section .slider-section .owl-controls .owl-prev:before {
    content: "";
    font-size: 26px;
    line-height: 41px;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 27px;
    background-size: 12px;
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 13px;
}

.nos-receteis-section .slider-section .owl-controls .owl-next:before {
    content: "";
    font-size: 26px;
    line-height: 41px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 27px;
    background-size: 12px;
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 13px;
}

.nos-receteis-section .slider-section .owl-controls .owl-prev:hover,
.nos-receteis-section .slider-section .owl-controls .owl-next:hover{
    opacity: 0.5;
    background-color: #544e4e;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.block-section .block-box {
    float: left;
    width: 33.33%;
    text-align: center;
    height: 323px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.block-section .block-box a{ display: block;}
.block-section .block-box .table{
    height: 323px;
}

.block-section .block-box a {
    display: block;
    background: rgba(0,0,0,0.6);
}

.block-section .block-box a:hover{
    background: rgba(0,0,0,0.8);
}

.block-section .block-box a:hover h3{ color:#ff9e69; }

.block-section .block-box:nth-child(2) {
    border-left: 7px solid #ff9e69;
    border-right: 7px solid #ff9e69;
}

.block-section .block-box:last-child {
    float: right;
}

.block-section .block-box p {
    font-size: 17.5px;
    color: #fff;
    line-height: 29.36px;
    margin-bottom: 0px;
}

.block-section .block-box span {
    display: block;
    position: relative;
    max-width: 200px;
    margin: 0 auto 15px;    
    min-height: 40px;
}

.block-section .block-box span img {
    margin:0 auto;
}

.block-section .block-box span:before {
    content: "";
    height: 1px;
    width: 28%;
    position: absolute;
    margin: 0 auto;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.block-section .block-box span:after {
    content: "";
    height: 1px;
    width: 28%;
    position: absolute;
    margin: 0 auto;
    background-color: #fff;
    right: 0;
    top: 50%;
}

.block-section .block-box .bloc-middlebox {
    padding-bottom: 21px;
    position: relative;
}

.block-section .block-box .bloc-middlebox:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 200px;
    background-color: #fff;
    margin: 0 auto;
    bottom: 0;
}

.block-section .block-box:first-child .bloc-middlebox img {
    position: relative;
    top: 9px;
}

.sensation-coll-section {
    padding: 30px 0 20px;
    text-align: center;
    background-color: #000;
    border-top: 5px solid #ff9e69;
}

.sensation-coll-section h2 {
    font-size: 33.46px;
    margin-bottom: 30px;
    color: #fff;
}

.sensation-coll-section .container {
    max-width: 913px;
}

.sensation-coll-section .sens-row {
    margin-left: -5px;
    margin-right: -5px;
}

.sensation-coll-section .sensation-blok {
    width: 24.0%;
    float: left;
    margin: 0 0.5%;
}

.mobile-view{ display: none; }
.desktop-view{ display: block; }

.sensation-section .banner-mid-content .senctin-org-icon {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;    
    display: none;
}
.sensation-section .banner-mid-content .senctin-org-icon span{ 
    position: relative; 
    display: block;
    margin-bottom: 10px;
}

.sensation-section .banner-mid-content .senctin-org-icon span:before {
    width: 33%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    background-color: #73472e;
    top: 50%;
}

.sensation-section .banner-mid-content .senctin-org-icon span:after {
    width: 33%;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    background-color: #73472e;
    top: 50%;
}

.sensation-section .banner-mid-content .senctin-org-icon img {
    margin: 0 auto;
}



/* recetter page design */
.recette-bgimage {
    /*height: 2070px;*/
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:25px 15px 0px;
    /*position: relative;*/
    padding-bottom: 270px;
}

.recetee-innermaxwidth{ 
    max-width: 810px;
    position: relative;
    width:100%;
    height: auto;
    padding-bottom: 80px;
    margin:0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sensation-section.recetee-topsection {
    height: auto;
    padding: 30px 0 38px;
}

.sensation-section.recetee-topsection .banner-mid-content h1 {
    color: #000;
    font-size: 48px;
    line-height: 42px;
}

.sensation-section.recetee-topsection .banner-mid-content p {
    font-size: 25px;
    color: #000;
    line-height: 36.36px;
    margin-top: 5px;
    letter-spacing: normal;
    font-family: "TradeGothicLTStd";
}
.sensation-section.recetee-topsection .banner-mid-content p span.alisha {
    font-family: "Alisha-Regular";   
    text-transform: none;
    font-size: 44px;
    color:black;
}

.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon {
    display: block;
}
.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span:after,
.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span:before{
    background-color: #ffa16b;
}

.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span.white:after,
.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span.white:before{
    background-color: #FFF;
}

.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span.black:after,
.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span.black:before{
    background-color: #000;
}

.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span{ margin-bottom: 0px; }

.sensation-section.recetee-topsection .banner-mid-content:after {
    content: "";
    width: 220px;
    height: 1px;
    background-color: #ffa16b;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}
.sensation-section.recetee-topsection .banner-mid-content.white:after {
    content: "";
    width: 220px;
    height: 1px;
    background-color: #FFF;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}
.sensation-section.recetee-topsection .banner-mid-content.black:after {
    content: "";
    width: 220px;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}

.sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon { max-width: 220px; }
.sensation-section.recetee-topsection .banner-mid-content { padding-bottom: 25px; }
.recetee-topblkbox .rectee-leftimg {
    float: left;
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recetee-topblkbox .recetee-rightbox .recetee-inimg-max {
    max-width: 175px;
    margin: 0 auto;
}

.recetee-topblkbox .recetee-rightbox .recetee-inimg-max p {
    font-size: 10px;
    color: #fff;
    font-family: "TradeGothicLTStd";
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
}

.recetee-topblkbox {
    position: relative;
}

.recetee-topblkbox .recetee-rightbox {
    float: right;
    width: 100%;
    height: 255px;
    padding: 20px;
    max-width: 255px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,1);
}

.recetee-topblkbox > a {
    display: block;
}

.recetee-blokcs {
    padding: 40px 0;
}

.recetee-blokcs .container {
    max-width: 700px;
    padding: 0 15px;
}

.recetee-blokcs .recetee-blok {
    width: 50%;
    float: left;
    padding: 0 25px;
}

.recetee-blok .recetee-blk-top h3 {
    font-size: 20.79px;
    margin-bottom: 5px;
}

.recetee-blok .recetee-blk-top span {
    font-size: 14px;
    color: #fff;
    font-family: TradeGothicLTStd-Bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.recetee-blokcs .recetee-blok ul{
    list-style: none;
    margin:0px;
    padding: 0px;
    margin-top: 10px;
}

.recetee-blokcs .recetee-blok ul li {
    position: relative;
    color: #fff;
    font-size: 13.24px;
    font-family: TradeGothicLTStd;
    padding-left: 10px;
    letter-spacing: 0.08em;
    line-height: 22.99px;
}

.recetee-blokcs .recetee-blok ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}

.recetee-blok .recetee-blk-top {
    min-height: 50px;
}

.recetee-blokcs .recetee-blok:first-child {
    width: 59%;
}

.recetee-blokcs .recetee-blok:last-child {
    width: 41%;
}

.etapes-section .container {
    max-width: 670px;
}

.etapes-section .etapes-mainbox {
    border: 2px solid #fff;
    padding: 22px 30px 55px; 
    text-align: center
}

.etapes-mainbox h2 {
    color: #fff;
    text-align: center;
    font-size: 28.39px;
}

.etapes-slider .etapes-sldblock {
    margin-bottom: 18px;
}

.etapes-slider .etapes-sldblock span{
    color:#d56628;
    font-size: 14px;
    font-family: TradeGothicLTStd;
}

.etapes-slider .etapes-sldblock span span{ color:#fff; }

.etapes-slider .etapes-sldblock p {
    font-size: 14px;
    color: #fff;
    font-family: TradeGothicLTStd;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 0px;
    line-height: 21.15px;
}

.decou-sld-section .container {
    max-width: 475px;
    padding: 0 15px;
}

.decou-sld-section h4 {
    text-align: center;
    color: #fff;
    font-size: 17.4px;
}

.decou-slider{ 
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
}

.decou-slider .slick-list .slick-track{
    display: inline-block;
    right: 0;
}

.decou-sld-block {
    width: 33.33%;
    float: none;
    display: inline-block !important;
    position: relative;
    cursor: pointer;
}

.decou-sld-section h4 {
    text-align: center;
}

.decou-sld-section {
    padding: 18px 0;
}

.decou-sld-block span{ display: block;}

.decou-sld-block .decou-sld-cont {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.decou-sld-block:hover .decou-sld-cont {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.decou-sld-block .decou-sld-cont p {
    font-family: "TradeGothicLTStd-Bold";
    font-size: 8.55px;
    padding: 0 5px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.decou-sld-section .slick-prev {
    position: absolute;
    left: -25px;
    font-size: 0;
    width: 12px;
    height: 25px;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.decou-sld-section .slick-next {
    position: absolute;
    right: -25px;
    font-size: 0;
    width: 12px;
    height: 25px;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.decou-sld-section .slick-prev:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 25px;
    background-image: url(../images/left-arrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    top:0px;
    left: 0;
}

.decou-sld-section .slick-next:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 25px;
    background-image: url(../images/right-arrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    top:0px;
    right: 0px;
}

.etapes-section {
    padding: 0 15px;
}

.decou-sld-block a.vori-btn{
    width:200px;
    height: 42px;
    font-size: 24.03px;
    font-family: "TradeGothicLTStd-Bold";
    border:2px solid #fff;
    display: inline-block;
    margin:20px auto 0;
    line-height: 39px;
    color:#fff;
    display: none;
    text-transform: uppercase;
    background-color: transparent;
}

.decou-sld-block a.vori-btn:hover{
    background-color:#ffa16b; 
    border:2px solid #ffa16b;
}

.remove-border{ border:none; }
.white-topicon {
    max-width: 265px;
    margin: 0 auto 17px;
}

.white-topicon span{
     position: relative;
    display: block;
}

.white-topicon span img{ margin: 0 auto;}

.white-topicon span:before{
    width: 35%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 50%;
}

.white-topicon span:after{
    width: 35%;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 50%;
}

.presentation-topbnr h1 {
    font-family: TradeGothicLTStd-Bd2;
    text-transform: uppercase;
    font-size: 36.27px;
}

.sensation-section.presentation-topbnr p {
    margin-top: 16px;
}

.sensation-section.presentation-topbnr .banner-mid-content {
    padding-bottom: 33px;
}

.sensation-section.presentation-topbnr .banner-mid-content:after {
    width:265px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin:0 auto;
    background-color: #fff;
    height: 1px;
}

.blackbg-color{ background-color: #000; }

.decou-sld-section.presentation-slidebox .container {
    max-width: 845px;
    padding: 0;
    margin: 0;
}

.decou-sld-section.presentation-slidebox .slick-prev {
    display: none !important;
}

.decou-sld-section.presentation-slidebox {
    padding-bottom: 38px; 
    padding-top: 0px;
}

.decou-sld-section.presentation-slidebox .slick-next:before{
    background-image: none !important;
    width:100%;
    height: 2px !important;
    background-color: #b2b2b2;
    -ms-transform: rotate(218deg);
    -moz-transform: rotate(218deg);
    -webkit-transform: rotate(218deg);
    transform: rotate(218deg);
    top: 13px;
}

.decou-sld-section.presentation-slidebox .slick-next:after{
    content:"";
    width:100%;
    height: 2px !important;
    background-color: #b2b2b2;
    position: absolute;
    top: 26px;
    right: 0px;    
    -ms-transform: rotate(138deg);
    -moz-transform: rotate(138deg);
    -webkit-transform: rotate(138deg);
    transform: rotate(138deg);
    
}

.decou-sld-section .slick-next{
    width:21px;
    height: 41px;
    right:-25px;
}

.padding-top{ padding-top:38px; }
.decou-sld-section.presentation-slidebox .decou-sld-block{ margin-right: 13px; }

.presen-img-cont {
    position: absolute;
    bottom: 13px;
    max-width: 195px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    padding-top: 15px;
}

.presen-img-cont .presen-titname {
    font-size: 27.5px;
    color: #fff;
    text-align: center;
    font-family: Alisha-Regular;
    text-transform: capitalize;
}

.presen-img-cont p{
    font-size: 17.47px;
    margin-bottom: 10px;
    font-family: 'TradeGothicLTStd-Cn18';
    color: #fff;
    text-align: center;
}

.presen-img-cont .presen-titname {
    font-size: 27.5px;
    color: #fff;
    text-align: center;
    font-family: Alisha-Regular;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}

.presen-img-cont .presen-titname:after {
   width:117px;
    content: "";
   position: absolute;
   left: 0;
    right:0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    margin:0 auto;
        
}

.presen-img-cont span.span-content{
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.08em;
    font-family: "TradeGothicLTStd-Cn18";
    font-size: 23px;
    line-height: 30px;
    color:#fff;
    padding:9px 0 10px;
        
}

.padding-bottom{ padding-bottom: 200px;}

.decou-popuppox {
    /*position: fixed;*/
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    display: none;
    /*bottom: 0;*/
    /*overflow-y: auto;*/
    margin:0 auto;
    /*min-height: 100%;*/
    z-index: 9;
}

.decou-popuppox .popup-padding {
    margin: 0 auto;
    max-width: 990px;
    float: none;
    background: rgba(0,0,0,1);
    padding: 100px 0 100px;
    width:100%;
    /*height: 100%;*/
    position: relative;
}

.decou-popuppox .container {
    max-width: 630px;
    padding: 0 15px;
}

.decou-popuppox .popup-padding h2 {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 32.31px;
    margin-bottom: 20px;
}

.decou-sld-block a.decou-sld-lnks {
    display: block;
}

/*
body.overflow-hide {
    overflow: hidden;
}
*/

.black-popupbox { display: none;
    position: relative; 
}
.black-popupbox.show { display: block; }
.passion-bodybg {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0;
}

.passion-topbnr {
    height: 225px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 40px;    
}

.blueborder-btm{
    border-bottom: 6px solid #a8bbdf;
}

.passion-boxmaxwidth {
    max-width: 905px;
    margin: 0 auto 0;
    padding: 0 15px;
}

.pastion-topbnr-ritcont {
    max-width: 650px;
    float: right;
    text-align: right;
}

.pastion-topbnr-ritcont h4 {
    font-size: 17.53px;
    color: #000;
    margin-bottom: 4px;
    line-height: 26.24px;
}

.pastion-topbnr-ritcont p {
    font-size: 17.54px;
    color:#000;
    letter-spacing: 0.08em;
    font-family: TradeGothicLTStd-Cn18;
    line-height: 26.19px;
    margin-bottom: 0;
}    

.passion-second-sec {
    background-color: #000;
}

.passion-second-sec .passion-sec-leftcont {
    width: 76%;
    float: left;
    padding: 25px 30px 20px;
}

.passion-second-sec .passion-sec-ritimg {
    float: right;
    width: 20%;
}

.passion-second-sec .passion-sec-leftcont p{
    font-size: 17.54px;
    color:#fff;
    letter-spacing: 0.08em;
    font-family: TradeGothicLTStd-Cn18;
    line-height: 26.19px;
    margin-bottom: 0;
}

.origin-topbox {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 20px;
    background-color: #e6ebef;
}

.origin-topbox h2 {
    font-size: 28.39px;
    line-height: 34.66px;
    margin-bottom: 10px;
    font-weight: 600;
}

.origin-topbox h2 span {
    display: block;
    position: relative;
    padding-bottom: 10px;
    
}

.origin-topbox h2 span:before{
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 218px;
    position: absolute;
    background-color: #000;
    margin:0 auto;
    height: 1px;        
}

.origin-topbox p {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0.08em;
    font-family: TradeGothicLTStd-Cn18;
}

.origin-block .origin-leftblock,
.origin-block .origin-rightblock{
    float: left;
    width: 50%;
    min-height: 243px;
    height: 243px;
    background-color: #000;
}

.origin-block .contentbox *{ color:#fff; }

.origin-block .contentbox .origin-middle-cont p{
    font-size: 17.54px;
    line-height: 26.18px;
    letter-spacing: 0.06em;
    margin-bottom: 0px;
}

.origin-block .table{ height: 243px; }

.origin-block .contentbox .origin-middle-cont{ 
    padding: 20px 40px;
}

.origin-block .imgbox{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fumage-topbox {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 23px;
    background-color: #e6ebef;
}

.fumage-topbox h1 {
    font-size: 40px;
    line-height: 34.66px;
    color: #000;
}

.fumage-topbox h1 span:before {
    left: -100px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 83px;
    height: 1px;
    top: 53%; 
}

.fumage-topbox h1 span:after {
    right: -100px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 83px;
    height: 1px;
    top: 53%; 
}

.fumage-imgblock .fumage-block {
    float: left;
    width: 33.33%;
}

.fumate-contentbox {
    padding: 40px 45px;
    background-color: #e6ebef;
}

.fumate-contentbox p {
    font-size: 17.54px;
    line-height: 26.18px;
    letter-spacing: 0.08em;
    margin-bottom: 27px;
}

.fumate-contentbox p strong {
    font-family: TradeGothicLTStd-Bold;
}

.blackbg{ background-color: #000; }

.fumate-contentbox p:last-child{ margin-bottom: 0px; }

.fumage-topbox h1 span{ position: relative; }

.transch-topbox {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 23px;
}

.transch-topbox h2{
    font-size: 40px;
    color:#fff;
    font-family: "Alisha-Regular";
    text-transform: inherit;
    font-weight: normal;
    line-height: 34.66px;
    margin-bottom: 0px;
}

.transch-topbox h2 span{ position: relative; }

.transch-topbox h2 span:before{
    left: -100px;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 83px;
    height: 1px;
    top: 53%;
}

.transch-topbox h2 span:after{
    right: -100px;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 83px;
    height: 1px;
    top: 53%;
}

.trancha-blockbox .trancha-blk {
    width: 25.3%;
    float: left;
    min-height: 225px;
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.trancha-blk.tranch-midcont {
    width: 49.4%;
    background-color: #222;
}

.trancha-blk.tranch-midcont .trand-mid-contbox{
    padding: 10px 15px;
    text-align: center;    
}

.trancha-blk.tranch-midcont .trand-mid-contbox p {
    font-size: 17.53px;
    line-height: 26.18px;
    margin-bottom: 0;
    letter-spacing: 0.06em;
}

.trancha-blk.tranch-midcont *,
.transchge-bigcontenbox *{ color:#fff; }

.transchge-bigcontenbox {
    padding: 50px 42px;
}

.transchge-buttle-box {
    border: 2px solid #fff;
    padding: 18px 44px;
    margin-bottom: 36px;
}

.transchge-buttle-box:last-child{ margin-bottom: 0px; }

.transchge-buttle-box p {
    font-size: 17.54px;
    margin-bottom: 0px;
    letter-spacing: 0.08em;
    line-height: 26.18px;
}

.transchge-buttle-box p strong {
    font-family: TradeGothicLTStd-Bold;
    margin-right: 2px;
}

.transchge-buttle-box p strong:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

.greybg{ background-color: #e6ebef; }

.innova-topbox {
    padding-top: 20px;
    padding-bottom: 23px;
}

.innova-topbox h2{
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: "Alisha-Regular";
    text-transform: inherit;
    font-weight: normal;
    line-height: 34.66px;
    margin-bottom: 30px;
    font-weight: 600;
}

.innovantes-section {
    padding: 0 45px 40px 45px;
}

.innova-topbox h2 span{
    position: relative;
    display: inline-block;
}

.innova-topbox h2 span:before{
    left: -100px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 83px;
    height: 1px;
    top: 53%;
}

.innova-topbox h2 span:after{
    right: -100px;
    content: "";
    position: absolute;
    background-color: #000;
    width: 83px;
    height: 1px;
    top: 53%;

}

.innovantes-section p {
    font-size: 17.54px;
    line-height: 26.18px;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.aliance-inno-blocks .aliance-inno-blk {
    margin-bottom: 30px;
}

.aliance-inno-blocks .aliance-inno-blk:last-child{ margin-bottom: 0px; }

.aliance-inno-blk .aliance-left-img {
    max-width: 133px;
    float: left;
}

.aliance-inno-blk .aliance-rightcont {
    width: calc(100% - 133px);
    padding-left: 20px;
    float: left;
    padding-top: 5px;
}

.aliance-inno-blk .aliance-rightcont p strong{
    font-family: TradeGothicLTStd-Bold;    
}

.origin-block .imgbox img{ display: none; }
.aliance-inno-blk .aliance-rightcont p strong:before {
    content: "-";
    font-weight: normal;
    margin-right: 10px;
}

.trancha-blockbox .trancha-blk:nth-child(2) {
    float: right;
}

.pass-mobimg .banner-mid-content p br{ display: none; }

span.passtop-bnr-imgtag{ display: none; }
span.passtop-bnr-imgtag img{ width:100%; }
.etapes-slider .etapes-sldblock ul {
    list-style: none;
    color: #fff;
}

.etapes-slider .etapes-sldblock ul li {
    display: block;
    margin: 5px 0;
    letter-spacing: 0.08em;
    font-size: 14px;
    color: #fff;
    font-family: TradeGothicLTStd;
}

.etapes-slider .slick-list, 
.etapes-slider .slick-list .slick-track{
     height: auto !important;
}

.white-color{ color:#fff !important; }

/*.recetee-topblkbox.middle-blkbox .recetee-rightbox {
    left: 0;
    margin: 0 auto;
    max-width: 240px;
}*/

.carou-left-imgbox {
    float: left;
    width: 50%;
    position: relative;
}

.carou-sld-ritbtn {
    float: left;
    width: 50%;
    min-height: 194px;
    height: 194px;
}

.carou-sld-ritbtn a{
    display: block;
    margin-top: 0px;
}

.only-threepor .slick-prev, .only-threepor .slick-next {
    display: none !important;
}

.carou-sld-ritbtn a {
    display: block;
    margin-top: 0px;
    text-align: center;
    font-family: TradeGothicLTStd;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding-right: 20px;
    border: 1px solid #fff;
    line-height: 42px;
    position: relative;
    width: 180px;
    z-index: 999;
}
.carou-sld-ritbtn a:hover{
    border:1px solid #ffa16b;
}

.carou-sld-ritbtn a:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-family: fontawesome;
    font-size: 22px;
    line-height: 39px;
}

.only-threepor .decou-sld-block:hover .decou-sld-cont {
    opacity: 0;
}

.only-threepor .decou-sld-block .carou-left-imgbox:hover .decou-sld-cont {
    opacity: 1;
}

.videobox-section {
    padding: 30px 0;
}

.videobox-section .container{
    max-width: 700px;
    padding: 0 15px;
}

.videobox-section video {
    width: 100%;    
}

.recetee-blok.fullwidh-recblock {
    width: 100% !important;
    padding: 0;
}

.recetee-blok.fullwidh-recblock .recetee-blk-top {
    text-align: center;
    margin-bottom: 15px;
}

.recetee-blok.fullwidh-recblock .recetee-blk-ulblk {
    width: 50%;
    float: left;
    padding: 0 25px;
}

.recep-vid-sld .owl-controls {
    margin: 0;
    padding: 0;
}

.recep-vid-sld .owl-controls .owl-prev {
    position: absolute;
    width: 52px;
    height: 52px;
    font-size: 0px;
    background-color: #000;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    color: #a0a0a0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.recep-vid-sld .owl-controls .owl-next {
    position: absolute;
    width: 52px;
    height: 52px;
    font-size: 0px;
    background-color: #000;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #a0a0a0;
}

.recep-vid-sld .owl-controls .owl-prev:before {
    content: "";
    font-size: 26px;
    line-height: 41px;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 27px;
    background-size: 12px;
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 13px;
}

.recep-vid-sld .owl-controls .owl-next:before {
    content: "";
    font-size: 26px;
    line-height: 41px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 27px;
    background-size: 12px;
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 13px;
}

.recep-vid-sld .owl-dots {
    position: absolute;
    margin: 0;
    bottom: -25px;
    width: 100%;
    padding: 0px;
}

.recep-vid-sld .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border:1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

.recep-vid-sld .owl-dots .owl-dot.active {
    background-color: #fff;
    border: 1px solid #fff;
}

.slideing-vid video, .slideing-vid {
    height: 100%;
    float: left;
    width: 100%;
    max-height: 370px;
}

.left-ownerbox {
    float: left;
    width: 33.28%;
    padding-right: 13px;
}

.left-ownerbox .decou-sld-block {
    display: block;
    width: 100%;
    margin: 0;
}

.sensation-section.inspir-main-brn .banner-mid-content p {
    line-height: 30px;
}

.sensation-section.inspir-main-brn .banner-mid-content {
    padding-bottom: 25px;
}

.bg-top-text p {
    font-family: TradeGothicLTStd-Bold;
    text-align: center;
    font-size: 17.53px;
    line-height: 26.17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bg-top-text {
    padding-bottom: 12px;
}

.decou-sld-section.presentation-slidebox .decou-sld-block span a{
    position: relative;
    display: block;
}

.overlay-pro-box {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.decou-sld-section.presentation-slidebox .decou-sld-block span a:hover .overlay-pro-box {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.overlay-pro-box .pres-recep-nambox {
    position: absolute;
    bottom: 14px;
    max-width: 210px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #000;
}

.overlay-pro-box .pres-recep-nambox {
    position: absolute;
    bottom: 14px;
    max-width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #000;
    /*min-height: 85px;*/
    padding: 10px;
    /*height: 85px;*/
}

.overlay-pro-box .pres-recep-nambox .table{
    height: auto;
    margin-top: 5px
}

.overlay-pro-box .pres-recep-nambox p {
    color: #fff;
    text-align: center;
    font-family: TradeGothicLTStd-Cn18;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0;
    /* min-height: 80px; */
    vertical-align: middle;
    letter-spacing: 0.08em;
    margin: 0;
}


.passion-topbnr.inspiration-topbnr {
    height: 302px;
    padding: 20px 50px 20px 20px;
}

.passion-topbnr.inspiration-topbnr h4 {
    margin-bottom: 30px;
    vertical-align: middle;
}

.bgimg-ondisc {
    padding: 0 60px;
    position: relative;
    overflow: hidden;
}

.padng-box {
    padding: 40px 0;
}

.passion-topbnr.inspiration-topbnr h4:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}


.overlay-whibox {
    max-width: 810px;
    margin: 0 auto;
    background: rgba(255,255,255,0.4);
    padding-bottom: 30px !important;
}

.overlay-whibox:after {
    bottom: 20px !important;
}

.black-popupbox a.cls-popup {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -12px;
    top: -17px;
    z-index: 9;
    background-color: rgba(255,255,255,0.9);
}
.black-popupbox a.cls-popup:before {
    content: "";
    content: '';
    background-color: #000;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    transition: all 200ms;
    transform: rotate(-45deg);
    top:16px;
}

.black-popupbox .recepttee-img img {
    width: 100%;
}
.black-popupbox a.cls-popup:after {
    content: '';
    background-color: #000;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    transition: all 200ms;
    transform: rotate(45deg);
    top:16px;
}

.inspiration-blk-contbox {
    border: 2px solid #fff;
    padding: 30px 180px 30px 50px;
}

.inspiration-blk-contbox ul{ 
    list-style: none; 
    margin-bottom: 30px;
    position: relative;
}

.inspiration-blk-contbox ul:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    left: -29px;
    top: 6px;
}

.inspiration-blk-contbox p {
    font-size: 17.54px;
    margin-bottom: 25px;
    line-height: 26.18px;
    letter-spacing: 0.08em;
}

.inspiration-blk-contbox ul li{
     display: inline-block;
}

.inspiration-blk-contbox ul li {
    display: inline-block;
    font-family: TradeGothicLTStd-Bold;
    font-size: 17.43px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.08em;
    margin-right: 18px;
}

.inspiration-blk-contbox ul li.cont-arrow:before {
    content: "\f100";
    position: absolute;
    left: -15px;
    top:-1px;
    font-family: fontawesome;
}

.inspiration-blk-contbox ul li.cont-arrow:after {
    content: "\f101";
    position: absolute;
    right: -15px;
    top:-1px;
    font-family: fontawesome;
}

.inspratin-tag-cont2 p:before, .inspratin-tag-cont p:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
}

.inspratin-tag-cont p:first-child:before {
    display: none;
}

.ins-cont-link a {
    font-size: 17.54px;
    margin-bottom: 25px;
    line-height: 26.18px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid;
    color:#fff;
}

.ins-cont-link a:hover {
    opacity: 0.6;
}

.inspiration-bottom-igm {
    background-size: cover;
    height: 418px;
    background-repeat: no-repeat;
    background-position: center;
}

.insp-sldblock a {
    display: block;
    position: relative;
}

.insp-sldblock a:hover span{
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.insp-sldblock a span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
}

.insp-sldblock a span i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 4px solid;
    border-radius: 50%;
    font-style: normal;
    font-size: 35px;
    text-align: center;
    line-height: 32px;
    padding-top: 6px;
}

.relative{ position: relative; }

.inspratin-tag-cont2.hide-cont {
    display: none;
}

.bgimg-ondisc:before {
    content: "";
    background-image: url(../images/inspiration-rit-dise.png);
    height: 450px;
    width: 235px;
    position: absolute;
    right: -30px;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}


.whitegreybg {
    background-color: #e6e5e3;    
}

.inspiration-btmbox-cont{
    padding: 50px 70px 50px 60px;
}

.inspiration-btmbox-cont .container{
    background-color: #fff;
    padding: 20px 30px 20px 60px;
    position: relative;
}

.inspiration-btmbox-cont .container:before {
    content: "";
    background-image: url(../images/inspiration-before-image.png);
    width: 262px;
    height: 140px;
    background-size: 275px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    right: -55px;
    top: -50px;
}

.inspiration-btmbox-cont .container:after {
        content: "";
    background-image: url(../images/inspiration-after-image.png);
    width: 270px;
    height: 210px;
    background-size: 300px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    left: -50px;
    bottom: -70px;
}

.ins-toptitle{
    padding-bottom: 20px;
}
.ins-toptitle h4 {
    color: #000;
    font-size: 17.53px;
    letter-spacing: 0.08em;
    line-height: 26.18px;
    position: relative;
    margin-bottom: 10px;
}

.ins-toptitle h4:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #000;
    position: absolute;
    left: -22px;
    top: 7px;
    border-radius: 50%;
}

.ins-toptitle p {
    font-size: 17.53px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
}

.inspi-ullicont ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inspi-ullicont ul li{
    position: relative;    
    display: block;
    font-size: 17.53px;
    margin-bottom: 5px;
    line-height: 26.18px;        
}

.inspi-ullicont ul li strong:before {
    content: "-";
    margin-right: 5px;
}

.inspi-ullicont ul li strong,
.inspi-ullicont ul li p{ 
    display: contents;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
}

.inspi-ullicont ul li strong{ 
    margin-right: 10px;
    position: relative;
    font-family: TradeGothicLTStd-Bold;
}

.decou-popuppox.full-height {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    bottom: 0;
    max-width: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.9);
    padding-top: 40px;
    padding-bottom: 40px;
    top: 30%;
}

.overflow-hidep-box {
    overflow: hidden;
}

.decou-popuppox.full-height .popup-padding {
    max-width: 750px;
    background-color: transparent;
    padding: 40px 0;
    position: initial;
}

.decou-popuppox.full-height a.cls-popup {
    right: 10px;
    top: 10px;
}
.visible-mobile {
        display: none;
    }
    .visible-desktop {
        display: block;
    }

@charset "utf-8";
/* CSS Document */

/* media-query
------------------------------------------------*/
@media handheld, only screen and (max-width: 1250px) {}

@media handheld, only screen and (max-width: 1140px) {}

@media handheld, only screen and (max-width: 1023px) {}

@media handheld, only screen and (max-width: 991px) {
    h2{ font-size: 26px; }
    h3{ font-size: 25px; }
    .sensation-coll-section h2{ font-size: 27px; }
    .decou-sld-section.presentation-slidebox .container{ padding: 0 45px 0 0; }
    .bgimg-ondisc{
        background-position: 125%;
    }
}

@media handheld, only screen and (max-width: 900px) {
    .passion-second-sec .passion-sec-leftcont{ width:68%; }
    .passion-second-sec .passion-sec-ritimg{ width:32%;}
    .innovantes-section {  padding: 0 30px 40px; }
    .transchge-bigcontenbox{ padding: 40px 30px; }
    .transchge-buttle-box{ padding: 18px 30px; }
    .fumate-contentbox{ padding: 30px;}
    .passion-topbnr{ padding: 40px 30px; }
    .trancha-blk.tranch-midcont .trand-mid-contbox p br{ display: none; }
    .origin-topbox{
        padding:20px 15px;
    }
    .fumage-topbox h1,
    .transch-topbox h2,
    .innova-topbox h2{
        font-size: 36px;
    }
    .bg-top-text p br{ display: none; }
    .transchge-bigcontenbox.bgimg-ondisc {
        padding: 0 60px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    h2{ font-size: 25px; }
    h3{ font-size: 23px; }
    .sensation-coll-section h2{ font-size: 26px; }
    .nos-receteis-section .slider-section{ width:60%; }
    .nos-receteis-section .nos-recright-box{ width:40%; }
    .banner-mid-content span{ font-size: 25px; }
    h1{ font-size: 78px; }
    .sensation-section .banner-mid-content p{
        font-size: 20.62px;
        line-height: 28px;
    }
    .etapes-slider .etapes-sldblock p br{ display: none; }
    .recetee-innermaxwidth{ 
        height: auto;
        padding-bottom: 25px;
    }

    .decou-popuppox .popup-padding h2{ font-size: 24px; line-height: 30px; }
    .decou-popuppox .container{ padding: 0 25px; }
    .passion-second-sec .passion-sec-leftcont {
        width: 49%;
        padding: 15px;
    }
    .passion-second-sec .passion-sec-ritimg {
        width: 51%;
    }
    .origin-topbox h2 {
        font-size: 24.39px;
        line-height: 30.66px;
    }
    .fumage-topbox h1,
    .transch-topbox h2,
    .innova-topbox h2{
        font-size: 28px;
    }
    .pastion-topbnr-ritcont p br{ display: none;}
    .bgimg-ondisc{
        background-position: 150%;
    }
    .sensation-section.recetee-topsection .banner-mid-content.black:after {
        background-color: #FFF;
    }
    .sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span.black:after, .sensation-section.recetee-topsection .banner-mid-content .senctin-org-icon span.black:before {
        background-color: #FFF;
    }
    .visible-mobile {
        display: block;
    }
    .visible-desktop {
        display: none;
    }
}

@media handheld, only screen and (max-width: 700px) {
    .block-section .block-box,
    .nos-receteis-section .slider-section,
    .nos-receteis-section .nos-recright-box{ width:100%; }
    
    .nos-receteis-section .nos-recright-box{ 
        padding-left: 0px;
        text-align: center;
        border-top: 5px solid #ff9e69;
    }
    .block-section .block-box:nth-child(2) {
        border-top: 7px solid #ff9e69;
        border-left: 0px;
        border-right: 0px;
    }
    .block-section .block-box:last-child{
        border-top: 7px solid #ff9e69;
        border-bottom: 0px solid #ff9e69;
    }
    .block-section{
        border-bottom: 7px solid #ff9e69;
    }
    .sensation-coll-section .sensation-blok{ 
        width:48%;
        margin:0 1% 12px; 
    }
    .sensation-coll-section .container{ padding:0 10px;}
    
}

@media handheld, only screen and (max-width: 640px) {
    .sensation-section{ height: 210px; }
    .banner-mid-content span{ font-size: 22px; }
    h1{ 
        font-size: 56.64px; 
        line-height: 20px;         
    }
    .sensation-section .banner-mid-content p{ 
        font-size: 15.68px; 
        line-height: 26.79px;
    }
    .nos-receteis-section .nos-recright-box{ display: none; }
    .slideing-vid iframe{ height: 307px; }
    .nos-receteis-section .slider-section .owl-dots .owl-dot.active{
        background-color: #fff;
        border:1px solid #fff;
    }
    .nos-receteis-section .slider-section .owl-dots .owl-dot{ 
        background-color:transparent;
        margin-right: 7px;
        border:1px solid #fff;
    }
    h3{ font-size: 27.51px; }
    .block-section .block-box,
    .block-section .block-box .table{ height: 310px; }
    .sensation-coll-section h2{ 
        font-size: 18.89px;
        margin-bottom: 7px; 
    }
    .sensation-coll-section{
        padding:15px 0 20px;
    }
    .sensation-coll-section .sensation-blok{ 
        width:100%;
        margin:0 0 10px; 
    }
    .sensation-coll-section .sensation-blok img{ width:100%; }
    .mobile-view{ 
        display: block;
        padding: 0 10px; 
    }
    .desktop-view{ display: none; }
    .sensation-coll-section .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: transparent;
        display: inline-block;
        margin-right: 7px;
        border-radius: 50%;
        border: 1px solid #4e4d49;
    }
    .sensation-coll-section .owl-dots .owl-dot.active {
        background-color: #fff;
        border: 1px solid #fff;
    }
    .sensation-coll-section .owl-controls {
        margin: 0;
    }
    .sensation-coll-section .owl-nav .owl-prev{
        position: absolute;
        bottom: 2px;
        left: 34%;
        font-size: 0;
        width: 15px;
        height: 13px;
    }
    .sensation-coll-section .owl-dots .owl-dot:last-child{ margin-right: 0px; }
    
    .sensation-coll-section .owl-nav .owl-prev:before{
        content: "";
        background-image: url(../images/previous-arrow.png);
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
    }
    .sensation-coll-section .owl-nav .owl-next{
        position: absolute;
        bottom: 2px;
        right: 38%;
        font-size: 0;
        width: 15px;
        height: 13px;
    }
    .sensation-coll-section .owl-nav .owl-next:before{
        content: "";
        background-image: url(../images/next-arrow.png);
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
    }
    
    .nos-receteis-section .slider-section .owl-controls .owl-prev{
        position: absolute;
        bottom: 14px;
        left: 38%;
        font-size: 0;
        width: 15px;
        background-color: transparent;
        height: 13px;
        line-height: normal;
        top:inherit;
    }
    .nos-receteis-section .slider-section .owl-controls .owl-prev:before{
        content: "";
        background-image: url(../images/previous-arrow.png);
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top:0px;
    }
    .nos-receteis-section .slider-section .owl-controls .owl-next{
        position: absolute;
        bottom: 14px;
        right: 40%;
        font-size: 0;
        width: 15px;
        background-color: transparent;
        top:inherit;
        height: 13px;
        line-height: normal;
    }
    .nos-receteis-section .slider-section .owl-controls .owl-next:before{
        content: "";
        background-image: url(../images/next-arrow.png);
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top:0px;
    }
    .nos-receteis-section .slider-section .owl-dots{ 
        padding: 0px;
        bottom: 18px;
        max-width: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;;
    }
    .nos-receteis-section .slider-section .owl-controls .owl-prev:hover, .nos-receteis-section .slider-section .owl-controls .owl-next:hover{
        background-color: transparent;
        opacity: inherit;
    }
    .sensation-section .banner-mid-content .senctin-org-icon { display: block; }
    .recette-bgimage{ padding: 0px;}
    .sensation-section.recetee-topsection {
        padding: 10px 0 31px;
        background-color: #000;
    }
    .sensation-section.recetee-topsection .banner-mid-content h1 {
        font-size: 30.46px;
        color:#fff;
        line-height: 33px;
    }
    .sensation-section.recetee-topsection .banner-mid-content p{
        color:#fff;
        font-size: 16.45px;
        line-height: 21.36px;
    }
    .sensation-section.recetee-topsection .banner-mid-content {
        padding-bottom: 20px;
    }
    .recetee-topblkbox .recetee-rightbox{ display: none; }
    .recetee-topblkbox .rectee-leftimg{
        height: 225px;        
        background-size: 250%;
    }
    .recetee-blokcs .recetee-blok:first-child,
    .recetee-blokcs .recetee-blok:last-child{
        width:100%;
        text-align: center;
    }
    .recetee-blokcs .recetee-blok ul li:before {
        content: "-";
        position: relative;
        left: -6px;
    }
    .recetee-blokcs .recetee-blok ul li{ 
        font-size: 12.93px;
        padding-left: 0px;
    }
    .recetee-blokcs .recetee-blok:first-child {
        padding: 0 0px;
        padding-bottom: 22px;
        margin-bottom: 22px;
        position: relative;        
    }
    .recetee-blok .recetee-blk-top{
        min-height: inherit;
        margin-bottom: 15px;
    }
    .recetee-blokcs .recetee-blok:first-child:before{
        position: absolute;
        content: "";
        bottom: 0px;
        right: 0px;
        left: 0px;
        right:0px;
        margin:0 auto;
        width: 200px;
        background-color: #fff;
        height: 1px;
    }
    .recetee-innermaxwidth{
        height: auto;
        background-position: center;
        background-image: url(../images/mobile-body-innerbg.jpg) !important;
    }
    .etapes-section ul.slick-dots li button {
        width: 10px;
        height: 10px;
        font-size: 0;
        background-color: transparent;
        border: 1px solid #6b6b6b;
        border-radius: 50%;
        padding: 0;
        outline: none;
        cursor: pointer;
        vertical-align: middle;
    }
    .etapes-section ul.slick-dots li {
        display: inline-block;
        margin-right: 5px;
    }
    .etapes-section ul.slick-dots li.slick-active button{
        background-color: #fff;
        border: 1px solid #fff;
    }
    .etapes-mainbox button.slick-prev {
        position: absolute;
        bottom: 2px;
        left: 38%;
        font-size: 0;
        width: 15px;
        height: 13px;
        background-color: transparent;
        border: none;
        padding: 0;
        
    }
    .etapes-mainbox button.slick-prev:before {
        content: "";
        background-image: url(../images/previous-arrow.png);
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left:0;
        
    }
    .etapes-mainbox button.slick-next {
        position: absolute;
        bottom: 2px;
        right: 38%;
        font-size: 0;
        width: 15px;
        height: 13px;
        background-color: transparent;
        border: none;
        padding: 0;        
    }
    .etapes-section ul.slick-dots li:last-child{ margin-right: 0px;}
    .etapes-mainbox button.slick-next:before {
        content: "";
        top: 0;
        right:0;
        background-image: url(../images/next-arrow.png);
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
    }
    .etapes-section .etapes-mainbox{
        padding: 30px 20px 20px;
        border:1px solid #fff;
    }
    .etapes-mainbox h2{ margin-bottom: 10px; }
    .decou-sld-section h4{ font-size: 16.82px; }
    .etapes-slider .etapes-sldblock{ margin-bottom: 0px; }
    .decou-sld-block img{ width:100%; }
    
    .decou-sld-section ul.slick-dots li {
        display: inline-block;
        margin-right: 5px;
    }
    .decou-sld-section ul.slick-dots li:last-child{ margin-right: 0px ;}
    .decou-sld-section ul.slick-dots li button {
        width: 10px;
        height: 10px;
        font-size: 0;
        background-color: transparent;
        border: 1px solid #6b6b6b;
        border-radius: 50%;
        padding: 0;
        outline: none;
        cursor: pointer;
        vertical-align: middle;
    }
    .decou-sld-section ul.slick-dots li.slick-active button {
        background-color: #fff;
        border: 1px solid #fff;
    }
    .decou-sld-section{ 
        text-align: center; 
        padding:115px 0 18px;
    }
    .decou-sld-section .container{ max-width: 300px; }
    .decou-sld-section button.slick-prev {
        position: absolute;
        bottom: -3px;
        left: 24% !important;
        font-size: 0;
        width: 15px;
        height: 13px;
        background-color: transparent;
        border: none;
        padding: 0;
        top: inherit !important;
        transform: none !important;
    }
    .decou-sld-section button.slick-next {
        position: absolute;
        /*bottom: -3px;*/
        right: 24% !important;
        font-size: 0;
        width: 15px;
        height: 13px;
        background-color: transparent;
        border: none;
        padding: 0;
        top: inherit !important;
        transform: none !important;
    }
    .decou-sld-section button.slick-prev:before {
        content: "";
        background-image: url(../images/previous-arrow.png) !important;
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }
    .decou-sld-section button.slick-next:before {
        content: "";
        top: 0;
        right: 0;
        background-image: url(../images/next-arrow.png) !important;
        width: 15px;
        height: 10px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
    }
    .decou-slider .slick-list {
        margin-bottom: 20px;
    }
    .decou-sld-block a.vori-btn{ 
        display: block; 
        position: relative;
        z-index: 9;
    }
    .decou-sld-block .decou-sld-cont p{ 
        font-size: 12px;
        line-height: 15px;
        top: 40%;
        transform: translateY(-40%);
    }
    .recette-bgimage{ height: auto; }
    .recetee-innermaxwidth{ padding-bottom: 0px; }
    .decou-sld-section.presentation-slidebox .container{ 
        max-width: 600px;
        padding:0 15px;
        margin:0 auto;
    }
    .decou-sld-section.presentation-slidebox .slick-prev{ 
        display: block !important; 
        bottom: 0px;
    }
    
    .decou-sld-section.presentation-slidebox .slick-next{
        width:12px;
        height: 25px;
    }
    .decou-sld-section.presentation-slidebox .slick-next:before{
        width:12px;
        height: 25px !important;
        background-image: url(../images/next-arrow.png) !important;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform:none;
        top:0px;
        right:26% !important;
        background-color: transparent;
        background-size: 12px;
        
    }    
    .decou-sld-section.presentation-slidebox .slick-next:after{
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform:none;
        background-color: transparent;
        height: auto;
    }
    .padding-bottom{ padding-bottom: 0px; }
    .presentation-topbnr h1{ font-size: 30px; }
    .sensation-section.presentation-topbnr .banner-mid-content { padding-bottom: 20px; }
    .decou-sld-section.recet-btmsld button.slick-prev{
        left:12% !important;
        bottom: 0px;
    }
    .decou-sld-section.recet-btmsld button.slick-next{
        right:12% !important;
        bottom: 0px;
    }
    .passion-second-sec .passion-sec-leftcont{
        width:100%;
        padding: 20px 30px; 
    }
    .passion-second-sec .passion-sec-ritimg {
        width: 100%;
        float: left;        
    }
    .passion-second-sec .passion-sec-ritimg img{ max-width: 280px; margin: 0 auto 20px; }
    .origin-block .origin-leftblock, .origin-block .origin-rightblock{
        width:100%;
        min-height: inherit;
        height: auto !important;
    }
    .origin-block .imgbox img{ display: block; }
    .origin-block:nth-child(2){
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
    }
    .trancha-blockbox .trancha-blk,
    .trancha-blockbox{ width:100%;}
    .transchge-bigcontenbox { padding: 20px 12px; }
    .transchge-buttle-box{ margin-bottom: 20px; }
    .trancha-blk.tranch-midcont{ 
        height: auto !important;
        min-height: inherit;
    }
    .trancha-blk.tranch-midcont .trand-mid-contbox{
        padding:30px;
    }
    .innovantes-section {
        padding: 0 15px 30px;
    }
    .innovantes-section p {
        font-size: 16px;
        line-height: 22.18px;
    }
    .origin-block .table{ height: auto; }
    .origin-block .contentbox .origin-middle-cont { padding: 30px; }
    .origin-topbox p{ font-size: 18px; }
    .origin-topbox h2{ font-size: 28.33px; }
    .trancha-blk.tranch-midcont .trand-mid-contbox p{ text-align: left; }

    .transch-topbox h2 span:before,
    .fumage-topbox h1 span:before{
        left: -60px;
        width:40px;
    }
    
    .fumage-topbox h1 span:after,
    .transch-topbox h2 span:after{
        right: -60px;
        width:40px;
    }
    
    .innova-topbox h2 span:before,
    .innova-topbox h2 span:after{ display: none; }
    
    .transchge-buttle-box {
        padding: 15px 20px;
    }
    .passion-topbnr{ 
        height: 300px; 
        padding: 30px 0px 40px;
        display: table;
    }
    .passion-topbnr h4 {
        margin-bottom: 30px;
        padding: 0 15px;
        font-size: 17px;
        line-height: 22.5px;
        color: #fff;
    }
    
    .pastion-topbnr-ritcont p{
        margin-top: 30px;
        padding: 0 15px;
        color:#FFF;
    }
    
    .pastion-topbnr-ritcont{
        display: table-cell;
        vertical-align: middle;
        float:none;
        text-align: center;
    }
    .pastion-topbnr-ritcont h4 br{ display: none; }
    .passion-bodybg,
    .passion-boxmaxwidth{ padding: 0px; }
    .origin-topbox,
    .fumage-topbox,
    .fumate-contentbox,
    .innovantes-section{ background-color: #fff; }
    .trancha-blockbox .trancha-blk:first-child, 
    .trancha-blockbox .trancha-blk:nth-child(2) {
        width: 50%;
        height: 164px !important;
        min-height: inherit;
    }
    .blueborder-btm{ border: none; }
    .sensation-section.presentation-topbnr.pass-mobimg{ 
        background-image: url(../images/passtion-topbaner-mob.jpg) !important;
        height: 210px;
    }
    .sensation-section.pass-mobimg .banner-mid-content .white-topicon span img {
        width: 55px;
    }
    
    .sensation-section.pass-mobimg .banner-mid-content .white-topicon{ max-width: 170px; }
    .white-topicon span:before,
    .white-topicon span:after{
        background-color: #757371;
        width:50px;
    }
    .pass-mobimg h1 {
        font-size: 22.94px;
    }
    .pass-mobimg .banner-mid-content p br{ display: block; }
    .sensation-section.pass-mobimg .banner-mid-content {
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .sensation-section.pass-mobimg .banner-mid-content:after {
        width: 170px;
        background-color: #7a7977;
    }
    .sensation-section.pass-mobimg p {
        margin-top: 10px;
        line-height: 24.66px;
        font-size: 14.06px;
    }
    .passion-topbnr{
        background-image: none !important;
        height: auto;
    }
    .passion-bodybg{ background-image: none !important; }
    span.passtop-bnr-imgtag{ display: block; }
    .origin-topbox {
        padding: 30px 15px 20px;
    }
    .origin-topbox p {
        font-size: 17.5px;
        line-height: 26.13px;
    }
    .fumage-topbox h1,
    .transch-topbox h2,
    .innova-topbox h2{
        font-size: 40px;
        line-height: 35px;
    }
    .aliance-inno-blk .aliance-left-img{ max-width: 122px; }
    .transchge-buttle-box p{ 
        font-size: 17.54px;
        line-height: 26.18px;
    }
    .innova-topbox{ padding-bottom: 50px; }
    .carou-left-imgbox,
    .carou-sld-ritbtn{ width:100%; }
    .carou-sld-ritbtn{ 
        height: auto;
        min-height: inherit;
        margin:20px 0px;
    }
    .only-threepor .slick-prev, .only-threepor .slick-next {
        display: block !important;
    }
    .recetee-blok.fullwidh-recblock .recetee-blk-ulblk{ width:100%; padding: 0px ;}
    .recep-vid-sld .owl-controls .owl-next,
    .recep-vid-sld .owl-controls .owl-prev{
        width:32px;
        height: 40px;
    }
    .recep-vid-sld .owl-controls .owl-next:before,
    .recep-vid-sld .owl-controls .owl-prev:before{
        width: 13px;
        height: 27px;
        background-size: 10px;
        top: 9px;
    }
    .left-ownerbox{ width: 50%; }
    .presen-img-cont .presen-titname{ 
        font-size: 22px; 
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .presen-img-cont p{ font-size: 15px; }
    .presen-img-cont{
        padding:5px; 
        bottom: 0px;
    }
    .decou-sld-section.presentation-slidebox .decou-sld-block{ margin-right: 0px;}
    .black-popupbox a.cls-popup{
        right: 10px;
        top: 80px;
    }
    .overlay-whibox{
        background: transparent !important;
        padding-bottom: 15px !important;
    }
    .overlay-whibox:after{
        bottom: 0px !important;
    }
    .overlay-pro-box .pres-recep-nambox{
        bottom: 10px;
    }
    .overlay-pro-box .pres-recep-nambox p{
        font-size: 15px;
        line-height: 20px;
    }
    .inspiratin-slidbox button.slick-prev,
    .inspiratin-slidbox button.slick-next{
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0;
        border: none;
        padding: 0;
        width: 20px;
        height: 50px;
        outline: none;
        background-color: transparent;
        z-index: 9;
    }
    
    .inspiratin-slidbox button.slick-next{
        left: inherit;
        right: 8%;
    }
    .inspiratin-slidbox button.slick-prev:before {
        width: 20px;
        height: 50px;
        content: "\f104";
        font-family: fontawesome;
        font-size: 50px;
        color: #fff;
        display: block;
    }
    .inspiratin-slidbox button.slick-next:before {
        width: 20px;
        height: 50px;
        content: "\f105";
        font-family: fontawesome;
        font-size: 50px;
        color: #fff;
        display: block;
    }
    .sensation-section.inspir-main-brn .banner-mid-content p {
        line-height: 24.66px;
    }
    .sensation-section.inspir-main-brn .white-topicon span:before {
        width: 80px;
    }
    .sensation-section.inspir-main-brn .white-topicon span:after {
        width: 80px;
    }
    .passion-bodybg.inspir-mobremo-bg {
        background-image: none !important;
        padding-top: 30px;
    }
    .bg-top-text p{
        font-size: 17px;
        line-height: 22.50px;
        margin-bottom: 0px;
    }
    .passion-topbnr.inspiration-topbnr{ 
        height: auto; 
        padding: 0px 0px 60px 0;
    }
    .bg-top-text {
        padding-bottom: 35px;
        padding: 0 20px 35px 20px;
    }
    .passion-topbnr.inspiration-topbnr h4{
        padding-top: 35px;
    }
    .passion-topbnr.inspiration-topbnr h4:before{
        top: -2px;
    }
    .inspiration-blk-contbox{
        padding: 0px;
        border:none;
    }
    .transchge-bigcontenbox.bgimg-ondisc{
        padding: 0px 40px;
        padding-bottom: 140px;
    }
    
    .bgimg-ondisc:after {
        background-image: url(../images/inspiration-botom-dise.png) !important;
        background-position: 50% 110%;
        content: "";
        width: 100%;
        height: 130px;
        background-size: 440px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .bgimg-ondisc:before{ display: none; }
    
    .mobile-btnimg{
        padding-bottom: 0px;
    }
    
    .inspiration-blk-contbox ul,
    .inspiration-blk-contbox p{
        margin-bottom: 20px;
    }
    .inspiration-btmbox-cont .container{
        background-color:transparent;
        padding: 0px;
    }
    
    .inspiration-btmbox-cont {
        padding: 25px 35px;
    }
    .inspiration-blk-contbox ul:before{
        left: -20px;
    }
    .overlay-pro-box .pres-recep-nambox .table{
        height: auto;
    }
    .inspiration-btmbox-cont .container:before,
    .inspiration-btmbox-cont .container:after{ display: none;}
    .decou-popuppox.full-height{
        padding-bottom: 0px;
        padding-top: 0px;
        top:44%;
    }
    .decou-popuppox.full-height a.cls-popup {
        top: 10px;
        right: 10px;
    }
    .decou-popuppox.full-height .popup-padding{
        padding: 60px 20px;
    }
} 

@media handheld, only screen and (max-width: 500px) {
    .aliance-inno-blk .aliance-left-img{ 
        margin: 0 auto 0px;
        float: none;
    }
    
    .innovantes-section p{ text-align: center; } 
    
    .aliance-inno-blk .aliance-rightcont {
        width: calc(100% - 0px);
        float: left;
        padding: 20px 0;
        text-align: left;
    }
    
    .aliance-inno-blk .aliance-rightcont p{ text-align: left ;}
    
    .aliance-inno-blocks .aliance-inno-blk {
        margin-bottom: 20px;
    }
    
    .passion-second-sec .passion-sec-leftcont,
    .origin-block .contentbox .origin-middle-cont,
    .fumate-contentbox,
    .trancha-blk.tranch-midcont .trand-mid-contbox{ padding: 20px; }
    .transchge-buttle-box{ padding:15px; }
    .bgimg-ondisc:after{
        height: 101px;
        background-size: 346px;
    }
}

@media handheld, only screen and (max-width: 479px) {
    .etapes-mainbox button.slick-prev{ left: 33%; }
    .etapes-mainbox button.slick-next{ right:33%; }
    .decou-popuppox .popup-padding h2{ font-size: 20px; }
    .overlay-pro-box .pres-recep-nambox p{
        font-size: 12px;
        line-height: 15px;
    }
    .overlay-pro-box .pres-recep-nambox{
        bottom: 3px;
    }
    .inspiratin-slidbox button.slick-next{
        right:5%;
    }
    .inspiratin-slidbox button.slick-prev{
        left:5%;
    }
    .bgimg-ondisc{
        padding-bottom: 100px;
    }
}

@media handheld, only screen and (max-width: 414px) {
    .nos-receteis-section .slider-section .owl-controls .owl-prev{ left: 34%; }
    .nos-receteis-section .slider-section .owl-controls .owl-next{  right:37%; }
    .sensation-coll-section .owl-nav .owl-prev{ left: 29%; }
    .sensation-coll-section .owl-nav .owl-next{ right: 33%; }
    .etapes-mainbox button.slick-prev{ left: 30%; }
    .etapes-mainbox button.slick-next{ right:30%; }
}

@media handheld, only screen and (max-width: 360px){
    .bgimg-ondisc{
        padding-bottom: 100px;
        background-position: 50% 103%;
    }
    .bgimg-ondisc:after{
        height: 85px;
        background-size: 290px;
    }
}
.goBack3 {
    position:absolute;
    top: 30px;
    right: 23px;
    z-index: 10000;
    color:#fff;
}
.goBack2 {
    position:absolute;
    top: 13px;
    right: 23px;
    z-index: 10000;
    color:#fff;
}

.goBack {
    position:absolute;
    top: 19px;
    right: 23px;
    z-index: 10000;
    color:#fff;
}
.goBack a, .goBack2 a, .goBack a {
    color:#fff;
}
.backBlack > a {
    color:#000 !important;
}

.recep-vid-box {
    text-align: center;
}
.videobox-section .recep-vid-box  video {
    width:50%;
}