@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(/assets/css/ie8.css);
@font-face {
  font-family: 'CaeciliaCom-76BoldItalic';
  src: url('/assets/fonts/webfonts/2DE753_0_0.eot');
  src: url('/assets/fonts/webfonts/2DE753_0_0.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/webfonts/2DE753_0_0.woff2') format('woff2'), url('/assets/fonts/webfonts/2DE753_0_0.woff') format('woff'), url('/assets/fonts/webfonts/2DE753_0_0.ttf') format('truetype'), url('/assets/fonts/webfonts/2DE753_0_0.svg#wf') format('svg');
}
/* GENERAL STYLES */
.right {
  float: right;
}
/* Micro ClearFix Mixin */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CaeciliaCom-76BoldItalic";
  color: #e0212a;
}
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #575757;
}
li {
  list-style: none;
}
ul {
  padding: 0;
}
a {
  color: #575757;
}
a:hover {
  color: #A0A0A0;
  text-decoration: none;
}
a:focus {
  outline: none;
  color: #A0A0A0;
  text-decoration: none;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
div[dir="ltr"] {
  font-size: 14px;
  line-height: 24px;
}
.columnize .column div {
  font-size: 14px;
  line-height: 24px;
}
.last.column {
  padding-left: 25px;
}
.ricette_landing {
  display: none;
}
.clickable_slider {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
}
.errorcheck {
  border: 1px solid red;
  border-radius: 4px;
}
.errorvalid {
  border: 1px solid green;
  border-radius: 4px;
}
.hover_highlight {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  cursor: pointer;
  height: 75%;
  transition-property: all;
  transition-duration: .5s;
  transition-delay: 0;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  -moz-transition-delay: 0;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: 0;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -o-transition-delay: 0;
  -o-transition-easing: ease-out;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
}
.plus {
  transition-property: all;
  transition-duration: .5s;
  transition-delay: 0;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  -moz-transition-delay: 0;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: 0;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: .5s;
  -o-transition-delay: 0;
  -o-transition-easing: ease-out;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: 30%;
  width: 32px;
  left: 125px;
  height: 32px;
  position: absolute;
}
/* Social */
.social {
  margin-left: auto;
  margin-right: auto;
}
.social .facebook {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  cursor: pointer;
}
.social .pinterest {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 100% 0;
  margin-left: 15px;
  cursor: pointer;
}
.social .twitter {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 25px;
  background-size: 390%;
  cursor: pointer;
}
.social .youtube-social {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  margin-left: 15px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.social .googleplus {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 96%;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
}
.social .linked {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  cursor: pointer;
}
/* Paginazione */
.pagination {
  margin-bottom: 65px;
  margin-top: 0;
}
.pagination li {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #f6f6f6;
  color: #575757;
  height: 35px;
  border: none;
  padding: 6px 12px;
  float: left;
  line-height: 22px;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 5px;
}
.pagination li:hover {
  background-color: #575757;
  color: #fff;
}
.pagination li:hover a,
.pagination li:hover span {
  background-color: #575757;
  color: #fff;
}
.pagination li:focus {
  outline: none;
  background-color: #575757;
  color: #fff;
}
.pagination li:focus a,
.pagination li:focus span {
  background-color: #575757;
  color: #fff;
}
.pagination li:active {
  outline: none;
  background-color: #575757;
  color: #fff;
}
.pagination li:active a,
.pagination li:active span {
  background-color: #575757;
  color: #fff;
}
.pagination li a,
.pagination li span {
  background-color: #f6f6f6;
  color: #575757;
  padding: 0;
  border: none;
  line-height: 22px;
  font-size: 14px;
}
/***************/
.panel-collapse li {
  text-indent: 15px;
}
.drop-divider {
  background-image: url(/assets/img/ico/bullet_nav.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.dot {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 2px;
  vertical-align: middle;
  background-image: url(/assets/img/ico/bullet_nav.png);
}
.margintopbottom {
  padding: 40px 15px;
}
.form-danger {
  outline: none;
  border: 1px solid red !important;
}
.galleria_foto,
.more {
  background-color: #fc0;
  padding: 15px;
  font-size: 16px;
  color: #333;
  font-family: "CaeciliaCom-76BoldItalic";
  border-radius: 6px;
}
.more {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  height: 41px;
  line-height: 15px;
}
.btn-yellow {
  background-color: #fecd38;
  height: 56px;
  width: 280px;
  font-family: "CaeciliaCom-76BoldItalic";
  color: #333;
  outline: none;
  font-size: 24px;
  line-height: 40px;
  /*width: auto;
    padding-left: 35px;
    padding-right: 35px;*/
}
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover {
  outline: none !important;
  background-color: #ebb100;
}
/* SLICK */
.slick-slide {
  height: auto !important;
}
.slick-dots li button:before {
  color: transparent !important;
}
#main_slider ul.slick-dots {
  bottom: 0;
}
#main_slider .slick-dots li button {
  background-image: url(/assets/img/ico/bullet.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}
#main_slider .slick-dots li.slick-active button:before {
  background-image: url(/assets/img/ico/bullet_inner.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-prev {
  background-image: url(/assets/img/ico/arrow_left.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 35px;
  left: -43px;
  margin-top: -65px;
}
.slick-prev:before {
  content: '';
}
.slick-prev:hover {
  background-image: url(/assets/img/ico/arrow_left_hover.png);
  background-repeat: no-repeat;
}
.slick-prev:focus {
  background: url(/assets/img/ico/arrow_left.png);
  background-repeat: no-repeat;
}
.slick-next {
  background-image: url(/assets/img/ico/arrow_right.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 35px;
  right: -43px;
  margin-top: -65px;
}
.slick-next:before {
  content: '';
}
.slick-next:hover {
  background-image: url(/assets/img/ico/arrow_right_hover.png);
  background-repeat: no-repeat;
}
.slick-next:focus {
  background: url(/assets/img/ico/arrow_right.png);
  background-repeat: no-repeat;
}
.slick-disabled {
  opacity: 0;
}
/*  NAVBAR */
nav {
  font-family: "CaeciliaCom-76BoldItalic";
  font-size: 21px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: #fff !important;
  background: none;
  box-shadow: none;
  color: #3d3d3d !important;
  height: 66px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 18px;
}
.navbar-inverse .navbar-nav > li:last-child > a:hover {
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  color: #080808;
}
.dropdown-menu > li > a {
  font-size: 16px;
  padding: 10px 43px;
  background-image: url('/assets/img/ico/arrow.png');
  background-repeat: no-repeat;
  background-position: 10% 50%;
  color: #656565;
}
.navbar-inverse .navbar-collapse {
  border: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  /*
  color: #fff;
  background-color: transparent;
  */
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  background-image: none;
  color: #080808;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
a.dropdown-toggle.drop-divider:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 66px;
}
.dropdown-menu > li > a:hover {
  height: auto !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:first-child > a:hover,
.dropdown-menu > li:first-child > a:focus {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:last-child > a:hover,
.dropdown-menu > li:last-child > a:focus {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.navbar-first {
  background-image: url(/assets/img/header.jpg);
  width: 100%;
  height: 118px;
  display: table;
  vertical-align: middle;
  position: absolute;
  z-index: 3;
  border: 0;
}
.navbar-brand {
  margin-top: 30px;
}
.navbar-nav {
  margin-top: 52px;
}
li.dropdown:after {
  list-style-image: url('/assets/img/ico/bullet_nav.png') !important;
}
.mega-drop {
  width: 100%;
  left: 0 !important;
  top: 110px;
  border-top-left-radius: 10px !important;
}
.mega-drop .bordo_colonne {
  border-right: 1px solid #fecd38;
}
.mega-drop .ricerca {
  background-color: #eee8d5;
  padding: 30px;
}
.mega-drop .ricerca label {
  color: #656565;
  font-size: 17px;
}
.mega-drop .ricerca ul li {
  background-image: url('/assets/img/ico/pdf.png');
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 30px 62px;
  margin-top: 30px;
  padding-left: 35px;
  padding-top: 10px;
}
.mega-drop .ricerca ul > a {
  color: #656565;
}
.mega-drop .ricerca .form-control {
  border: none;
  background-color: #fff;
  height: 40px;
  width: 100%;
}
.mega-drop .ricerca .form-group input:focus {
  box-shadow: none !important;
}
.mega-drop .prodotti ul {
  height: 100%;
  float: left;
  display: inline-block;
}
.mega-drop .prodotti ul li {
  width: 50%;
  float: left;
  height: 28px;
  background-image: url('/assets/img/ico/arrow.png');
  background-repeat: no-repeat;
  background-position: 1% 60%;
  padding-left: 20px;
  padding-top: 7px;
  margin-top: 4px;
  font-size: 16px;
  color: #656565;
}
.mega-drop .prodotti ul li img {
  position: absolute;
  display: none;
  top: 3%;
  left: 435px;
  z-index: 10;
}
.mega-drop .prodotti ul li:hover {
  background-color: #f5f5f5;
}
.mega-drop .prodotti ul li:hover img {
  display: block;
}
.mega-drop .hover_prod {
  background-image: url('/assets/img/homepage/prodotti/bg.png');
  width: 100%;
  height: 185px;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
}
.mega-drop .prod_placeholder {
  background-image: url('/assets/img/logo.png');
  width: 100%;
  height: 185px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
}
.mega-drop .hover_prod_display {
  display: block !important;
}
.dropdown-menu {
  border: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/*  SECOND NAVBAR */
#second-nav {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  height: 34px;
  width: 100%;
  top: 0;
  z-index: 100;
}
#second-nav label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #fecd38;
  margin-right: 20px;
}
#second-nav .icheckbox_flat-orange {
  margin-right: 7px;
  margin-top: -2px;
}
#second-nav .nav-top {
  height: 100%;
  float: right;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 12px;
  margin-top: 2px;
  margin-right: 15px;
}
#second-nav .nav-top a {
  color: #787878;
}
#second-nav .nav-top .dropdown-menu li:after {
  content: '';
  padding: 0;
}
#second-nav .nav-top li {
  display: inline;
  color: #787878;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#second-nav .nav-top li:after {
  content: "|";
  padding-left: 5px;
}
#second-nav .nav-top li:last-child:after {
  content: '';
}
#second-nav .navbar_top li a {
  padding: 5px 20px;
  background: none;
  font-size: 12px;
}
#second-nav ul.dropdown-menu.navbar_top {
  margin: 0;
  border-radius: 10px;
}
#second-nav .profilo {
  float: right;
}
#second-nav .lang-switcher {
  width: 80px;
  height: 100%;
  float: right;
  margin-bottom: 0;
  padding-top: 10px;
  margin-right: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#second-nav .lang-switcher .ita {
  background-image: url(/assets/img/ico/sprite_language.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  margin-right: 10px;
  float: left;
}
#second-nav .lang-switcher .en {
  background-image: url(/assets/img/ico/sprite_language.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 16px;
  height: 11px;
  margin-right: 10px;
  float: left;
}
#second-nav .lang-switcher .es {
  background-image: url(/assets/img/ico/sprite_language.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 16px;
  height: 11px;
  margin-right: 10px;
  float: left;
}
/*  MENU MOBILE */
#dl-menu {
  display: none;
}
/* FOOTER */
footer .copyright {
  background-color: #157334;
}
footer .copyright p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
footer input.required.form-control.error {
  border: 1px solid #e0212a !important;
}
footer input.required.form-control.valid {
  border: 1px solid #157334 !important;
}
footer .alert-success {
  color: #FFFFFF;
  background-color: #157334;
  border-color: #004717;
}
footer .alert {
  margin-top: 0;
}
footer #newsletter {
  width: 100%;
  background-color: #e9e9e9;
}
footer #newsletter h2 {
  color: #575757;
  font-size: 22px;
  text-align: center;
}
footer #newsletter h2 span {
  font-size: 15px;
}
footer #newsletter .form {
  margin-top: 30px;
}
footer #newsletter .form .form-group {
  margin-top: 2px;
}
footer #newsletter .form .form-group .form-control {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
footer #newsletter .form .form-group .form-control:focus {
  box-shadow: none;
}
footer #newsletter .form .form-group label.error {
  display: none !important;
}
footer #newsletter .form .checkbox label {
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
footer #newsletter .form .checkbox label:first-child {
  margin-top: 14px;
}
footer #newsletter .form .checkbox label > a {
  text-decoration: underline;
  color: #575757;
}
footer #newsletter .form .checkbox label .error {
  position: relative;
  line-height: 1;
  width: 290px;
  left: 450px;
  top: 0;
  max-width: 290px !important;
  color: #e0212a;
}
footer #newsletter .form .checkbox .icheckbox_flat-orange {
  margin-top: -3px;
  margin-right: 5px;
}
footer #newsletter .form .btn-iscrivimi {
  width: 100%;
  height: 43px;
  line-height: 34px;
  font-size: 17px;
  margin-top: 22px;
}
/* CAROSELLO */
.home {
  /* HIGHLIGHTS */
  /* IMPEGNO */
  /* LINEE PRODOTTO */
}
.home #carosello {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 118px;
  display: block;
  position: relative;
}
.home #carosello .swiper-container {
  width: 100%;
  height: auto;
}
.home #carosello .swiper-wrapper {
  height: auto !important;
}
.home #carosello .swiper-slide {
  cursor: pointer;
  height: auto !important;
}
.home #carosello .swiper-container-horizontal > .swiper-pagination {
  bottom: 33px;
  position: relative;
  display: block;
}
.home #carosello img {
  width: 100%;
  height: auto;
}
.home #carosello .text {
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 0;
  height: auto;
  width: 100%;
  max-width: 700px;
  padding: 5%;
  display: block;
}
.home #carosello .text h1 {
  color: #fff;
  font-size: 52px;
  width: 100%;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.26);
  line-height: 60px;
  letter-spacing: -1px;
  position: relative;
  display: block;
}
.home #carosello .text h3 {
  color: #fff;
  font-size: 25px;
  line-height: 23px;
  position: relative;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.26);
  display: block;
  margin-bottom: 35px;
}
.home #highlights {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 70px 0 70px;
}
.home #highlights .highlight:hover .hover_highlight {
  opacity: 1;
}
.home #highlights .highlight:hover .plus {
  opacity: 1;
}
.home #highlights .hover_highlight {
  height: 70%;
}
.home #highlights .plus {
  width: 32px;
  height: 32px;
}
.home #highlights .box_text {
  margin-top: 35px;
  text-align: center;
}
.home #highlights .box_text h2 {
  font-size: 28px;
  line-height: 23px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.home #highlights .box_text p {
  font-size: 17px;
  font-family: "CaeciliaCom-76BoldItalic";
}
.home #highlights .box_text .slider_highlights img {
  width: 100%;
}
.home #impegno {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home #impegno img {
  width: 100%;
}
.home #impegno .ico {
  position: relative;
  margin-bottom: 35px;
}
.home #impegno .ico img {
  width: auto !important;
}
.home #impegno .box_text {
  position: absolute;
  left: 20%;
  bottom: 25%;
  display: block;
}
.home #impegno .box_text h2 {
  font-size: 63px;
  line-height: 53px;
  color: #fff;
  margin-bottom: 25px;
}
.home #impegno .box_text p {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 38px;
  font-family: "CaeciliaCom-76BoldItalic";
}
.home #linee_prodotto {
  width: 100%;
  background-color: #fff;
}
.home #linee_prodotto h2 {
  font-size: 43px;
  color: #333;
}
.home #linee_prodotto .altro_prodotto {
  background-image: url('/assets/img/homepage/prodotti/bg.png');
  width: 100%;
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
}
.home #linee_prodotto .altro_prodotto h3 {
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.home #linee_prodotto .altro_prodotto .btn-prodotto {
  width: 146px;
  position: absolute;
  display: none;
  font-size: 18px;
  top: 36%;
  left: 0;
  right: 0;
  box-shadow: 10px 10px 100px #333;
  margin-left: auto;
  margin-right: auto;
}
.home #linee_prodotto .altro_prodotto:hover .btn-prodotto {
  display: block;
}
.home #linee_prodotto .altro_prodotto:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.home #linee_prodotto .prodotto {
  background-image: url('/assets/img/homepage/prodotti/bg.png');
  width: 100%;
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
}
.home #linee_prodotto .prodotto img {
  margin-top: 50px;
  width: 100%;
}
.home #linee_prodotto .prodotto h3 {
  font-size: 20px;
  text-align: center;
}
.home #linee_prodotto .prodotto .btn-prodotto {
  width: 146px;
  position: absolute;
  font-size: 18px;
  display: none;
  top: 36%;
  left: 0;
  right: 0;
  box-shadow: 10px 10px 100px #333;
  margin-left: auto;
  margin-right: auto;
}
.home #linee_prodotto .prodotto:hover .btn-prodotto {
  display: block;
  z-index: 100;
}
.home #linee_prodotto .prodotto:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/* PRE-FOOTER */
#prefooter {
  width: 100%;
  background-color: #f6f6f6;
}
#prefooter .margintopbottom {
  padding: 55px 0;
}
#prefooter .logo {
  background-image: url(/assets/img/logo.png);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: center;
  height: 100px;
  margin: -92px 0;
}
#prefooter .social {
  width: 100%;
}
#prefooter .social .riga_social {
  width: 100%;
  display: inline-block;
}
#prefooter h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
#prefooter li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #575757;
  font-size: 13px;
  line-height: 25px;
}
#prefooter ul {
  margin-bottom: 34px;
}
/*********************************************** CATEGORIA / DETTAGLIO / PRIMO LIVELLO / SECONDO LIVELLO *******************************************/
.categoria_dettaglio #head_img .img_head,
.inner_page #head_img .img_head {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 8px solid #e0212a;
  margin-top: 115px;
}
.categoria_dettaglio #head_img .titolo_bread,
.inner_page #head_img .titolo_bread {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 50%;
}
.categoria_dettaglio #head_img .titolo_bread .breadcrumb,
.inner_page #head_img .titolo_bread .breadcrumb {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.categoria_dettaglio #head_img .titolo_bread .breadcrumb a,
.inner_page #head_img .titolo_bread .breadcrumb a {
  color: #fff;
}
.categoria_dettaglio #head_img .titolo_bread .breadcrumb a:hover,
.inner_page #head_img .titolo_bread .breadcrumb a:hover {
  color: #8C8C8C;
}
.categoria_dettaglio #head_img .titolo_bread .breadcrumb li,
.inner_page #head_img .titolo_bread .breadcrumb li {
  display: inline;
  font-size: 13px;
}
.categoria_dettaglio #head_img .titolo_bread .breadcrumb li + li:before,
.inner_page #head_img .titolo_bread .breadcrumb li + li:before {
  content: '>';
  color: #fff;
}
.categoria_dettaglio #head_img .titolo_bread h1,
.inner_page #head_img .titolo_bread h1 {
  color: #fecd38;
  text-align: center;
}
.categoria_dettaglio #linea_prodotto,
.inner_page #linea_prodotto {
  padding: 85px 0;
}
.categoria_dettaglio #linea_prodotto.bg-grey,
.inner_page #linea_prodotto.bg-grey {
  background: #e9e9e9;
}
.categoria_dettaglio #linea_prodotto .linea_prodotto,
.inner_page #linea_prodotto .linea_prodotto {
  margin-top: -18%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  width: 42%;
}
.categoria_dettaglio #linea_prodotto .linea_prodotto img,
.inner_page #linea_prodotto .linea_prodotto img {
  width: 100%;
}
.categoria_dettaglio #linea_prodotto .formati h3,
.inner_page #linea_prodotto .formati h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #575757;
  text-align: center;
  font-size: 22px;
  line-height: 74px;
  margin-top: 0;
}
.categoria_dettaglio #linea_prodotto .formati ul,
.inner_page #linea_prodotto .formati ul {
  display: inline;
}
.categoria_dettaglio #linea_prodotto .formati li,
.inner_page #linea_prodotto .formati li {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.categoria_dettaglio #linea_prodotto .formati li:after,
.inner_page #linea_prodotto .formati li:after {
  content: ' |';
}
.categoria_dettaglio #linea_prodotto .formati li:last-child:after,
.inner_page #linea_prodotto .formati li:last-child:after {
  content: '';
}
.categoria_dettaglio #linea_prodotto p,
.inner_page #linea_prodotto p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.categoria_dettaglio #linea_prodotto .prodotto_dettaglio,
.inner_page #linea_prodotto .prodotto_dettaglio {
  margin-top: -20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  width: 48%;
}
.categoria_dettaglio #linea_prodotto .prodotto_dettaglio img,
.inner_page #linea_prodotto .prodotto_dettaglio img {
  width: 100%;
}
.categoria_dettaglio #linea_prodotto .chef,
.inner_page #linea_prodotto .chef {
  top: 500px;
  left: 65%;
  position: absolute;
}
.categoria_dettaglio #linea_prodotto .glutine,
.inner_page #linea_prodotto .glutine {
  top: 500px;
  left: 72%;
  position: absolute;
}
.categoria_dettaglio #linea_prodotto .caratteristiche,
.inner_page #linea_prodotto .caratteristiche {
  margin-top: 60px;
}
.categoria_dettaglio #linea_prodotto .caratteristiche h2,
.inner_page #linea_prodotto .caratteristiche h2 {
  text-align: center;
  font-size: 35px;
  line-height: 25px;
  z-index: 2;
}
.categoria_dettaglio #linea_prodotto .caratteristiche p,
.inner_page #linea_prodotto .caratteristiche p {
  margin-top: 12px;
}
.categoria_dettaglio #linea_prodotto .caratteristiche .social,
.inner_page #linea_prodotto .caratteristiche .social {
  width: 41%;
  margin-left: auto;
  margin-right: auto;
}
.categoria_dettaglio #linea_prodotto .caratteristiche .social .facebook,
.inner_page #linea_prodotto .caratteristiche .social .facebook {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
}
.categoria_dettaglio #linea_prodotto .caratteristiche .social .pinterest,
.inner_page #linea_prodotto .caratteristiche .social .pinterest {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 100% 0;
  margin-left: 15px;
}
.categoria_dettaglio #linea_prodotto .caratteristiche .social .twitter,
.inner_page #linea_prodotto .caratteristiche .social .twitter {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 25px;
  background-size: 390%;
}
.categoria_dettaglio #linea_prodotto .caratteristiche .social .googleplus,
.inner_page #linea_prodotto .caratteristiche .social .googleplus {
  background-image: url('/assets/img/ico/sprite_social.png');
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 96%;
  margin-right: 15px;
  margin-left: 15px;
}
.categoria_dettaglio .table > tbody > tr > td,
.inner_page .table > tbody > tr > td {
  font-size: 13px;
}
.categoria_dettaglio .table > tbody > tr > td:first-child,
.inner_page .table > tbody > tr > td:first-child {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  width: 60%;
}
.categoria_dettaglio #specifiche_prodotto .tabella,
.inner_page #specifiche_prodotto .tabella {
  margin-bottom: 50px;
  border-top: 3px solid #fecd38;
  padding-top: 40px;
  border-bottom: 3px solid #fecd38;
  padding-bottom: 40px;
}
.categoria_dettaglio #specifiche_prodotto .tabella tr td,
.inner_page #specifiche_prodotto .tabella tr td {
  border: none;
}
.categoria_dettaglio #specifiche_prodotto .tabella tr:nth-child(2n+0),
.inner_page #specifiche_prodotto .tabella tr:nth-child(2n+0) {
  background-color: #f8f8f8;
}
.categoria_dettaglio #specifiche_prodotto .tabella tr:nth-child(2n+0):hover,
.inner_page #specifiche_prodotto .tabella tr:nth-child(2n+0):hover {
  background-color: #FECD38;
}
.categoria_dettaglio #specifiche_prodotto .tabella tr:hover,
.inner_page #specifiche_prodotto .tabella tr:hover {
  background-color: #FECD38;
}
.categoria_dettaglio #specifiche_prodotto .option,
.inner_page #specifiche_prodotto .option {
  padding-bottom: 15px;
}
.categoria_dettaglio #specifiche_prodotto .option h4,
.inner_page #specifiche_prodotto .option h4 {
  width: 50%;
  float: left;
}
.categoria_dettaglio #specifiche_prodotto .option .download_print,
.inner_page #specifiche_prodotto .option .download_print {
  float: right;
}
.categoria_dettaglio #specifiche_prodotto .option .download_print .cat,
.inner_page #specifiche_prodotto .option .download_print .cat {
  background-image: url('/assets/img/ico/download.png');
  width: 25px;
  height: 21px;
  margin-right: 15px;
  background-repeat: no-repeat;
  display: inline-block;
}
.categoria_dettaglio #specifiche_prodotto .option .download_print .print,
.inner_page #specifiche_prodotto .option .download_print .print {
  background-image: url('/assets/img/ico/print.png');
  width: 25px;
  height: 21px;
  background-repeat: no-repeat;
  display: inline-block;
}
.categoria_dettaglio #specifiche_prodotto .option .download_print a,
.inner_page #specifiche_prodotto .option .download_print a {
  font-family: "CaeciliaCom-76BoldItalic";
  width: 300px;
  color: #575757;
}
.categoria_dettaglio #specifiche_prodotto .option .select_dettaglio,
.inner_page #specifiche_prodotto .option .select_dettaglio {
  width: 25%;
  float: left;
  border: none;
  background-color: #fecd38;
  font-family: "CaeciliaCom-76BoldItalic";
}
.categoria_dettaglio #specifiche_prodotto .option .select_dettaglio:focus,
.inner_page #specifiche_prodotto .option .select_dettaglio:focus {
  border: none;
  box-shadow: none;
}
.categoria_dettaglio #specifiche_prodotto .img_prod,
.inner_page #specifiche_prodotto .img_prod {
  margin: 33% 0;
}
.categoria_dettaglio #specifiche_prodotto .img_prod img,
.inner_page #specifiche_prodotto .img_prod img {
  width: 100%;
}
.categoria_dettaglio #prodotti .prodotto_overlay,
.inner_page #prodotti .prodotto_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px 80px;
  box-shadow: 0px 0px 50px #6E6E6E;
  display: none;
}
.categoria_dettaglio #prodotti .prodotto_overlay h2,
.inner_page #prodotti .prodotto_overlay h2 {
  color: #fff;
  font-size: 19px;
  line-height: 22px;
}
.categoria_dettaglio #prodotti .prodotto_overlay p,
.inner_page #prodotti .prodotto_overlay p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 19px;
}
.categoria_dettaglio #prodotti .prodotto_overlay .btn-yellow,
.inner_page #prodotti .prodotto_overlay .btn-yellow {
  width: 70%!important;
  position: absolute;
  top: 75%;
  left: 15%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .categoria_dettaglio #prodotti .prodotto_benessere .prodotto_overlay .btn-yellow,
  .inner_page #prodotti .prodotto_benessere .prodotto_overlay .btn-yellow {
    width: 100%!important;
    padding: 0 15px;
  }
}
.categoria_dettaglio #prodotti .cat_10epiu,
.inner_page #prodotti .cat_10epiu {
  background-color: #688601;
}
.categoria_dettaglio #prodotti .cat_campese,
.inner_page #prodotti .cat_campese {
  background-color: #1b1b1b;
}
.categoria_dettaglio #prodotti .cat_buona_domenica,
.inner_page #prodotti .cat_buona_domenica {
  background-color: #1b1b1b;
}
.categoria_dettaglio #prodotti .cat_surgelati,
.inner_page #prodotti .cat_surgelati {
  background-color: #bebebe;
}
.categoria_dettaglio #prodotti .cat_generico,
.inner_page #prodotti .cat_generico {
  background-color: #8f6b33;
}
.categoria_dettaglio #prodotti .cat_tenerissime,
.inner_page #prodotti .cat_tenerissime {
  background-color: #688601;
}
.categoria_dettaglio #prodotti .cat_fidatissimi,
.inner_page #prodotti .cat_fidatissimi {
  background-color: #096728;
}
.categoria_dettaglio #prodotti .cat_cuor_leggeri,
.inner_page #prodotti .cat_cuor_leggeri {
  background-color: #00526c;
}
.categoria_dettaglio #prodotti .cat_buone_forchette,
.inner_page #prodotti .cat_buone_forchette {
  background-color: #01637b;
}
.categoria_dettaglio #prodotti .cat_corte_antica,
.inner_page #prodotti .cat_corte_antica {
  background-color: #67210c;
}
.categoria_dettaglio #prodotti .cat_grandi_classici,
.inner_page #prodotti .cat_grandi_classici {
  background-color: #92190f;
}
.categoria_dettaglio #prodotti .cat_evviva,
.inner_page #prodotti .cat_evviva {
  background-color: #b6170b;
}
.categoria_dettaglio #prodotti .cat_birbe,
.inner_page #prodotti .cat_birbe {
  background-color: #b14b00;
}
.categoria_dettaglio #prodotti .prodotto_container,
.inner_page #prodotti .prodotto_container {
  height: 365px;
  margin-bottom: 30px;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere,
.inner_page #prodotti .prodotto_container.prodotto_benessere {
  height: 365px;
  margin-bottom: 30px;
}
@media screen and (max-width: 966px) {
  .categoria_dettaglio #prodotti .prodotto_container,
  .inner_page #prodotti .prodotto_container {
    height: auto;
    min-height: 210px;
  }
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-2 {
  height: 180px;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-2 .prodotto_overlay {
  padding: 2px 20px;
  width: calc(100% - 30px);
  margin: 0 15px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-2 .prodotto_overlay h2 {
  margin-top: 0;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-2 .prodotto_overlay .btn-yellow {
  position: relative;
  height: 30px!important;
  padding: 0!important;
  font-size: 16px!important;
  line-height: 28px!important;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay {
  padding: 45px 60px;
  width: calc(100% - 30px);
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay h2 {
  font-size: 32px;
  line-height: 45px;
  margin-top: 0;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay p {
  font-size: 18px;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay .btn-yellow {
  position: relative;
  width: 70%;
  left: 0;
  top: 0;
  margin-top: 10px;
  line-height: 46px;
}
@media screen and (max-width: 966px) {
  .categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay .btn-yellow {
    line-height: 16px!important;
    font-size: 16px!important;
  }
}
.truncate-overflow {
  --lh: 1.8rem;
  --max-lines: 3;
  line-height: var(--lh)!important;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
  word-break: break-all;
}
.truncate-overflow::before {
position: absolute;
content: "...";
bottom: 0; 
right: 0; 
}
#secondo_livello_content .container .row {
  margin-bottom: 30px;
}
.video_desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  max-width: 587px;
}
.video_youtube {
	width: 100%;
}
.title_head .container-video-yt {
  display: flex;
  justify-content: center;
}
.container-video-yt {
  position: relative;
}
#video_mobile .ytp-button, .video_mobile .ytp-button {
  pointer-events: none;
}
.container-video-yt .ytp-button, #video_mobile .ytp-button, .video_mobile .ytp-button {
  border: none;
  background-color: #0000;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  cursor: pointer;
}
.container-video-yt .ytp-button.ytp-large-play-button, #video_mobile .ytp-button.ytp-large-play-button, .video_mobile .ytp-button.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  z-index: 1;
}
.container-video-yt:hover .ytp-button svg path:first-child, #video_mobile .ytp-button svg path:first-child, .video_mobile .ytp-button svg path:first-child {
  -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
  transition: fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
  fill: #f00;
  fill-opacity: 1;
}
.categoria_dettaglio #prodotti .prodotto_container img,
.inner_page #prodotti .prodotto_container img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.categoria_dettaglio #prodotti .prodotto_container h3,
.inner_page #prodotti .prodotto_container h3 {
  font-size: 20px;
  text-align: center;
}
.categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere:hover .prodotto_overlay,
.inner_page #prodotti .prodotto_container.prodotto_benessere:hover .prodotto_overlay {
  display: flex;
}
.categoria_dettaglio #prodotti .prodotto_container:hover .prodotto_overlay,
.inner_page #prodotti .prodotto_container:hover .prodotto_overlay {
  display: block;
}
.categoria_dettaglio #preprefooter,
.inner_page #preprefooter {
  background-image: url(/assets/img/categoria/prefooter.jpg);
  background-repeat: repeat;
  padding-top: 75px;
  padding-bottom: 75px;
}
.categoria_dettaglio #preprefooter .prefooter:hover .hover_highlight,
.inner_page #preprefooter .prefooter:hover .hover_highlight {
  opacity: 1;
}
.categoria_dettaglio #preprefooter .prefooter:hover .plus,
.inner_page #preprefooter .prefooter:hover .plus {
  opacity: 1;
}
.categoria_dettaglio #preprefooter .img,
.inner_page #preprefooter .img {
  width: 90%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/assets/img/categoria/bg_prefooter_element.png);
  background-repeat: no-repeat;
}
.categoria_dettaglio #preprefooter .img img,
.inner_page #preprefooter .img img {
  margin-top: 20%;
}
.categoria_dettaglio #preprefooter h2,
.inner_page #preprefooter h2 {
  color: #157334;
  font-size: 28px;
  line-height: 22px;
  text-align: center;
}
.categoria_dettaglio #preprefooter p,
.inner_page #preprefooter p {
  color: #575757;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}
.inner_page .caratteristiche .box h2 {
  text-align: center;
  font-size: 35px;
  line-height: 25px;
  z-index: 2;
}
.dettaglio .slides {
  margin-bottom: 83px;
}
.dettaglio .slick-prev {
  margin-top: -20px;
}
.dettaglio .slick-next {
  margin-top: -20px;
}
.dettaglio td {
  height: 52px;
  padding-top: 15px !important;
}
.dettaglio .correlati {
  margin-bottom: 86px;
}
.dettaglio .correlati .related {
  background-color: #F6F6F6;
  padding: 50px 0;
}
.dettaglio .correlati h2 {
  color: #575757;
  text-align: center;
  font-size: 35px;
  line-height: 24px;
}
.dettaglio .correlati .prodotto {
  margin-top: 60px;
  cursor: pointer;
}
.dettaglio .correlati .prodotto .hover_highlight {
  width: 330px;
  top: 35px;
  left: 35px;
  height: 230px;
}
.dettaglio .correlati .prodotto .plus {
  width: 32px;
  height: 32px;
  top: 135px;
  left: 175px;
}
.dettaglio .correlati .prodotto:hover .hover_highlight {
  opacity: 1;
}
.dettaglio .correlati .prodotto:hover .plus {
  opacity: 1;
}
.dettaglio .correlati .prodotto img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 190px;
}
.dettaglio .correlati .prodotto h2 {
  font-size: 22px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  color: #e0212a;
  margin-top: 34px;
  text-align: center;
}
.ricette_dettaglio .title_head img {
  width: 100% !important;
}
.inner_page .title_head {
  margin-top: -18%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 67px;*/
  margin-bottom: 38px;
  position: relative;
  width: 50%;
}
.inner_page .title_head img {
  border: 10px solid #fff;
  border-radius: 10px;
  width: 544px;
}
.inner_page .title_head iframe {
  border: 10px solid #fff;
  border-radius: 10px;
  width: 100%;
}
.inner_page .title_head img {
  height: auto;
}
.inner_page .titolo_bread {
  z-index: 1;
}
.inner_page .caratteristiche h2 {
  font-size: 20px !important;
  text-align: center;
  position: relative;
  z-index: 1000;
}
.inner_page .caratteristiche .box {
  width: 100%;
}
.inner_page .caratteristiche .box img {
  border: 10px solid #eae2d0;
  border-radius: 10px;
  width: 100%;
}
.inner_page .caratteristiche .box .plus {
  border: none !important;
  top: 30% !important;
  width: 30px !important;
  left: 45% !important;
  height: 30px !important;
}
.inner_page .caratteristiche .box .hover_highlight {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inner_page .caratteristiche .box:hover .hover_highlight {
  opacity: 1;
}
.inner_page .caratteristiche .box:hover .plus {
  opacity: 1;
}
.secondo_livello #secondo_livello_content,
.impegno #secondo_livello_content {
  padding: 85px 0 0;
}
.secondo_livello #secondo_livello_content .concorsi,
.impegno #secondo_livello_content .concorsi {
  position: absolute;
  top: -195px;
  right: 100px;
  bottom: 0;
}
.secondo_livello #secondo_livello_content .text p,
.impegno #secondo_livello_content .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #575757;
}
.secondo_livello #secondo_livello_content .text h4,
.impegno #secondo_livello_content .text h4 {
  color: #e0212a;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
}
.secondo_livello #secondo_livello_content .text ul li,
.impegno #secondo_livello_content .text ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #575757;
}
.secondo_livello #secondo_livello_content .galleria,
.impegno #secondo_livello_content .galleria {
  margin-top: 82px;
  padding-bottom: 60px;
  border-bottom: 2px solid #fecd38;
}
.secondo_livello #secondo_livello_content .slick-prev,
.impegno #secondo_livello_content .slick-prev,
.secondo_livello #secondo_livello_content .slick-next,
.impegno #secondo_livello_content .slick-next {
  margin-top: -43px;
}
.secondo_livello .ambiente .pdf,
.impegno .ambiente .pdf {
  background-position: 7% 50%;
  padding: 24px 21px 24px 110px;
  height: 130px;
  margin-bottom: 25px;
}
.secondo_livello .pdf-container,
.impegno .pdf-container {
  margin-bottom: 80px;
}
.secondo_livello .pdf,
.impegno .pdf {
  background-color: #f6f6f6;
  background-image: url(/assets/img/secondolivello/pdf.png);
  background-repeat: no-repeat;
  background-position: 15% 50%;
  padding: 24px 21px 24px 110px;
}
.secondo_livello .pdf h3,
.impegno .pdf h3 {
  font-size: 15px;
  color: #575757;
}
.secondo_livello .pdf li,
.impegno .pdf li {
  font-family: "CaeciliaCom-76BoldItalic";
  font-size: 15px;
  color: #e0212a;
}
.secondo_livello .pdf li:before,
.impegno .pdf li:before {
  content: '> ';
}
.secondo_livello .caratteristiche {
  margin-bottom: 80px;
}
.comunicati .title_head,
.galleria .title_head,
.impegno .title_head {
  margin-top: -16%;
}
.comunicati #content .contenitore,
.galleria #content .contenitore,
.impegno #content .contenitore {
  border-bottom: 3px solid #fecd38;
  margin-bottom: 65px;
}
.comunicati #content .contenitore:last-child,
.galleria #content .contenitore:last-child,
.impegno #content .contenitore:last-child {
  border: none;
}
.comunicati #content .contenitore .comunicato,
.galleria #content .contenitore .comunicato,
.impegno #content .contenitore .comunicato,
.comunicati #content .contenitore .gallery_object,
.galleria #content .contenitore .gallery_object,
.impegno #content .contenitore .gallery_object {
  margin-bottom: 42px;
}
.comunicati #content .contenitore .comunicato h2,
.galleria #content .contenitore .comunicato h2,
.impegno #content .contenitore .comunicato h2,
.comunicati #content .contenitore .gallery_object h2,
.galleria #content .contenitore .gallery_object h2,
.impegno #content .contenitore .gallery_object h2 {
  font-size: 17px;
  color: #575757;
  margin-top: 0;
  line-height: 25px;
  margin-bottom: 17px;
}
.comunicati #content .contenitore .comunicato h4,
.galleria #content .contenitore .comunicato h4,
.impegno #content .contenitore .comunicato h4,
.comunicati #content .contenitore .gallery_object h4,
.galleria #content .contenitore .gallery_object h4,
.impegno #content .contenitore .gallery_object h4 {
  font-size: 13px;
  line-height: 22px;
}
.comunicati #content .contenitore .comunicato p,
.galleria #content .contenitore .comunicato p,
.impegno #content .contenitore .comunicato p,
.comunicati #content .contenitore .gallery_object p,
.galleria #content .contenitore .gallery_object p,
.impegno #content .contenitore .gallery_object p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 31px;
}
.comunicati #content .contenitore .comunicato .btn-comunicati,
.galleria #content .contenitore .comunicato .btn-comunicati,
.impegno #content .contenitore .comunicato .btn-comunicati,
.comunicati #content .contenitore .gallery_object .btn-comunicati,
.galleria #content .contenitore .gallery_object .btn-comunicati,
.impegno #content .contenitore .gallery_object .btn-comunicati {
  width: 155px;
  height: 41px;
  line-height: 23px;
  font-size: 16px;
}
.comunicati #content .contenitore .gallery_object img,
.galleria #content .contenitore .gallery_object img,
.impegno #content .contenitore .gallery_object img {
  border: 10px solid #eae2d0;
  border-radius: 10px;
  margin-bottom: 23px;
}
.comunicati #content .contenitore .gallery_object h1,
.galleria #content .contenitore .gallery_object h1,
.impegno #content .contenitore .gallery_object h1 {
  line-height: 22px;
  font-size: 16px;
}
.comunicati #content .contenitore .gallery_object h4,
.galleria #content .contenitore .gallery_object h4,
.impegno #content .contenitore .gallery_object h4 {
  font-size: 13px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.comunicati #content .contenitore .gallery_object h4:before,
.galleria #content .contenitore .gallery_object h4:before,
.impegno #content .contenitore .gallery_object h4:before {
  content: '> ';
}
.impegno .title_head {
  margin-top: -14%;
}
.impegno .title_head img {
  width: auto;
  border: none;
  border-radius: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.impegno .description h5 {
  font-size: 32px;
  line-height: 35px;
}
.impegno .description h3 {
  font-size: 20px;
  line-height: 30px;
  color: #575757;
}
.impegno .description h2 {
  font-size: 20px;
  line-height: 21px;
}
.impegno .description p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.impegno .gallery {
  margin-top: 50px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
}
.impegno .gallery .slick-dots {
  bottom: 0;
}
.impegno .gallery .slick-dots li button {
  background-image: url(/assets/img/ico/bullet.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}
.impegno .gallery .slick-dots li.slick-active button:before {
  background-image: url(/assets/img/ico/bullet_inner.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}
.impegno .contenitore .section_title h2 {
  font-size: 32px;
  line-height: 35px;
  margin: 0;
  border-bottom: 3px solid #fecd38;
  padding-bottom: 15px;
  margin-bottom: 43px;
}
.impegno .facts {
  width: 1430px;
  background-color: #736a5d;
  display: block;
  margin: auto;
  padding: 65px 0;
}
.impegno .facts h5 {
  font-size: 42px;
  line-height: 32px;
  color: #fff;
  border-bottom: 3px solid #fecd38;
  padding-bottom: 15px;
}
.impegno .facts h2 {
  font-size: 30px;
  line-height: 32px;
  color: #fecd38;
}
.impegno .facts h3 {
  font-size: 17px;
  line-height: 8px;
  color: #fff;
  margin-bottom: 25px;
}
.impegno .facts p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.impegno .facts .ico {
  margin: 28px 0;
}
.impegno .pdf-container {
  margin-top: 55px;
  margin-bottom: 55px;
}
.ricette {
  background-image: url('/assets/img/ricette/background_wood.png');
}
.ricette .title_head {
  margin-top: -10%;
  margin-bottom: 43px;
}
.ricette .title_head img {
  border: none;
}
.ricette .desc h2 {
  text-align: center;
  line-height: initial;
}
.ricette .modal-header,
.ricette_dettaglio .modal-header {
  border-bottom: none;
}
.ricette .modal-header .close_news,
.ricette_dettaglio .modal-header .close_news {
  margin-top: -2px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.ricette .modal-body h2,
.ricette_dettaglio .modal-body h2 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 30px;
}
.ricette .modal-body .title,
.ricette_dettaglio .modal-body .title {
  margin-bottom: 30px;
}
.ricette .modal-body .img img,
.ricette_dettaglio .modal-body .img img {
  margin: 0px auto 25px auto;
}
.ricette .modal-body .btn-yellow,
.ricette_dettaglio .modal-body .btn-yellow {
  height: auto;
  width: auto;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  line-height: 30px;
}
.ricette .modal-body .alert,
.ricette_dettaglio .modal-body .alert {
  margin-top: 35px;
}
.ricette .modal-body label.error,
.ricette_dettaglio .modal-body label.error {
  display: none !important;
}
.ricette .modal-body #check-error,
.ricette_dettaglio .modal-body #check-error {
  display: block !important;
  border: none;
  position: relative;
  line-height: 1;
  width: 295px;
  margin-top: 15px;
  top: 75%;
  max-width: 290px !important;
  color: #e0212a;
}
.ricette .modal-body .form-control:focus,
.ricette_dettaglio .modal-body .form-control:focus {
  border-color: #FECD38;
  outline: none;
  box-shadow: none;
}
.ricette .modal-body .icheckbox_flat-orange,
.ricette_dettaglio .modal-body .icheckbox_flat-orange {
  border: 1px solid #CCC;
  background-size: 170px 20px;
  border-radius: 4px;
}
.ricette .modal-body .error,
.ricette_dettaglio .modal-body .error {
  border: 1px solid #e0212a;
}
.ricette .modal-body .valid,
.ricette_dettaglio .modal-body .valid {
  border: 1px solid #157334;
}
.ricette .modal-body .checkbox label,
.ricette_dettaglio .modal-body .checkbox label {
  padding-left: 0;
  margin-bottom: 30px;
}
.ricette #choose_recipe,
.ricette_dettaglio #choose_recipe {
  padding-top: 35px;
}
.ricette .title_img,
.ricette_dettaglio .title_img {
  background-image: url('/assets/img/ricette/bg3.jpg');
  padding-bottom: 55px;
}
.ricette .latuaricetta h2,
.ricette_dettaglio .latuaricetta h2 {
  color: #575757;
  font-size: 43px;
  line-height: 10px;
  text-align: center;
  margin-bottom: 45px;
}
.ricette .colonna_cat,
.ricette_dettaglio .colonna_cat {
  width: 12.49999999999999%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.ricette .colonna_cat:hover,
.ricette_dettaglio .colonna_cat:hover {
  background-image: url('/assets/img/ricette/bg_hover.png');
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center top;
  cursor: pointer;
}
.ricette .colonna_cat img,
.ricette_dettaglio .colonna_cat img {
  width: auto;
  height: 61px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}
.ricette .colonna_cat h4,
.ricette_dettaglio .colonna_cat h4 {
  font-size: 17px;
  text-align: center;
}
.ricette .well,
.ricette_dettaglio .well {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-image: url('/assets/img/ricette/bg2.jpg');
  padding: 55px 0;
}
.ricette .well h3,
.ricette_dettaglio .well h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0;
}
.ricette .well .slick-slider,
.ricette_dettaglio .well .slick-slider {
  margin-bottom: 0;
}
.ricette .well .slick-slider .slick-next,
.ricette_dettaglio .well .slick-slider .slick-next,
.ricette .well .slick-slider .slick-prev,
.ricette_dettaglio .well .slick-slider .slick-prev {
  margin-top: -30px;
}
.ricette .well .cerca,
.ricette_dettaglio .well .cerca {
  width: 40%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.ricette .well .input-cerca,
.ricette_dettaglio .well .input-cerca {
  border: none;
  font-family: "CaeciliaCom-76BoldItalic";
  display: inline;
  width: 99%;
}
.ricette .well .input-cerca:focus,
.ricette_dettaglio .well .input-cerca:focus {
  outline: none;
  box-shadow: none;
}
.ricette .well .input-group-btn,
.ricette_dettaglio .well .input-group-btn {
  display: inline-block;
}
.ricette .well .btn-cerca,
.ricette_dettaglio .well .btn-cerca {
  border-color: transparent;
  font-family: "CaeciliaCom-76BoldItalic";
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ricette .well .btn-cerca:hover,
.ricette_dettaglio .well .btn-cerca:hover {
  border-color: transparent;
  background: #fff;
}
.ricette .well .ricetta,
.ricette_dettaglio .well .ricetta {
  float: left;
  display: inline-block;
  cursor: pointer;
}
.ricette .well .ricetta h3,
.ricette_dettaglio .well .ricetta h3 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 21px;
}
.ricette .well .ricetta img,
.ricette_dettaglio .well .ricetta img {
  width: 100%;
}
.ricette .inner_recipes,
.ricette_dettaglio .inner_recipes {
  margin: 75px 0 35px;
}
.ricette .inner_recipes img,
.ricette_dettaglio .inner_recipes img {
  width: 100%;
  background-color: #fff;
}
.ricette .inner_recipes .ordinamento,
.ricette_dettaglio .inner_recipes .ordinamento {
  margin-bottom: 55px;
}
.ricette .inner_recipes .ordinamento .order,
.ricette_dettaglio .inner_recipes .ordinamento .order {
  width: 75%;
  display: inline;
  float: right;
  border: none;
  background-color: #fecd38;
  font-family: "CaeciliaCom-76BoldItalic";
}
.ricette .inner_recipes .ordinamento .order:focus,
.ricette_dettaglio .inner_recipes .ordinamento .order:focus {
  outline: none;
  box-shadow: none;
}
.ricette .inner_recipes .ordinamento span,
.ricette_dettaglio .inner_recipes .ordinamento span {
  display: inline;
  font-family: "CaeciliaCom-76BoldItalic";
  float: left;
  margin-top: 6px;
  color: #e0212a;
}
.ricette .inner_recipes .pagination,
.ricette_dettaglio .inner_recipes .pagination {
  margin-top: 79px;
}
.ricette .inner_recipes .recipe,
.ricette_dettaglio .inner_recipes .recipe {
  height: 595px;
}
.ricette .inner_recipes .recipe .ricetta,
.ricette_dettaglio .inner_recipes .recipe .ricetta {
  background-color: #f6f6f6;
  width: 100%;
  padding: 30px;
  height: 350px;
}
.ricette .inner_recipes .recipe .ricetta .time_diff,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff {
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 38px;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .time,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .time {
  float: left;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .time i,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .time i {
  color: #e0212a;
  font-style: normal;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff {
  float: right;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff i,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff i {
  background-image: url('/assets/img/ricette/ico/d1.png');
  background-repeat: no-repeat;
  width: 65px;
  float: right;
  height: 27px;
  background-position: 100%;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff .d1,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff .d1 {
  background-position: 80%;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff .d2,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff .d2 {
  background-position: 60%;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff .d3,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff .d3 {
  background-position: 40%;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff .d4,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff .d4 {
  background-position: 20%;
}
.ricette .inner_recipes .recipe .ricetta .time_diff .diff .d5,
.ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff .d5 {
  background-position: 0%;
}
.ricette .inner_recipes .recipe .ricetta .recipe_detail,
.ricette_dettaglio .inner_recipes .recipe .ricetta .recipe_detail {
  height: 160px;
}
.ricette .inner_recipes .recipe .ricetta .recipe_detail h2,
.ricette_dettaglio .inner_recipes .recipe .ricetta .recipe_detail h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 17px;
}
.ricette .inner_recipes .recipe .ricetta .recipe_detail p,
.ricette_dettaglio .inner_recipes .recipe .ricetta .recipe_detail p {
  font-size: 14px;
  line-height: 22px;
}
.ricette .inner_recipes .recipe .ricetta .btn-recipes,
.ricette_dettaglio .inner_recipes .recipe .ricetta .btn-recipes {
  width: 160px;
  font-size: 18px;
  margin-top: 23px;
}
.ricette .inner_recipes .recipe .ricetta span,
.ricette_dettaglio .inner_recipes .recipe .ricetta span {
  font-family: "CaeciliaCom-76BoldItalic";
}
.ricette_dettaglio {
  background-image: url('/assets/img/ricette/background_wood.png');
}
.ricette_dettaglio .title_head {
  margin-top: -12%;
  margin-bottom: 0;
}
.ricette_dettaglio .title_head img {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
}
.ricette_dettaglio .title_img {
  background: none;
  padding: 0;
}
.ricette_dettaglio .inner_recipes h2 {
  font-size: 43px;
  margin-bottom: 35px;
}
.ricette_dettaglio .inner_recipes .titolo h2 {
  color: #575757;
}
.ricette_dettaglio .option {
  background-color: #f6f6f6;
  padding: 35px;
  width: 100%;
  position: relative;
  left: 0;
}
.ricette_dettaglio .option span {
  font-family: "CaeciliaCom-76BoldItalic";
  float: left;
  height: 30px;
}
.ricette_dettaglio .option .time {
  float: left;
  font-family: "CaeciliaCom-76BoldItalic";
}
.ricette_dettaglio .option .time i {
  color: #e0212a;
  font-style: normal;
}
.ricette_dettaglio .option .diff {
  float: left;
  font-family: "CaeciliaCom-76BoldItalic";
}
.ricette_dettaglio .option .diff i {
  background-image: url('/assets/img/ricette/ico/d1.png');
  background-repeat: no-repeat;
  width: 65px;
  float: right;
  height: 27px;
  background-position: 100%;
}
.ricette_dettaglio .option .diff .d1 {
  background-position: 80%;
}
.ricette_dettaglio .option .diff .d2 {
  background-position: 60%;
}
.ricette_dettaglio .option .diff .d3 {
  background-position: 40%;
}
.ricette_dettaglio .option .diff .d4 {
  background-position: 20%;
}
.ricette_dettaglio .option .diff .d5 {
  background-position: 0%;
}
.ricette_dettaglio .option .utility .print {
  background-image: url('/assets/img/ico/print_ricetta.png');
  background-repeat: no-repeat;
  text-indent: -999999px;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-left: 23px;
  float: left;
  cursor: pointer;
}
.ricette_dettaglio .option .utility .full {
  background-image: url('/assets/img/ico/full_screen.png');
  background-repeat: no-repeat;
  text-indent: -999999px;
  width: 32px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.ricette_dettaglio .full_screen_popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
}
.ricette_dettaglio .full_screen_popup #ingredienti .ingredienti_extra {
  text-align: center;
  margin: 35px 0px 15px;
}
.ricette_dettaglio .full_screen_popup #ingredienti .ings .ing .row {
  width: 35%;
  display: inline-block;
}
.ricette_dettaglio .full_screen_popup #ingredienti .ingredienti {
  margin-top: 25px;
}
.ricette_dettaglio .full_screen_popup #ingredienti .ingredienti h5 {
  color: #575757;
}
.ricette_dettaglio .full_screen_popup #ingredienti .ingredienti .ingrediente img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ricette_dettaglio .full_screen_popup #preparazione {
  margin-bottom: 25px;
}
.ricette_dettaglio .full_screen_popup #preparazione p {
  font-size: 13px;
  line-height: 25px;
}
.ricette_dettaglio .full_screen_popup .title {
  margin-bottom: 25px;
}
.ricette_dettaglio .inner_recipes {
  margin: 45px 0 35px;
}
.ricette_dettaglio .preparazione {
  margin-top: 45px;
}
.ricette_dettaglio .preparazione h4 {
  text-align: center;
  color: #575757;
  font-size: 16px;
  margin-bottom: 50px;
}
.ricette_dettaglio .preparazione h3 {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #fecd38;
}
.ricette_dettaglio .preparazione .title h3 {
  margin-bottom: 45px;
}
.ricette_dettaglio .preparazione .detail {
  display: inline-table;
  margin-left: 24px;
}
.ricette_dettaglio .preparazione .detail h2 {
  font-size: 35px;
  display: block;
}
.ricette_dettaglio .preparazione .detail span {
  display: block;
  font-family: "CaeciliaCom-76BoldItalic";
  font-size: 16px;
  color: #575757;
}
.ricette_dettaglio .preparazione h5 {
  color: #575757;
  font-size: 16px;
  margin-top: 35px;
}
.ricette_dettaglio .preparazione .ingredienti_extra {
  text-align: left;
  font-family: "CaeciliaCom-76BoldItalic";
}
.ricette_dettaglio .preparazione .ingredienti_extra strong {
  font-size: 20px;
  color: #e0212a;
  display: block;
  font-size: 16px;
}
.ricette_dettaglio .preparazione p {
  font-size: 14px;
  line-height: 26px;
  padding: 14px 0 14px 110px;
}
.ricette_dettaglio .preparazione .step-1 {
  background: url(/assets/img/ico/step-1.png) no-repeat 20px center;
}
.ricette_dettaglio .preparazione .step-2 {
  background: url(/assets/img/ico/step-2.png) no-repeat 20px center;
}
.ricette_dettaglio .preparazione .step-3 {
  background: url(/assets/img/ico/step-3.png) no-repeat 20px center;
}
.ricette_dettaglio .preparazione .chef {
  background-color: #fecd38;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin-top: 65px;
}
.ricette_dettaglio .preparazione .chef .img_chef {
  background: url('/assets/img/dettaglio_ricette/bg.png') no-repeat;
  height: 175px;
  width: 180px;
  display: inline-block;
}
.ricette_dettaglio .preparazione .chef .img_chef img {
  border-radius: 150px;
  margin-left: 23px;
  margin-top: 21px;
  width: 135px;
}
.ricette_dettaglio .preparazione .chef .img_chef h3 {
  display: inline;
}
.ricette_dettaglio .preparazione .chef p {
  padding: 0;
}
.ricette_dettaglio .preparazione .inquestaricetta img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
}
.ricette_dettaglio .preparazione .ing {
  float: left;
  width: 50%;
}
.ricette_dettaglio .preparazione .ings .slick-prev,
.ricette_dettaglio .preparazione .ings .slick-next {
  margin-top: 0;
}
.ricette_dettaglio .preparazione .ingrediente {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ricette_dettaglio .disqus_comment {
  padding-bottom: 50px;
  background-color: #fff;
}
.ricette_dettaglio .disqus_comment .ricetta_commenti {
  padding: 50px 0 0;
}
.ricette_dettaglio .social_img img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ricette_dettaglio .social_section {
  margin-top: 50px;
}
.ricette_dettaglio .social_section .social_icons {
  position: relative;
  bottom: 30px;
  top: -125px;
  left: 0;
  right: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.ricette_dettaglio .social_section .social_icons h3 {
  text-align: center;
  font-size: 35px;
}
.ricette_dettaglio .scegli_ricetta {
  background-image: url('/assets/img/ricette/bg3.jpg');
  padding: 55px 0;
}
.ricette_dettaglio .scegli_ricetta .colonna_cat {
  width: 12.49999999999999%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.ris_ricerca #prodotti {
  padding-top: 75px;
}
.ris_ricerca #head_img .titolo_bread {
  bottom: 35%;
}
.contatti h3 {
  text-align: center;
  margin-bottom: 20px;
}
.contatti .lotto_produzione {
  display: block;
}
.contatti .lotto_produzione p {
  text-align: left !important;
}
.contatti .errortxt {
  color: #e0212a;
  font-size: 11px;
  padding-left: 10px;
}
.contatti .errortxt:hover {
  color: #880F14;
}
.contatti #linea_prodotto {
  background-color: #f5f5f5;
}
.contatti #frm_contatti {
  margin-top: 25px;
}
.contatti #frm_contatti .article_txt {
  width: 50%;
  float: left;
}
.contatti #frm_contatti #contactform {
  padding-left: 50px;
  margin-top: 50px;
  float: left;
  width: 50%;
}
.contatti #frm_contatti #contactform .icheckbox_flat-orange {
  border: 1px solid #999;
  border-radius: 5px;
}
.contatti #frm_contatti #contactform .icheckbox_flat-orange.checked {
  background-position: -24px -1px;
}
.contatti #frm_contatti #contactform li label strong {
  text-align: center;
}
.promo_locator #hostessLeft {
  background-image: url(/assets/img/header.jpg) !important;
  background-repeat: repeat !important;
  height: 100% !important;
}
.promo_locator #hostessLeft #description p {
  font-size: 13px !important;
  color: #fff !important;
  margin-bottom: 5px !important;
}
.promo_locator #xcontent_wrap {
  height: 800px !important;
}
.promo_locator #hostessBanner {
  width: 100% !important;
  background-size: 100%;
  float: none !important;
  border: 10px solid #fff;
  border-radius: 8px;
}
.promo_locator .title_head {
  margin-bottom: 0;
}
.ebook .mfp-bg {
  opacity: 0.95;
}
.ebook #subscribe_ebook .form-control {
  width: 100%;
}
.ebook #subscribe_ebook .btn-yellow {
  height: auto;
  width: 100%;
  line-height: 25px;
  font-size: 17px;
  margin-top: 20px;
}
.ebook #subscribe_ebook .icheckbox_flat-orange {
  margin-right: 5px;
}
.ebook #subscribe_ebook label.error {
  display: none !important;
}
.ebook #subscribe_ebook #checkbox_privacy-error {
  text-indent: 0;
  overflow: visible;
  position: relative;
  line-height: 1;
  width: 290px;
  left: 450px;
  top: -5px;
  max-width: 290px !important;
  color: #e0212a;
  display: inline-block !important;
}
.ebook #subscribe_ebook .mfp-close-btn-in .mfp-close {
  color: #CFCFCF;
}
.ebook #subscribe_ebook input.required.form-control.error {
  border: 1px solid #e0212a !important;
}
.ebook #subscribe_ebook input.required.form-control.valid {
  border: 1px solid #157334 !important;
}
.ebook #subscribe_ebook #check-error {
  text-indent: 0;
  position: relative;
  line-height: 1;
  width: 295px;
  top: 30px;
  max-width: 290px !important;
  color: #e0212a;
}
.ebook #subscribe_ebook .alert-success,
.ebook #subscribe_ebook .alert-danger {
  margin-top: 25px;
}
.ebook #subscribe_ebook .checkbox label {
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.ebook #subscribe_ebook .checkbox label:first-child {
  margin-top: 14px;
}
.errori .error {
  padding: 200px 0 50px;
}
.errori .error h1 {
  font-size: 58px;
  text-align: center;
  margin-bottom: 20px;
}
.errori .error h2 {
  font-size: 17px;
  color: #575757;
  text-align: center;
}
.errori .error .errore404 {
  margin-top: 45px;
}
.errori .error .errore404 img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.errori .error .fast_link {
  margin-top: 30px;
  margin-bottom: 170px;
}
.errori .error .fast_link ul {
  display: table;
  margin: 0 auto;
}
.errori .error .fast_link ul li {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.errori .error .fast_link ul li:after {
  content: ' | ';
  margin-left: 3px;
  margin-right: 3px;
}
.errori .error .fast_link ul li:last-child:after {
  content: '';
}
.home.estero #highlights .box_text h2 {
  line-height: 34px;
}
.home.estero #highlights .hover_highlight {
  height: 55%;
}
.estero.categoria_dettaglio #preprefooter h2,
.estero.inner_page #preprefooter h2 {
  line-height: 35px;
}
.estero.categoria_dettaglio #linea_prodotto .caratteristiche h2,
.estero.inner_page #linea_prodotto .caratteristiche h2 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  z-index: 2;
}
#newsletter-o {
  width: 100%;
  background-color: #e9e9e9;
}
#newsletter-o h2 {
  color: #575757;
  font-size: 22px;
  text-align: center;
}
#newsletter-o h2 span {
  font-size: 15px;
}
#newsletter-o .form {
  margin-top: 30px;
}
#newsletter-o .form .form-group {
  margin-top: 2px;
}
#newsletter-o .form .form-group .form-control {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
#newsletter-o .form .form-group .form-control.error {
  border: 1px solid #e0212a !important;
}
#newsletter-o .form .form-group .form-control:focus {
  box-shadow: none;
}
#newsletter-o .form .form-group label.error {
  display: none !important;
}
#newsletter-o .form .checkbox label {
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #575757 !important;
}
#newsletter-o .form .checkbox label.error {
  color: #e0212a !important;
}
#newsletter-o .form .checkbox label:first-child {
  margin-top: 14px;
}
#newsletter-o .form .checkbox label > a {
  text-decoration: underline;
  color: #575757;
}
#newsletter-o .form .checkbox label .error {
  position: relative;
  line-height: 1;
  width: 290px;
  left: 450px;
  top: 0;
  max-width: 290px !important;
  color: #e0212a;
}
#newsletter-o .form .checkbox .icheckbox_flat-orange {
  margin-top: -3px;
  margin-right: 5px;
}
#newsletter-o .form .btn-iscrivimi {
  width: 100%;
  height: 43px;
  line-height: 34px;
  font-size: 17px;
  margin-top: 22px;
}
#newsletter-o .alert {
  padding-top: 130px !important;
}
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
}
.navbar-nav > li > .yamm {
  border-top-right-radius: 10px;
}
.estero .mega-drop .prodotti ul li {
  width: 50%;
  float: left;
  height: auto;
  background-image: url('/assets/img/ico/arrow.png');
  background-repeat: no-repeat;
  background-position: 1% 60%;
  padding-left: 20px;
  padding-top: 8px;
  margin-top: 5px;
  line-height: inherit;
  font-size: 13.70px;
  color: #656565;
}
.spagnolo .dropdown-menu > li > a {
  background-position: 8% 50%;
}
.lavora .title_head img {
  border: 10px solid #fff !important;
  border-radius: 10px !important;
  width: 544px;
}
/* COOKIE BAR */
.cookieconsentbar {
  display: none;
  position: fixed;
  bottom: -200px;
  z-index: 2000;
  text-align: center;
  padding: 20px 20px;
  background: #ffffff;
  color: #000;
  box-shadow: 0px 0px 20px #000000;
  width: 60%;
  left: 20%;
  margin: auto;
}
.cookieconsentbar.show {
  display: block;
  bottom: 30px;
  -moz-transition: bottom;
  -webkit-transition: bottom;
  -o-transition: bottom;
  transition: bottom;
}
.cookieconsentbar p {
  margin: 0 20px;
  font-family: "CaeciliaCom-76BoldItalic";
  line-height: 25px;
}
.cookieconsentbar p a,
.cookieconsentbar p a:visited {
  color: #808080;
}
.cookieconsentbar .close.button-like {
  margin-left: 20px;
  padding: 5px 10px 3px 10px;
  font-size: 15px;
  font-family: "CaeciliaCom-76BoldItalic";
  line-height: 25px;
  background-color: #ccc;
  color: #333 !important;
  text-shadow: none;
  opacity: 1;
  float: none;
}
.cookieconsentbar .close.button-like:hover {
  background-color: #fecd38;
  color: #fff;
}
/* BACK TO TOP BUTTON */
.back-to-top {
  position: fixed;
  bottom: 50px;
  width: 26px;
  height: 26px;
  right: 50px;
  text-decoration: none;
  color: #000000;
  background-image: url(/assets/img/ico/top.png);
  text-indent: 99999999px;
  overflow: hidden;
  font-size: 12px;
  padding: 1em;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.back-to-top:hover {
  background-image: url(/assets/img/ico/top_hover.png);
}
.back-to-bottom {
  position: fixed;
  bottom: 50px;
  width: 26px;
  height: 26px;
  right: 50px;
  text-decoration: none;
  color: #000000;
  background-image: url(/assets/img/ico/bottom.png);
  text-indent: 99999999px;
  overflow: hidden;
  font-size: 12px;
  padding: 1em;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.back-to-bottom:hover {
  background-image: url(/assets/img/ico/bottom_hover.png);
}
.sito_anno {
  width: 30%;
  margin: 0 auto;
}
.info-topic {
    margin: 0 auto;
    clear: both;
    display: flex;
}
.left-picture{
    margin-right: 15px; 
    padding-right: 15px;
}

.left-picture > img{
    display: block;
}
.right-text{
    vertical-align:middle;
}
.clear{
    clear: both;
}
@media screen and (max-width: 768px) {
  .sito_anno {
    margin-left: 35%;
  }
}
/* ANIMAZIONI WEKBKIT */
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.img_videorecipe {
  cursor: pointer;
  height: 115px;
}
.video {
  display: inline;
}
#videos_container {
  text-align: center;
}
#videoList img {
  margin: 12px 10px 0;
  width: 100px;
}
.webcam {
  height: 345px;
}
/** BEGIN: FIX A MEGAMENU ENRICO 03-04-2017 **/
.yamm .yamm-content {
  padding: 15px !important;
}
.mega-drop .prodotti ul li {
  background-position: 0 60% !important;
  padding-left: 15px !important;
  font-size: 15px !important;
}
.dropdown-menu.second-level > li > a {
  background-position: 7% 50% !important;
}
/** END: FIX A MEGAMENU ENRICO 03-04-2017 **/
/** PAGINA "CRISIS" **/
.crisis {
  overflow-x: hidden;
}
.crisis .text-center {
  text-align: center;
}
.crisis .interviste {
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 32px;
}
.crisis .interviste .interviste-wrapper {
  background-color: #fecd38;
  /*min-height:346px;*/
  min-height: 385px;
  padding: 50px 150px;
}
.crisis .interviste .interviste-wrapper .fluid-width-video-wrapper {
  max-width: 530px;
}
.crisis .interviste .interviste-wrapper .v-align {
  display: table;
  height: 100%;
  width: 100%;
}
.crisis .interviste .interviste-wrapper .v-align-center {
  display: table-cell;
  vertical-align: middle;
}
.crisis .interviste .interviste-wrapper .intervista-title {
  font-size: 35px;
  line-height: 39px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.crisis .interviste .interviste-wrapper .intervista-subtitle {
  font-size: 20px;
  line-height: 22px !important;
  letter-spacing: 0;
  color: #4a4a4a;
  font-weight: 600 !important;
}
.crisis .crisis-hr {
  border-color: #fecd38;
  border-top-width: 4px;
  max-width: 1120px;
  margin-top: 115px;
  margin-bottom: 40px;
}
.crisis .caratteristiche .box {
  padding-bottom: 15px;
}
.crisis .caratteristiche .box img:hover {
  border-color: #f09088;
}
.crisis .caratteristiche .box.active img {
  border-color: #f09088;
}
.crisis .caratteristiche .box h2 {
  margin-bottom: 0;
}
.crisis .crisis-slider {
  max-width: 1200px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
  margin-top: 124px;
}
.crisis .crisis-slider .slick-dots {
  bottom: 0;
}
.crisis .crisis-slider .slick-dots li button {
  background: #fff;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.crisis .crisis-slider .slick-dots li.slick-active button {
  position: relative;
}
.crisis .crisis-slider .slick-dots li.slick-active button:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #4b4b4b;
  display: inline-block;
  border-radius: 9px;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media (min-width: 570px) {
  #title_img {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .crisis .interviste .interviste-wrapper {
    zoom: 1;
    min-height: initial !important;
    padding-bottom: 0;
  }
  .crisis .interviste .interviste-wrapper:before,
  .crisis .interviste .interviste-wrapper:after {
    content: "";
    display: table;
  }
  .crisis .interviste .interviste-wrapper:after {
    clear: both;
  }
  .crisis .interviste .interviste-wrapper .intervista-title {
    font-size: 29px;
    line-height: 35px;
  }
  .crisis .interviste .interviste-wrapper .col-sm-6 {
    margin-bottom: 50px;
  }
  .crisis .crisis-hr {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .crisis #head_img .img_head img {
    position: static !important;
  }
  .crisis .crisis-slider .slick-dots li.slick-active button:after {
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .horizontal-margin p {
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
  .vertical-margin p {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
  }  
  .horizontal-padding p {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .vertical-padding p {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }  
  /*specifico per il testo usato in preparazione che ha un padding-left particolare*/
  #preparazione .horizontal-padding p {
    padding-left: 110px!important;
    padding-right: 15px!important;
  }
  #preparazione .vertical-padding p {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
  }
  img {
    max-width: 100%;
  }
  .crisis .interviste .interviste-wrapper {
    padding: 20px 0;
  }
  .crisis .interviste .intervista-title {
    font-size: 29px !important;
    line-height: 35px !important;
  }
  .crisis .crisis-hr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .crisis .crisis-slider {
    margin-top: 90px;
  }
  .crisis .crisis-slider img {
    width: 100%;
  }
  .crisis .crisis-slider .slick-dots {
    padding-right: 30px;
    bottom: -30px;
  }
  .crisis .crisis-slider .slick-dots li button {
    background: #d6d6d6 !important;
  }
  .crisis .crisis-slider .slick-dots li.slick-active button:after {
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    font-size: 18px;
  }
  #second-nav label {
    margin-right: 2px !important;
  }
  #second-nav .nav-top {
    width: 225px;
  }
  #carosello .text {
    top: 8% !important;
    left: 16% !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1170px) {
  .home #impegno .box_text p {
    font-size: 1em !important;
    margin-bottom: 20px !important;
  }
  .btn-yellow {
    height: 35px !important;
    line-height: 20px !important;
    font-size: 18px !important;
  }
  .home #impegno .box_text h2 {
    font-size: 2em !important;
    margin-bottom: 0 !important;
  }
  .home #linee_prodotto .prodotto {
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .home #carosello .text {
    top: 0px !important;
    left: 0px !important;
    max-width: 380px;
  }
  .home #carosello .text h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .home #carosello .text h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home #carosello .text {
    max-width: 235px;
  }
  .home #carosello .text h1 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .home #carosello .text h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1280px) {
  #impegno .box_text {
    left: 5% !important;
    bottom: 17% !important;
  }
  .home #carosello .text {
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 550px;
    padding: 70px;
    display: inline-table;
  }
  .home #carosello .text h1 {
    font-size: 37px;
    line-height: 44px;
  }
  .home #carosello .text h3 {
    line-height: 32px;
  }
  #impegno img {
    width: 130% !important;
  }
  .primo_livello #head_img .img_head img,
  .secondo_livello #head_img .img_head img,
  .inner_page #head_img .img_head img {
    position: relative !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .home #impegno .box_text h2 {
    font-size: 3em !important;
  }
  .home #impegno .box_text p {
    font-size: 1.2em !important;
  }
  .img_head img {
    right: 20% !important;
    position: relative;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .home #impegno .box_text {
    bottom: 10% !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .home #impegno .box_text h2 {
    font-size: 4em !important;
  }
  .home #carosello .text {
    max-width: 555px;
  }
  .home #carosello .text h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .home #carosello .text h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .home #impegno .box_text p {
    font-size: 1.2em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .impegno .facts {
    width: 100% !important;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1366px) {
  .home #impegno .box_text {
    position: absolute !important;
    left: 7% !important;
    bottom: 12% !important;
    display: block !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1440px) {
  #impegno .box_text {
    left: 9% !important;
    bottom: 15% !important;
  }
  .home #carosello .text {
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    width: 100%;
    padding: 70px;
    display: inline-table;
  }
  .primo_livello #head_img .img_head img,
  .secondo_livello #head_img .img_head img {
    position: relative !important;
    right: 25% !important;
  }
}
@media only screen and (max-width: 966px) {
  #hostessBanner {
    height: 150px !important;
  }
  .promo_locator #hostessLeft {
    width: 100% !important;
  }
  .lavora_noi .title_head {
    margin-top: -41%;
  }
  .lavora .title_head {
    margin-top: -20% !important;
    margin-bottom: 0 !important;
    z-index: 1;
  }
  .promo_locator .JsDatePickBox {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    width: auto !important;
    right: 0;
  }
  .promo_locator .title_head {
    margin-top: -45% !important;
  }
  .promo_locator .JsDatePickBox .boxMainInner {
    background: #ece5dc;
    width: 175px;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .promo_locator .mappa {
    width: 100% !important;
  }
  .promo_locator #xcontent_wrap {
    width: 100% !important;
  }
  .columnize .last.column,
  .first.column {
    width: 100% !important;
  }
  .last.column {
    padding-left: 0 !important;
  }
  /* SLICK SLIDER STYLE */
  .slick-dots,
  #main_slider .slick-dots {
    bottom: -10px;
  }
  .slick-dots li,
  #main_slider .slick-dots li {
    width: 5px;
    height: 10px;
  }
  .slick-dots li button,
  #main_slider .slick-dots li button {
    background-image: url(/assets/img/ico/bullet_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px !important;
    height: 10px !important;
  }
  .slick-dots li.slick-active button:before,
  #main_slider .slick-dots li.slick-active button:before {
    background-image: url(/assets/img/ico/bullet_mobile_active.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px !important;
    height: 10px !important;
  }
  .slick-slide img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* HOME PAGE STYLE */
  .prodottobg {
    background-image: url(/assets/img/homepage/mobile/prodotti.jpg);
    width: 100%;
  }
  #second-nav {
    display: none;
  }
  .navbar-first {
    height: auto !important;
    background-image: none !important;
    position: fixed !important;
  }
  .lang-switcher {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    padding: 10px 0 !important;
    height: auto;
    float: left;
  }
  .lang-switcher a {
    width: 33%;
    float: left;
    padding: 0 20px !important;
  }
  .lang-switcher a:active {
    text-decoration: underline;
  }
  .lang-switcher a:visited {
    text-decoration: underline;
  }
  .lang-switcher li {
    width: 30%;
    float: left;
    color: #686868;
    font-size: 15px;
  }
  .profilo {
    height: auto;
    width: 100%;
    float: left;
    padding: 30px 0;
    background-color: #dedede;
    font-size: 15px;
    margin-top: 10px;
  }
  .profilo label {
    padding-right: 15px;
    color: #686868;
    font-size: 15px;
    margin-bottom: 0;
  }
  .select_profile {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .icheckbox_flat-orange {
    margin-right: 10px;
  }
  .mega-drop .prodotti ul li {
    width: 100% !important;
  }
  .nav .open > a:hover {
    border-color: #686868;
  }
  .navbar-inverse {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse {
    box-shadow: 0 12px 48px -15px #3e3c3b;
  }
  .navbar-inverse .navbar-nav {
    margin-bottom: 0;
    margin-top: 25px !important;
  }
  .navbar-inverse .navbar-nav > .open > a {
    background-repeat: no-repeat !important;
    height: auto !important;
    background-image: url('/assets/img/ico/bullet_nav.png') !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: 4px !important;
  }
  .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover {
    color: #838383;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #686868 !important;
    border-bottom: 1px solid #686868;
    width: 85%;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/assets/img/ico/bullet_nav.png') !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px;
  }
  .navbar-inverse .navbar-nav > li > a:last-child {
    border: none;
  }
  .navbar-inverse .navbar-toggle {
    border: none;
    border-radius: 0;
    padding: 20px 21px;
    margin: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    width: 29px;
    color: #fff;
  }
  .navbar-inverse .navbar-toggle .icon-bar:last-child {
    margin-bottom: 10px;
  }
  .navbar-inverse .navbar-toggle .menu {
    font-size: 10px;
    color: #fff;
    font-family: Arial, sans-serif;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #161819;
  }
  .navbar-inverse .navbar-toggle:hover .menu,
  .navbar-inverse .navbar-toggle:focus .menu {
    color: #1d1d1d;
  }
  .navbar-header {
    background-image: url(/assets/img/header.jpg);
  }
  .navbar-brand {
    margin-top: 0 !important;
  }
  .navbar-brand > img {
    width: 103px;
  }
  #subscribe_mobile label {
    margin-bottom: 10px;
  }
  #subscribe_mobile label:first-child {
    margin-top: 20px;
  }
  #subscribe_mobile label:first-child #checkbox_privacy-error {
    top: -25px;
  }
  .btn-yellow {
    height: 32px !important;
    font-size: 14px !important;
    padding: 7px 16px !important;
    width: auto !important;
    line-height: 20px !important;
  }
  #carosello {
    margin-top: 63px !important;
  }
  #carosello .text {
    top: 15px !important;
    left: 0 !important;
    padding: 15px !important;
  }
  #carosello .text h1 {
    font-size: 36px !important;
    line-height: 37px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  #carosello .text h3 {
    font-size: 14px !important;
    line-height: 13px !important;
    margin-top: 9px !important;
    margin-bottom: 14px !important;
  }
  #highlights {
    padding: 40px 0 !important;
  }
  #highlights .box_text {
    margin-top: 0 !important;
  }
  #highlights .box_text p {
    font-size: 15px !important;
  }
  #highlights .box_text h2 {
    font-size: 24px !important;
  }
  #prefooter .paddingprefooter {
    padding: 35px 15px !important;
  }
  #prefooter .logo {
    margin: -70px 0 20px !important;
  }
  #prefooter .social {
    width: 110px !important;
    height: 70px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #prefooter h2 {
    text-align: center;
  }
  #prefooter ul {
    text-align: center;
  }
  #prefooter ul li {
    text-align: center;
  }
  #impegno {
    max-height: 380px;
  }
  #impegno img {
    width: 100% !important;
  }
  #impegno .box_text {
    left: 0 !important;
    bottom: 0 !important;
    top: 15% !important;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  #impegno .box_text .btn-yellow {
    width: 65% !important;
  }
  #impegno .box_text h2 {
    font-size: 31px !important;
    line-height: 13px !important;
  }
  #impegno .box_text p {
    font-size: 12px !important;
    line-height: 15px !important;
    margin-bottom: 22px !important;
  }
  #impegno .box_text .ico {
    width: 64px !important;
  }
  #impegno .box_text .ico img {
    width: 100% !important;
  }
  .secondo_livello #secondo_livello_content .concorsi {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    margin-bottom: 35px;
  }
  .secondo_livello #secondo_livello_content .concorsi a img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #linee_prodotto h2 {
    display: none;
  }
  #linee_prodotto .paddinglineeprodotto {
    padding: 35px 15px 70px !important;
  }
  #linee_prodotto .prodotto {
    background: none !important;
    height: 95px !important;
  }
  #linee_prodotto .prodotto h3 {
    font-size: 20px !important;
    text-align: left !important;
    width: 50% !important;
    padding-top: 25px !important;
    float: left !important;
  }
  #linee_prodotto .prodotto:hover .btn-prodotto {
    display: none !important;
  }
  #linee_prodotto .prodotto:hover img {
    filter: none;
    -webkit-filter: none;
  }
  #linee_prodotto .img_mobile {
    width: 100px;
    float: right;
    margin-top: 25px !important;
  }
  #linee_prodotto .img_mobile img {
    width: 100% !important;
    margin-top: 0 !important;
  }
  #linee_prodotto .altro_prodotto {
    background: none !important;
    height: 95px !important;
  }
  #linee_prodotto .altro_prodotto h3 {
    position: relative !important;
    text-align: left !important;
    padding-top: 40px !important;
  }
  #linee_prodotto .altro_prodotto button {
    display: none;
  }
  #linee_prodotto .altro_prodotto:hover .btn-prodotto {
    display: none !important;
  }
  #linee_prodotto .altro_prodotto:hover img {
    filter: none;
    -webkit-filter: none;
  }
  #dl-menu {
    display: block !important;
  }
  .dl-menuwrapper {
    height: 63px;
    max-width: 100%;
  }
  .dl-menuwrapper:first-child {
    margin-right: 100px;
  }
  .dl-menuwrapper button {
    float: right;
    height: 63px;
    background: transparent;
    text-indent: 0;
  }
  .dl-menuwrapper .dl-menu.dl-menuopen {
    top: 55px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .dl-menuwrapper .dl-menu {
    top: 53px;
  }
  .dl-menuwrapper li.dl-back:after,
  .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
  }
  .dl-menuwrapper li a {
    color: #686868;
    line-height: 14px;
    padding: 15px 20px;
    background-image: url(/assets/img/ico/bullet_nav.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #323436;
  }
  .dl-menuwrapper li.dl-back > a {
    border: none;
    width: 100%;
    color: #fff;
    background-color: #adadad;
    background-image: url(/assets/img/ico/arrow_left_white.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 5% 49%;
    padding: 15px 40px;
  }
  .dl-menuwrapper li.dl-back > a:before {
    display: none;
  }
  .dl-trigger:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    background: #fff;
    top: 14px;
    left: 16%;
    box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
  }
  .dl-menuwrapper .dl-active:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    background: #1C1B20;
    top: 14px;
    left: 16%;
    box-shadow: 0 8px 0 #1C1B20, 0 16px 0 #1C1B20;
  }
  .dl-trigger span {
    position: absolute;
    left: 7px;
    font-size: 11px;
    bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
  }
  .dl-active span {
    color: #000;
  }
  .dl-menuwrapper button.dl-active,
  .dl-menuwrapper ul {
    background: #fff !important;
  }
  .dl-menuwrapper button:hover {
    background: transparent;
  }
  .dl-submenu li:last-child a {
    border: none;
  }
  .dl-submenu li:before,
  .dl-submenu li:after {
    display: none !important;
  }
  .dl-submenu {
    box-shadow: 0 10px 15px -7px grey;
  }
  .dl-menuopen {
    box-shadow: 0 10px 15px -7px grey;
  }
  .submenu {
    background-image: url(/assets/img/ico/arrow_right_hover.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 95% 50%;
  }
  .submenu > a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 20px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #fecd38;
  }
  li.submenu:first-child {
    margin-top: 20px;
  }
  .dl-menuopen li.submenu.dl-subviewopen,
  .dl-menuopen li.submenu:first-child.dl-subview {
    margin: 0;
  }
  .lang-switcher li a {
    background-image: none;
    border-bottom: none;
  }
  .lang-switcher li:first-child {
    background-image: url(/assets/img/ico/bullet_nav.png);
    background-repeat: no-repeat;
    background-position: 18% 50%;
    padding-left: 5%;
  }
  /* POP UP NEWSLETTER */
  .white-popup {
    position: relative;
    background: transparent;
    padding: 20px;
    width: auto;
    height: 50%;
    margin: 20px auto;
  }
  .white-popup h2 {
    color: #fff !important;
    text-align: center;
    font-size: 22px;
  }
  .white-popup input {
    height: 38px;
  }
  .white-popup .alert-danger {
    margin-top: 25px;
  }
  .mfp-bg {
    background: #000;
    opacity: 0.9;
  }
  .mfp-close-btn-in .mfp-close {
    color: #FFF;
  }
  .checkbox {
    margin-bottom: 35px;
  }
  .checkbox label {
    color: #fff;
    padding: 0;
    font-size: 12px;
  }
  .checkbox a {
    color: #fff;
    text-decoration: underline;
  }
  .btn-iscrivimi {
    width: 100% !important;
  }
  .mfp-wrap {
    height: 100% !important;
  }
  label.error {
    display: none !important;
  }
  .checkbox label .error {
    display: block !important;
    width: 295px;
    max-width: 295px;
    color: #e0212a;
    top: 25px;
    position: relative;
  }
  .alert-success {
    margin-top: 30px;
  }
  input.required.form-control.error {
    border: 2px solid #e0212a;
  }
  input.required.form-control.valid {
    border: 2px solid #157334 !important;
  }
  .form-control:focus {
    box-shadow: none;
  }
  #validation {
    margin-top: 25px;
  }
  #colonna4 ul li a {
    text-decoration: underline;
  }
  /*************************** CATEGORIA + template generico per pagina interne ************************/
  .categoria_dettaglio .title_head,
  .inner_page .title_head {
    width: 100% !important;
  }
  .categoria_dettaglio #head_img .titolo_bread h1,
  .inner_page #head_img .titolo_bread h1 {
    font-size: 22px !important;
  }
  .categoria_dettaglio #head_img .img_head,
  .inner_page #head_img .img_head {
    margin-top: 61px !important;
    max-height: 250px;
  }
  .categoria_dettaglio #linea_prodotto .prodotto_dettaglio,
  .inner_page #linea_prodotto .prodotto_dettaglio {
    width: 245px !important;
    margin-top: -150px !important;
  }
  .categoria_dettaglio #linea_prodotto .linea_prodotto,
  .inner_page #linea_prodotto .linea_prodotto {
    width: 245px !important;
    margin-top: -150px !important;
  }
  .categoria_dettaglio .chef,
  .inner_page .chef {
    top: 0 !important;
    position: relative !important;
    float: left;
  }
  .categoria_dettaglio .glutine,
  .inner_page .glutine {
    float: left;
    left: 0% !important;
    position: relative !important;
    top: 0 !important;
  }
  .categoria_dettaglio #linea_prodotto .formati ul,
  .inner_page #linea_prodotto .formati ul {
    display: block !important;
  }
  .categoria_dettaglio #linea_prodotto .caratteristiche h2,
  .inner_page #linea_prodotto .caratteristiche h2 {
    margin-top: 50px;
  }
  .categoria_dettaglio #linea_prodotto .caratteristiche .col-md-4:first-child h1,
  .inner_page #linea_prodotto .caratteristiche .col-md-4:first-child h1 {
    margin: 0;
  }
  .categoria_dettaglio #linea_prodotto .caratteristiche .social,
  .inner_page #linea_prodotto .caratteristiche .social {
    width: 50%;
  }
  .categoria_dettaglio #specifiche_prodotto img,
  .inner_page #specifiche_prodotto img {
    width: 100%;
  }
  .categoria_dettaglio #specifiche_prodotto .img_prod,
  .inner_page #specifiche_prodotto .img_prod {
    margin: 40px;
  }
  .categoria_dettaglio #specifiche_prodotto .option h4,
  .inner_page #specifiche_prodotto .option h4 {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
  .categoria_dettaglio #specifiche_prodotto .option .select_dettaglio,
  .inner_page #specifiche_prodotto .option .select_dettaglio {
    float: none !important;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .categoria_dettaglio #specifiche_prodotto .option .download_print,
  .inner_page #specifiche_prodotto .option .download_print {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .categoria_dettaglio #specifiche_prodotto .tabella,
  .inner_page #specifiche_prodotto .tabella {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-bottom: 0 !important;
  }
  .categoria_dettaglio .prodotto_container:not(.full-width),
  .inner_page .prodotto_container:not(.full-width) {
    height: auto !important;
    margin-bottom: 65px;
  }
  .categoria_dettaglio .prodotto_container img,
  .inner_page .prodotto_container img {
    width: 100%;
    height: 100% !important;
  }
  .categoria_dettaglio .prodotto_container .img,
  .inner_page .prodotto_container .img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 966px) {
    .categoria_dettaglio .prodotto_container.prodotto_benessere .img {
      width: auto;
    }
  }
  .categoria_dettaglio #prodotti .prodotto_overlay,
  .inner_page #prodotti .prodotto_overlay {
    padding: 5px 10px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere .prodotto_overlay {
    padding: 0px 40px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay {
    padding: 60px 40px !important;
  }
  .categoria_dettaglio #preprefooter .img,
  .inner_page #preprefooter .img {
    width: 50% !important;
    height: auto !important;
    background-size: 100%;
  }
  .categoria_dettaglio #preprefooter .img img,
  .inner_page #preprefooter .img img {
    width: 100%;
  }
  .dettaglio .slick-dots {
    bottom: -25px;
  }
  .dettaglio .correlati {
    margin-bottom: 43px !important;
  }
  .dettaglio .correlati .hover_highlight {
    top: 15px !important;
    left: 15px !important;
  }
  .dettaglio .correlati .plus {
    top: 115px !important;
    left: 160px !important;
  }
  .dettaglio .correlati h1 {
    margin-bottom: 50px;
  }
  .dettaglio .correlati .related {
    padding: 50px 15px !important;
  }
  .dettaglio .slides .slick-dots {
    width: 90%;
  }
  .dettaglio .slides .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .dettaglio .slides .slick-dots li button {
    width: 10px;
    height: 10px;
    background-size: 100%;
  }
  .dettaglio .slides .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-size: 100%;
  }
  .primo_livello .title_head {
    width: 100% !important;
    margin-top: -150px !important;
  }
  .primo_livello .img_head img {
    right: 1345px !important;
  }
  .primo_livello .caratteristiche .content:last-child .box {
    margin-bottom: 0 !important;
  }
  .primo_livello .caratteristiche .box {
    margin-bottom: 35px;
  }
  .primo_livello .caratteristiche .box .hover_highlight {
    width: 95% !important;
    height: 85% !important;
  }
  .secondo_livello .title_head {
    width: 100% !important;
    margin-top: -150px !important;
    margin-bottom: 65px !important;
  }
  .secondo_livello .video_mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .secondo_livello .video_mobile img {
    max-width: 100%;
  }
  #head_img .img_head .titolo_bread {
    bottom: 90px!important;
    padding: 0 20px;
  }
  #head_img .img_head .titolo_bread .breadcrumb {
    display: none;
  }
  #head_img .img_head .titolo_bread h1 {
    margin: 0;
  }
  #head_img .img_head img {
    right: 0!important;
    height: 185px;
    object-fit: cover;
    width: 100%;
  }
  .secondo_livello .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .secondo_livello .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .secondo_livello .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .secondo_livello .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .secondo_livello .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .secondo_livello .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  .secondo_livello .slick-dots {
    bottom: 0;
  }
  .secondo_livello .slick-dots li {
    width: 8px;
  }
  .secondo_livello .slick-dots li button {
    width: 8px;
    height: 8px;
    background-size: 100%;
  }
  .secondo_livello .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    background-size: 100%;
  }
  .secondo_livello #secondo_livello_content .galleria {
    margin-bottom: 0 !important;
    margin-top: 35px !important;
  }
  .secondo_livello #secondo_livello_content .pdf-container {
    margin-bottom: 25px !important;
  }
  .secondo_livello #secondo_livello_content .pdf {
    margin-top: 25px !important;
    background-position: 10% 50% !important;
  }
  .secondo_livello #secondo_livello_content .text p {
    font-size: 14px !important;
  }
  .secondo_livello #secondo_livello_content .text ul li {
    font-size: 14px !important;
  }
  .comunicati .title_head {
    width: 100% !important;
  }
  .galleria #head_img .img_head .titolo_bread {
    bottom: 95px !important;
  }
  .galleria .gallery_object img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .impegno #head_img .img_head img {
    right: 1400px;
  }
  .impegno .ambiente .pdf {
    height: auto !important;
  }
  .impegno .title_head {
    margin-top: -20% !important;
    margin-bottom: 0 !important;
    z-index: 1;
  }
  .impegno .title_head img {
    width: 100% !Important;
  }
  .impegno .facts {
    width: 100% !important;
  }
  .impegno .description div {
    font-size: 14px;
  }
  .impegno .description h3 {
    margin-bottom: 55px;
  }
  .impegno .gallery {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .impegno .pdf {
    margin-bottom: 15px;
  }
  .ricette .latuaricetta h2,
  .ricette_dettaglio .latuaricetta h2 {
    line-height: 52px !important;
  }
  .ricette .title_img {
    background: none !important;
  }
  .ricette #head_img .img_head img {
    width: auto!important;
  }
  .ricette .title_head {
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-top: -10% !important;
  }
  .ricette .inner_recipes {
    margin: 0 0 35px !important;
  }
  .ricette .inner_recipes .recipe {
    height: auto !important;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .ricette .inner_recipes .recipe .ricetta .time_diff {
    padding-bottom: 20px !important;
  }
  .ricette .inner_recipes .recipe .ricetta .time_diff .time {
    float: none !important;
    display: block !important;
    margin-bottom: 5px !important;
  }
  .ricette .inner_recipes .recipe .ricetta .time_diff .diff {
    display: inline-block !important;
    float: none !important;
  }
  .ricette .inner_recipes .recipe .ricetta .btn_recipes {
    margin-top: 5px !important;
  }
  .ricette .inner_recipes .ordinamento {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ricette .inner_recipes .ordinamento .order {
    width: 65% !important;
  }
  .ricette .navbar-recipe {
    margin-top: 25px !important;
  }
  .ricette #choose_recipe_mobile .dropdown-menu > li > a,
  .ricette_dettaglio #choose_recipe_mobile .dropdown-menu > li > a {
    background: none;
    padding-left: 10px !important;
    line-height: 34px;
  }
  .ricette #choose_recipe_mobile h2,
  .ricette_dettaglio #choose_recipe_mobile h2 {
    font-size: 22px;
    color: #575757;
    text-align: center;
  }
  .ricette #choose_recipe_mobile .dropdown-submenu:hover > .dropdown-menu,
  .ricette_dettaglio #choose_recipe_mobile .dropdown-submenu:hover > .dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
  }
  .ricette #choose_recipe_mobile .ricetta h3,
  .ricette_dettaglio #choose_recipe_mobile .ricetta h3 {
    font-size: 17px;
    color: #575757;
  }
  .ricette #choose_recipe_mobile .ricetta h3:before,
  .ricette_dettaglio #choose_recipe_mobile .ricetta h3:before {
    content: "• ";
    color: #e0212a;
  }
  .ricette #choose_recipe_mobile .input-cerca,
  .ricette_dettaglio #choose_recipe_mobile .input-cerca {
    margin-top: 15px;
  }
  .ricette #choose_recipe_mobile .btn-cerca,
  .ricette_dettaglio #choose_recipe_mobile .btn-cerca {
    border-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin: 15px 0;
    padding: 4px 12px !important;
  }
  .ricette #choose_recipe_mobile .dropdown,
  .ricette_dettaglio #choose_recipe_mobile .dropdown {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    border-radius: 10px;
  }
  .ricette #choose_recipe_mobile .dropdown .caret,
  .ricette_dettaglio #choose_recipe_mobile .dropdown .caret {
    position: relative;
    left: 81%;
  }
  .ricette #choose_recipe_mobile .dropdown .drop-in:hover,
  .ricette_dettaglio #choose_recipe_mobile .dropdown .drop-in:hover,
  .ricette #choose_recipe_mobile .dropdown .drop-in :focus,
  .ricette_dettaglio #choose_recipe_mobile .dropdown .drop-in :focus {
    color: #e0212a !important;
  }
  .ricette #choose_recipe_mobile .dropdown .search h3,
  .ricette_dettaglio #choose_recipe_mobile .dropdown .search h3 {
    font-size: 20px !important;
  }
  .ricette #choose_recipe_mobile .dropdown a,
  .ricette_dettaglio #choose_recipe_mobile .dropdown a {
    border-radius: 10px;
    color: #333 !important;
    font-size: 17px;
    font-family: "CaeciliaCom-76BoldItalic";
  }
  .ricette #choose_recipe_mobile .dropdown a:hover,
  .ricette_dettaglio #choose_recipe_mobile .dropdown a:hover {
    color: #333;
  }
  .ricette_dettaglio #ingredienti .ings .slick-dots {
    bottom: -25px;
  }
  .ricette_dettaglio #ingredienti .ings .slick-dots li button {
    background-image: url('/assets/img/ico/bullet_mobile_ricette_dettaglio.png');
  }
  .ricette_dettaglio #ingredienti .ings .slick-dots li.slick-active button:before {
    background-image: url('/assets/img/ico/bullet_mobile_active_ricette_dettaglio.png');
  }
  .ricette_dettaglio .title_head {
    width: 100% !important;
  }
  .ricette_dettaglio #head_img .titolo_bread h1 {
    font-size: 32px !important;
  }
  .ricette_dettaglio .option span {
    margin-top: 7px;
  }
  .ricette_dettaglio .disqus_comment {
    margin-bottom: 25px !important;
  }
  .ricette_dettaglio .inner_recipes .recipe {
    height: auto !important;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .ricette_dettaglio .preparazione {
    margin-top: 25px !important;
  }
  .ricette_dettaglio .preparazione h4 {
    margin-bottom: 20px !important;
  }
  .ricette_dettaglio .preparazione h5 {
    margin-top: 25px !important;
  }
  .ricette_dettaglio .preparazione .ingrediente {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .ricette_dettaglio .preparazione .inquestaricetta img {
    margin-top: 30px !important;
    margin-bottom: 65px;
  }
  .ricette_dettaglio .preparazione .title h3 {
    margin-bottom: 15px !important;
  }
  .ricette_dettaglio .preparazione .chef {
    margin-top: 30px !important;
  }
  .ricette_dettaglio .preparazione p {
    margin-top: 5px;
  }
  .ricette_dettaglio .inner_recipes h2 {
    font-size: 30px !important;
  }
  .ricette_dettaglio .scegli_ricetta {
    background: none !important;
    padding: 0 0 55px !important;
  }
  .ricette_dettaglio #preparazione img {
    display: none;
  }
  .ricette_dettaglio .navbar-recipe {
    margin-top: 10px;
  }
  .ricette_dettaglio .popup-full {
    display: none;
  }
  .ricette_dettaglio .chef .detail {
    display: inline-table !important;
    margin-left: 5px !important;
  }
  .ricette_dettaglio .social_section .social_icons {
    top: 152px;
  }
  .ricette_dettaglio .social_section .social_img img {
    margin-bottom: 35px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .inner_page .title_head img,
  .inner_page .title_head iframe {
    width: 100% !important;
  }
  .video_recipe #videoList .container {
    width: 100% !important;
  }
  .video_recipe .img_videorecipe {
    height: auto !important;
    display: inline-block !important;
  }
  .contatti #frm_contatti #contactform {
    padding-right: 50px !important;
    float: none !important;
    width: 100% !important;
  }
  .contatti #frm_contatti #contactform input,
  .contatti #frm_contatti #contactform button,
  .contatti #frm_contatti #contactform select,
  .contatti #frm_contatti #contactform textarea {
    width: 100%;
  }
  .contatti #frm_contatti .article_txt {
    float: none !important;
  }
}
/* SMARTPHONE */
@media only screen and (max-device-width: 468px) {
  .categoria_dettaglio #linea_prodotto .caratteristiche .social {
    width: 50% !important;
  }
  .cookieconsentbar .close.button-like {
    font-size: 18px !important;
    display: block !important;
    float: none !important;
    margin-top: 20px !important;
  }
  .cookieconsentbar p {
    line-height: 20px !important;
    font-size: 12px !important;
  }
  .webcam {
    height: 210px !important;
  }
}
@media only screen and (max-device-width: 320px) {
  .cookieconsentbar .close.button-like {
    font-size: 17px !important;
    display: inline-table !important;
    float: none !important;
    margin-top: 20px !important;
  }
  .cookieconsentbar p {
    line-height: 20px !important;
    font-size: 11px !important;
  }
  .dettaglio .correlati .prodotto img {
    height: 185px !important;
  }
  .dettaglio .correlati .prodotto .hover_highlight {
    width: 298px !important;
  }
  .ricette .inner_recipes .ordinamento {
    width: 80%;
  }
  .ricette .inner_recipes .recipe .ricetta .time_diff .diff,
  .ricette_dettaglio .inner_recipes .recipe .ricetta .time_diff .diff {
    width: 58%;
  }
  .ricette_dettaglio .chef .img_chef {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .ricette_dettaglio .chef .detail {
    display: block !important;
    margin-bottom: 10px;
  }
  .ricette_dettaglio .chef .detail h2 {
    text-align: center;
  }
  .ricette_dettaglio .chef .detail span {
    text-align: center;
  }
}
/* DISPOSITIVI MOBILI LANDSCAPE */
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #impegno img {
    width: 150% !important;
  }
  .dl-menuwrapper li.dl-back > a {
    padding: 15px 8%;
  }
  .secondo_livello #head_img .img_head img {
    right: 1250px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #impegno img {
    width: 150% !important;
  }
  .box_text {
    left: 0 !important;
  }
  .slick-next {
    right: -25px !important;
  }
  .slick-prev {
    left: -25px !important;
  }
  .colonna3 {
    width: 26%;
  }
  .glutine {
    left: 80% !important;
  }
  .categoria_dettaglio #linea_prodotto .caratteristiche .social {
    width: 50% !important;
  }
  .inner_page #preprefooter .img {
    background-size: 100%;
  }
  .mega-drop .hover_prod {
    background-size: 100%;
  }
  .mega-drop .prodotti ul li img {
    top: 14% !important;
    left: 395px !important;
    width: 214px !important;
  }
  .colonna2 {
    width: 40%;
  }
  #linee_prodotto .prodotto {
    background-size: 100% !important;
  }
  #linee_prodotto .prodotto img {
    margin-top: 65px !important;
  }
  #prefooter .social {
    clear: both;
  }
  #linee_prodotto .altro_prodotto {
    background-size: 100%;
  }
  .img_prod img {
    width: 100%;
  }
  .img {
    width: 100%;
  }
  .img img {
    width: 100%;
  }
  .dettaglio .correlati .hover_highlight {
    left: 0 !important;
  }
  .categoria_dettaglio #preprefooter .img {
    background-size: 100%;
    background-position: center;
  }
  .categoria_dettaglio #prodotti .prodotto_overlay {
    padding: 20px 30px !important;
  }
  .secondo_livello #head_img .img_head img {
    right: 570px !important;
    position: relative;
  }
  .secondo_livello #preprefooter .img {
    background-size: 100%;
  }
  .ricette_dettaglio .social_section .social_img img {
    width: 100%;
  }
  .ricette_dettaglio .option .utility .full {
    display: none;
  }
  .ricette_dettaglio .title_head {
    width: 65% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #impegno img {
    width: 115% !important;
  }
  .dl-menuwrapper li.dl-back > a {
    padding: 15px 60px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container {
    margin-bottom: 65px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container img {
    width: 70% !important;
    display: block;
  }
  .categoria_dettaglio #prodotti .prodotto_overlay {
    padding: 65px 85px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere .prodotto_overlay {
    padding: 10px 50px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere.col-md-4 .prodotto_overlay {
    padding: 85px 105px !important;
  }
  .categoria_dettaglio #prodotti .prodotto_container.prodotto_benessere .prodotto_overlay .truncate-overflow:before {
    display: none;
  }
  .categoria_dettaglio #prodotti .prodotto_overlay .btn_yellow {
    top: 0 !important;
    position: relative !important;
  }
  .secondo_livello #secondo_livello_content .pdf {
    margin-top: 25px !important;
    background-position: 5% 50% !important;
  }
  .comunicati #head_img .img_head .titolo_bread {
    bottom: 100px !important;
  }
  .comunicati .title_head {
    width: 85% !important;
  }
  .galleria .title_head {
    width: 65% !important;
    margin-top: -10% !important;
  }
  .galleria .gallery_object h2 {
    text-align: center;
  }
  .galleria .gallery_object h4 {
    text-align: center;
  }
  .dettaglio .chef {
    left: 35% !important;
  }
  .dettaglio .glutine {
    left: 45% !important;
  }
  .dettaglio .slides .slide img {
    display: block;
    width: 35% !important;
  }
  .dettaglio .slides .slick-dots {
    width: 95% !important;
  }
  .dettaglio .caratteristiche .social {
    width: 20% !important;
  }
  .dettaglio .option .download_print {
    width: 63% !important;
  }
  .dettaglio .img_prod {
    width: 50%;
    margin: 10% 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ricette_dettaglio .title_head,
  .ricette .title_head {
    width: 70% !important;
    margin-top: -5% !important;
  }
  .ricette_dettaglio .social_section .social_img img,
  .ricette .social_section .social_img img {
    width: 50% !important;
  }
  .ricette_dettaglio .disqus_comment,
  .ricette .disqus_comment {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .ricette_dettaglio .inner_recipes .recipe,
  .ricette .inner_recipes .recipe {
    height: auto !important;
    margin-bottom: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ricette_dettaglio .inner_recipes h2,
  .ricette .inner_recipes h2 {
    text-align: center;
  }
  .ricette_dettaglio .navbar-recipe,
  .ricette .navbar-recipe {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ricette_dettaglio #preparazione,
  .ricette #preparazione,
  .ricette_dettaglio #ingredienti,
  .ricette #ingredienti,
  .ricette_dettaglio .inquestaricetta,
  .ricette .inquestaricetta {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .ricette_dettaglio .preparazione .inquestaricetta img,
  .ricette .preparazione .inquestaricetta img {
    width: 70% !important;
  }
  .ricette_dettaglio .preparazione h3,
  .ricette .preparazione h3 {
    text-align: center;
  }
  .ricette_dettaglio .preparazione .chef,
  .ricette .preparazione .chef {
    width: 70% !important;
    margin-left: auto;
    display: table !important;
    float: none;
    margin-right: auto;
  }
  #prefooter .social {
    width: 15% !important;
  }
  #prefooter .social .riga_social {
    width: 75% !important;
  }
}
@media (min-width: 570px) and (max-width: 991px) {
  .categoria_dettaglio #head_img .img_head,
  .inner_page #head_img .img_head {
    height: 250px;
  }
  .categoria_dettaglio #head_img .img_head img,
  .inner_page #head_img .img_head img  {
    height: 100%;
  }
  #head_img .img_head .titolo_bread {
    bottom: 135px!important;
  }
}
@media (min-width: 1441px) and (max-width: 1660px) {
  .inner_page #head_img .img_head {
    height: 334px;
  }
  .inner_page #head_img .img_head img {
    position: absolute!important;
    right: -200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .categoria_dettaglio #specifiche_prodotto .option .select_dettaglio,
  .inner_page #specifiche_prodotto .option .select_dettaglio {
    width: 100%!important;
    max-width: 340px !important;
  }
  .categoria_dettaglio #specifiche_prodotto .option .download_print,
  .inner_page #specifiche_prodotto .option .download_print {
    margin-top: 120px;
    float: none;
    text-align: center;
  }
  /* infografica con testo a destra - area Stile di vita sano */
	.info-topic {
	   flex-direction: column;
	}

	.left-picture {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.left-picture img {
		max-width: 100%;
	}

	.right-text {
    width: 100%;
    padding: 10px 15px;
	}  
}
