@media screen and (max-width: 767px) {
  .page-recipe .recipe-view .recipe-details, .page-recipe .recipe-view .category-title, .page-recipe .recipe-view .tab-content, .page-product.page-view .col-left .product-data .brand-title {
    padding-left: 15px;
    padding-right: 15px; } }

body {
  font-family: SourceSansPro;
  background-color: #EEEEEE;
  overflow-x: hidden; }

@font-face {
  font-family: "SourceSansPro";
  src: url("../font/source_sans_pro/sourcesanspro-regular.ttf") format("truetype"); }
@font-face {
  font-family: "DancingScript";
  src: url("../font/dancing_script/dancingscript-regular.ttf") format("truetype"); }
@font-face {
  font-family: "Optima";
  src: url("../font/optima/optima.eot?#iefix");
  src: url("../font/optima/optima.eot?#iefix") format("embedded-opentype"), url("../font/optima/optima.otf") format("truetype"); }
@font-face {
  font-family: "FuturaLTProBook";
  src: url("../font/futura/nunito-regular-webfont.eot?#iefix");
  src: url("../font/futura/nunito-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/futura/futuraltpro-book.ttf") format("truetype"); }
#wrapper {
  color: #4a4a4a; }

@media screen and (min-width: 767px) {
  .site-content {
    margin: 25px 15px 0 15px; } }

.col-right .most-read a, .block-home-last-news a, .block-home-listing-category .block-category a, .block-home-section.section-recettes a, .block-home-section.section-marques a, .page-article .linked-articles a, .page-article-category a, .page-article-news .col-left a, .page-recipe .col-left .last-recipe a, .page-recipe .col-left .list-category a, .page-recipe .recipe-view a, .page-data.page-recipe .col-left .recipe-list a, .page-product .col-left a, .page-search .search-results .item-info a, .page-tag .col-left .search-results .item-info a, .page-brand-index a, .page-brand-view .col-left .breadcrumb a, .page-brand-view .col-left .stand-content .stand-data .title a {
  color: #4a4a4a;
  text-decoration: none; }
  .col-right .most-read a:hover, .block-home-last-news a:hover, .block-home-listing-category .block-category a:hover, .block-home-section.section-recettes a:hover, .block-home-section.section-marques a:hover, .page-article .linked-articles a:hover, .page-article-category a:hover, .page-article-news .col-left a:hover, .page-recipe .col-left .last-recipe a:hover, .page-recipe .col-left .list-category a:hover, .page-recipe .recipe-view a:hover, .page-data.page-recipe .col-left .recipe-list a:hover, .page-product .col-left a:hover, .page-search .search-results .item-info a:hover, .page-tag .col-left .search-results .item-info a:hover, .page-brand-index a:hover, .page-brand-view .col-left .breadcrumb a:hover, .page-brand-view .col-left .stand-content .stand-data .title a:hover {
    color: #979797; }

.table {
  display: table;
  height: 100%; }

.cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle; }
  .cell img {
    display: initial; }

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column; }

.flex-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  position: absolute; }

.flex-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-flex-direction: column; }

.flex-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column; }

.pointer {
  cursor: pointer; }

.page-product .col-left h1 {
  font-size: 3rem;
  font-family: 'Optima';
  text-transform: uppercase;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .page-product .col-left h1 {
      font-size: 3rem;
      padding: 0 6px; } }

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.rtecenter {
  text-align: center; }

.container {
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1200px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1600px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1920px) {
    .container {
      width: 1920px;
      margin-right: auto;
      margin-left: auto; } }

.crop-img {
  position: relative;
  padding-bottom: 55%; }

.crop-img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  width: 100%;
  height: 100%; }

.bloc-shadow {
  box-shadow: 1px 1px 2px #bcbcbc; }

.row {
  margin-right: 0;
  margin-left: 0; }
  .row > [class^="col-"], .row > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: initial; }

.pagination .active a {
  color: #fff; }

@media screen and (max-width: 767px) {
  .pagination {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: table; }
    .pagination li:not(:first-child):not(:last-child):not(.active) {
      display: none; } }
.col-half-offset {
  margin-left: 4.16667%; }

.no-gutter {
  padding-left: 0px !important;
  padding-right: 0px !important; }

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .auto-clear div.col-sm-6:nth-of-type(odd) {
    clear: left; } }
@media screen and (min-width: 1200px) {
  .auto-clear div.col-lg-6:nth-of-type(odd) {
    clear: left; } }
.bg-success, .bg-danger {
  padding: 15px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (min-width: 767px) {
  .col-right {
    padding-left: 15px !important; }
    .col-right .row:not(:last-child) {
      padding-bottom: 25px; } }
.col-right .block-fb {
  width: 100%;
  height: 214px; }

.page-content .col-left {
  background-color: #fff; }
  @media screen and (min-width: 767px) {
    .page-content .col-left {
      padding: 0 20px; } }

.page-data .col-left {
  background-color: #fff; }
  @media screen and (min-width: 767px) {
    .page-data .col-left .row > [class^="col-"], .page-data .col-left > [class*=" col-"] {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (min-width: 767px) {
    .page-data .col-left .breadcrumb {
      margin-left: 15px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .page-data .col-left h2 {
    margin: 10px 15px !important; }
  .page-data .col-left .pagination {
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .page-data .col-left .pagination {
        margin-left: 2px; } }

.breadcrumb a:hover {
  text-decoration: none; }

.page-editorial .col-left {
  border-top: 5px solid #b6cb26; }
  .page-editorial .col-left h1 {
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .page-editorial .col-left {
      padding: 0; }
      .page-editorial .col-left h1 {
        padding-right: 15px;
        padding-left: 15px; } }
  .page-editorial .col-left .page-editorial-content {
    padding-top: 25px; }

.list-products .product-name {
  margin-top: 5px; }
.list-products .product-brand, .list-products .note {
  margin-top: 2px; }
.list-products .crop-img {
  padding-bottom: 100%; }
  .list-products .crop-img img {
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
.list-products .note i.full {
  color: #f1c40f; }
.list-products a {
  color: #7db472 !important; }
  .list-products a:hover {
    text-decoration: none; }
.list-products.slider-mobile .hoverbox {
  padding-right: 15px; }
.list-products.slider-mobile .hoverdiv {
  position: relative;
  opacity: 1; }
.list-products .col-sm-3 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.share {
  text-align: center; }
  .share i {
    color: #fff;
    height: 45px;
    width: 45px;
    padding: 5px;
    padding-top: 13px;
    border-radius: 42px;
    font-size: 2rem;
    text-align: center;
    margin-right: 20px;
    cursor: pointer; }
    .share i.fa-facebook {
      background-color: #3b5998; }
    .share i.fa-twitter {
      background-color: #1da1f2; }
    .share i.fa-google-plus {
      background-color: #dd4b39; }
    .share i.fa-comments {
      background-color: #4a4a4a; }
    .share i.fa-instagram {
      background-color: #888888; }
    .share i.fa-youtube {
      background-color: #cd201f; }
    .share i.fa-pinterest {
      background-color: #bd081c; }

.baludress a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 10%, rgba(238, 238, 238, 0) 90%, #eeeeee 100%); }

.scrollingDiv {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 5px 10px 13px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-device-width: 750px) and (orientation: landscape) {
    .scrollingDiv {
      width: 50%; } }

.dressml {
  margin-top: 25px; }

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .dress-left [class^=col-]:not(.baludress) {
    padding-left: 10px;
    width: 33px; }
  .dress-left [class^=col-].baludress {
    padding-left: 10px; }
    .dress-left [class^=col-].baludress:not(*:root) {
      width: 167px; }

  @supports (-moz-appearance: meterbar) {
    .dress-left [class^=col-].baludress {
      width: 167px; } }
  .dress-right [class^=col-].baludress {
    padding-right: 10px; } }
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .dress-left [class^=col-].baludress {
    padding-left: 14px; }

  .dress-right [class^=col-].baludress {
    padding-right: 14px; } }
@media screen and (min-width: 1920px) {
  .dress-left [class^=col-].baludress {
    padding-left: 17px; } }
@media screen and (max-width: 767px) {
  [id^=o6adiv] {
    position: relative;
    padding-bottom: 33.6%;
    margin-top: 25px; }

  [id^=o6adiv] iframe {
    position: absolute;
    width: 100%;
    height: 100%; } }
@media screen and (min-width: 767px) {
  .col-right [id^=o6adiv] {
    position: relative;
    padding-bottom: 200%; }
  .col-right [id^=o6adiv] iframe {
    position: absolute;
    width: 100%;
    height: 100%; } }
#wrapper > header {
  display: none;
  height: 65px;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding-top: 2px; }
  @media screen and (min-width: 1200px) {
    #wrapper > header {
      display: block; } }
  #wrapper > header img.logo {
    height: 60px;
    float: left; }
  #wrapper > header a {
    color: #4a4a4a;
    text-transform: uppercase; }
    #wrapper > header a:hover {
      color: #979797;
      text-decoration: none;
      background-color: transparent; }
  #wrapper > header h1 {
    margin: 0; }
  #wrapper > header ul#menu li.active {
    border-bottom: 5px solid #b6cb26; }
    #wrapper > header ul#menu li.recipe.active {
      border-color: #c47200; }
    #wrapper > header ul#menu li.product.active {
      border-color: #f9b233; }
    #wrapper > header ul#menu li.brand-news.active {
      border-color: #ffaec2; }
    #wrapper > header ul#menu li.brand-index.active {
      border-color: #8ec2e0; }
  #wrapper > header ul#menu {
    list-style: none;
    font-family: 'FuturaLTProBook';
    display: none;
    padding-left: 40px; }
    @media screen and (min-width: 767px) {
      #wrapper > header ul#menu {
        display: block;
        position: absolute; } }
    #wrapper > header ul#menu li {
      margin-right: 30px; }
      #wrapper > header ul#menu li.active a, #wrapper > header ul#menu li.active a:hover {
        background-color: transparent; }
      #wrapper > header ul#menu li a {
        padding: 5px 6px;
        display: inline; }
      #wrapper > header ul#menu li:hover {
        background-color: transparent; }
    #wrapper > header ul#menu .dropdown-menu {
      padding: 5px; }
      #wrapper > header ul#menu .dropdown-menu li {
        padding: 5px 0; }
        @media screen and (min-width: 1920px) {
          #wrapper > header ul#menu .dropdown-menu li {
            padding: 7px 0; } }
    #wrapper > header ul#menu .dropdown-submenu {
      position: relative; }
    #wrapper > header ul#menu .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px;
      -webkit-border-radius: 0 6px 6px 6px;
      -moz-border-radius: 0 6px 6px 6px;
      border-radius: 0 6px 6px 6px; }
    #wrapper > header ul#menu .dropdown-submenu > a:after {
      border-color: transparent transparent transparent #333;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      content: " ";
      display: block;
      float: right;
      height: 0;
      width: 0; }
      @media screen and (min-width: 1600px) {
        #wrapper > header ul#menu .dropdown-submenu > a:after {
          margin-right: -10px;
          margin-top: 5px; } }
    #wrapper > header ul#menu .dropdown-submenu:hover > a:after {
      border-left-color: #555; }
    #wrapper > header ul#menu li:hover > ul.dropdown-menu {
      display: block; }
    #wrapper > header ul#menu > li > ul {
      margin-top: -1px;
      margin-left: -1px; }
    #wrapper > header ul#menu .search {
      margin: 0;
      cursor: pointer; }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      #wrapper > header ul#menu {
        margin-left: 20px;
        margin-top: 43px; }
        #wrapper > header ul#menu li {
          font-size: 11px;
          margin-right: 1px; }
          #wrapper > header ul#menu li a {
            line-height: 0; }
        #wrapper > header ul#menu .search {
          margin-left: 20px; } }
    @media screen and (min-width: 1600px) and (max-width: 1920px) {
      #wrapper > header ul#menu {
        margin-top: 38px;
        margin-left: 22px; }
        #wrapper > header ul#menu li {
          margin-right: 16px;
          font-size: 14px; }
        #wrapper > header ul#menu .search {
          margin-left: 10px; } }
    @media screen and (min-width: 1920px) {
      #wrapper > header ul#menu {
        margin-top: 37.5px;
        margin-left: 73px; }
        #wrapper > header ul#menu li {
          font-size: 15px;
          margin-right: 15px; } }
    @media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
      #wrapper > header ul#menu li {
        margin-right: 27px; } }
    @media screen and (min-width: 1920px) {
        #wrapper > header ul#menu .search {
          margin-left: 11px; } }
  #wrapper > header #navbar nav {
    text-align: center;
    background-color: transparent;
    border: none;
    position: initial; }
  #wrapper > header .slicknav_parent .slicknav_parent {
    margin-left: 3rem; }
  #wrapper > header .social {
    display: none; }
    @media screen and (min-width: 767px) {
      #wrapper > header .social {
        display: block;
        float: right;
        margin-top: 3px; }
        #wrapper > header .social span:not(:last-child) {
          margin-right: 15px;
          cursor: pointer; } }
    #wrapper > header .social i:hover {
      color: #979797; }

.container {
  padding-top: 65px; }
  @media screen and (max-width: 767px) {
    .container {
      padding-top: 54px; } }

footer {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0; }
  footer .blocks {
    font-size: 16px;
    font-family: 'FuturaLTProBook';
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #cacaca; }
    @media screen and (max-width: 767px) {
      footer .blocks {
        border-bottom: none; } }
    footer .blocks .block {
      display: inline-table;
      padding: 25px 49px 25px 49px; }
      @media screen and (max-width: 767px) {
        footer .blocks .block {
          border-left: none !important;
          border-right: none !important;
          border-bottom: 1px solid #b6cb26; } }
      footer .blocks .block .text {
        margin-bottom: 10px; }
      footer .blocks .block:nth-child(2) {
        border-left: 1px solid #cacaca;
        border-right: 1px solid #cacaca; }
      footer .blocks .block .icon i {
        font-size: 6.5rem; }
    footer .blocks a {
      color: #4a4a4a; }
      @media screen and (max-width: 767px) {
        footer .blocks a {
          width: 100%; } }
      footer .blocks a:hover {
        color: #979797;
        text-decoration: none; }
  footer .links {
    margin-top: 25px; }
    footer .links ul {
      list-style-type: none; }
    footer .links li {
      display: inline-block;
      margin-right: 30px; }
      @media screen and (min-width: 767px) {
        footer .links li {
          margin-right: 14px; } }
      footer .links li a {
        font-size: 12px;
        font-family: 'SourceSansPro';
        color: rgba(0, 0, 0, 0.8); }

#wrapper {
  min-height: 100vh;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #wrapper.sidebar-toggle-left #sidebar-menu-left {
    margin-left: 0; }
  #wrapper.sidebar-toggle-right #sidebar-menu-right {
    margin-right: 0; }

#sidebar-menu-left, #sidebar-menu-right {
  z-index: 1000;
  position: fixed;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#sidebar-menu-left {
  background-color: #007B0F;
  margin-left: -342px;
  left: 0;
  top: 0; }

#sidebar-menu-right {
  background-color: #D3C92B;
  margin-right: -342px;
  right: 0;
  top: 0; }

#wrapper.sidebar-toggle-left #sidebar-overlay, #wrapper.sidebar-toggle-right #sidebar-overlay {
  display: block; }

#sidebar-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1; }

html.sidebar-toggle, .sidebar-toggle body {
  position: relative;
  overflow: hidden; }

.newsletter {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .newsletter {
      padding-left: 15px;
      padding-right: 15px; } }
  .newsletter i {
    font-size: 36px;
    color: #b6cb26;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .newsletter i {
        float: left; }
        .newsletter i + div {
          text-align: left; } }
    @media screen and (min-width: 767px) {
      .newsletter i + div {
        display: inline; } }
  .newsletter input[type="text"], .newsletter button {
    padding: 10px 15px;
    width: 260px;
    border: none;
    margin-top: 12.5px; }
  .newsletter input[type="text"] {
    background-color: #eeeeee; }
  .newsletter button {
    background-color: #b6cb26;
    font-size: 18px;
    color: white; }

@media screen and (min-width: 767px) {
  .col-right .newsletter {
    font-size: 1.6rem;
    padding-left: 15px;
    padding-right: 15px; }
    .col-right .newsletter input, .col-right .newsletter button {
      width: 100%;
      font-size: 1em; }
    .col-right .newsletter i {
      display: block; } }
    @media screen and (min-width: 767px) and (min-width: 1600px) {
      .col-right .newsletter i {
        float: left; }
        .col-right .newsletter i + div {
          display: table-cell;
          text-align: left; } }

.col-right .most-read {
  border-top: 5px solid #b6cb26;
  background-color: #fff;
  padding: 25px 15px 25px 15px; }
  .col-right .most-read .heading {
    font-size: 18px;
    font-family: 'Optima';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 25px; }
    .col-right .most-read .heading .focus {
      color: #b6cb26; }
  .col-right .most-read .news-info {
    margin-top: 5px;
    font-size: 12px; }
  .col-right .most-read .title {
    font-size: 16px;
    font-family: 'FuturaLTProBook';
    margin-bottom: 12.5px; }
  .col-right .most-read .list-news .news:not(:last-child) {
    margin-bottom: 12.5px;
    border-bottom: 1px solid #b6cb26; }
  @media screen and (max-width: 1599px) {
    .col-right .most-read.last-news .news .row [class^='col-'] {
      width: 100%; }
    .col-right .most-read.last-news .news .row [class^='col-']:first-child {
      display: none; } }
  .col-right .most-read.last-news .crop-img {
    padding-bottom: 100%; }
  .col-right .most-read.last-news .news-info, .col-right .most-read.last-news .title {
    margin-top: 0;
    margin-left: 10px; }
  .col-right .most-read.last-news .title {
    min-height: 72px; }

.section-produits .slider-mobile .hoverbox, .page-recipe .slider-mobile .hoverbox {
  padding-right: 15px; }
.section-produits .slider-mobile .hoverdiv, .page-recipe .slider-mobile .hoverdiv {
  position: relative;
  opacity: 1; }

.col-left .row:not(:last-child) {
  margin-bottom: 25px; }

.block-home-last-news, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category, .block-home-listing-category [class^="col-"]:last-child .block-category, .block-home-section.section-recettes, .block-home-section.section-marques, .block-home-section.section-produits, .block-home-section.section-exposants, .page-article-news .col-left .last-news, .page-article-news .col-left .list-category, .page-recipe .col-left .last-recipe, .page-recipe .col-left .list-category, .page-data.page-recipe .col-left, .page-product .col-left {
  padding: 20px;
  background-color: #fff; }
  .block-home-last-news h2, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category h2, .block-home-listing-category [class^="col-"]:last-child .block-category h2, .block-home-section.section-recettes h2, .block-home-section.section-marques h2, .block-home-section.section-produits h2, .block-home-section.section-exposants h2, .page-article-news .col-left .last-news h2, .page-article-news .col-left .list-category h2, .page-recipe .col-left .last-recipe h2, .page-recipe .col-left .list-category h2, .page-data.page-recipe .col-left h2, .page-product .col-left h2, .block-home-last-news h3, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category h3, .block-home-listing-category [class^="col-"]:last-child .block-category h3, .block-home-section.section-recettes h3, .block-home-section.section-marques h3, .block-home-section.section-produits h3, .block-home-section.section-exposants h3, .page-article-news .col-left .last-news h3, .page-article-news .col-left .list-category h3, .page-recipe .col-left .last-recipe h3, .page-recipe .col-left .list-category h3, .page-data.page-recipe .col-left h3, .page-product .col-left h3 {
    font-size: 3rem;
    font-family: 'Optima';
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .block-home-last-news h2, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category h2, .block-home-listing-category [class^="col-"]:last-child .block-category h2, .block-home-section.section-recettes h2, .block-home-section.section-marques h2, .block-home-section.section-produits h2, .block-home-section.section-exposants h2, .page-article-news .col-left .last-news h2, .page-article-news .col-left .list-category h2, .page-recipe .col-left .last-recipe h2, .page-recipe .col-left .list-category h2, .page-data.page-recipe .col-left h2, .page-product .col-left h2, .block-home-last-news h3, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category h3, .block-home-listing-category [class^="col-"]:last-child .block-category h3, .block-home-section.section-recettes h3, .block-home-section.section-marques h3, .block-home-section.section-produits h3, .block-home-section.section-exposants h3, .page-article-news .col-left .last-news h3, .page-article-news .col-left .list-category h3, .page-recipe .col-left .last-recipe h3, .page-recipe .col-left .list-category h3, .page-data.page-recipe .col-left h3, .page-product .col-left h3 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .block-home-last-news h2, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category h2, .block-home-listing-category [class^="col-"]:last-child .block-category h2, .block-home-section.section-recettes h2, .block-home-section.section-marques h2, .block-home-section.section-produits h2, .block-home-section.section-exposants h2, .page-article-news .col-left .last-news h2, .page-article-news .col-left .list-category h2, .page-recipe .col-left .last-recipe h2, .page-recipe .col-left .list-category h2, .page-data.page-recipe .col-left h2, .page-product .col-left h2, .block-home-last-news h3, .block-home-listing-category [class^="col-"]:not(:last-child) .block-category h3, .block-home-listing-category [class^="col-"]:last-child .block-category h3, .block-home-section.section-recettes h3, .block-home-section.section-marques h3, .block-home-section.section-produits h3, .block-home-section.section-exposants h3, .page-article-news .col-left .last-news h3, .page-article-news .col-left .list-category h3, .page-recipe .col-left .last-recipe h3, .page-recipe .col-left .list-category h3, .page-data.page-recipe .col-left h3, .page-product .col-left h3 {
        font-size: 2.5rem; } }

.block-home-last-news {
  border-top: 5px solid #b6cb26;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .block-home-last-news {
      padding-left: 0;
      padding-right: 0; } }
  .block-home-last-news h2 {
    font-family: 'Optima';
    font-size: 3.5rem;
    text-align: center; }
    @media screen and (min-width: 767px) {
      .block-home-last-news h2 {
        text-align: left; } }
  .block-home-last-news .main-news {
    position: relative; }
    @media screen and (min-width: 767px) {
      .block-home-last-news .main-news a {
        color: white; } }
    .block-home-last-news .main-news .news-info {
      font-size: 1.75rem;
      padding: 6px;
      padding-left: 10px;
      padding-right: 10px; }
    .block-home-last-news .main-news .news-title {
      font-size: 1.75rem;
      padding: 20px; }
      @media screen and (max-width: 767px) {
        .block-home-last-news .main-news .news-title {
          padding: 6px; } }
    .block-home-last-news .main-news .category {
      display: none; }
    @media screen and (min-width: 767px) {
      .block-home-last-news .main-news .news-info {
        position: absolute;
        top: 0;
        height: 37px;
        font-size: 16px;
        font-family: 'SourceSansPro';
        margin-top: 10px;
        margin-left: 10px;
        background: rgba(74, 74, 74, 0.5);
        color: white; }
      .block-home-last-news .main-news .news-title {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(74, 74, 74, 0.5); }
        .block-home-last-news .main-news .news-title .category {
          font-size: 24px;
          font-family: 'Optima';
          color: white;
          text-decoration: underline;
          display: block; }
        .block-home-last-news .main-news .news-title .title {
          font-size: 2.5rem;
          font-family: 'FuturaLTProBook';
          color: white; } }
  .block-home-last-news .list-news {
    margin-top: 25px;
    margin-bottom: 0 !important; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .block-home-last-news .list-news [class^="col-"] {
        width: 31.84%; }
      .block-home-last-news .list-news [class^="col-"]:not(:first-child) {
        margin-left: 2.24%; }
      .block-home-last-news .list-news [class^="col-"]:last-child {
        display: none; } }
    @media screen and (min-width: 1200px) {
      .block-home-last-news .list-news [class^="col-"] {
        width: 23.3%; }
      .block-home-last-news .list-news [class^="col-"]:not(:first-child) {
        margin-left: 2.24%; } }
    .block-home-last-news .list-news .news-info {
      font-family: 'SourceSansPro';
      font-size: 1.30rem; }
      @media screen and (min-width: 767px) {
        .block-home-last-news .list-news .news-info {
          margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        .block-home-last-news .list-news .news-info {
          font-size: 1.75rem;
          padding: 6px; } }
    .block-home-last-news .list-news .title {
      font-size: 1.75rem;
      font-family: 'FuturaLTProBook';
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .block-home-last-news .list-news .title {
          padding: 6px; } }
      @media screen and (min-width: 1200px) and (max-width: 1600px) {
        .block-home-last-news .list-news .title {
          font-size: 1.65rem; } }
    .block-home-last-news .list-news > div {
      padding-bottom: 20px; }
  .block-home-last-news .see-more {
    margin-top: 25px;
    text-align: center; }
    @media screen and (min-width: 767px) {
      .block-home-last-news .see-more {
        text-align: right; } }
    .block-home-last-news .see-more i {
      color: #b6cb26; }
    .block-home-last-news .see-more a {
      color: #4a4a4a;
      font-size: 2.5rem; }
      .block-home-last-news .see-more a:hover {
        color: #b6cb26;
        text-decoration: none; }
      @media screen and (min-width: 767px) {
        .block-home-last-news .see-more a {
          font-size: 1.5rem; } }

.block-home-listing-category [class^="col-"]:not(:last-child) .block-category {
  border-top: 5px solid #b6cb26;
  margin-right: 15px; }
.block-home-listing-category [class^="col-"]:last-child .block-category {
  border-top: 5px solid #b6cb26; }
.block-home-listing-category .block-category {
  min-height: 695px; }
  .block-home-listing-category .block-category .news-info {
    font-size: 1.30rem;
    font-family: 'SourceSansPro'; }
  .block-home-listing-category .block-category .title {
    font-family: "FuturaLTProBook"; }
  .block-home-listing-category .block-category .main-news .title {
    font-size: 18px; }
  .block-home-listing-category .block-category .list-news .title {
    font-size: 16px; }
  .block-home-listing-category .block-category .news-info, .block-home-listing-category .block-category .title {
    padding-left: 15px; }
  @media screen and (min-width: 1200px) and (max-width: 1600px) {
    .block-home-listing-category .block-category [class^="col-"] {
      width: 100%; } }
.block-home-listing-category .see-more {
  margin-top: 25px;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .block-home-listing-category .see-more {
      text-align: right; } }
  .block-home-listing-category .see-more i {
    color: #b6cb26; }
  .block-home-listing-category .see-more a {
    color: #4a4a4a;
    font-size: 2.5rem; }
    .block-home-listing-category .see-more a:hover {
      color: #b6cb26;
      text-decoration: none; }
    @media screen and (min-width: 767px) {
      .block-home-listing-category .see-more a {
        font-size: 1.5rem; } }

.block-home-section {
  margin-top: 25px; }
  .block-home-section.section-recettes {
    border-top: 5px solid #c47200; }
    .block-home-section.section-recettes .desc {
      font-size: 16px;
      font-family: 'FuturaLTProBook';
      text-align: center;
      margin-top: 10px; }
    .block-home-section.section-recettes .see-more {
      margin-top: 25px;
      text-align: center; }
      @media screen and (min-width: 767px) {
        .block-home-section.section-recettes .see-more {
          text-align: right; } }
      .block-home-section.section-recettes .see-more i {
        color: #c47200; }
      .block-home-section.section-recettes .see-more a {
        color: #4a4a4a;
        font-size: 2.5rem; }
        .block-home-section.section-recettes .see-more a:hover {
          color: #c47200;
          text-decoration: none; }
        @media screen and (min-width: 767px) {
          .block-home-section.section-recettes .see-more a {
            font-size: 1.5rem; } }
    .block-home-section.section-recettes .crop-img {
      padding-bottom: 100%; }
  .block-home-section.section-marques {
    border-top: 5px solid #ffaec2; }
    .block-home-section.section-marques .item {
      padding-bottom: 25px; }
      .block-home-section.section-marques .item img {
        padding-right: 15px; }
      .block-home-section.section-marques .item .title {
        font-size: 18px;
        font-family: 'SourceSansPro';
        color: #8ec2e0;
        font-weight: bold;
        text-transform: uppercase; }
      .block-home-section.section-marques .item .desc {
        font-size: 16px;
        font-family: 'FuturaLTProBook'; }
      @media screen and (min-width: 1200px) and (max-width: 1600px) {
        .block-home-section.section-marques .item [class^="col-"] {
          width: 100%; } }
    .block-home-section.section-marques .see-more {
      margin-top: 25px;
      text-align: center; }
      @media screen and (min-width: 767px) {
        .block-home-section.section-marques .see-more {
          text-align: right; } }
      .block-home-section.section-marques .see-more i {
        color: #ffaec2; }
      .block-home-section.section-marques .see-more a {
        color: #4a4a4a;
        font-size: 2.5rem; }
        .block-home-section.section-marques .see-more a:hover {
          color: #ffaec2;
          text-decoration: none; }
        @media screen and (min-width: 767px) {
          .block-home-section.section-marques .see-more a {
            font-size: 1.5rem; } }
  .block-home-section.section-produits {
    border-top: 5px solid #f9b233; }
    .block-home-section.section-produits .see-more {
      margin-top: 25px;
      text-align: center; }
      @media screen and (min-width: 767px) {
        .block-home-section.section-produits .see-more {
          text-align: right; } }
      .block-home-section.section-produits .see-more i {
        color: #f9b233; }
      .block-home-section.section-produits .see-more a {
        color: #4a4a4a;
        font-size: 2.5rem; }
        .block-home-section.section-produits .see-more a:hover {
          color: #f9b233;
          text-decoration: none; }
        @media screen and (min-width: 767px) {
          .block-home-section.section-produits .see-more a {
            font-size: 1.5rem; } }
  .block-home-section.section-exposants {
    border-top: 5px solid #8ec2e0; }
    .block-home-section.section-exposants .see-more {
      margin-top: 25px;
      text-align: center; }
      @media screen and (min-width: 767px) {
        .block-home-section.section-exposants .see-more {
          text-align: right; } }
      .block-home-section.section-exposants .see-more i {
        color: #8ec2e0; }
      .block-home-section.section-exposants .see-more a {
        color: #4a4a4a;
        font-size: 2.5rem; }
        .block-home-section.section-exposants .see-more a:hover {
          color: #8ec2e0;
          text-decoration: none; }
        @media screen and (min-width: 767px) {
          .block-home-section.section-exposants .see-more a {
            font-size: 1.5rem; } }
    .block-home-section.section-exposants .row {
      padding-bottom: 25px; }
    .block-home-section.section-exposants .fit-img {
      height: 106px;
      text-align: center; }
      .block-home-section.section-exposants .fit-img img {
        max-width: 100%;
        max-height: 106px; }
  @media screen and (min-width: 767px) {
    .block-home-section.section-sites [class^="col-"] {
      width: 23.3%; }
    .block-home-section.section-sites [class^="col-"]:not(:first-child) {
      margin-left: 2.24%; } }
  @media screen and (max-width: 767px) {
    .block-home-section.section-sites [class^='col-'] {
      padding-left: 15px;
      padding-right: 15px; }
    .block-home-section.section-sites div:not(:last-child) img {
      padding-bottom: 25px; } }
  .block-home-section.section-sites img {
    cursor: pointer; }

.hoverbox .hoverdiv {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(39, 47, 30, 0.8);
  opacity: 0; }
  @media screen and (min-width: 767px) and (max-width: 1600px) {
    .hoverbox .hoverdiv {
      opacity: 1;
      position: relative;
      background: #fff;
      color: #4a4a4a; }
      .hoverbox .hoverdiv .product-name {
        margin-top: 7px;
        margin-bottom: 7px; }
      .hoverbox .hoverdiv .product-brand {
        text-align: left !important; } }
  .hoverbox .hoverdiv .content {
    display: table;
    height: 100%;
    width: 100%; }
    .hoverbox .hoverdiv .content .cell {
      vertical-align: middle;
      height: 100%;
      display: table-cell;
      padding: 15px; }
  .hoverbox .hoverdiv .product-name {
    font-family: 'FuturaLTProBook'; }
  .hoverbox .hoverdiv .product-brand {
    font-family: 'FuturaLTProBook';
    font-weight: bold;
    text-align: center; }
.hoverbox:hover .hoverdiv {
  opacity: 1; }

.section-exposants .brand-name {
  font-family: 'FuturaLTProBook';
  text-align: center;
  font-size: 18px;
  text-transform: uppercase; }
.section-exposants a {
  color: #fff; }
  .section-exposants a:hover {
    text-decoration: none; }
@media screen and (min-width: 767px) and (max-width: 1600px) {
  .section-exposants .hoverdiv {
    display: none; } }

.page-data .col-left .breadcrumb, .page-article .breadcrumb, .page-article-category .breadcrumb, .page-article-news .col-left .breadcrumb, .page-recipe .col-left .breadcrumb, .page-product .col-left .breadcrumb, .page-brand-index .breadcrumb, .page-brand-view .col-left .breadcrumb {
  font-size: 18px;
  font-family: 'Optima';
  text-transform: uppercase;
  padding: 0;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  .page-data .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-article .breadcrumb .breadcrumb .breadcrumb-item, .page-article-category .breadcrumb .breadcrumb .breadcrumb-item, .page-article-news .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-recipe .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-product .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-brand-index .breadcrumb .breadcrumb .breadcrumb-item, .page-brand-view .col-left .breadcrumb .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    float: none; }
  @media screen and (max-width: 767px) {
    .page-data .col-left .breadcrumb, .page-article .breadcrumb, .page-article-category .breadcrumb, .page-article-news .col-left .breadcrumb, .page-recipe .col-left .breadcrumb, .page-product .col-left .breadcrumb, .page-brand-index .breadcrumb, .page-brand-view .col-left .breadcrumb {
      font-size: 15px;
      padding: 0 6px; } }

.page-article .col-left {
  border-top: 5px solid #b6cb26; }
.page-article .breadcrumb a {
  color: #4a4a4a; }
  .page-article .breadcrumb a:hover {
    color: #979797; }
.page-article h1 {
  font-size: 40px;
  font-family: 'FuturaLTProBook';
  margin: 0 0 25px 0; }
  @media screen and (max-width: 767px) {
    .page-article h1 {
      margin-top: 0;
      font-size: 2.5rem;
      padding: 0 6px; } }
.page-article h2 {
  font-weight: bold; }
.page-article header figure:after {
  content: "";
  display: block;
  border: 25px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -25px; }
.page-article .crop-img figcaption {
  height: 0; }
.page-article .tags {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .page-article .tags {
      padding-left: 20px; } }
  .page-article .tags span {
    font-size: 14px;
    background-color: #fffd71;
    padding: 5px 10px 5px 10px;
    margin-right: 10px; }
    .page-article .tags span i {
      margin-right: 3px; }
.page-article .source {
  margin-top: 25px;
  border: 1px solid #e3e3e3; }
  @media screen and (max-width: 767px) {
    .page-article .source {
      border: none;
      margin-top: 5px;
      margin-bottom: 5px !important; } }
  .page-article .source .avatar {
    width: 60px;
    height: 60px;
    float: left;
    font-size: 60px;
    margin: 10px 20px; }
  .page-article .source .infos {
    float: left;
    margin-left: 8px;
    padding-top: 25px;
    line-height: 1.2; }
    .page-article .source .infos a {
      color: #4a4a4a;
      text-decoration: underline; }
      .page-article .source .infos a:hover {
        color: #979797; }
    @media screen and (max-width: 767px) {
      .page-article .source .infos {
        float: none; } }
  .page-article .source .redactor {
    height: 80px; }
    @media screen and (min-width: 1200px) and (max-width: 1599px) {
      .page-article .source .redactor {
        width: 100%; } }
  .page-article .source .share {
    height: 80px;
    padding-top: 17.5px; }
    @media screen and (min-width: 1200px) and (max-width: 1599px) {
      .page-article .source .share {
        width: 100%; } }
.page-article .article-content, .page-article .list-products {
  padding-bottom: 25px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 17px;
  line-height: 1.5;
  color: #444444; }
  @media screen and (min-width: 1200px) {
    .page-article .article-content, .page-article .list-products {
      margin: 0 60px 0 60px; } }
  .page-article .article-content .chapo, .page-article .list-products .chapo {
    font-size: 23px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (min-width: 1600px) {
      .page-article .article-content .chapo, .page-article .list-products .chapo {
        margin-left: -80px;
        margin-right: -80px;
        margin-bottom: 25px; } }
  @media screen and (min-width: 1600px) {
    .page-article .article-content, .page-article .list-products {
      width: 600px; } }
  .page-article .article-content a, .page-article .list-products a {
    color: #7db472; }
  @media screen and (max-width: 767px) {
    .page-article .article-content, .page-article .list-products {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 2rem; } }
  .page-article .article-content iframe, .page-article .list-products iframe {
    margin-bottom: 15px !important;
    margin-top: 15px !important; }
  .page-article .article-content [id^="o6adiv"] iframe, .page-article .list-products [id^="o6adiv"] iframe {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  @media screen and (max-width: 767px) {
    .page-article .article-content iframe, .page-article .list-products iframe {
      width: 100%; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .page-article .article-content iframe, .page-article .list-products iframe {
      width: 100%; } }
  .page-article .article-content blockquote, .page-article .list-products blockquote {
    border-color: #b6cb26;
    font-size: 31px;
    font-family: 'DancingScript';
    color: #4a4a4a;
    line-height: 1.2; }
.page-article .linked-articles {
  padding-top: 25px;
  border-top: 1px solid #e3e3e3;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3; }
  .page-article .linked-articles .news .news-info {
    position: absolute;
    top: 0;
    padding: 0px 5px;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(74, 74, 74, 0.5);
    color: white; }
  .page-article .linked-articles .news .title {
    font-size: 16px;
    font-family: 'FuturaLTProBook';
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .page-article .linked-articles .news .title {
        padding: 0 6px 20px 6px; } }
  @media screen and (min-width: 767px) {
    .page-article .linked-articles [class^="col-"] {
      width: 32.46%; }
    .page-article .linked-articles [class^="col-"]:not(:first-child) {
      margin-left: 1.3%; } }
.page-article .comments {
  margin-top: 25px; }
.page-article .heading {
  font-size: 24px;
  font-family: 'Optima';
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }
  .page-article .heading .focus {
    color: #b6cb26; }
.page-article .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
.page-article .embed-container iframe, .page-article .embed-container object, .page-article .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.page-article .siema .crop-img {
  padding-bottom: 100%; }
  .page-article .siema .crop-img img {
    height: 100%; }
.page-article .carousel-main .copyright {
  font-size: 11px;
  color: #989898; }
.page-article .carousel-thumbs {
  margin: 0 5px; }
  .page-article .carousel-thumbs .crop-img:not(.active) img {
    filter: grayscale(100%); }
  .page-article .carousel-thumbs img {
    padding: 10px; }
.page-article .carousel-nav {
  position: absolute;
  top: 0;
  bottom: 0; }
  .page-article .carousel-nav .fa {
    top: 50%;
    position: absolute;
    font-size: 20px;
    cursor: pointer; }
  .page-article .carousel-nav.prev {
    left: -10px; }
    @media screen and (max-width: 767px) {
      .page-article .carousel-nav.prev {
        left: 0px; } }
  .page-article .carousel-nav.next {
    right: 0; }
    @media screen and (max-width: 767px) {
      .page-article .carousel-nav.next {
        right: 14px; } }

.page-article-category .col-left {
  border-top: 5px solid #b6cb26;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 767px) {
    .page-article-category .col-left .row:not(:last-child) {
      margin-bottom: 0; } }
  @media screen and (min-width: 767px) {
    .page-article-category .col-left .row > [class^="col-"], .page-article-category .col-left > [class*=" col-"] {
      padding-right: 15px;
      padding-left: 15px; } }
  .page-article-category .col-left .category-desc {
    font-size: 1.8rem;
    padding: 0 15px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .page-article-category .col-left .category-desc {
        padding: 0 6px; } }
@media screen and (min-width: 767px) {
  .page-article-category .breadcrumb {
    margin-left: 15px; } }
.page-article-category h1 {
  font-size: 3rem;
  font-family: 'Optima';
  text-transform: uppercase;
  margin: 10px 15px;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .page-article-category h1 {
      margin-top: 0;
      margin: 0 6px 20px 6px;
      padding-bottom: 0; } }
.page-article-category .news-info {
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .page-article-category .news-info {
      padding: 0 6px; } }
  .page-article-category .news-info .category {
    font-size: 14px;
    font-family: 'Optima';
    text-transform: uppercase;
    border-right: solid 3px #c4e872;
    margin-right: 20px;
    padding-right: 20px; }
  .page-article-category .news-info .publish {
    font-size: 14px; }
.page-article-category .title {
  font-size: 1.6rem;
  font-family: 'FuturaLTProBook';
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .page-article-category .title {
      margin-bottom: 25px;
      padding: 0 6px 20px 6px;
      font-size: 1.75rem; } }
@media screen and (min-width: 767px) {
  .page-article-category .top-news .title {
    font-size: 2rem; } }
@media screen and (min-width: 767px) {
  .page-article-category .pagination {
    margin-left: 15px; } }
.page-article-category .col-left > div.visible-xs {
  margin-bottom: 25px; }

.page-brand-news .col-left {
  border-color: #ffaec2; }
  .page-brand-news .col-left .btn {
    margin-bottom: 25px; }
  .page-brand-news .col-left .row.brand-news-filters {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-left: 15px;
    margin-right: 15px; }
    @media screen and (min-width: 767px) {
      .page-brand-news .col-left .row.brand-news-filters .row > [class^="col-"], .page-brand-news .col-left .row.brand-news-filters > [class*=" col-"] {
        padding: 12.5px 15px; } }
    @media screen and (max-width: 767px) {
      .page-brand-news .col-left .row.brand-news-filters {
        margin-bottom: 25px; }
        .page-brand-news .col-left .row.brand-news-filters [class^="col-"] {
          padding: 15px; } }
  .page-brand-news .col-left .col-search {
    margin: auto; }
  .page-brand-news .col-left .search-btn {
    font-size: 5rem;
    color: #ffaec2;
    text-align: center;
    display: block; }
.page-brand-news article.col-left img {
  max-width: 100%; }

.page-article-news .col-left {
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (min-width: 767px) {
    .page-article-news .col-left .row > [class^="col-"], .page-article-news .col-left > [class*=" col-"] {
      padding-right: 15px;
      padding-left: 15px; } }
  .page-article-news .col-left .last-news {
    border-top: 5px solid #b6cb26;
    padding: 0; }
  @media screen and (min-width: 767px) {
    .page-article-news .col-left .breadcrumb {
      margin-left: 15px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .page-article-news .col-left .breadcrumb li:last-child {
    display: inline-block; }
  @media screen and (min-width: 767px) {
    .page-article-news .col-left h2 {
      margin: 10px 15px !important; } }
  @media screen and (max-width: 767px) {
    .page-article-news .col-left h2 {
      padding-top: 10px;
      font-size: 2.5rem;
      margin: 0 6px 20px 6px !important;
      padding-bottom: 0 !important; } }
  .page-article-news .col-left .news-info {
    font-size: 14px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .page-article-news .col-left .news-info {
        padding: 0 6px;
        font-size: 1.75rem; } }
  .page-article-news .col-left .title {
    font-size: 30px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .page-article-news .col-left .title {
        padding: 0 6px;
        font-size: 1.75rem;
        margin-bottom: 25px; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .page-article-news .col-left .title {
        font-size: 1.75rem;
        margin-bottom: 25px; } }
  .page-article-news .col-left .list-news .title {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .page-article-news .col-left .list-news .title {
        padding: 0 6px;
        font-size: 1.75rem; } }
  .page-article-news .col-left .list-news .news {
    margin-bottom: 25px; }
  .page-article-news .col-left .list-category {
    border-top: 5px solid #b6cb26;
    padding: 0;
    margin-top: 25px; }
    .page-article-news .col-left .list-category .see-more {
      margin-top: 25px;
      text-align: center;
      margin-right: 15px;
      margin-bottom: 15px; }
      @media screen and (min-width: 767px) {
        .page-article-news .col-left .list-category .see-more {
          text-align: right; } }
      .page-article-news .col-left .list-category .see-more i {
        color: #b6cb26; }
      .page-article-news .col-left .list-category .see-more a {
        color: #4a4a4a;
        font-size: 2.5rem; }
        .page-article-news .col-left .list-category .see-more a:hover {
          color: #b6cb26;
          text-decoration: none; }
        @media screen and (min-width: 767px) {
          .page-article-news .col-left .list-category .see-more a {
            font-size: 1.5rem; } }
    .page-article-news .col-left .list-category .title {
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .page-article-news .col-left .list-category .title {
          padding: 0 6px;
          font-size: 1.75rem; } }
  .page-article-news .col-left .dressml {
    margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .page-article-news .col-left .row:not(:last-child) {
      margin-bottom: 0; } }

.page-recipe .col-left .crop-img {
  padding-bottom: 100%; }
@media screen and (min-width: 767px) {
  .page-recipe .col-left .row > [class^="col-"], .page-recipe .col-left > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px; } }
.page-recipe .col-left .last-recipe {
  border-top: 5px solid #c47200;
  padding: 0; }
  .page-recipe .col-left .last-recipe strong {
    margin: 10px 15px; }
    .page-recipe .col-left .last-recipe strong + div {
      padding-top: 12.5px; }
    @media screen and (max-width: 767px) {
      .page-recipe .col-left .last-recipe strong {
        margin: 0 6px; } }
@media screen and (min-width: 767px) {
  .page-recipe .col-left .breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px; } }
.page-recipe .col-left .breadcrumb li:last-child {
  display: inline-block; }
.page-recipe .col-left .title {
  font-size: 30px;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .page-recipe .col-left .title {
      padding: 0 6px;
      font-size: 1.75rem;
      margin-bottom: 25px; } }
.page-recipe .col-left .list-recipe .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .page-recipe .col-left .list-recipe .title {
      padding: 0 6px;
      font-size: 1.75rem;
      margin-bottom: 25px; } }
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .page-recipe .col-left .title, .page-recipe .col-left .list-recipe .title {
    font-size: 1.75rem;
    margin-bottom: 25px; } }
.page-recipe .col-left .list-category {
  border-top: 5px solid #c47200;
  padding: 0;
  margin-top: 25px; }
  .page-recipe .col-left .list-category .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .page-recipe .col-left .list-category .title {
        padding: 0 6px;
        font-size: 1.75rem; } }
  .page-recipe .col-left .list-category .see-more {
    margin-top: 25px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media screen and (min-width: 767px) {
      .page-recipe .col-left .list-category .see-more {
        text-align: right; } }
    .page-recipe .col-left .list-category .see-more i {
      color: #b6cb26; }
    .page-recipe .col-left .list-category .see-more a {
      color: #4a4a4a;
      font-size: 2.5rem; }
      .page-recipe .col-left .list-category .see-more a:hover {
        color: #b6cb26;
        text-decoration: none; }
      @media screen and (min-width: 767px) {
        .page-recipe .col-left .list-category .see-more a {
          font-size: 1.5rem; } }
  @media screen and (min-width: 767px) {
    .page-recipe .col-left .list-category h2 {
      margin: 10px 15px !important; } }
  @media screen and (max-width: 767px) {
    .page-recipe .col-left .list-category h2 {
      padding-top: 10px;
      font-size: 2.5rem;
      margin: 0 6px 20px 6px !important;
      padding-bottom: 0 !important; } }
  @media screen and (max-width: 767px) {
    .page-recipe .col-left .list-category .row {
      margin-bottom: 0; } }
  @media screen and (min-width: 767px) {
    .page-recipe .col-left .list-category .row > [class^="col-"], .page-recipe .col-left .list-category > [class*=" col-"] {
      padding-right: 15px;
      padding-left: 15px; } }
  .page-recipe .col-left .list-category .see-more i, .page-recipe .col-left .list-category .see-more a:hover {
    color: #c47200; }
.page-recipe .col-left h1 {
  font-size: 3rem;
  font-family: 'Optima';
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .page-recipe .col-left h1 {
      font-size: 3rem;
      padding: 0 6px; } }
.page-recipe .col-left .category-desc {
  font-size: 1.8rem;
  padding: 0 15px;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .page-recipe .col-left .category-desc {
      padding: 0 6px; } }
.page-recipe .col-left span.visible-xs {
  margin-bottom: 25px; }
.page-recipe .most-read .heading, .page-recipe .news .heading {
  text-align: center; }

.page-recipe .recipe-data {
  background: #fff;
  padding-bottom: 25px; }
  .page-recipe .recipe-data .breadcrumb {
    margin-top: 0;
    padding-top: 10px; }
  .page-recipe .recipe-data .focus {
    color: #c47200;
    font-weight: bold; }
  .page-recipe .recipe-data .stand-title a {
    font-size: 18px;
    font-family: 'SourceSansPro';
    color: #8ec2e0;
    font-weight: bold;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .page-recipe .recipe-data .stand-title a {
        padding-left: 15px; } }
.page-recipe .recipe-view {
  background: none; }
  .page-recipe .recipe-view.col-left {
    background-color: initial; }
  .page-recipe .recipe-view .crop-img {
    padding-bottom: 100%; }
  .page-recipe .recipe-view .category-title {
    color: #c47200;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 25px; }
  .page-recipe .recipe-view .recipe-details {
    text-align: center; }
    .page-recipe .recipe-view .recipe-details i.fa {
      font-size: 5rem;
      border-radius: 42px;
      border: 2px solid;
      width: 8rem;
      height: 8rem;
      text-align: center;
      padding-top: 1.5rem;
      margin-bottom: 12.5px; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .page-recipe .recipe-view .recipe-details i.fa {
          width: 7rem;
          height: 7rem;
          font-size: 4rem; } }
    .page-recipe .recipe-view .recipe-details .item {
      padding-left: 0; }
      .page-recipe .recipe-view .recipe-details .item > div {
        font-size: 1.8rem; }
    .page-recipe .recipe-view .recipe-details .level .focus:first-letter {
      text-transform: uppercase; }
  .page-recipe .recipe-view .share {
    border: 1px solid #979797;
    padding: 10px;
    margin-top: 25px; }
    @media screen and (min-width: 767px) and (max-width: 1600px) {
      .page-recipe .recipe-view .share i.fa {
        margin-right: 5px; } }
  .page-recipe .recipe-view .nav.nav-tabs {
    text-transform: uppercase;
    font-size: 2rem; }
    @media screen and (max-width: 767px) {
      .page-recipe .recipe-view .nav.nav-tabs {
        font-size: 1.5rem; }
        .page-recipe .recipe-view .nav.nav-tabs a {
          padding: 5px 10px; } }
    .page-recipe .recipe-view .nav.nav-tabs > li.active > a {
      background-color: #4a4a4a;
      color: white; }
  .page-recipe .recipe-view .tab-content {
    padding-top: 10px;
    font-size: 1.6rem; }
  .page-recipe .recipe-view .comments, .page-recipe .recipe-view .recipe-products, .page-recipe .recipe-view .related-recipes {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px; }
  .page-recipe .recipe-view .heading {
    font-size: 24px;
    font-family: 'Optima';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px; }
  .page-recipe .recipe-view .recipe-products {
    border-top: 5px solid #f9b233; }
    .page-recipe .recipe-view .recipe-products .heading {
      text-align: left;
      padding-left: 15px; }
      .page-recipe .recipe-view .recipe-products .heading h3 {
        font-weight: bold;
        font-size: 2.4rem;
        padding: 0;
        margin: 0; }
    .page-recipe .recipe-view .recipe-products .row .row:not(:last-child) .hoverbox {
      margin-bottom: 15px; }
    .page-recipe .recipe-view .recipe-products [class^='col-'] {
      padding: 0; }
  .page-recipe .recipe-view .related-recipes {
    border-top: 5px solid #c47200; }
    .page-recipe .recipe-view .related-recipes .heading {
      text-align: left;
      padding-left: 15px; }
      .page-recipe .recipe-view .related-recipes .heading h3 {
        font-weight: bold;
        font-size: 2.4rem;
        padding: 0;
        margin: 0; }
    .page-recipe .recipe-view .related-recipes .title {
      margin-top: 10px; }
  .page-recipe .recipe-view #accordion {
    padding-left: 15px;
    padding-right: 15px; }
    .page-recipe .recipe-view #accordion .panel-title h2 {
      font-weight: bold;
      font-size: 1.5rem;
      padding: 0;
      margin: 0;
      cursor: pointer; }
    .page-recipe .recipe-view #accordion .panel-default:not(:last-child) {
      margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .page-recipe .recipe-view [id^=o6adiv] {
      margin-top: 0; } }

.page-data.page-recipe .col-left {
  border-top: 5px solid #c47200;
  padding: 0; }
  .page-data.page-recipe .col-left .recipe-list .title {
    margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .page-data.page-recipe .col-left [class^="col-"]:not(:last-child) {
      margin-bottom: 25px; }
    .page-data.page-recipe .col-left .title {
      margin: 5px 6px;
      font-size: 1.75rem; } }
  .page-data.page-recipe .col-left .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .page-data.page-recipe .col-left .title {
        padding: 0 6px;
        font-size: 1.75rem;
        margin-bottom: 25px; } }
  .page-data.page-recipe .col-left .recipe-filters {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-left: 15px;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .page-data.page-recipe .col-left .recipe-filters [class^="col-"] {
        padding: 0 15px; } }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .page-data.page-recipe .col-left .recipe-filters [class^="col-"] {
        width: 100%; } }
  .page-data.page-recipe .col-left .col-search {
    margin: auto; }
  .page-data.page-recipe .col-left .search-btn {
    font-size: 5rem;
    color: #c47200;
    text-align: center;
    display: block; }
  @media screen and (max-width: 767px) {
    .page-data.page-recipe .col-left .text-content {
      padding: 6px; } }

.page-product .col-left {
  padding: 0 15px;
  border-top: 5px solid #f9b233; }
  .page-product .col-left .product-filters {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 25px;
    padding-top: 25px; }
    @media screen and (min-width: 767px) {
      .page-product .col-left .product-filters .row > [class^="col-"], .page-product .col-left .product-filters > [class*=" col-"] {
        padding-right: 15px;
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .page-product .col-left .product-filters [class^="col-"]:not(.col-search) {
        padding: 0 15px; } }
    .page-product .col-left .product-filters .slider-value {
      font-weight: bold;
      width: 12%;
      display: inline-block;
      text-align: left; }
    .page-product .col-left .product-filters .slider.slider-horizontal {
      width: 65%; }
    .page-product .col-left .product-filters .form-slider + .slider-value {
      text-align: right; }
    .page-product .col-left .product-filters .slider-handle {
      background: #f9b233; }
  .page-product .col-left .col-search {
    margin: auto;
    padding-top: 25px; }
    @media screen and (min-width: 1200px) {
      .page-product .col-left .col-search {
        padding-top: 0; } }
  .page-product .col-left .search-btn {
    font-size: 5rem;
    color: #f9b233;
    text-align: center;
    display: block; }
  @media screen and (max-width: 767px) {
    .page-product .col-left .text-content {
      padding: 6px; } }

.page-product.page-view .col-left.product-view {
  background-color: initial;
  padding: 0; }
.page-product.page-view .col-left .product-data {
  background-color: #fff; }
  .page-product.page-view .col-left .product-data .breadcrumb {
    margin-top: 0;
    padding-top: 10px; }
    .page-product.page-view .col-left .product-data .breadcrumb li {
      display: inline-block; }
  @media screen and (min-width: 767px) {
    .page-product.page-view .col-left .product-data h1 {
      padding-left: 15px;
      padding-right: 15px; } }
  .page-product.page-view .col-left .product-data .brand-title {
    color: #f9b233;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .page-product.page-view .col-left .product-data .brand-title {
        margin-top: 25px;
        text-align: center; } }
  .page-product.page-view .col-left .product-data .product-details .cell {
    width: 150px; }
  .page-product.page-view .col-left .product-data .product-details .item {
    padding-left: 0; }
    .page-product.page-view .col-left .product-data .product-details .item > div {
      font-size: 1.8rem; }
    .page-product.page-view .col-left .product-data .product-details .item .item-value {
      font-size: 3rem; }
  .page-product.page-view .col-left .product-data .product-details i.fa {
    font-size: 5rem;
    border-radius: 42px;
    border: 2px solid;
    width: 8rem;
    height: 8rem;
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom: 12.5px; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .page-product.page-view .col-left .product-data .product-details i.fa {
        width: 7rem;
        height: 7rem;
        font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .page-product.page-view .col-left .product-data .product-details {
      text-align: center; } }
  .page-product.page-view .col-left .product-data .buy {
    color: #fff;
    background-color: #b6cb26;
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 35px; }
    @media screen and (max-width: 767px) {
      .page-product.page-view .col-left .product-data .buy {
        text-align: center;
        display: block; } }
  .page-product.page-view .col-left .product-data .note {
    color: #f1c40f;
    padding-top: 15px;
    text-align: center; }
    .page-product.page-view .col-left .product-data .note .review-count {
      color: #4a4a4a;
      margin-left: 15px;
      font-size: 2rem; }
  .page-product.page-view .col-left .product-data .share {
    border: 1px solid #979797;
    padding: 10px;
    margin-top: 25px; }
    @media screen and (min-width: 767px) and (max-width: 1600px) {
      .page-product.page-view .col-left .product-data .share i.fa {
        margin-right: 5px; } }
  .page-product.page-view .col-left .product-data #accordion {
    padding-left: 15px;
    padding-right: 15px; }
    .page-product.page-view .col-left .product-data #accordion .panel-title h2 {
      font-weight: bold;
      font-size: 1.5rem;
      padding: 0;
      margin: 0;
      cursor: pointer; }
    .page-product.page-view .col-left .product-data #accordion .panel-default:not(:last-child) {
      margin-bottom: 25px; }
.page-product.page-view .col-left .comments, .page-product.page-view .col-left .linked-products {
  background-color: #fff;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px; }
.page-product.page-view .col-left .linked-products {
  border-top: 5px solid #f9b233; }
  .page-product.page-view .col-left .linked-products .heading {
    text-align: left; }
    .page-product.page-view .col-left .linked-products .heading h3 {
      font-weight: bold;
      font-size: 2.4rem;
      padding: 0;
      margin: 0; }
  .page-product.page-view .col-left .linked-products .row .row:not(:last-child) .hoverbox {
    margin-bottom: 15px; }
  .page-product.page-view .col-left .linked-products [class^='col-'] {
    padding: 0; }
.page-product.page-view .col-left .heading {
  font-size: 24px;
  font-family: 'Optima';
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }

.page-search .col-left {
  padding: 15px 25px; }
.page-search .search-results {
  padding-top: 25px; }
  .page-search .search-results .item-info {
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .page-search .search-results .item-info {
        margin: 5px 6px;
        font-size: 1.75rem; } }
    .page-search .search-results .item-info .title {
      margin-top: 10px;
      font-size: 2rem; }
      @media screen and (max-width: 767px) {
        .page-search .search-results .item-info .title {
          font-size: 1.75rem; } }
  .page-search .search-results .crop-img img {
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
  .page-search .search-results .data-product .crop-img {
    padding-bottom: auto; }

.page-tag .col-left {
  border-top: 5px solid #b6cb26; }
  .page-tag .col-left h1 {
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .page-tag .col-left {
      padding: 0; }
      .page-tag .col-left h1 {
        padding-right: 15px;
        padding-left: 15px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .page-tag .col-left h1 {
        padding: 0 6px;
        font-size: 3rem; } }

  .page-tag .col-left div.visible-xs {
    margin-bottom: 25px; }
  .page-tag .col-left .search-results {
    padding-top: 25px; }
    .page-tag .col-left .search-results .item-info {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .page-tag .col-left .search-results .item-info {
          margin: 5px 6px;
          font-size: 1.75rem; } }
      .page-tag .col-left .search-results .item-info .title {
        margin-top: 10px;
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .page-tag .col-left .search-results .item-info .title {
            font-size: 1.75rem; } }

.page-brand-index .col-left {
  border-top: 5px solid #8ec2e0;
  padding-left: 0px;
  padding-right: 0px; }
  .page-brand-index .col-left .row:not(:last-child) {
    margin-bottom: 0; }
  .page-brand-index .col-left .stand-list .row [class^="col-"]:not(:last-child) {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .page-brand-index .col-left .stand-list .row [class^="col-"] {
      margin-bottom: 0 !important;
      padding-bottom: 20px; }
    .page-brand-index .col-left .stand-list .row [class^="col-"]:not(:last-child) {
      border-right: 1px solid #cccccc; }
    .page-brand-index .col-left .stand-list .row:not(:last-child) [class^="col-"] {
      border-bottom: 1px solid #cccccc; }
    .page-brand-index .col-left .stand-list .row:last-child [class^="col-"] {
      border-bottom: none; }
    .page-brand-index .col-left .stand-list .hoverbox {
      padding: 15px; }
      .page-brand-index .col-left .stand-list .hoverbox .hoverdiv {
        margin-left: -15px; } }
@media screen and (min-width: 767px) {
  .page-brand-index .breadcrumb {
    margin-left: 15px; } }
.page-brand-index h1 {
  font-size: 3rem;
  font-family: 'Optima';
  text-transform: uppercase;
  margin: 10px 15px;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .page-brand-index h1 {
      margin-top: 0;
      margin: 0 6px 20px 6px;
      padding-bottom: 0; } }
@media screen and (min-width: 767px) {
  .page-brand-index .pagination {
    margin-left: 15px; } }
.page-brand-index .col-left > div.visible-xs {
  margin: 25px 0; }
.page-brand-index .fit-img {
  height: 212px;
  text-align: center; }
  .page-brand-index .fit-img img {
    max-width: 100%;
    max-height: 212px; }
.page-brand-index .hoverbox .title {
  font-size: 1.75rem;
  font-family: 'FuturaLTProBook';
  text-align: center; }
  @media screen and (min-width: 767px) {
    .page-brand-index .hoverbox .title {
      font-size: 1.3rem;
      margin-top: 10px; } }
  .page-brand-index .hoverbox .title .brand-name {
    font-size: 1.9rem;
    font-weight: bold; }
.page-brand-index .hoverbox .hoverdiv {
  text-align: center;
  display: none; }
  .page-brand-index .hoverbox .hoverdiv a {
    color: white;
    font-size: 3.5rem;
    line-height: 6rem; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .page-brand-index .hoverbox .hoverdiv a {
        font-size: 3rem; } }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .page-brand-index .hoverbox .hoverdiv a {
        font-size: 3rem; } }
  .page-brand-index .hoverbox .hoverdiv:hover {
    opacity: 0; }
  .page-brand-index .hoverbox .hoverdiv ul {
    list-style-type: none;
    padding: 0; }
  @media screen and (min-width: 767px) {
    .page-brand-index .hoverbox .hoverdiv {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 100%;
      color: #fff;
      background: rgba(39, 47, 30, 0.8); } }
.page-brand-index .openDiv {
  margin-right: 6px;
  color: #8ec2e0;
  font-size: 3rem; }
  @media screen and (min-width: 767px) {
    .page-brand-index .openDiv {
      height: 60px; }
      .page-brand-index .openDiv .fa-plus-circle {
        position: absolute;
        bottom: 10px;
        right: 10px; } }
.page-brand-index .closeDiv {
  position: absolute;
  right: 15px;
  bottom: 32px; }
  @media screen and (min-width: 767px) {
    .page-brand-index .closeDiv {
      right: 19px;
      bottom: 21px; } }
@media screen and (max-width: 767px) {
  .page-brand-index .row [class^='col-']:last-child .closeDiv {
    bottom: 12px; } }
.page-brand-index .row.brand-index-filters {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (min-width: 767px) {
    .page-brand-index .row.brand-index-filters .row > [class^="col-"], .page-brand-index .row.brand-index-filters > [class*=" col-"] {
      padding: 12.5px 15px; } }
  @media screen and (max-width: 767px) {
    .page-brand-index .row.brand-index-filters {
      margin-bottom: 25px; }
      .page-brand-index .row.brand-index-filters [class^="col-"] {
        padding: 15px; } }
.page-brand-index .col-search {
  margin: auto; }
.page-brand-index .search-btn {
  font-size: 5rem;
  color: #8ec2e0;
  text-align: center;
  display: block; }

.page-brand-view .col-left {
  background-color: initial;
  padding-left: 0px;
  padding-right: 0px; }
  .page-brand-view .col-left .row:not(:last-child) {
    margin-bottom: 0; }
  @media screen and (min-width: 767px) {
    .page-brand-view .col-left .breadcrumb {
      margin-left: 15px; } }
  .page-brand-view .col-left h1 {
    font-size: 3rem;
    font-family: 'Optima';
    text-transform: uppercase;
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .page-brand-view .col-left h1 {
        margin-top: 0;
        margin: 0 6px;
        padding-bottom: 0; } }
  .page-brand-view .col-left .stand-header, .page-brand-view .col-left .stand-content {
    background-color: #fff;
    padding-bottom: 25px;
    margin-top: 25px; }
  .page-brand-view .col-left .stand-header {
    border-top: 5px solid #8ec2e0;
    padding: 0;
    margin-top: 0; }
    .page-brand-view .col-left .stand-header .fit-img {
      height: 150px;
      text-align: center; }
      .page-brand-view .col-left .stand-header .fit-img img {
        max-width: 100%;
        max-height: 150px; }
    .page-brand-view .col-left .stand-header .stand-name > div:first-child {
      border-right: 2px solid #C0C0C0;
      margin-bottom: 25px;
      padding-right: 15px; }
    .page-brand-view .col-left .stand-header .stand-name > div:last-child {
      margin-bottom: 25px; }
  .page-brand-view .col-left .stand-content .stand-nav {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    vertical-align: middle;
    margin-bottom: 25px;
    display: block;
    overflow: auto;
    border-bottom: 1px solid #C0C0C0; }
    .page-brand-view .col-left .stand-content .stand-nav a {
      display: table-cell;
      width: 1%;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      color: #979797;
      padding: 10px 5px;
      border: none;
      border-top: 5px solid transparent; }
      @media screen and (max-width: 767px) {
        .page-brand-view .col-left .stand-content .stand-nav a {
          padding: 10px 22px; } }
      .page-brand-view .col-left .stand-content .stand-nav a.active, .page-brand-view .col-left .stand-content .stand-nav a:hover {
        color: #4a4a4a;
        text-decoration: none;
        z-index: 1;
        border-color: #b6cb26; }
        .page-brand-view .col-left .stand-content .stand-nav a.active.index, .page-brand-view .col-left .stand-content .stand-nav a:hover.index {
          border-color: #8ec2e0; }
        .page-brand-view .col-left .stand-content .stand-nav a.active.products, .page-brand-view .col-left .stand-content .stand-nav a:hover.products {
          border-color: #f9b233; }
        .page-brand-view .col-left .stand-content .stand-nav a.active.articles, .page-brand-view .col-left .stand-content .stand-nav a:hover.articles {
          border-color: #ffaec2; }
        .page-brand-view .col-left .stand-content .stand-nav a.active.recipes, .page-brand-view .col-left .stand-content .stand-nav a:hover.recipes {
          border-color: #c47200; }
      .page-brand-view .col-left .stand-content .stand-nav a:hover {
        text-decoration: none; }
      .page-brand-view .col-left .stand-content .stand-nav a h2 {
        margin: 0;
        font-size: 2.2rem; }
        @media screen and (min-width: 767px) {
          .page-brand-view .col-left .stand-content .stand-nav a h2 {
            font-size: 2rem; } }
  .page-brand-view .col-left .stand-content .stand-body {
    margin: 25px 15px; }
    @media screen and (min-width: 1920px) {
      .page-brand-view .col-left .stand-content .stand-body {
        margin: auto; } }
    .page-brand-view .col-left .stand-content .stand-body.bodyhtml {
      overflow: auto; }
      @media screen and (max-width: 767px) {
        .page-brand-view .col-left .stand-content .stand-body.bodyhtml {
          overflow: hidden;
          zoom: 0.6; } }
    .page-brand-view .col-left .stand-content .stand-body.bodyblocks {
      max-width: 800px;
      font-size: 1.8rem; }
      .page-brand-view .col-left .stand-content .stand-body.bodyblocks img {
        width: 100%; }
      .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row {
        margin: 12.5px 0; }
        .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx1 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx2 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx3 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx3 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx4 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx4 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.txtx2 div:nth-child(2) {
          padding-left: 10px; }
  .page-brand-view .col-left .stand-content .stand-data {
    margin: 25px 15px;
    font-size: 16px; }
    .page-brand-view .col-left .stand-content .stand-data .list-products .row > .hoverbox {
      padding-right: 0; }
    @media screen and (min-width: 767px) {
      .page-brand-view .col-left .stand-content .stand-data .row > [class^="col-"], .page-brand-view .col-left .stand-content .stand-data > [class*=" col-"] {
        padding-right: 15px;
        padding-left: 15px; } }
    .page-brand-view .col-left .stand-content .stand-data .row:not(:last-child) {
      margin-bottom: 25px; }
    .page-brand-view .col-left .stand-content .stand-data .news-info {
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .page-brand-view .col-left .stand-content .stand-data .news-info {
          padding: 0 6px; } }
      .page-brand-view .col-left .stand-content .stand-data .news-info .category {
        font-size: 14px;
        font-family: 'Optima';
        text-transform: uppercase;
        border-right: solid 3px #c4e872;
        margin-right: 20px;
        padding-right: 20px; }
      .page-brand-view .col-left .stand-content .stand-data .news-info .publish {
        font-size: 14px; }
    .page-brand-view .col-left .stand-content .stand-data .title {
      font-size: 1.6rem;
      font-family: 'FuturaLTProBook';
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .page-brand-view .col-left .stand-content .stand-data .title {
          margin-bottom: 25px;
          padding: 0 6px 20px 6px;
          font-size: 1.75rem; } }
    .page-brand-view .col-left .stand-content .stand-data > div.visible-xs {
      margin-bottom: 25px; }
    .page-brand-view .col-left .stand-content .stand-data.recipes .crop-img {
      padding-bottom: 100%; }
      .page-brand-view .col-left .stand-content .stand-data.recipes .crop-img img {
        width: 100%;
        height: 100%; }
    .page-brand-view .col-left .stand-content .stand-data .share {
      text-align: left; }
      .page-brand-view .col-left .stand-content .stand-data .share > div {
        margin-bottom: 10px; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.388em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.665em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  border-bottom: 5px solid #b6cb26;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  padding-bottom: 10px;
  font-family: 'FuturaLTProBook'; }
  @media screen and (min-width: 1200px) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #4a4a4a;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #4a4a4a; }

.slicknav_btn {
  float: left;
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.slicknav_nav {
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  margin-left: 3rem; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0; }
    .slicknav_nav ul > li {
      margin-left: 20px; }
  .slicknav_nav .slicknav_row {
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      color: #4a4a4a; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #4a4a4a;
    font-size: 1.8rem; }
    @media screen and (min-width: 767px) {
      .slicknav_nav a {
        padding: 25px 10px 5px 10px; } }
    .slicknav_nav a:hover {
      border-bottom: 2px solid #b6cb26;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
    .slicknav_nav .slicknav_item a:active, .slicknav_nav .slicknav_item a:hover {
      border: none; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .subparent, .slicknav_nav .subsubparent {
    display: inline; }
  .slicknav_nav .submenu {
    margin-left: 3rem; }
  .slicknav_nav .subsubmenu {
    margin-left: 1.5rem; }
  .slicknav_nav .caret, .slicknav_nav .search {
    display: none; }

.slicknav_brand {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  width: 100%;
  position: absolute;
  padding: 0;
  margin-top: -6px; }
  .slicknav_brand .logo {
    background-image: url(../img/logo_balu.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50px; }

.slicknav_open .slicknav_menu {
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0; }

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%; }

@media screen and (min-width: 767px) {
  .lightbox:target {
    outline: none;
    display: block; } }

/*# sourceMappingURL=style.css.map */
