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

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

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

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

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

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


/* GENERIC SETTING */

#search{
  padding-right: 34px;
	padding-left: 15px;
  background-image: url('/images/searchIcon.png');
  background-repeat: no-repeat;
  background-position: right center;
  outline: 0;
}

body > nav, body > section, body > footer{
  visibility: hidden;
}

.onlyMobile{
  display: none;
}

.onlyDesktop{
  display: block;
}

.footerShadowSeparator{
  width: 0px;
}

#loadingOverlay{
  z-index: 99999;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#loadingOverlay img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -76px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

body{
	font-family: 'aleoregular';
	font-size: 18px;
	color: #2d3a80;
}

#bottega-prodotto, #blogDetailDistance{
	padding-top: 155px;
}

#prodotti, #dettaglioProdotto, #ricette, #blog, #contatti, #collabora, #bottega, #accountUtente, #gestioneRubriche, #dettaglioOrdine, #carrello, #infopage, #conferma, #recupero-password, #newsletterChecker{
	margin-top: 100px;
}

#infopage{
  margin-bottom: 40px;
}

.pageTitle{
	margin: 10px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Volkhov';
	color: #cdaf67;
	font-size: 30px;
	border-top: 1px dotted #cdaf67;
	border-bottom: 1px dotted #cdaf67;
	padding: 10px 0;
	letter-spacing: 3px;
}

p, address, #contatti a, #bottega-prodotto a, #collabora a{
	color: #2d3a80;
	font-size: 16px;
	font-family: 'aleoregular';
}

#infopage a{
  color: #2d3a80;
	font-size: 16px;
  font-family: 'aleobold';
}

a:hover, #contatti a:hover, #collabora a:hover, #bottega-prodotto a:hover, .divellaFooter a:hover, #widgetBar a:hover, #infopage a:hover{
	text-decoration: none;
	color: #df0014;
}

#bottega-prodotto #consensoInfoNutrizionaliLabel a{
  color: #cdaf67;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#bottega-prodotto #consensoInfoNutrizionaliLabel a:hover{
  color: #df0014;
}

a:focus, a:focus:active{
	outline: none;
	text-decoration: none;
}

input:focus, input:active, input:active:focus, textarea:focus, textarea:active:focus, textarea:active, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, select:active, select:focus{
	outline: none;
}

input, textarea, select{
	font-size: 16px;
	font-family: 'Volkhov', serif;
	font-weight: 700;
}

input[type=email], input[type=text], input[type=number], input[type=tel], input[type=password], input[type=date], textarea, select{
	width: 100%;
	border-radius: 8px;
	padding: 6px 15px;
	border-color: transparent;
	background-color: #f8f7f2;
	color: #807A62;
	margin-bottom: 10px;
}

input[type=number]{
	padding: 6px 0px 6px 15px !important;
}

input[type=date]{
	width: auto !important;
	padding: 0px 0px 0px 15px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.doubleCol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.orizContour{
	border-top: 1px solid #df0014;
	border-bottom: 1px solid #df0014;
}

.onlyTopContour{
	border-top: 1px solid #df0014;
}

.onlyBottomContour{
	border-bottom: 1px solid #df0014;
}

.btn, .btn:active, .btn:focus{
	border-radius: 8px;
	padding: 10px 15px;
	border: 1px solid #2d3a80;
	background-color: white;
	color: #2d3a80;
	font-size: 12px !important;
	letter-spacing: 1.5px !important;
	font-weight: 700 !important;
	font-family: 'Volkhov', serif !important;
	text-transform: uppercase;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
  cursor: pointer;
}

.btnGold, .btnGold:active, .btnGold:focus {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #cdaf67;
    background-color: white;
    color: #cdaf67;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    font-weight: 700 !important;
    font-family: 'Volkhov', serif !important;
    text-transform: uppercase;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: pointer;
    display: inline-block;
}

.btn:hover, a.btn:hover{
	background-color: #2d3a80 !important;
	color: white !important;
}

.btnGold:hover, a.btnGold:hover {
    background-color: #cdaf67 !important;
    color: white !important;
}

.btn:active, .btn:focus, .btnGold:focus, .btnGold:active{
	outline: none;
}

.sellLimitated{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: 'Volkhov';
  color: #df0014;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 700;
}

.sellLimitated.bigger{
  font-size: 15px;
}

/* ACCOUNT UTENTE - RUBRICHE*/

.accountTitle{
  font-family: 'volkhov';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 700;
}

.accountBooksTitle{
  font-family: 'volkhov';
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  border-bottom: 1px dotted #cdaf67;
  padding-bottom: 11px;
}

.userInfoList{
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.infoTitle{
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #cdaf67;
}

.table th{
  font-family: 'volkhov';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}

#ordersTable td:first-child {
  padding-left: 10px;
}

#ordersTable td:last-child {
  padding-right: 10px;
}

#addressListForm ul li, #addressListForm ul {
  padding-left: 0;
}

#addressListForm ul {
  list-style: none;
}

#addressListForm li {
  margin-bottom: 15px;
  border-bottom: 1px dotted #cdaf67;
  padding-bottom: 15px ;
}

/* END ACCOUNT UTENTE - RUBRICHE */

@-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);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.loading .rotella{
	position: absolute;
}

.loading .rotella.Small{
	top: 0px;
	left: 40px;
}

.loading .rotella.Medium{
	top: 30px;
	left: 3px;
}

.loading .rotella.Large{
	top: 50px;
	left: 47px;
}

.loading{
	position: relative;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	left: 50%;
}

.separeteor{
	clear: both;
	width: 100%;
}

.paddingRight0, .noPaddingRight{
	padding-right: 0px;
}

.paddingLeft0{
	padding-left: 0px;
}

.padding0{
	padding: 0;
}

.marginTopUserMenu{
	-moz-transition: margin-top 0.3s ease;
	-webkit-transition: margin-top 0.3s ease;
	-o-transition: margin-top 0.3s ease;
	transition: margin-top 0.3s ease;
}

.marginTopUserMenuOpened{
	margin-top: 40px;
}

.generalContainer{
	padding: 30px 0;
}

      .parallax-A{
        background-image: url('/images/parallax-pasta-1.jpg');
        width: 100%;
        background-size: initial;
        background-attachment: fixed;
        background-position: center;
      }
    
.parallax-A h4{
	font-family: 'Volkhov', serif;
	font-size: 24px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: none;
	padding: 50px;
}

a.btn, #logon a.btn{
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.divellaRedColor{
	color: #df0014;
}

.consigliati{
	border-top: 1px solid  #df0014;
}

.consigliati h1{
	border: none;
	text-align: center;
	padding: 0;
	margin: 20px 20px 0 20px;
	font-family: 'Volkhov';
	text-transform: uppercase;
	font-size: 20px;
	color: #cdaf67;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.ricetteConsigliate h2{
	background-color: #f4f2f1;
	border-bottom: 1px solid  #df0014;
	font-size: 17px;
}

.ricetteConsigliate{
	background-color: #f4f2f1;
	border-bottom: 1px solid  #df0014;
}

#prodotti .multiformato{
  position: absolute;
  top: -3px;
  transform: translate(-50%);
  left: 50%;
}

#prodotti  .multiformato span{
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 700;
	text-transform: none;
}

/* MENU PRINCIPALE */
#logoContainer{
	width: 192px;
	height: 138px;
	position: relative;
}

#logoMenu{
  left: 13px;
  padding: 0;
  z-index: 55;
  position: absolute;
  float: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

#logoMenu img{
  width: auto;
  max-width: 100%;
}

.navbar-header{
  margin-left: calc((100% - 1200px)/2);
}

#logoShadow{
	box-shadow: 0px 0px 50px rgba(0,0,0,.8);
	width: 181px;
	height: 128px;
	position: absolute;
	left: 50%;
	margin-left: -77px;
	top: 50%;
	margin-top: -64px;
  z-index: 50;
}

#menuBar{
	background-color: white;
	border: none;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	-moz-transition: margin-top 0.3s ease;
	-webkit-transition: margin-top 0.3s ease;
	-o-transition: margin-top 0.3s ease;
	transition: margin-top 0.3s ease;
  margin-bottom: 0;

}

#menuBar .nav .mainMenuItem{
	text-transform: uppercase;
	font-family: 'Volkhov', serif;
	font-size: 12px;
	font-weight: 700;
	color: #df0014;
	position: static;
  margin-top: 5px;
  margin-bottom: 15px;
}

#menuBar .topMenuList > li.mainMenuSocialItem{
	font-size: 14px;
	color: #df0014;
	margin-left: 3px;
	margin-right: 3px;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#menuBar .mainMenuSocialItem#facebook:hover {
  color: #3C599B;
}

#menuBar .mainMenuSocialItem#instagram:hover {
  color: #2C6286;
}

#menuBar .mainMenuSocialItem#youtube:hover {
  color: #CA1D20;
}

#menuBar .mainMenuSocialItem#pinterest:hover {
  color: #CB2027;
}

#menuBar .mainMenuSocialItem#twitter:hover {
  color: #58CCFF;
}

#menuBar .nav .mainMenuItem a{
	color: inherit;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
}

#menuBar .nav .mainMenuItem.active{
	color: #df0014;;
	width: inherit;
	height: inherit;
}

#menuBar .nav .mainMenuItem.active a{
	color: inherit;
	background-color: inherit;
}

#menuBar .nav .mainMenuItem .countCartItems{
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #df0014;
  color: white;
  text-align: center;
  width: 20px;
  letter-spacing: 0px;
  position: relative;
}

@-webkit-keyframes cartFeedback{
  0%{
    width: 0px;
    height: 0px;
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  100%{
    width: 80px;
    height: 80px;
    opacity: 0;
    filter: blur(80px);
  }
}

@-moz-keyframes cartFeedback{
  0%{
    width: 0px;
    height: 0px;
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  100%{
    width: 80px;
    height: 80px;
    opacity: 0;
    filter: blur(80px);
  }
}

@-o-keyframes cartFeedback{
  0%{
    width: 0px;
    height: 0px;
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  100%{
    width: 80px;
    height: 80px;
    opacity: 0;
    filter: blur(80px);
  }
}

@keyframes cartFeedback{
  0%{
    width: 0px;
    height: 0px;
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  100%{
    width: 80px;
    height: 80px;
    opacity: 0;
    filter: blur(80px);
  }
}

.cartFeedbackAnimation{
  -webkit-animation-name: cartFeedback;
  -moz-animation-name: cartFeedback;
  -o-animation-name: cartFeedback;
  animation-name: cartFeedback;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
}

.cartFeedback{
  display: block;
  position: absolute;
  background-color: #df0014;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  left: 50%;
}

#menuBar .mainMenuSocialItem a{
  padding: 5px 3px;
	color: inherit;
}

#mainMenu .menu-underline{
	position: absolute !important;
	height: 3px;
	background-color: #df0014;
	bottom: 0px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

#subMenu .menu-underline{
	position: absolute !important;
	height: 3px;
	background-color: white;
	top: 33px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.menu-underline:focus,.menu-underline:focus:active, #menuBar .nav .mainMenuItem.active a:focus, #menuBar .nav .mainMenuItem.active a:focus:active{
	outline: none;
}

.submenuVisible{
	height: 79px !important;
}

.dropDownSubmenu{
	-moz-transition: height 0.8s ease;
	-webkit-transition: height 0.8s ease;
	-o-transition: height 0.8s ease;
	transition: height 0.8s ease;
}

.subMenuContainer{
	height: 0px;
	border: 0;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	width: 100%;
	position: absolute;
	left: 0;
	top: 73px;
	overflow: hidden;
	background-color: #df0014;
}

#subMenuUl{
	position: relative;
	bottom: 7px;
	display: block;
	height: 60px;
	background-position-x: center;
	background-position-y: -20px;
	width: 760px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 19px;
}

#subMenuUl .submenuItem a:hover, #subMenuUl .active{
	color: #f2cf84 !important;
}

#subMenuUl .submenuItem {
	display: inline-block;
	color: white;
	font-size: 10px;
	padding: 0px 11.5px;
	text-transform: uppercase;
	font-family: 'aleobold';
	letter-spacing: 2px;
	margin-top: 3px;
	padding-bottom: 0px;
	text-align: center;
	float: none;
}

#subMenuUl .submenuItem  a, #breadcrumbsProdotti ul li a, #productMenu li a{
	color: inherit;
	padding: 0;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

#productMenu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 100%;
}

#productMenu li{
  font-family: 'aleobold';
  text-transform: uppercase;
  color: #cdaf67;
  font-size: 9px;
  margin: 0 10px;
  letter-spacing: 1px;
  padding: 3px 0;
  border-bottom: 1px dotted #cdaf67;
  padding-bottom: 6px;
  margin-bottom: 6px;
  padding-left: 5px;
}

#productMenu li a{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

.navbar-header{
	height: 73px;
}
-77px
/* END MENU PRINCIPALE*/

/* MENU UTENTE */

#userMenu{
  background-color: #F8F7F2;
}
#menuBar .custom-container > :not(.navbar-header) {
  padding: 0px calc((100% - 1170px)/2);
}

#userMenu a {
  color: inherit;
}

#userMenu .container-fluid{
	display: block;
	margin: 0;
	padding: 0;
}

#userMenu{
	height: 40px;
  background-color: #F8F7F2;
}

#userMenu .topMenuList{
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

#userMenu .topMenuList li{
	display: inline-block;
	color: #df0014;
	margin: 10px 15px;
	font-size: 10px;
	font-family: Volkhov, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}


#userMenu .name{
	text-transform: none;
	font-style: italic;
	letter-spacing: 0px;
}

#userMenu .topMenuList > li:first-child{
	margin-left: 0px;
}

#userMenu .topMenuList > li:last-child{
	margin-right: 0px;
}

.expandable .langController{
  position: relative;
  text-align: right;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.expandable.opened .langController{
  margin-top: 40px;
}

.langMenuActivator{
  cursor: pointer;
  display: inline-block;
  font-family: Volkhov, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.langController .langListContainer{
  width: 0px;
  overflow-x: hidden;
  display: inline-block;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
}

.langController .langListContainer{
  font-family: Volkhov, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  display: inline-block;
  text-align: left;
}

.langController.opened .langListContainer, .langController:hover .langListContainer{
  width: 32px;
}

.langListContainer .langList{
  padding: 0;
  margin-left: 5px;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}

.langListContainer .langList li{
  margin-right: 5px;
  display: inline;
}

.langListContainer .langList li:hover{
  color: #df0014;
}

.langListContainer .langList li:last-child{
  margin-left: 0px;
}

#menuBar .onlySmallSize{
	display: none;
}

.smallSizeUserMenuItem{
  color: #cdaf67;
  text-transform: uppercase;
  font-family: 'Volkhov', serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

/* END MENU UTENTE */

/* RICETTE COLLEGATE */

#relatedRecipes{
	background-color: white;
	border-top: 1px solid  #df0014;
  padding-bottom: 30px;
}

#relatedRecipes h1{
	text-align: center;
	padding: 0;
	border: none;
	margin: 20px;
	font-family: 'Volkhov';
	text-transform: uppercase;
	font-size: 20px;
	color: #cdaf67;
	letter-spacing: 1.5px;
	font-weight: 700;
}

#relatedRecipes h2 {
  font-size: 18px;
  color: #cdaf67;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 23px;
  font-weight: 700;
  font-family: 'Volkhov';
  text-transform: uppercase;
}

#relatedRecipes .raccomandatedRecipeText p{
  font-size: 14px;
}

.topBorderYellow{
	border-top: 1px solid #cdaf67;
}

#relatedRecipes img{
	width: 100%;
}

/* END RICETTE COLLEGATE */

/* SLIDER */

.sliderCaption{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	padding: 5px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(236,17,4,.6);
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.sliderCaption .innerCaption{
	margin: 0px ;
	border: 1px solid white;
	font-family: 'Volkhov', serif;
}

#home .sliderCaption .innerCaption h1, .sliderCaption .innerCaption h2{
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 2px;
  font-size: 24px;
  border-bottom: none;
  font-family: 'Volkhov';
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.arrowbox::after, .boxSlideArrow{
	content: "";
	background-color: rgba(235,13,33,.6);
	border-radius: 7px;
	padding: 10px;
	width: 40px;
	height: 40px;
	display: block;
	margin-top: -29.5px;
}
.arrowbox{
	font-size: 17px !important;
}

.arrowbox:hover::after{
	background-color: rgb(235,13,33);
}

.arrN::after{
	margin-left: -3.5px;
}

.arrP::after{
	margin-left: -4.5px;
}

.carousel-inner{
  background-color: #2d3a80 !important;
}

.carousel-inner > .item{
  text-align: center !important;
}

.carousel-indicators li{
	background-color: rgba(235,13,33,0.6);
	border-radius: 2px;
	border: none;
	margin: 0px 8px;
	height: 10px;
	width: 10px;
}

.carousel-indicators li.active{
	background-color: rgb(235,13,33);
	height: 10px;
	width: 10px;
	margin: 0px 8px;
}

/*	END SLIDER */

#home h1{
	border-bottom: 1px dotted #cdaf67;
	font-family: 'Volkhov';
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	color: #cdaf67;
	letter-spacing: 1.5px;
	font-weight: 700;
}

#home .articleBlog .articleHome h2{
  border-bottom: 1px dotted #cdaf67;
  font-family: 'Volkhov';
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  color: #cdaf67;
  letter-spacing: 1.5px;
  font-weight: 700;
}

/* OWL CARUSEL */

.owl-carousel .owl-wrapper-outer {
	text-align: center;
}

.linea-prodotti-prev {
	left: 0;
	top: 50%;
	margin-top: -33px;
	position: absolute;
	cursor: pointer;
}

.linea-prodotti-next {
	right: 0;
	top: 50%;
	margin-top: -33px;
	position: absolute;
	cursor: pointer;
}

.linea-prodotti-prev:hover, .linea-prodotti-next:hover{
	  background-color: rgb(235,13,33);
}

#lineeSlider .generalContainer{
	overflow: hidden;
}

#lineeSlider h2{
	margin: 0 0 31px 0;
	border: none;
	padding: 0px;
	text-align: center;
  font-family: 'Volkhov';
  text-transform: uppercase;
  font-size: 20px;
  color: #cdaf67;
  letter-spacing: 1.5px;
  font-weight: 700;
}

#lineeSlider .glyphicon{
	color: white;
	top: 0px;
	right: -1px;
}

img.lineeItem{
	width: 60%;
}

.arrowBoxContainer{
	width: 40px;
	height: 120px;
  top: 119px;
	position: absolute
}

.gradientTransparentRightToLeft{
	background: -webkit-linear-gradient(left, transparent, white);
	background: -o-linear-gradient(right, transparent, white);
	background: -moz-linear-gradient(right, transparent, white);
	background: linear-gradient(to right, transparent, white);
}

.gradientTransparentLeftToRight{
	background: -webkit-linear-gradient(right, transparent, white);
	background: -o-linear-gradient(left, transparent, white);
	background: -moz-linear-gradient(left, transparent, white);
	background: linear-gradient(to left, transparent, white);
}

/* END OWL*/

/*  HOME */

#home-slider{
	margin-top: 73px;
}

#home-slider .forDesk{
	display: inline-block;
}

#home-slider .forMobile{
	display: none;
}

#home .ribbon{
	width: 70%;
	position: relative;
	margin: auto;
	margin-bottom: 3em;
	background: -webkit-linear-gradient(#244282, #132545);
	background: -o-linear-gradient(#244282, #132545);
	background: -moz-linear-gradient(#244282, #132545);
	background: linear-gradient(#244282, #132545);
	z-index: 50;
}

#home .ribbon i{
  width: 90%;
  height: 120%;
  display: block;
  margin: auto;
  z-index: 100;
  position: relative;
  overflow: hidden;
}

#home i span{
	color: #FFF;
	display: block;
	text-align: center;
	top: 50%;
	position: relative;
	text-shadow: 0.0625em 0.0625em 0.0625em #333;
	font-style: normal;
	font-family: Volkhov, serif;
	letter-spacing: 6.5px;
	font-size: 30px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 60;
}

#home .ribbon:before{
	content: "";
	position: absolute;
	bottom: -1.4em;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1.5em solid #132545;
	border-right: 20em solid transparent;
}

#home .ribbon:after{
	content: "";
	position: absolute;
	bottom: -1.4em;
	right: 0;
	width: 0;
	height: 0;
	border-top: 1.5em solid #132545;
	border-left: 20em solid transparent;
}

#home .granoBackground{
	background-image: url('/images/grano-background.png');
	height: inherit;
	background-repeat: no-repeat;
	background-size: 90%;
	padding: 0;
	background-position-y: -31px;
}

#home .granoSx{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: 'FlipH';
}

.articleHome{
	border-bottom: 1px solid #cdaf67;
	padding: 0;
}

.articleHome header{
	padding-left: 0;
}

.articleHome section{
	padding-right: 0;
}

.articleBlog .row:last-child .articleHome{
	border-width: 0px;
}

.articleHome .btn{
	position: absolute;
	left: 0px;
	bottom: 30px;
}

.articleHome img{
	width: 100%;
}

.articleHome p{
	padding-right: 30px;
	margin-bottom: 90px;
}

.socialContainer{
	background-color: #3B5998;
	padding: 0;
}

.socialContainer h1 {
    color: white !important;
    padding-bottom: 6px !important;
}

.socialContainer  .lineBorder{
	border-right: 1px solid white;
}

.socialContainer img{
	border: 3px solid white;
}

.socialContainer h4{
	text-align: center;
	border: none !important;
	padding: 27px 0px 0px 0px;
	margin: 0px 0px 20px 0px !important;
  color: white;
  font-family: 'Volkhov';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.socialContainer .background{
	background-image: url('/images/social-bg.jpg');
	background-size: cover;
}

.socialDetails h4{
	color: #cdaf67;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Volkhov', serif;
}

.socialDetails p{
	color: white;
	padding-left: 30px;
	padding-right: 30px;
}

.socialDetails p.date{
	color: #cdaf67;
	text-transform: uppercase;
	font-size: 10px;
	height: auto;
}

.socialDetails .btn, .twitter .btn{
	border: 1px solid white;
	background-color: transparent;
	color: white;
	font-size: 10px;
	padding: 5px 25px 5px 25px;
	border-radius: 5px;
	text-transform: uppercase;
}

.fbBlock p{
  font-size: 12px;
  letter-spacing: 0.5px;
}

.twitter .btn{
	margin-top: 11px;
	margin-bottom: 15px;
}

.twitter a{
  color: white;
  font-weight: 700;
  /*transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;*/
}

/*.twitter a:hover{
  color: #df0014;
}*/

.socialDetails .btn:hover, .twitter .btn:hover{
  border: 1px solid white;
  background-color: white !important;
  color: #cdaf67 !important;
}

.twitter{
	background-color: #2e8ec0;
	border-top: 1px solid white;
}

.twitter h4{
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 15px;
}

.twitter p{
	font-size: 19px;
	font-style: italic;
	color: white;
	margin: 0px;
}

.itemContainer {
	color: #2d3a80;
}

.itemContainer:hover {
	color: #cdaf67;
	/*color: #df0014;*/
}

.lineeItem.normal, .lineItem.hover{
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 100;
}

.lineeItem.normal{
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.itemContainer:hover .lineeItem.normal{
/*.lineeItem.normal:hover{*/
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
}

.itemContainer:hover .lineeItem.hover{
/*.lineeItem.normal:hover{*/
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 100;
}

#linea-prodotti.owl-carousel .owl-wrapper-outer{
	overflow: visible;
}
#linea-prodotti a{
	width: 100%;
	display: inline-block;
}
#linea-prodotti .normal{
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
}
#linea-prodotti .hover{
	position: relative;/*
	transform: translateX(1px);
	-ms-transform: translateX(1px);
	-webkit-transform: translateX(1px);*/
	left: 1px;
}

.itemContainer .lineeTitle{
	text-align: center;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	text-align: center;
	font-family: 'aleobold';
	font-style: italic;
	width: 100%;
	color: inherit;
	font-size: 18px;
  margin-top: 20px;
}

/* END HOME*/

/* PRODOTTO */

#prodotti .legenda, #dettaglioProdotto .legenda{
  display: inline;
  font-family: 'volkhov';
  text-transform: uppercase;
  color: #DF0014;
  font-size: 11px;
  margin: 0px;
  letter-spacing: 1px;
  margin-left: 5px;
  font-weight: 700;
}

#breadcrumbsProdotti{
	margin: 10px 0 10px 0;
}

#dettaglioProdotto #breadcrumbsProdotti{
	margin: 10px 0 0 0;
}

#breadcrumbsProdotti{
  border-bottom: 1px solid #df0014;
}

#breadcrumbsProdotti ul{
  padding: 0px;
  list-style: none;
  width: 100%;
  margin-top: 5px;
}

#breadcrumbsProdotti ul li{
	display: inline-block;
	font-family: 'aleobold';
	text-transform: uppercase;
	color: #cdaf67;
	font-size: 11px;
	margin: 0px;
	letter-spacing: 1px;
}

#breadcrumbsProdotti ul li::after {
  content: ">";
  margin-left: 10px;
  margin-right: 6px;
}

#breadcrumbsProdotti ul > li:last-child::after {
  content: "";
}

#breadcrumbsProdotti ul li a{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

#breadcrumbsProdotti ul li a:hover, #breadcrumbsProdotti ul li a.active , #productMenu li a.active, #productMenu li a:hover, #productMenu li.active{
	color: #df0014;
}

#dettaglioProdotto #confezioneContainer{
  position: relative;
  box-sizing: border-box;
  margin-top: 40px;
}

#dettaglioProdotto #confezioneContainer .immaginePacco1Kg{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: all 0.3s ease, ;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#dettaglioProdotto #confezioneContainer .immaginePacco1Kg.Visible{
	opacity: 1 !important;
	filter: alpha(opacity=1) !important;
}

#dettaglioProdotto .arrowSmallBox{
	color: white;
}

#dettaglioProdotto .arrowSmallBox{
	background-color: rgba(235,13,33,.6);
	border-radius: 4px;
	position: absolute;
	padding: 10px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	bottom: -22px;
}

#dettaglioProdotto .arrowSmallBox:hover {
	background-color: rgb(235,13,33);
}

#dettaglioProdotto .arrowSmallBox #galleryPrevButton, .arrowSmallBox #galleryNextButton{
	top: -14px;
	font-size: 11px;
	left: -5px;
}
#dettaglioProdotto .arrowSmallBox.prev{
	left: 0px;
}
#dettaglioProdotto .arrowSmallBox.next{
	right: 0px;
}

.recipePreview{
  display: block;
}

.recipePreviewMobile{
  display: none;
}

#bannerPastaIntegrale{
  background: url("/images/dvla-banner-landing-integrale-800.jpg");
  text-align:center;
  margin-top: -10px;
  margin-bottom: 20px;
  background-size: cover;
}

#bannerPastaIntegrale a{
  display: block;
  padding: 35px 240px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: white;
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  line-height: 1.3;
  transition: color .3s;
}

#bannerPastaIntegrale a:hover{
  color: #cdaf67;
}

.prodottoPreview{
	margin-bottom: 24px;
	position: relative;
	display: block;
}

.prodottoPreview .imagePreviewContainer{
  display: block;
  box-sizing: border-box;
  position: relative;
}

.prodottoPreview .imagePreviewContainer .imagePreviewInnerContainer, #confezioneContainer .imagePreviewInnerContainer{
  border: 2px solid #cdaf67;
  border-radius: 50%;
  margin: 20px;
  overflow: hidden;
  display: block;
}

.prodottoPreview .imagePreviewContainer .imagePreviewInnerContainer img, #confezioneContainer .imagePreviewInnerContainer img{
  width: 100%;
}

#prodotti .prodottoPreview h2{
  color: #cdaf67;
  font-family: 'Volkhov';
  text-transform: uppercase;
  height: 66px;
  letter-spacing: 2px;
  margin: 0px 50px 10px 50px;
  font-size: 11px;
}

.prodottoPreview h2 a{
	color: inherit;
	text-decoration: none;
	padding: 7px 23px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid;
	border-color: transparent;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	line-height: 14px;
}

.prodottoPreview:hover h2 a{
	border-color: #cdaf67;
}

#prodotti h2{
	margin: 10px 50px 60px 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Volkhov';
	color: #cdaf67;
}

.pageTitleContainer{
	background-size: cover;
	background-position: center bottom;
}

.pageTitleContainer .pageTitle, .categoryTitle{
	margin: 40px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Volkhov';
	color: #cdaf67;
	border: none;
  font-size: 30px;
  padding: 10px 40px;
}

#prodotti .pageTitleContainer .pageTitle, #dettaglioProdotto .pageTitleContainer .pageTitle, .categoryTitle{
	color: white;
}

.fuoriCatalogo{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #df0014;
	font-weight: 700;
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 17px;
	position: relative;
}

#prodotti .flip-container, .front, .back {
	width: 100%;
	display: block;
}

#prodotti .flip-container {
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}

#prodotti .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	display: block;
  width: 100%;
}

#prodotti .front, #prodotti .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	top: 0;
	left: 0;
  height: 100%;
}

#prodotti .front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
	position: relative;
  width: 90%;
  margin-left: 5%;
}

#prodotti .flipHoverable:hover .front{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: block;
}

#prodotti .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	position: absolute;
}

#prodotti .flipHoverable:hover .back{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.back .circleContainer{
  border-radius: 50%;
  border: 2px solid #cdaf67;
  overflow: hidden;
  display: block;
  width: 70%;
  margin-top: 10%;
  margin-left: 15%;
}
/* END PRODOTTO */

/* DETTAGLIO PRODOTTI*/

#dettaglioProdotto .dettaglio{
	margin-top: 30px;
	margin-bottom: 30px;
}

#dettaglioProdotto .dettaglio .details{
	margin-bottom: 60px;
}

#dettaglioProdotto .dettaglio .productTitleBlock{
  font-family: 'volkhov';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #df0014;
  font-weight: 700;
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 17px;
  position: relative;
}

#dettaglioProdotto .valoriNutrizionaliContainer{
	border: 1px solid #df0014;
	border-radius: 7px;
	padding: 15px;
	font-size: 14px
}

#dettaglioProdotto .valoriNutrizionaliContainer table{
	width: 100%;
	line-height: 15px;
}

#dettaglioProdotto .valoriNutrizionaliContainer tr {
	margin: 10px;
	vertical-align: baseline;
}

#dettaglioProdotto .valoriNutrizionaliContainer tr > td{
	padding: 6px 0px;
}

#dettaglioProdotto .valoriNutrizionaliContainer tr > td:first-child, #dettaglioProdotto .valoriNutrizionaliContainer tr > th:first-child{
	width: 70%;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}

#dettaglioProdotto .valoriNutrizionaliContainer tr > td:last-child, #dettaglioProdotto .valoriNutrizionaliContainer tr > th:last-child{
	width: 30%;
	text-align: right
}

#dettaglioProdotto .valoriNutrizionaliContainer tr > th{
	color: #df0014;
}

#productGallery .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #DF0014 !important;
}

#productGallery .bx-wrapper .bx-pager.bx-default-pager a, #blog-article .gallery .bx-wrapper .bx-pager.bx-default-pager a{
	background: #cdaf67;
	border-radius: 2px;
}

#productGallery .bx-wrapper .bx-viewport, #blog-article .gallery .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

#productGallery .bx-wrapper .bx-viewport li img, #blog-article .gallery .bx-wrapper .bx-viewport li img{
	display: block;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: relative;
}

#swipebox-overlay {
	background: rgba(0,0,0,0.8) !important;
}

.nopadding{
	padding: 0px;
}
.padding30{
	padding: 30px;
}

.innerRicette{
	border-top: 1px solid #cdaf67;
}

.innerRicette h2{
	font-family: 'Volkhov';
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #cdaf67;
	margin: 0;
	border: none;
}

#dettaglioProdotto .bx-wrapper .bx-controls-direction a {
	bottom: -28px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: rgba(223, 0, 20, .6);
	border-radius: 4px;
	margin-top: 3px;
}

#dettaglioProdotto .bx-controls-direction{
	position: relative;
}

#dettaglioProdotto a.bx-prev, a.bx-next {
	-moz-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

#dettaglioProdotto a.bx-prev:hover, a.bx-next:hover {
	background: rgb(223, 0, 20) !important;
}

#dettaglioProdotto a.bx-prev:before {
	content: "〈";
	color: white;
	left: -1px;
	position: absolute;
	top: 1px;
	width: 100%;
	text-indent: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

#dettaglioProdotto a.bx-next:after {
	content: "〉";
	color: white;
	left: -1px;
	position: absolute;
	top: 1px;
	width: 100%;
	text-indent: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

#dettaglioProdotto .detailsAppendix{
	border-top: 1px dotted #cdaf67;
	margin-top: 0px;
	margin-bottom: 20px;
}

#dettaglioProdotto .detailsAppendix .appendixBlock{
	padding-top: 40px;
}

#dettaglioProdotto .tagList, #prodotti .tagList{
	margin: 0px;
	padding: 0px;
}

#dettaglioProdotto .tagList li, #prodotti .tagList li{
	display: inline-block;
}

#dettaglioProdotto .tagBlock, #prodotti .tagBlock, .updateCart{
	display: inline-block;
	border-radius: 8px;
	padding: 6px 15px;
	background-color: #f8f7f2;
	border: 1px solid transparent;
	color: #807A62;
	font-size: 12px;
	font-family: 'Volkhov', serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	margin-bottom: 7px;
	margin-right: 7px;
	cursor: pointer;
}

#dettaglioProdotto .tagBlock:hover, #prodotti .tagBlock:hover, .updateCart:hover{
	border: 1px solid #2d3a80;
	background-color: white;
	color: #2d3a80;
}

#dettaglioProdotto .tagBlock a, #prodotti .tagBlock a{
	color: inherit;
}

.valoriNutrizionaliContainer tr:first-child, .valoriNutrizionaliContainer tr:last-child{
	border-bottom: none;
}

.valoriNutrizionaliContainer tr{
	border-bottom: 1px dotted #2d3a80;
}

#dettaglioProdotto .disponibile1kg, #dettaglioProdotto .toggleDisponibile1kg{
	border: 1px solid #2d3a80;
	border-radius: 4px;
	display: inline-block;
	padding: 7px 13px;
	text-align: center;
	width: 100%;
	cursor: default;
}

#dettaglioProdotto .downloadable li a{
	color: #2d3a80;
}
#dettaglioProdotto .downloadable li a:hover{
	color: #df0014;
}
#dettaglioProdotto .downloadable ul{
	padding: 0px;
}
#dettaglioProdotto .downloadable li{
  list-style: none;
  margin-bottom: 5px;
  font-variant: small-caps;
  font-size: 14px;
  letter-spacing: 1px;
}
#dettaglioProdotto .downloadable li a i{
	margin-right: 10px;
}

/* END DETTAGLIO PRODOTTI*/

/* BOTTEGA */

#bottega .actionBtn{
  color: #cdaf67;
  font-family: 'Volkhov';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 50px 10px 50px;
  font-size: 14px;
}

#bottega .prodBottega{
  margin-bottom: 30px;
}

#bottega .prodBottega .actionBtn a{
  color: inherit;
  text-decoration: none;
  padding: 7px 23px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
  border-color: transparent;
  -moz-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  line-height: 19px;
}

#bottega .prodBottega:hover .actionBtn a{
  border-color: #cdaf67;
}

#bottega .prodBottega figure{
  position: relative;
}

#bottega .prodBottega .normal{
  margin-bottom: 30px;
  opacity: 1;
  position: absolute;
  top: 0px;
  margin: 0px;
  left: 50%;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.nomeProdottoBottega{
  color: #cdaf67;
  letter-spacing: 4px;
  font-family: Volkhov;
  text-transform: uppercase;
  font-size: 27px;
}

.titoloListinoPrezzo{
  color: #cdaf67;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 14px;
}

.prodottoBottegaDettaglio{
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.prodottoBottegaDettaglio li, .aspectIva{
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.priceApparence, .cart .granTotale {
  color: #cdaf67;
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 28px;
}

.aspectIva{
  color: #cdaf67 !important;
  display: inline-block;
  margin-left: 10px;
}

.priceList tr:first-child td{
  padding-top: 0px;
}

.priceList tr td{
  padding-top: 10px;
}

.priceList tr td:last-child{
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  padding-left: 5px;
}

.priceList tr td:first-child, .cart .priceProdotto{
  color: #162d5b;
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 20px;
}

.unitPrice{
  font-family: 'Volkhov';
}

.qController {
  font-family: 'aleoBold';
  font-size: 22px;
  cursor: pointer;
  background: none;
  border: none;
}

.qController:hover, .qController:focus{
  outline: none;
  border: none;
}

.qController.add {
  margin-left: 5px;
}

.qController.sub {
  margin-right: 5px;
}

#bottega-prodotto .quantityControllerContainer .quantity{
  width: 70px;
  display: inline-block;
  padding: 6px 15px !important;
  text-align: center;
}

#bottega-prodotto .actionBtn{
  margin-top: 15px;
  margin-bottom: 40px;
  cursor: pointer;
  display: inline-block;
}

#bottega-prodotto .actionBtn button{
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Volkhov';
  color: #cdaf67;
  font-size: 15px;
  border: 1px solid #cdaf67;
  border-radius: 4px;
  background-color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#bottega-prodotto .actionBtn:hover button{
  background-color: #cdaf67;
  color: white;
  outline: none;
}

#bottega-prodotto .actionBtn button:focus{
  outline: none;
}

#bottega-prodotto #infoNutConsensoContainer{
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

#bottega-prodotto #infoNutConsensoContainer #requiredNotice{
  position: absolute;
  bottom: -10px;
  left: 0px;
  color: #df0014;
}

#bottega-prodotto .spedGratis{
  background: #df0014;
  border-radius: 4px;
  padding: 3px 12px;
  display: inline-block;
  color: white;
  margin-bottom: 9px;
  font-family: 'Volkhov';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#bottega-prodotto .spedGratis a{
	color: white;
}

#bottega-prodotto .prodottoBottegaDettaglio li .linkProdotto, .cart .cartItemList ul li .linkProdotto{
  text-transform: uppercase;
  color: #cdaf67;
  letter-spacing: 2px;
  font-family: Volkhov;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  -wekit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

#bottega-prodotto .prodottoBottegaDettaglio li .linkProdotto:hover, .cart .cartItemList ul li .linkProdotto:hover{
  color: #df0014;
}

.cart .cartItemList ul li input[type=number]{
  padding: 6px 15px !important;
  text-align: center;
}

.granTotaleTitle{
  color: #cdaf67;
  font-family: 'Volkhov';
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
}

/* END BOTTEGA*/

/* CARRELLO */
.cart .cartHeader .title{
  font-family: 'volkhov';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.cart .cartItemList ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart .cartItemList ul li{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cart .cartItemList ul li .bottomStyle{
  border-bottom: 1px dotted #cdaf67;
  left: 15px;
  margin: 0;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
}

.topStyle{
  border-top: 1px dotted #cdaf67;
  left: 15px;
  margin: 0;
  position: absolute;
  top: 0px;
  width: calc(100% - 30px);
}

.cart .cartItemList ul li input[type=checkbox]{
  display: inline;
}

.cart .cartTotaleRow {
    margin-top: 30px;
    margin-bottom: 7px;
}

table.cart thead th{
  text-align: center;
}

table.cart tr td:first-child input{
  display: inline-block;
}

table.cart tr td{
  padding-top: 25px;
  padding-bottom: 25px;
  vertical-align: middle;
  text-align: center;
}

table.cart tfoot tr td:first-child{
  font-family: 'volkhov';
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.cartStep2Title{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Volkhov', serif;
	letter-spacing: 1.5px;
  color: #cdaf67;
}

.table.paymentMethodsList > tbody > tr > td{
  vertical-align: middle;
}

/* END CARRELLO */

/* BLOG */

.articleTitle{
	margin-top: 25px;
	font-family: 'Volkhov';
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	color: #cdaf67;
	letter-spacing: 1.5px;
	font-weight: 700;
	border-bottom: none;
}

.articlePreview .articleTitle a{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}

#articleList .row:not(:last-child){
	margin-bottom: 40px;
}

#articleList > article:first-child{
	margin-top: 0px;
}

#articleList article:last-child{
	border-bottom: none;
}

#articleList article{
	position: relative;
}

#articleList article header{
	padding: 0px;
}

#articleList article .date, #blog-article  article .date{
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #cdaf67;
}

#articleList article figure, #lastArticles figure{
	padding: 0;
	overflow: hidden;
}

#articleList article section p{
	margin-bottom: 20px;
}

#lastArticles ul > li:fisrt-child{
	margin-top: 0px;
}

#lastArticles ul li{
	margin-top: 10px;
}

#articleList .btn{
	margin-bottom: 30px;
	text-transform: uppercase;
}

#widgetBar ul li{
	list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

#widgetBar h4{
	margin: 0px 0px 5px 0px;
}

#widgetBar h6{
	margin: 0px;
}

.wTextBlock{
	border: 1px solid #cdaf67;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
}

#blog-article .wTextBlock{
	margin-top: 25px;
}

.wTextBlock p{
	margin: 0px;
	padding: 0px;
}

.imgGradient{
  height: 30px;
  background: -webkit-linear-gradient(rgba(0,0,0,.3), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.3), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.3), transparent);
  background: linear-gradient(rgba(0,0,0,0.3), transparent);
  position: absolute;
  width: calc(100% - 30px);
  padding: 0px;
  z-index: 1;
  border-top: 1px solid #cdaf67;
}

.pagination{
	margin-top: 40px !important;
}

.pagination > li{
	font-size: 12px !important;
}

.pagination > li > a, .pagination > li > span {
	color: #2d3a80 !important;
	font-weight: 700 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #df0014 !important;
	border-color: #df0014 !important;
	color: white !important;
}

#blog-article .articleText a{
	color: #cdaf67;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}

#blog-article .articleText a:hover{
	color: #df0014;
}

#blog-article .gallery{
	margin-top: 40px;
}

#blog-article .gallery .bx-wrapper .bx-pager{
	bottom: -50px;
}

#blog-article .gallery .galleryTitle{
	border-bottom: 1px dotted #cdaf67;
	margin-bottom: 30px;
	margin-top: 25px;
	font-family: 'Volkhov';
	text-transform: uppercase;
	font-size: 20px;
	color: #cdaf67;
	padding-bottom: 10px;
	letter-spacing: 1.5px;
}

/* END BLOG*/

/* REGISTRATORINE */

#registrazione input[type=radio], #registrazione input[type=checkbox]{
	display: inline-block;
	margin-right: 10px;
}
#registrazione input{
	margin-bottom: 25px;
}

#registrazioneAzienda{
	margin-left: 50px;
}
#registrazione h3{
	font-size: 17px;
	font-family: 'Volkhov', serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #df0014;
	margin: 24px 0 20px 0;
	letter-spacing: 1.5px;
	border-bottom: none;
}

#registrazione #cf{
	text-transform: uppercase;
}

#registrazione .titoloIndiSpedizione{
	margin-bottom: 38px;
}

/* END REGISTRATORINE */

/* CONTATTI */

#contactInfo{
	padding-right: 40px;
}

#contactInfo address{
	margin-bottom: 20px;
}

#contactInfo label, #logon label, #registrazione label, #recupero-password label, #gestioneRubriche label, table.paymentMethodsList label, .bookBlock label, .generalLabel{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Volkhov', serif;
	letter-spacing: 1.5px;
}

#contactInfo hr{
	border-bottom: 1px dotted #cdaf67;
	margin-bottom: 20px;
  border-top: none;
}

#contactInfo textarea{
	height: 100px;
}

#contatti #condizioniLabel, #collabora #condizioniLabel, #bottega-prodotto #consensoInfoNutrizionaliLabel{
	color: #2d3a80;
	font-size: 14px;
	font-family: 'aleoregular';
	text-transform: none;
	display: inline;
}

#contatti .infoBlock{
  text-transform: uppercase;
  font-family: 'volkhov';
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #cdaf67;
}

#contatti .infoBlock .fa{
  margin-bottom: 15px;
}

#contatti h4{
  font-family: 'volkhov';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 20px;
}

#contatti .overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#map-canvas{
	border: 1px solid #cdaf67;
	border-radius: 4px;
	box-shadow: 0px 10px 20px #b8b8b8;
	-webkit-box-shadow: 0px 10px 20px #b8b8b8;
	-moz-box-shadow: 0px 10px 20px #b8b8b8;
  padding: 0px;
}

.alert #close{
	position: absolute;
	top: 17px;
	right: 17px;
	cursor: pointer;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: 700;
	width: 20px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.alert #close:hover{
	color: white;
}

.alert-success #close:hover{
	background-color: #3c763d;
}

.alert-danger #close:hover{
	background-color: #a94442;
}

/* END CONTATTI */

/* LOGIN */
.signUp{
	border: 1px solid #cdaf67;
	border-radius: 4px;
	box-shadow: 0px 10px 20px #b8b8b8;
	-webkit-box-shadow: 0px 10px 20px #b8b8b8;
	-moz-box-shadow: 0px 10px 20px #b8b8b8;
}

#logon, #registrazione{
	margin-bottom: 70px;
	padding-top: 175px;
}

#logon a{
	color: #2d3a80;
	font-size: 14px;
	font-family: 'aleobold', serif;
}

#logon a.btn{
	font-size: 12px;
}

#logon a:hover{
	text-decoration: none;
	color: #df0014;
}

#logon label, input{
	display: block;
}

#logon section{
/*	height: 316px;
	position: relative*/
}

#logon .inner{
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	position: relative;
}

.clubLine{
	width: 70%;
	margin: 0 15% 0 15%;
	border-bottom: 1px solid #df0014;
}

.club{
	font-size: 27px;
	font-family: 'Volkhov', serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #df0014;
	letter-spacing: 6.5px;
	border-bottom: none;
	margin: 30px 0 0 0;
}

.loginTitle{
	font-size: 17px;
	font-family: 'Volkhov', serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #df0014;
	margin: 24px 0 20px 0;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #df0014;
	padding-bottom: 16px;
}

/* END LOGIN */

/* FOOTER */
.divellaFooter{
	font-family: 'Volkhov', serif;
	font-weight: 700;
	border-top: 1px solid #df0014;
	background-color: #f8f7f2;
}

.divellaFooter input[type=submit]{
	width: 100%;
}

.divellaFooter label{
	text-align: justify;
	display: inline;
}

.divellaFooter p, .divellaFooter a, .divellaFooter span, .divellaFooter address, #widgetBar ul li h4 a, .divellaFooter label, #widgetBar h4.panel-title a{
	color: #2d3a80;
	font-size: 14px;
	font-family: 'aleobold', serif;
}

.divellaFooter label{
	color: #2d3a80;
	font-size: 14px;
	font-family: 'aleoRegular', serif;
  font-weight: 400;
}

.divellaFooter .innerSectionFooter label + .footerShadowSeparator{
	margin-bottom: 10px;
}

.divellaFooter h2, #widgetBar h2{
  font-size: 13px;
  font-family: 'Volkhov', serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #df0014;
  margin: 24px 0 20px 0;
  letter-spacing: 1.5px;
  border-bottom: none;
  margin-top: 0px;
}

.divellaFooter h3{
	font-size: 16px;
	font-family: 'Volkhov', serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #df0014;
	margin: 20px 0 0 0;
}

.innerSectionFooter, .widgetItemsList{
	width: 100%;
	border-top: 1px solid #df0014;
	padding: 10px 0px;
	margin-top: 20px;
}

.widgetItemsList .panel, .widgetItemsList .panel-default, .widgetItemsList.panel-group .panel-heading + .panel-collapse > .panel-body, .widgetItemsList.panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0px;
	border-color: transparent;
}

.widgetItemsList .panel, .widgetItemsList .panel-default > .panel-heading {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
}

.widgetItemsList .panel-default{
	border: 0px;
	border-color: transparent;
}

.divellaFooter ul{
	margin-left: 0px;
	padding-left: 0px;
}

.footerMenu li, .socialFooter li{
	list-style: none;
	margin: 9px 0px;
}

.socialFooter{
  text-align: center;
}

.socialFooter li {
	display: inline;
	margin-right: 10px;
	color: #df0014;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.socialFooter li#facebook:hover {
	display: inline;
	margin-right: 10px;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.socialFooter li#facebook:hover {
  color: #3C599B;
}

.socialFooter li#instagram:hover {
  color: #2C6286;
}

.socialFooter li#youtube:hover {
  color: #CA1D20;
}

.socialFooter li#pinterest:hover {
  color: #CB2027;
}

.socialFooter li#twitter:hover {
  color: #58CCFF;
}

.divellaFooter .socialFooter li a {
	color: inherit;
	font-size: 20px;
}

.footerMenu > li:firstchild, .socialFooter > li:firstchild{
	list-style: none;
	margin: 0px 0px;
}

.topFooter {
  margin-top: 30px;
  margin-bottom: 25px;
}

.innerfooter{
	background-color: white;
	padding: 30px 0 21px 0;
}

.extraLinks{
	text-align: center;
}

.extraLinks li:nth-child(even) {
	margin: 0px 15px;
}
.extraLinks li {
	list-style: none;
	display: inline;
}

.certificazioni{
  list-style: none;
  padding: 0;
  display: block;
}

.certificazioni li{
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.certificazioni li:last-child{
  margin-right: 0px;
}

#dettaglioProdotto .toggleDisponibile1kg{
	display: none;
}

#dettaglioProdotto .disponibile1kg{
	display: block;
}

#bottega-prodotto .itemShopPhoto{
  margin-top: 80px;
}
/* END FOOTER */
#inner-map-canvas{
  height: 852px;
}

.takeMeThere{
  color: #2d3a80;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  font-family: 'Volkhov', serif !important;
  text-transform: uppercase;
}

@media (max-width: 1199px) {

  #bannerPastaIntegrale a{
    padding: 35px 60px;
  }

  #inner-map-canvas{
    height: 875px;
  }

  #menuBar .custom-container > :not(.navbar-header) {
    padding: 0px calc((100% - 940px)/2);
  }

  .navbar-header{
    margin-left: calc((100% - 955px)/2);
  }

	#subMenuUl li {
		padding: 0px 6.5px;
		letter-spacing: 1px;
	}

	#subMenuUl{
		 background-position-x: right;
	}

	#mainMenu .mainMenuItem a{
		padding-left: 7px;
		padding-right: 7px;
	}

	#mainMenu .mainMenuSocialItem:firstchild{
		margin-left: 15px;
	}

	#subMenuUl .submenuItem{
		letter-spacing: 1px !important;
		padding: 0px 5.5px;
	}

	.socialContainer  .lineBorder{
		border-right: none;
		border-bottom: 1px solid white;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	#home .granoBackground{
		background-position-y: 0px;
	}
}

@media (max-width: 991px) {

  .custom-container #mainMenu.navbar-nav{
    margin-left: 0px;
    margin-right: 0px;
  }

  #menuBar .nav .mainMenuItem.mainMenuCarrelloItem{
    display: none;
  }

  .navbar-header {
    margin-left: 0;
  }

  #bottega-prodotto .itemShopPhoto{
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .expandable .langController{
    display: none;
  }

	#logon, #registrazione, #blogDetailDistance {
		/*margin-bottom: 70px;*/
		padding-top: 93px;
	}

	#prodotti, #dettaglioProdotto, #blog, #ricette, #contatti, #collabora, #bottega, #accountUtente, #gestioneRubriche, #dettaglioOrdine, #carrello, #privacy, #info-aziendali, #conferma, #recupero-password{
		padding-top: 0px;
	}

	#dettaglioProdotto #productSiblings{
		display: none;
	}

	.navbar-toggle {
		position: absolute;
		margin-top: 20px;
		margin-left: 20px;
	}

  #userMenu{
    display: none;
  }

	#userMenu .expandable .expandArrow {
		margin-right: 20px;
	}

	.mainMenuItem, .mainMenuSocialItem {
		top: 0px;
	}

	#menuBar .nav .mainMenuItem {
		text-align: center;
	}

	#menuBar .onlySmallSize{
		display: block;
		text-align: center;
	}

	#menuBar .onlySmallSize.langs a{
    text-transform: uppercase;
    font-family: 'Volkhov', serif;
    font-size: 14px;
    font-weight: 700;
    color: #df0014;
	}

	#menuBar .onlySmallSize a{
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		font-size: 23px;
		color: #df0014;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
    padding: 10px 5px;
	}

	#menuBar .onlySmallSize > a:first-child{
		margin-left: 0px;
	}

	#menuBar .onlySmallSize > a:last-child{
		margin-right: 0px;
	}

	#menuBar .nav .mainMenuSocialItem{
		display: none;
	}

	#userMenu .expandable ul{
		width: 100%;
		text-align: center;
	}

	#logoContainer{
    text-align: center;
    width: 87px;
    height: auto;
    left: 50%;
    margin: 0 0 0 -43px;
    position: absolute;
	}

	#logoContainer #logoMenu{
		position: static;
		display: inline;
		float: none;
		padding: 0;
		margin: 0;
		height: 63px;
	}

	#logoContainer #logoMenu img{
		display: inline;
		height: inherit;
	}

	#logoContainer #logoShadow{
		display: none;
	}

	#mainMenu .dropDownSubmenu, #mainMenu .menu-underline{
		display: none !important;
	}

	#lineeSlider .arrowBoxContainer {
		display: none;
	}

	.socialContainer .background .socialImg{
		text-align: center;
	}

	.socialContainer p{
		height: auto;
	}

	.socialContainer .btn{
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.articleHome{
		text-align: center;
	}

	.articleHome p{
		padding: 0px;
	}

	.articleHome .btn{
		position: static;
		margin: 30px auto;
	}

	.divellaFooter .row div{
		text-align: center;
	}

	#dettaglioProdotto #productMenu{
		display: none;
	}

	.tripleCol{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	#registrazione .titoloIndiSpedizione{
		margin-bottom: 20px;
	}

	#home i span{
		margin-bottom: 1em;
	}
	#dettaglioProdotto .toggleDisponibile1kg{
		display: block;
	}

	#dettaglioProdotto .disponibile1kg{
		display: none;
	}

}

@media (max-width: 767px) {

  #bannerPastaIntegrale a{
    padding: 35px 10px;
  }

  .onlyDesktop{
    display: none;
  }

  .onlyMobile{
    display: block;
  }

  .recipePreview{
    display: none;
  }

  .recipePreviewMobile{
    display: inline-block;
  }

  .langs{
    border-bottom: 1px dotted #cdaf67;
    border-top: 1px dotted #cdaf67;
    margin-top: 15px;
  }

	#logon, #registrazione, #blogDetailDistance {
		/*margin-bottom: 70px;*/
		padding-top: 93px;
	}

  #prodotti, #dettaglioProdotto, #blog, #ricette, #contatti, #collabora, #bottega, #accountUtente, #gestioneRubriche, #dettaglioOrdine, #carrello, #privacy, #info-aziendali, #conferma, #recupero-password{
		padding-top: 0px;
	}

	.menuBar .nav .mainMenuItem{
		text-align: center;
	}

  .expandable .langController{
    display: none;
  }

	#home-slider .forDesk{
		display: none;
	}

	#home-slider .forMobile{
		display: inline-block;
	}

  .socialContainer .socialImg{
    padding: 30px;
  }

	#contactInfo{
		padding-right: 15px;
		margin-bottom: 40px;
	}

	.doubleCol, .tripleCol{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	#home .ribbon:before {
		bottom: -1.4em;
		border-top: 1.5em solid #132545;
		border-right: 15em solid transparent;
	}

	#home .ribbon:after {
		bottom: -1.4em;
		border-top: 1.5em solid #132545;
		border-left: 15em solid transparent;
	}

	#home .granoBackground{
		display: none;
	}

	.articleHome header{
		padding-left: 15px;
	}

	.articleHome section{
		padding-right: 15px;
	}

	#azienda {
		padding-top: 74px;
		margin-top: 0px;
	}

	#productSiblings{
		display: none;
	}

	#breadcrumbsProdotti ul > li:first-child {
		margin-left: 0px;
	}

	#details section p{
		margin: 20px 0 10px;
	}

	#dettaglioProdotto .tags, #dettaglioProdotto .infoNut{
		margin-top: 40px;
	}

	#blog-article #articleDetails{
		margin: 10px 40px 40px 40px;
	}
}

@media (max-width: 479px) {

	#home .ribbon:before {
		bottom: -1.4em;
		border-top: 1.5em solid #132545;
		border-right: 8em solid transparent;
	}

	#home .ribbon:after {
		bottom: -1.4em;
		border-top: 1.5em solid #132545;
		border-left: 8em solid transparent;
	}
}

@media (max-width: 991px) and (min-width: 768px){
  .footerShadowSeparator{
    width: 100%;
    clear:both;
    margin-top: 30px;
  }
}
