@font-face {
  font-family: "miriadpro";
  src: url('../font/MyriadPro-Regular/MyriadPro-Regular.eot');
  src: url('../font/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/MyriadPro-Regular/MyriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../font/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../font/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/MyriadPro-Regular/MyriadPro-Regular.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.titlelight {
  font-family: "miriadpro";
  font-weight: normal;
  font-size: 22px;
  color: #bb9519;
  border-bottom: solid 1px #bb9519;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.titlelight a {
  color: #bb9519;
  text-decoration: none;
}
.titlelight a.prevbtns {
  color: #ccc;
}
.rowtitle {
  font-family: "miriadpro";
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #bb9519;
  background-color: #002b5c;
  padding: 6px 0px 3px 0px !important;
  border-bottom: 0px !important;
  line-height: 22px;
}
.bigtitle {
  text-align: center;
  font-size: 28px;
  font-style: italic;
  color: #bb9519;
  line-height: 30px;
}
.titleadv {
  color: #d10303;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #eee;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
}
section,
div,
h1,
li,
img {
  -webkit-transition: width 1s ease-in-out, left 0.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 0.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 0.5s ease-in-out;
  transition: width 1s ease-in-out, left 0.5s ease-in-out;
}
.container {
  width: 1200px;
  margin: 0 auto !important;
  background-color: #fff;
}
.boxestext {
  text-align: justify;
  font-size: 14px;
  line-height: 23px;
  color: #002b5c;
}
.areaselectors {
  z-index: 10;
  position: absolute;
  width: 97%;
  padding-right: 3%;
  text-align: right;
  margin-top: 30px;
}
.areaselectors a {
  color: #bb9519;
  border: solid 1px #bb9519;
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  float: right;
}
.areaselectors .langselector {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  display: inline-block;
}
.areaselectors .langselector li {
  display: inline-block;
  border-right: solid 1px #bb9519;
}
.areaselectors .langselector li a {
  border: none !important;
  padding: 0px 5px;
}
.areaselectors .langselector li:last-child {
  margin-right: 40px;
  border-right: none;
}
.areaselectors .langselector li.selected {
  background-color: #bb9519;
  border: none;
}
.areaselectors .langselector li.selected a {
  color: #fff;
}
#mobilehome {
  width: 100%;
  height: 140px;
  display: none;
}
#top {
  background-image: url(../layout/bg_top_menu.png);
  height: 190px;
  width: 1200px;
  top: 0px;
  z-index: 1000;
  position: absolute;
}
#recovery {
  margin-top: 150px;
}
.mobnav {
  display: none;
  width: 100%;
  text-align: center;
}
.mobnav a {
  font-size: 30px;
  color: #bb9519;
}
.navbar {
  margin-top: 100px;
}
.navbar > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.navbar > ul > li {
  display: inline-block;
  padding-right: 20px;
  width: 125px;
  white-space: nowrap;
}
.navbar > ul > li > a {
  font-family: "miriadpro";
  color: #002b5c;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.navbar > ul > li > a:hover {
  color: #d10303;
}
.navbar > ul > li .submenu {
  display: none;
  z-index: 300;
  position: absolute;
  margin-left: -10px;
  padding: 10px;
  padding-top: 30px;
  overflow: hidden;
  min-width: 114px;
}
.navbar > ul > li .submenu .arrowitem {
  background-image: url(../layout/submenu_tab.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 94px;
  height: 30px;
  margin-left: 10px;
  z-index: 30;
  margin-top: -26px;
  position: absolute;
}
.navbar > ul > li .submenu ul {
  background-color: #fff;
  padding: 20px;
  padding-top: 0px;
  border: solid 1px #eee;
}
.navbar > ul > li .submenu ul li {
  display: block;
  text-align: left;
  padding: 5px 0px;
}
.navbar > ul > li .submenu ul li a {
  color: #002b5c;
  text-decoration: none;
  font-size: 12px;
}
.navbar > ul > li .submenu ul li a:hover {
  color: #bb9519;
}
.navbar > ul li:last-child {
  padding-right: 0px;
}
.navbar > ul li:hover .submenu {
  display: block;
}
#LOGO {
  width: 300px;
}
#LOGO a {
  z-index: 10;
  position: absolute;
  text-indent: -9999px;
  width: 300px;
  height: 125px;
  margin-top: -65px;
  margin-left: -150px;
  display: inline-block;
}
#FICLOGO {
  background-image: url(../layout/FIC-logo.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 130px;
  display: inline-block;
  z-index: 3000;
  position: absolute;
  margin-top: -145px;
  margin-left: 670px;
}
.recipesubmenu {
  background-color: #fff;
  padding: 30px 5px 10px 5px;
  overflow: hidden;
  border: solid 1px #eee;
}
.recipesubmenu ul {
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 600px;
  clear: both;
  overflow: hidden;
}
.recipesubmenu ul li:first-child {
  margin-bottom: 0px;
  margin-right: 3px !important;
  float: left;
  width: 300px;
  height: 277px;
}
.recipesubmenu ul li.imagebtm {
  background-repeat: no-repeat;
  float: right;
  width: 295px;
  margin-bottom: 0px;
  padding: 0px !important;
  margin-top: 5px;
}
.recipesubmenu ul li.imagebtm a {
  background-repeat: no-repeat;
  width: 297px;
  height: 140px;
  display: inline-block;
  text-align: center;
}
.recipesubmenu ul li.imagebtm a span {
  border: solid 1px #bb9519;
  padding: 5px;
  margin: 60px 40px 0px 40px;
  color: #bb9519;
  display: block;
}
.recipesubmenu ul li.imagebtm .blackveil {
  background-color: rgba(0, 0, 0, 0.7);
}
.recipesubmenu ul li:last-child a {
  background-position: center -45px;
}
.recipesubmenu .rcplink {
  clear: both;
  text-decoration: none;
  color: #bb9519;
  border: solid 1px #bb9519;
  margin-top: 10px;
  padding: 4px 10px;
  float: left;
}
.backlink {
  color: #bb9519;
  text-decoration: none;
  float: right;
}
.searchoptionitem {
  margin-left: 90px;
  clear: both;
}
.searchoptionitem label {
  float: left;
  margin-right: 5px;
}
.searchoptionitem .iconrecp {
  background-image: url(../layout/recipes_icons_a.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 40px;
  height: 40px;
}
.searchoptionitem .icontype {
  background-image: url(../layout/icon-types-2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 18px;
  height: 30px;
  /*margin-left:5px;
  margin-right:10px;*/
  margin-left:11px;
  margin-right:16px;
}
.searchoptionitem select {
  border: solid 1px #002b5c;
  padding: 4px;
  width: 190px;
  margin-top: 2px;
}
.recipesearchform input[type="submit"] {
  clear: both;
  display: inline-block;
  margin-left: 180px;
  background-color: #bb9519;
  color: #fff;
  padding: 4px;
  border: 0px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.rightlink,
.link {
  color: #bb9519;
  text-decoration: none;
  float: right;
  font-size: 18px;
  margin-top: 60px;
}
.link {
  float: none;
}
/**
	RECIPES ICONS
*/
#tipoportata {
  background-position: center -52px;
}
#tipofood {
  /*background-position: center -30px;*/
}
#occasione {
  background-position: center -104px;
}
.clockicon {
  background-image: url('../layout/icons/icon_clock_small.png');
  background-position: 3px center;
  padding-left: 30px;
  background-repeat: no-repeat;
}
.otheroptions {
  font-size: 14px;
}
.otheroptions a {
  color: #bb9519;
  text-decoration: none;
}
.internalcontainer {
  overflow: hidden;
}
h2 {
  margin: 0px;
  padding: 0px;
}
h2.title1 {
  font-family: "miriadpro";
  color: #d10303;
  font-size: 19px;
  letter-spacing: 3px;
}
.maintitle {
  margin-top: 150px;
  height: 220px;
  text-align: center;
  background-image: url(../layout/bg_internal_titles.png);
  background-repeat: no-repeat;
}
.maintitle h2 {
  font-family: "miriadpro";
  color: #d10303;
  font-weight: normal;
  letter-spacing: 3px;
  padding-top: 130px;
  background-color: #fff;
  background-image: url(../layout/icons/pomodoro1.png);
  background-repeat: no-repeat;
  background-position: center 45px;
}
.maintitle h3 {
  margin: 0px;
  padding: 0px 20px;
  font-family: "miriadpro";
  font-weight: normal;
  font-size: 31px;
  color: #848789;
  letter-spacing: 5px;
}
.maintitle .titleblock {
  display: inline-block;
  background-color: #fff;
  box-shadow: 20px 20px 10px #ffffff, -20px 20px 10px #ffffff;
  padding: 0px 60px;
}
.topdistance {
  margin-top: 60px;
}
.scheda {
  text-align: justify;
  font-size: 14px;
  line-height: 23px;
  color: #002b5c;
}
.scheda p {
  margin-bottom: 20px;
  text-align: justify;
}
/* PAGINA DUE COLONNE */
.column1 {
  float: left;
  width: 412px;
}
.column2 {
  float: left;
  margin-left: 20px;
  width: 730px;
}
.columnbox {
  width: 404px;
  background-image: url(../layout/box-column-top.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.columnbox h2 {
  text-align: center;
  margin: 0px;
  padding-top: 45px;
  font-family: "miriadpro";
  font-weight: normal;
  color: #bb9519;
}
.columnbox h2 a {
  text-decoration: none;
  color: #bb9519;
}
.columnbox > ul {
  list-style-type: none;
  margin: 0px;
  padding: 40px 90px 80px 90px;
  background-image: url(../layout/box-column-bottom.png);
  background-position: 3px bottom;
  background-repeat: no-repeat;
}
.columnbox > ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #002b5c;
}
.columnbox > ul li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  color: #002b5c;
}
.columnbox > ul li a:hover {
  color: #bb9519;
}
.columnbox > ul li:last-child {
  border-bottom: none;
}
.columnbox > ul .submenu {
  display: none;
  list-style-type: none;
  margin-left: 12px;
  padding: 0px;
}
.columnbox > ul .submenu li {
  border-bottom: none;
  margin: 0px !important;
  padding: 4px 0px;
}
.columnbox > ul li:hover .submenu {
  display: block;
}
.columnbox-slim {
  width: 404px;
  background-image: url(../layout/box-column-top-slim.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
}
.columnbox-bottom {
  padding-bottom: 90px;
  background-image: url(../layout/box-column-bottom.png);
  background-position: 3px bottom;
  background-repeat: no-repeat;
}
/**----------------------------------------------------------------
 														PRODOTTI
 *-----------------------------------------------------------------
 **/
.productrow {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 100px;
  /*padding-bottom: 52px;*/
}
.productrow .boxpreview,
.productrow .boxpreview-wide {
  width: 50%;
  float: left;
}
/*.productrow .boxpreview h2,
.productrow .boxpreview-wide h2 {
  margin-bottom: 112px;
}*/  
.productrow .boxpreview h2,
.productrow .boxpreview-wide h2 {
  margin-bottom: 30px;
}
.productrow .boxpreview img,
.productrow .boxpreview-wide img {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 680px
}
.productrow .boxpreview a,
.productrow .boxpreview-wide a {
  color: #bb9519;
  text-decoration: none;
}
.productrow .boxpreview-wide {
  width: 100%;
}
/*.productrow .boxpreview-wide img {
  margin: 0 auto;
}*/
.productrow .boxpreview:first-child {
  width: 46%;
  margin-right: 4%;
}
.prodimagerow {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
}
.prodimagerow li {
  border: solid 1px #bb9519;
  float: left;
  text-align: center;
  width: 300px;
  height: 158px;
}
.prodimagerow li h3 {
  margin: 0px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 3px 20px;
  background-color: #bb9519;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottom-right: 10px;
  -moz-border-radius-bottom-left: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodimagerow li img {
  display: inline-block;
}
.prodimagerow li:first-child {
  /*width: 410px;
  height: 340px;*/
  /*height: 100%;*/
  height: auto;
  margin-right: 15px;
}
.prodimagerow li:first-child .magnify {
  margin-top: -53px;
}
.prodimagerow li:last-child {
  margin-top: 20px;
}
.onlyone li:first-child {
  width: 725px;
}
.nutritionbox {
  width: 100%;
  overflow: hidden;
  /* overwrite */
}
.nutritionbox .nutritiontable {
  width: 370px;
  float: left;
}
.nutritionbox .nutritiontable table {
  width: 350px;
  margin-top: 20px;
  border-collapse: collapse;
}
.nutritionbox .nutritiontable table tr td {
  background-color: #f8f6f7;
  padding: 8px;
  border: solid 1px #fff;
  font-size: 12px;
  color: #002b5c;
  line-height: 12px;
}
.nutritionbox .nutritiontable table tr td:first-child {
  font-weight: bold;
}
.nutritionbox .nutritiontable table .alternate td {
  background-color: #dcc893;
}
.nutritionbox .healthbenefits {
  width: 360px;
  float: left;
  background-color: #e40613;
  text-align: center;
  margin-top: 20px;
}
.nutritionbox .healthbenefits h4 {
  background-image: url(../layout/bg-healthbenefit.png);
  background-repeat: no-repeat;
  padding: 5px 20px 14px 20px;
  width: 75px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
  z-index: 10;
  position: absolute;
  margin-left: calc(180px - 58px);
  margin-top: -29px;
}
.nutritionbox .healthbenefits div {
  margin: 10px;
  border: solid 2px #bb9519;
  padding: 10px;
  padding-top: 15px;
  color: #fff;
  text-align: left;
  line-height: 14px;
}
.nutritionbox .healthbenefits div p {
  text-align: center;
  padding-top: 10px;
}
.nutritionbox .healthbenefits div p a {
  border: solid 1px #fff;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
}
.nutritionbox .area_vegetables {
  background-color: #76b729;
}
.nutritionbox .area_vegetables h4 {
  background-image: url(../layout/bg-healthbenefit-green.png);
}
.nutritionbox .area_professionals {
  background-color: #1c2641;
}
.nutritionbox .area_professionals h4 {
  background-image: url(../layout/bg-healthbenefit-blu.png);
}
.recipeslide {
  text-align: center;
}
/**
-----------------------------------------------------------------
 														RICETTE
-----------------------------------------------------------------
 **/
.recipeslist {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
}
.recipeslist li {
  float: left;
  margin-right: 11px;
  margin-bottom: 40px;
  width: 137px;
}
.recipeslist li img {
  display: block;
  margin-bottom: 4px;
}
.recipeslist li a {
  text-decoration: none;
  font-weight: bold;
  color: #d10303;
  font-size: 12px;
}
.recipeslist li:nth-child(5n) {
  margin-right: 0px;
}
.tabrecipeitem {
  width: 100%;
  margin-top: 10px;
}
.tabrecipeitem tr td {
  font-size: 12px;
  color: #002b5c;
  padding: 5px 0px;
  background-repeat: no-repeat;
}
.tabrecipeitem tr td:first-child {
  width: 60px;
}
.allrecipes {
  text-align: right;
  margin-bottom: 40px;
}
.allrecipes .fa {
  font-size: 22px;
}
.allrecipes a {
  text-decoration: none;
  color: #bb9519;
  font-size: 18px;
}
.mapintro {
  text-align: center;
  font-size: 12px;
  color: #002b5c;
  font-weight: normal;
  margin-top: 35px;
}
.recipetitle {
  color: #d10303;
  border-bottom: solid 1px #bb9519;
  padding-bottom: 20px;
}
.recipetitle .regiontitle {
  float: right;
  font-weight: normal;
  color: #002b5c;
}
.chefrecipe {
  background-image: url(../layout/bg-chef-bow.png);
  background-repeat: no-repeat;
  width: 119px;
  height: 40px;
  margin-left: -12px;
  margin-top: 20px;
  padding: 5px 15px;
  z-index: 10;
  position: absolute;
  color: #fff;
  font-style: italic;
}
.mainrecipeimage {
  width: 100%;
  height: 350px;
  background-size: cover;
}
.recipetool {
  overflow: hidden;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.recipetool li {
  float: left;
  margin-right: 30px;
  color: #002b5c;
  padding: 2px 0px;
}
.recipetool li:first-child {
  width: 150px;
  background-repeat: no-repeat;
  background-position: right top;
}
.recipetool .scrollbtn {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}
.recipetool .scrollbtn a {
  background-color: #bb9519;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  float: right;
}
#mappa-italia {
  margin: 0px 0px 0px 35px;
}
.recpfootlink a {
  float: right;
  color: #bb9519;
  font-size: 16px;
  text-decoration: none;
  margin-left: 10px;
}
.cirioquality,
.cirioquality-small {
  text-align: center;
  background-image: url(../layout/various/box_loghi_product.png);
  font-size: 12px;
  color: #002b5c;
  height: 250px;
  margin-top: 30px;
}
.cirioquality h2,
.cirioquality-small h2 {
  font-family: "miriadpro";
  color: #bb9519;
  font-size: 22px;
  padding-top: 33px;
}
.cirioquality .corsive,
.cirioquality-small .corsive {
  color: #bb9519;
  padding: 10px 0px;
  display: inline-block;
  font-weight: normal;
  font-style: italic;
}
.cirioquality .corsive b,
.cirioquality-small .corsive b {
  font-size: 14px;
}
.cirioquality-small {
  background-image: none;
  height: auto;
  margin: 0px 30px 0px 30px;
  text-align: center;
}
/**
-------------------------------------------------
 								  BLOCCHI PAGINA
-------------------------------------------------
**/
.pageblock {
  height: 470px;
  position: relative;
  background-repeat: no-repeat;
}
.block-intro {
  background-color: #f7f7f7;
  text-align: center;
}
.block-intro .intblock {
  padding: 0px 180px;
  padding-top: 85px;
}
.block-intro .intblock strong {
  color: #d10303;
  font-size: 13px;
}
.block-intro h2 {
  background-image: url(../layout/icons/pomodoro1.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 100px;
}
.block-imageandhead {
  background-position: center 134px;
  text-align: center;
  color: #d10303;
}
.block-imageandhead .intblock {
  padding-top: 15px;
}
.block-imageandhead h2 {
  background-image: url(../layout/icons/pomodoro2.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 50px;
}
.block-twocolumn {
  background-position: right center;
  background-color: #f7f7f7;
}
.block-twocolumn .intblock {
  width: 476px;
  float: left;
}
.block-twocolumn .intblock .bglink-container {
  width: 476px;
}
.block-twocolumn .intblock .textcont {
  padding: 20px 73px;
  text-align: justify;
  line-height: 20px;
}
.block-videoslide {
  text-align: center;
}
.block-videoslide .intblock {
  padding-top: 15px;
}
.block-videoslide .intblock .subtitle {
  color: #d10303;
}
.block-videoslide h2 {
  background-image: url(../layout/icons/cheff.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 90px;
}
.block-texteimage img {
  display: block;
  margin-top: 20px;
}
.block-recipes {
  background-position: right center;
}
.block-recipes .box1 {
  float: left;
  text-align: center;
  width: 425px;
  height: 470px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.block-recipes .box1 .headlogo {
  margin-top: 60px;
  margin-bottom: 40px;
}
.block-recipes .box1 h2 {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  font-family: "miriadpro";
}
.block-recipes .box1 h3 {
  margin: 0px;
  padding: 0px;
  color: #848789;
  font-weight: normal;
  font-family: "miriadpro";
  font-size: 28px;
  margin-bottom: 30px;
}
.block-recipes .box1 .rowtmp {
  clear: both;
  width: 100px;
  padding: 1px 0px;
  border-bottom: solid 1px #ccc;
  display: inline-block;
  margin-bottom: 40px;
}
.block-recipes .box1 .links {
  margin: 0px 10px;
  overflow: hidden;
}
.block-recipes .box1 .links a {
  display: inline-block;
  width: 130px;
  border: solid 1px #bb9519;
  color: #bb9519;
  padding: 6px 0px;
  padding-left: 20px;
  text-decoration: none;
  text-align: left !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-recipes .box2 {
  float: left;
  width: 775px;
  height: 470px;
}
.block-recipes .box2 .minitext {
  padding: 24px;
  width: 202px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #ccc;
  text-align: justify;
}
.block-recipes .box2 .minitext b,
.block-recipes .box2 .minitext strong {
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
}
.block-recipes .box2 .minitext strong:before,
.block-recipes .box2 .minitext b:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f10d";
  padding-right: 5px;
  font-size: 12px;
  color: #999;
  margin-top: -5px;
}
.block-recipes .box2 .minitext h2 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-family: "miriadpro";
  font-style: italic;
  margin-bottom: 15px;
  color: #fff;
}
.block-recipes .box2 .minitext a {
  border: solid 1px #bb9519;
  display: inline-block;
  text-decoration: none;
  padding: 4px;
  margin-top: 20px;
  margin-left: 40px;
  color: #bb9519;
}
.block-recipes .box2 .minitext .fa {
  color: #999;
  margin-left: 4px;
}
.block-internalgallery .nearbox {
  width: 48%;
  float: left;
}
.block-internalgallery .nearbox ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.block-internalgallery .nearbox ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 12px;
}
.block-internalgallery .nearbox ul li img {
  display: block;
  width: 204px;
  height: 120px;
}
.block-internalgallery .nearbox ul li:nth-child(2n) {
  margin-right: 0px;
}
.block-internalgallery .nearbox iframe {
  width: 100% !important;
  height: 250px !important;
}
.block-internalgallery .nearbox:first-child {
  margin-right: 4%;
}
.block-imageandschema .mainblock {
  background-repeat: no-repeat;
  width: 100%;
}
.block-imageandschema .schemablock {
  margin-left: 418px;
  height: 470px;
  background-color: #002b5c;
  padding: 10px;
}
.block-imageandschema .schemablock table {
  border: none !important;
}
.block-imageandschema .schemablock table tr td {
  border: none !important;
  color: #fff;
  padding: 2px;
}
.block-history h2 {
  background-color: #002b5c;
}
.block-history .images {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
}
.block-history .images li {
  display: inline-block;
  padding: 0px;
}
.block-history .images li img:first-child {
  margin-right: 2px;
}
.block-history .images li img:last-child {
  margin-left: 2px;
}
.block-ebook-download {
  background-image: url(../../../public/images/banner_ebook_download.png);
  background-repeat: no-repeat;
  background-position: 160px 80px;
  padding: 0px 160px;
}
.block-ebook-download .cntbookdnl {
  text-align: right;
  color: #002b5c;
  font-size: 28px;
  line-height: 40px;
  width: 400px;
  float: right;
  margin: 20px 30px 0px 0px;
  font-family: 'Playfair Display', serif;
  overflow: hidden;
  margin-bottom: 40px;
}
.block-ebook-download .linksrow {
  clear: both;
  float: right;
  width: 100%;
  text-align: right;
  padding-right: 30px;
}
.block-ebook-download .linksrow a {
  margin-left: 20px;
}
/**
-------------------------------------------------
 									 MAIN LINKS
-------------------------------------------------
**/
.biglink,
.smallink {
  color: #bb9519;
  font-family: "miriadpro";
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  border: solid 2px #bb9519;
  padding: 10px;
}
.biglink:hover,
.smallink:hover {
  color: #ccc;
  border: solid 2px #ccc;
}
.smallink {
  font-size: 18px;
}
.bglink-container {
  z-index: 5;
  position: absolute;
  margin-top: 410px;
  text-align: center;
  width: 100%;
}
.bglink-container-mobile {
  clear: both;
  display: none;
  margin-top: 25px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.bglink-container-mobile .biglink {
  display: inline-block;
  margin: 0 auto !important;
}
.pageblock-internal {
  padding: 20px 160px;
  clear: both;
}
.pageblock-internal h2 {
  color: #bb9519 !important;
  font-weight: normal;
  border-bottom: solid 1px #bb9519;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pageblock-internal strong {
  font-size: 16px;
}
.productlist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.productlist li {
  border-bottom: solid 1px #bb9519;
  overflow: hidden;
  padding: 10px 0px;
  text-align: justify;
  font-size: 14px;
  line-height: 23px;
  color: #002b5c;
}
.productlist li .zoom {
  float: left;
  color: #bb9519;
}
.productlist li img {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.productlist li .title {
  text-decoration: none;
  color: #d10303;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.productlist li:last-child {
  border-bottom: none;
}
/**
-------------------------------------------------
 									HOME GALLERY
-------------------------------------------------
**/
#home-slide {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#home-slide .biglink {
  z-index: 100;
  position: absolute;
  margin-top: 480px;
  margin-left: 850px;
  border: solid 3px #bb9519;
  font-size: 22px;
  padding: 10px;
}
#home-slide .biglink:hover {
  border: solid 2px #ccc;
  border: solid 3px #ccc;
}
/**
-------------------------------------------------
 							RICETTE BLOCCO SLIDE
-------------------------------------------------
**/
.titlecheff {
  background-image: url(../layout/icons/cheffitaly.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 110px;
  font-size: 24px;
  color: #d10303;
}
.recipeslide {
  margin: 0px 30px;
  padding-bottom: 50px;
}
.recipeslide ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0px;
  text-align: center !important;
  border-top: solid 1px #bb9519;
  border-bottom: solid 1px #bb9519;
}
.recipeslide ul li {
  float: left;
  text-align: left;
}
.recipeslide ul li a {
  color: #d10303;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}
.recipeslide .slick-dots {
  border: none;
  width: 100%;
  text-align: center !important;
  text-align: center;
}
.recipeslide .slick-dots li {
  padding-top: 10px;
  float: none;
  display: inline-block !important;
}
.adv-trueitalian-2 h2 {
  font-family: "miriadpro";
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #bb9519;
  background-color: #002b5c;
  padding: 6px 0px 3px 0px !important;
  border-bottom: 0px !important;
  line-height: 22px;
}
/*
-------------------------------------------------
 								HOME VIDEO SLIDE
-------------------------------------------------
**/
#video-home-slide {
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0px;
  padding-top: 20px;
  text-align: center;
  width: 950px;
}
#video-home-slide li {
  display: inline-block;
  margin-right: 5px;
}
#video-home-slide li iframe {
  width: 298px  !important;
  height: 168px !important;
}
#video-home-slide li a {
  color: #bb9519;
}
.slick-dots {
  z-index: 10;
  position: absolute;
  text-align: center;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  background: transparent;
  background-image: url(../../../templates/default/layout/icons/slide-item-off.png);
  background-repeat: no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  width: 26px;
}
.slick-dots li.slick-active button {
  background-image: url(../../../templates/default/layout/icons/slide-item.png);
}
/**
-------------------------------------------------
 									MENU FOOTER
-------------------------------------------------
**/
.footerbox {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px 50px 40px 50px;
}
.footerbox .logohome {
  width: 100%;
  text-align: center;
}
.footerbox .logohome a {
  display: inline-block;
  background-image: url(../layout/footerlogo.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 80px;
}
.bottomslogan {
  font-family: "miriadpro";
  background-color: #002b5c;
  text-align: center;
  font-size: 36px;
  color: #bb9519;
  padding: 10px 0px;
}
.footmenu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
}
.footmenu li {
  display: inline-block;
  text-align: left;
  border-right: solid 1px #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
.footmenu li a {
  color: #002b5c;
  text-decoration: none;
  font-weight: bold;
}
.footmenu li:last-child {
  border: none;
}
/**
-------------------------------------------------
 									     SOCIALS
-------------------------------------------------
**/
.socials {
  list-style-type: none;
  margin: 20px 0px;
  text-align: center;
}
.socials a {
  background-color: #bb9519;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 23px;
  padding-top: 7px;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
}
.mapblock {
  background-color: #002b5c;
  color: #bb9519;
  padding: 10px;
  font-size: 22px;
}
/**
-------------------------------------------------
 									CONTACT FORM
-------------------------------------------------
**/
.contactform {
  margin: 0px;
  padding: 0px;
}
.contactform h4 {
  font-style: italic;
  color: #848789;
}
.contactform input[type="text"],
.contactform textarea {
  width: 864px;
  border: solid 1px #e4d7b2;
  background-color: #fff;
  border: solid 1px #bb9519;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #002b5c;
  font-family: Arial, sans-serif;
}
.contactform input[type="submit"] {
  float: right;
  border: none !important;
  background-color: #d10303;
  color: #fff;
  padding: 10px 30px;
  cursor: pointer;
}
.contactform .contact_tab {
  width: 100%;
  border-collapse: collapse;
}
.contactform .contact_tab td input {
  width: 423px !important;
}
.contactform .contact_tab td.right input {
  width: 413px !important;
  margin-left: 10px;
}
.schedaitems {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 50%;
  float: left;
}
.schedaitems li .fa {
  color: #bb9519;
}
.schedaitems li.titleblock {
  padding-top: 10px;
}
.schedaitems li.titleblock:first-child {
  padding-top: 0px;
}
.bigdarktitle {
  font-family: "miriadpro";
  color: #002b5c;
  font-size: 40px;
}
.relatedproducts {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.relatedproducts li {
  float: left;
  text-align: center;
  /*
		.cont {
			width: 100px;
		}
		*/
}
.relatedproducts li img {
  display: block;
  margin-bottom: 10px;
}
.relatedproducts li a {
  color: #d10303;
  text-decoration: none;
  font-weight: bold;
}
/**
-------------------------------------------------
 									   POSTCARDS
-------------------------------------------------
**/
.postcardstool {
  z-index: 10;
  position: absolute;
  width: 850px;
  margin-top: -200px;
}
.postcardstool a {
  color: #bb9519;
}
.postcardstool #prev {
  float: left;
}
.postcardstool #next {
  float: right;
}
.pstpreviews {
  list-style-type: none;
  margin: 30px 0x;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}
.pstpreviews li {
  display: inline-block;
}
.smallpostcards .postcardstool {
  margin-left: 60px;
  width: 650px !important;
}
/**
-------------------------------------------------
 						SELETTORE LINGUA / PAESE
-------------------------------------------------
**/
#countrylayer {
  background-image: url(../layout/countryselector/bg-main.png);
  width: 700px;
  height: 630px;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  left: calc(50% - 350px);
  text-align: center;
  display: none;
}
#countrylayer .introx {
  border: solid 2px #002b5c;
  color: #002b5c;
  padding: 20px;
  margin: 30px 80px;
}
#countrylayer a {
  text-decoration: none;
  font-weight: bold;
  color: #002b5c;
}
#countrylayer h5 {
  color: #fff;
  font-size: 20px;
}
#countrylayer ul {
  list-style-type: none;
  margin-top: 40px;
  margin-left: 90px;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
  width: 90%;
}
#countrylayer ul li {
  width: 25%;
  float: left;
  text-align: left;
  padding: 20px 0px 20px 40px;
  background-image: url(../layout/countryselector/icons-country2.png);
  background-repeat: no-repeat;
  background-position: left 15px;
  font-size: 11px;
  font-weight: bold;
}
#countrylayer ul li a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #002b5c;
}
#countrylayer ul li a:hover {
  color: #bb9519;
}
#countrylayer ul #espana {
  background-position: left -121px;
}
#countrylayer ul #france {
  background-position: left -265px;
}
#countrylayer ul #suisse {
  background-position: left -407px;
}
#countrylayer ul #belgium {
  background-position: left -31px;
}
#countrylayer ul #holland {
  background-position: left -174px;
}
#countrylayer ul #polska {
  background-position: left -312px;
}
#countrylayer ul #uk {
  background-position: left -452px;
}
#countrylayer ul #deutschland {
  background-position: left -76px;
}
#countrylayer ul #japan {
  background-position: left -222px;
}
#countrylayer ul #romania {
  background-position: left -360px;
}
#countrylayer ul #usa {
  background-position: left -500px;
}
#countrylayer ul #austria {
  background-position: left -550px;
}
#countrylayer ul #hungary {
  background-position: left -592px;
}
.magnify {
  z-index: 10;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}
.magnify:after {
  content: "\f00e";
  font-family: 'FontAwesome';
  color: #bb9519;
  font-weight: normal;
  font-size: 14px;
}
.pdflists {
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0px;
  margin-bottom: 50px;
  text-align: center;
  width: 800px;
  height: 340px;
  background-repeat: no-repeat;
}
.pdflists li {
  display: inline-block;
}
.pdflists li a {
  display: inline-block;
  height: 324px;
  width: 190px;
}
.fbmap {
  width: 100%;
  margin: 20px 0px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
}
.fbmap li {
  margin: 0px;
  padding: 0px;
  float: left;
}
.fbmap li a {
  background-position: left center;
  float: left;
  width: 250px;
  height: 97px;
}
.fbmap li:last-child a {
  width: 95px;
}
.fbmap #dt2 {
  background-position: -262px center;
}
.fbmap #dt3 {
  background-position: -524px center;
}
.fbmap #dt4 {
  background-position: -785px center;
}
.nearbox {
  width: 48%;
  float: left;
}
.centerimage {
  text-align: center;
  overflow: hidden;
}
#fblayer {
  z-index: 10;
  position: absolute;
  margin-left: 700px;
  margin-top: -40px;
}
.sitemap {
  list-style-type: none;
}
.sitemap ul {
  list-style-type: none;
}
.sitemap li a {
  color: #002b5c;
  text-decoration: none;
}
.sitemap li a:hover {
  color: #bb9519;
}
.item-slide {
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0px;
  padding-top: 20px;
  width: 660px;
  display: inline-table;
}
.item-slide li {
  display: table-cell;
  padding-right: 5px;
  width: 215px;
  min-height: 188px;
  color: #002b5c;
}
.item-slide li img {
  width: 215px;
  height: auto;
}
.item-slide li a {
  color: #002b5c;
  text-decoration: none;
}
.block-video-group .prev,
.block-video-group .next {
  color: #bb9519;
  cursor: pointer;
  margin-top: 90px;
}
.block-video-group .prev {
  float: left;
  margin-left: 200px;
}
.block-video-group .next {
  float: right;
  margin-right: 200px;
}
@media (max-width: 1200px) {
  #top {
    height: auto;
  }
  .navbar {
    background-image: url(../layout/logo_mobile.jpg);
    background-repeat: no-repeat;
    background-position: center 20px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    height: auto;
    overflow: hidden;
    border-bottom: solid 2px #bb9519;
  }
  .navbar ul li {
    width: 100px;
  }
  .navbar ul li a {
    font-size: 12px;
  }
  #mobilehome {
    display: block;
  }
  #recovery {
    margin-top: 0px;
  }
  #LOGO {
    display: none;
  }
  #home-slide {
    width: 100%;
  }
  #home-slide .innerbox img {
    width: 100%;
    height: auto;
  }
  #home-slide .biglink {
    margin-top: 300px;
    margin-left: 500px;
    font-size: 14px;
  }
  #home-slide .biglink:hover {
    border: none;
  }
  #FICLOGO {
    margin-left: 360px;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin-top: -90px;
  }
  .columnbox,
  .column1 {
    display: none;
  }
  .container {
    width: 100%;
  }
  .internalcontainer {
    width: 800px;
    margin: 0 auto;
  }
  .areaselectors {
    overflow: hidden;
    z-index: inherit;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    /*display: none;*/
  }
  #top {
    background-image: none;
    background-color: #fff;
    z-index: inherit;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  /* 
		BLOCCHI PAGINA
	*/
  .pageblock {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px;
    background-size: 100%;
  }
  .pageblock .mobresize {
    display: block;
    width: 100%;
    height: auto;
  }
  .block-internalgallery .nearbox {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .block-internalgallery .nearbox ul li {
    padding: 0px;
    width: 50%;
    margin: 0px;
  }
  .block-internalgallery .nearbox ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .pageblock-internal {
    width: 96%;
    margin: 0px;
    padding: 2%;
  }
  .bglink-container {
    display: none;
  }
  .bglink-container-mobile {
    display: block;
  }
  .block-intro {
    width: 92%;
    padding: 10px 4%;
    background-image: none !important;
  }
  .block-recipes .box1 {
    width: 40%;
  }
  .block-recipes .box1 .headlogo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .block-recipes .box2 {
    width: 60%;
  }
  /*
	.bgmobresize {
		width: 100%;
		display: block;
		background-size: cover !important;
	}	*/
  .block-intro .intblock {
    padding: 40px 0px 0px 0px;
    width: 100%;
  }
  .block-fullimage {
    height: 250px;
  }
  .block-twocolumn {
    background-image: none !important;
  }
  .block-twocolumn .intblock {
    float: none;
    width: 100%;
  }
  .block-twocolumn .intblock img {
    width: auto !important;
  }
  .block-twocolumn .intblock .textcont {
    padding: 20px;
    text-align: justify;
  }
  .block-imageandhead {
    width: 100%;
    height: 400px;
  }
  .block-imageandhead .bglink-container-mobile {
    position: absolute;
    bottom: 10px;
  }
  .block-imageandhead .bglink-container-mobile a {
    font-size: 18px;
  }
  .block-fullimage {
    background-color: #f7f7f7;
    height: 350px;
  }
  .block-fullimage .bglink-container {
    margin-top: 290px;
    display: block;
  }
  .pdflists {
    width: 90%;
    background-size: 100%;
    height: 300px;
  }
  .pdflists li {
    width: 25%;
  }
  .centerimage {
    width: 100%;
  }
  .centerimage img {
    width: 100% !important;
    height: auto !important;
  }
  .block-ebook-download {
    padding: 0px;
    background-position: center 90px;
    background-size: 300px;
  }
  .block-ebook-download .cntbookdnl {
    float: none;
    margin: 5%;
    width: 90%;
    margin-top: 220px;
    font-size: 20px;
    line-height: 32px;
  }
  .block-ebook-download .linksrow {
    float: none;
  }
  .block-ebook-download .linksrow a {
    float: none;
    display: block;
    text-align: center;
    margin: 10px 3%;
  }
}
@media (max-width: 980px) {
  .nomobile {
    display: none;
  }
  #top {
    z-index: 4000;
  }
  .areaselectors {
    padding-right: 0%;
  }
  .productrow {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .internalcontainer {
    width: 100%;
    margin: 0;
  }
  .cirio-expo {
    display: none;
  }
  #countrylayer {
    width: 100%;
    left: 0px;
    background-position: center top;
  }
  #countrylayer .introx {
    margin: 0 auto;
    margin: 10px;
    margin-bottom: 40px;
  }
  #countrylayer ul {
    list-style-type: none;
    margin: 0px auto;
    text-align: center !important;
    margin-left: 10%;
  }
  #countrylayer ul li {
    display: inline-block;
    width: 33%;
    float: none;
    text-align: left;
    padding: 22px 0px 20px 40px;
  }
  #countrylayer h5 {
    display: none;
  }
  #home-slide .biglink {
    z-index: none;
    position: relative;
    margin: 0px;
    font-size: 16px;
    border: none;
    background-color: #bb9519;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    display: inline-block;
  }
  #home-slide .biglink:hover {
    border: none;
  }
  #FICLOGO {
    margin-left: 160px;
    background-size: 100%;
    width: 60px;
    height: 60px;
    margin-top: -60px;
  }
  .mobnav {
    display: block;
  }
  .navbar {
    width: 100%;
    height: auto;
    margin: 0px;
    overflow: hidden;
  }
  .navbar > ul {
    display: none;
    width: 100%;
    overflow: hidden;
  }
  .navbar > ul > li {
    text-align: center;
    display: block;
    float: none;
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding: 5px 0px;
    overflow: hidden;
  }
  .navbar > ul > li .submenu {
    z-index: auto !important;
    position: relative !important;
    padding: 0px;
    clear: both;
    text-align: center;
    float: none;
    background-color: #ffcc00;
    width: 100%;
  }
  .navbar > ul > li .submenu .arrowitem {
    display: none;
  }
  .navbar > ul > li .submenu ul {
    border: none;
    display: block !important;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .navbar > ul > li .submenu ul li {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    background-color: #eee;
  }
  .navbar > ul > li .submenu ul li:last-child {
    border-bottom: none;
  }
  .navbar > ul > li a {
    padding: 0px;
    text-align: center;
  }
  .navbar > ul > li:last-child {
    border-bottom: none;
  }
  .navbar > ul #recipe:hover .submenu {
    display: none;
  }
  .maintitle {
    margin: 0px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .maintitle .titleblock {
    padding: 0px;
  }
  .column2 {
    width: 96%;
    padding: 2%;
    margin: 0px;
  }
  /**
	------------------------------------------------- 
	 										  RECIPES
	-------------------------------------------------
	**/
  .recipeslist {
    width: 100%;
    text-align: center;
    /*
		li {
			display: inline-block;
			vertical-align: top;
			width: 26% !important;	
			text-align: center;
			height: 350px;
			padding: 2%;
			margin: 0px;
			margin-bottom: 10px;

			img {
				width: 100%;
				height: auto;
			}		
			
			a {
				font-size: 16px;
			}

		}*/
  }
  .allrecipes {
    text-align: center;
  }
  .block-recipes {
    background-image: none !important;
  }
  .block-recipes .box1 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: none !important;
  }
  .block-recipes .box2 {
    display: none;
  }
  .recpfootlink a:first-child {
    display: none;
  }
  .schedaitems {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .schedaitems li {
    width: 100%;
    display: block;
  }
  .relatedproducts {
    float: none;
    width: 100%;
    display: block;
  }
  .relatedproducts li {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
  iframe {
    width: 100% !important;
    /*height: 350px !important;*/
  }
  #recipesearchform {
    text-align: center;
    width: 100%;
  }
  .searchoptionitem {
    width: 80% !important;
    text-align: center;
    border-top: dotted 1px #ccc;
    padding-top: 10px;
  }
  .block-internalgallery .nearbox iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .block-imageandhead {
    width: 100%;
    height: 450px;
  }
  .block-imageandhead .bglink-container-mobile {
    position: absolute;
    bottom: 10px;
  }
  .block-imageandhead .bglink-container-mobile a {
    font-size: 18px;
  }
  .block-fullimage {
    background-color: #f7f7f7;
    height: 350px;
  }
  .block-fullimage .bglink-container {
    margin-top: 280px;
    display: block;
  }
  .block-twocolumn .intblock img {
    width: 90% !important;
  }
  .footmenu {
    display: none !important;
  }
  .bottomslogan {
    padding: 20px 0px;
    font-size: 18px;
  }
  .productrow .boxpreview,
  .productrow .boxpreview-wide {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .productrow .boxpreview h2,
  .productrow .boxpreview-wide h2 {
    text-align: center;
    width: 100%;
    margin: 30px 0px 30px 0px;
  }
  .productrow .boxpreview img,
  .productrow .boxpreview-wide img {
    width: 60%;
    margin: 0px auto;
    height: auto;
    margin-bottom: 10px;
  }
  .productrow .boxpreview-wide img {
    width: 100%;
  }
  .productrow .boxpreview:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .productlist li img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .productlist li .title {
    text-align: center;
  }
  .prodimagerow li {
    width: 98% !important;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  .nutritionbox .nutritiontable {
    width: 49% !important;
    float: left;
  }
  .nutritionbox .nutritiontable table {
    width: 100% !important;
  }
  .nutritionbox .healthbenefits {
    width: 48%;
    float: right;
  }
  .nutritionbox .healthbenefits h4 {
    margin-left: calc(24% - 62px);
    margin-top: -34px;
  }
  /**
	------------------------------------------------- 
	 										POSTCARDS
	-------------------------------------------------
	**/
  .postcardstool {
    display: none;
  }
  .imgs {
    margin: 0px;
  }
  .imgs img {
    width: 180px;
  }
  /**
	------------------------------------------------- 
	 									CONTACT FORM 
	-------------------------------------------------
	**/
  .contactform input[type="text"],
  .contactform textarea {
    width: 92% !important;
  }
  .contactform input[type="submit"] {
    float: none;
    margin: 30px auto;
  }
  .contactform .contact_tab td {
    width: 100%;
    display: block;
    padding: 0px;
  }
  .contactform .contact_tab td input {
    width: 92% !important;
  }
  .contactform .contact_tab td.right input {
    margin-left: 0px;
    width: 92% !important;
  }
  .pdflists {
    width: 100%;
    background-size: 100%;
    height: 180px;
  }
  /**
	------------------------------------------------- 
	 									#TRUEITALIAN
	-------------------------------------------------
	**/
  #fblayer {
    margin-left: 75%;
    z-index: auto;
    position: relative;
    margin-top: 40px;
  }
  .boxestext img {
    width: 100%;
    height: auto;
  }
  .boxestext .biglink {
    float: none !important;
    display: block;
    text-align: center;
    margin: 20px;
    width: 50%;
  }
  .boxestext table {
    width: 100%;
  }
  .boxestext table tr td {
    width: 44%;
    padding: 3%;
  }
  .boxestext table tr td iframe {
    height: 220px !important;
  }
  #video-home-slide {
    width: 100% !important;
    padding-bottom: 60px;
  }
  #ciaogusto {
    width: 50px;
    margin: 30px 0px;
  }
  .item-slide {
    width: 100%;
    display: none;
  }
  .item-slide li {
    margin: 0px;
    text-align: center !important;
    width: 100%;
    display: block;
  }
  .item-slide li img {
    width: 100% !important;
  }
  .block-video-group .prev,
  .block-video-group .next {
    display: none !important;
  }
  .block-video-group iframe {
    width: 100% !important;
    height: 280px;
  }
}
@media (max-width: 400px) {
  .nomobile {
    display: none;
  }
  #top {
    z-index: 4000;
  }
  .internalcontainer {
    width: 100%;
    margin: 0;
  }
  #home-slide .biglink {
    z-index: none;
    position: relative;
    margin: 0px;
    font-size: 16px;
    border: none;
    background-color: #bb9519;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    display: inline-block;
  }
  #home-slide .biglink:hover {
    border: none;
  }
  #FICLOGO {
    margin-left: 160px;
    background-size: 100%;
    width: 60px;
    height: 60px;
    margin-top: -60px;
  }
  .mobnav {
    display: block;
  }
  .navbar {
    width: 100%;
    height: auto;
    margin: 0px;
    overflow: hidden;
  }
  .navbar > ul {
    display: none;
    width: 100%;
    overflow: hidden;
  }
  .navbar > ul > li {
    text-align: center;
    display: block;
    float: none;
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding: 5px 0px;
    overflow: hidden;
  }
  .navbar > ul > li .submenu {
    z-index: auto !important;
    position: relative !important;
    padding-top: 0px;
    clear: both;
  }
  .navbar > ul > li .submenu .arrowitem {
    display: none;
  }
  .navbar > ul > li .submenu ul {
    border: none;
    display: block !important;
  }
  .navbar > ul > li .submenu ul li {
    text-align: center;
    border-bottom: dotted 1px #ccc;
  }
  .navbar > ul > li a {
    padding: 0px;
    text-align: center;
  }
  .navbar > ul > li:last-child {
    border-bottom: none;
  }
  .navbar > ul #recipe:hover .submenu {
    display: none;
  }
  .maintitle {
    margin: 0px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .maintitle .titleblock {
    padding: 0px;
  }
  .column2 {
    width: 96%;
    padding: 2%;
    margin: 0px;
  }
  /**
	------------------------------------------------- 
	 										  RECIPES
	-------------------------------------------------
	**/
  .recipeslist {
    width: 100%;
    text-align: center;
  }
  .recipeslist li {
    display: inline-block;
    vertical-align: top;
    width: 46% !important;
    text-align: center;
    height: 250px;
    padding: 2%;
    margin: 0px;
    margin-bottom: 10px;
  }
  .recipeslist li img {
    width: 100%;
    height: auto;
  }
  .recipeslist li a {
    font-size: 16px;
  }
  .recipeslist li:nth-child(5n+1) {
    display: none;
  }
  .allrecipes {
    text-align: center;
  }
  .block-recipes {
    background-image: none !important;
  }
  .block-recipes .box1 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: none !important;
  }
  .block-recipes .box2 {
    display: none;
  }
  .recpfootlink a:first-child {
    display: none;
  }
  .schedaitems {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .schedaitems li {
    width: 100%;
    display: block;
  }
  .relatedproducts {
    float: none;
    width: 100%;
    display: block;
  }
  .relatedproducts li {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
  .mainrecipeimage {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 200px;
  }
  iframe {
    width: 100% !important;
    height: 250px;
  }
  .recipeslide .slick-dots {
    display: none !important;
  }
  #recipesearchform {
    text-align: center;
  }
  .searchoptionitem {
    margin: 0px;
    margin-left: 30px;
  }
  .recipetool .scrollbtn {
    display: none;
  }
  .block-imageandhead {
    width: 100%;
    height: 300px;
  }
  .block-imageandhead .bglink-container-mobile {
    position: absolute;
    bottom: 10px;
  }
  .block-imageandhead .bglink-container-mobile a {
    font-size: 18px;
  }
  .block-fullimage {
    background-color: #f7f7f7;
    height: 250px;
  }
  .block-fullimage .bglink-container {
    margin-top: 150px;
    display: block;
  }
  .block-twocolumn .intblock img {
    width: 90% !important;
  }
  .block-imageandschema .mainblock {
    padding-top: 360px;
    background-size: 100% !important;
  }
  .block-imageandschema .schemablock {
    margin-top: 150px;
    margin: 0px !important;
    height: auto !important;
    background-color: none;
    width: 92% !important;
    padding: 4%;
  }
  .block-imageandschema .schemablock table,
  .block-imageandschema .schemablock tbody {
    width: 90%;
    margin: 0px !important;
  }
  .block-imageandschema .schemablock table tr td,
  .block-imageandschema .schemablock tbody tr td {
    margin: 0px;
    width: 43% !important;
    float: left;
    padding: 5px 0px;
  }
  .footmenu {
    display: none !important;
  }
  .bottomslogan {
    padding: 20px 0px;
    font-size: 18px;
  }
  .productrow .boxpreview,
  .productrow .boxpreview-wide {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .productrow .boxpreview h2,
  .productrow .boxpreview-wide h2 {
    text-align: center;
    width: 100%;
    margin: 30px 0px 30px 0px;
  }
  .productrow .boxpreview img,
  .productrow .boxpreview-wide img {
    width: 60%;
    margin: 0px auto;
    height: auto;
    margin-bottom: 10px;
  }
  .productrow .boxpreview-wide img {
    width: 100%;
  }
  .productrow .boxpreview:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .productlist li img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .productlist li .title {
    text-align: center;
  }
  .prodimagerow li {
    width: 98% !important;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  .nutritionbox .nutritiontable {
    width: 100% !important;
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .nutritionbox .nutritiontable table {
    width: 100%;
  }
  .nutritionbox .healthbenefits {
    width: 100%;
    margin-top: 50px;
    float: none;
    display: block;
    padding: 3px 0px;
  }
  .nutritionbox .healthbenefits h4 {
    padding-left: 0px;
    width: 116px;
    margin: 0;
    margin-top: -34px;
    margin-left: calc(50% - 58px);
    text-align: center !important;
  }
  /**
	------------------------------------------------- 
	 										POSTCARDS
	-------------------------------------------------
	**/
  .postcardstool {
    display: none;
  }
  .imgs {
    margin: 0px;
  }
  .imgs img {
    width: 180px;
  }
  /**
	------------------------------------------------- 
	 									CONTACT FORM 
	-------------------------------------------------
	**/
  .contactform input[type="text"],
  .contactform textarea {
    width: 92% !important;
  }
  .contactform input[type="submit"] {
    float: none;
    margin: 30px auto;
  }
  .contactform .contact_tab td {
    width: 100%;
    display: block;
    padding: 0px;
  }
  .contactform .contact_tab td input {
    width: 92% !important;
  }
  .contactform .contact_tab td.right input {
    margin-left: 0px;
    width: 92% !important;
  }
  .pdflists {
    width: 100%;
    background-size: 100%;
    height: 180px;
  }
  /**
	------------------------------------------------- 
	 									#TRUEITALIAN
	-------------------------------------------------
	**/
  #fblayer {
    margin-left: 0px;
    z-index: auto;
    position: relative;
    margin-top: 40px;
  }
  .boxestext img {
    width: 100% !important;
    height: auto !important;
  }
  .boxestext .biglink {
    float: none !important;
    display: block;
    text-align: center;
    margin: 20px;
    width: 90%;
  }
  .boxestext table {
    width: 100%;
    margin: 20px 0px;
  }
  .boxestext table tr td {
    display: block;
    width: 100%;
    padding: 10px 0px;
  }
  #ciaogusto {
    width: 50px;
    margin: 30px 0px;
  }
}
