@import url(http://fonts.googleapis.com/css?family=Molengo);
@import url(../css/fonts/poretti-icon/style.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-slider.slick-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.slick-list {
  position: relative;
  /*overflow: hidden;*/
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("carousel/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
/*@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .slick-slider {
    margin-bottom: 15px;
  }
  .slick-dots {
    position: relative;
    bottom: 0;
  }
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
/*.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}*/
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
/*.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 99999;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
  line-height: 40px;
  background: #333028;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 40px;
}
.fancybox-close:hover {
  color: #FFF;
  text-decoration: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  color: #f6eec7;
}
.fancybox-nav:hover {
  color: #f6eec7;
}
.fancybox-prev {
  left: -40px;
}
.fancybox-next {
  right: -40px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 22px;
  margin-top: -18px;
  text-align: center;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-prev span {
  left: 0px;
}
.fancybox-next span {
  right: 0px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99998;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@font-face {
  font-family: 'NeutraDisp-Medium';
  src: url('fonts/neutradisp-medium.eot');
  src: url('fonts/neutradisp-medium.eot?#iefix') format('embedded-opentype'), url('fonts/neutradisp-medium.woff') format('woff'), url('fonts/neutradisp-medium.ttf') format('truetype'), url('fonts/neutradisp-medium.svg#neutradisp-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeutraDisp-bold';
  src: url('fonts/neutradisp-bold.eot');
  src: url('fonts/neutradisp-bold.eot?#iefix') format('embedded-opentype'), url('fonts/neutradisp-bold.woff') format('woff'), url('fonts/neutradisp-bold.ttf') format('truetype'), url('fonts/neutradisp-bold.svg#neutradisp-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeutraDispTitling';
  src: url('fonts/NeutraDispTitling.eot');
  src: url('fonts/NeutraDispTitling.eot') format('embedded-opentype'), url('fonts/NeutraDispTitling.woff2') format('woff2'), url('fonts/NeutraDispTitling.woff') format('woff'), url('fonts/NeutraDispTitling.ttf') format('truetype'), url('fonts/NeutraDispTitling.svg#NeutraDispTitling') format('svg');
}
@font-face {
  font-family: 'DinConMed';
  src: url('fonts/din/DINWeb-CondBold.eot');
  src: url('fonts/din/DINWeb-CondBold.eot') format('embedded-opentype'), url('fonts/din/DINWeb-CondBold.woff') format('woff'), url('fonts/din/DINWeb-CondBold.ttf') format('truetype'), url('fonts/din/NeutraDispTitling.svg#DinConMed') format('svg');
}
@font-face {
  font-family: 'DinMed';
  src: url('fonts/din/din-medium-webfont.eot');
  src: url('fonts/din/din-medium-webfont.eot') format('embedded-opentype'), url('fonts/din/din-medium-webfont.woff') format('woff'), url('fonts/din/din-medium-webfont.ttf') format('truetype'), url('fonts/din/din-medium-webfont.svg#DinMed') format('svg');
}
body,
html {
  height: 100%;
}
body {
  background: #f6eec7;
  font-family: 'NeutraDisp-Medium';
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #333028;
}
a:hover {
  color: #333028;
}
sup {
  font-size: 10px;
  top: -1em;
}
.container {
  max-width: 1120px;
}
.container.full {
  max-height: 1280px;
}
.row-centered {
  text-align: center;
}
.row-centered .col-centered {
  display: inline-block;
  margin-left: -4px;
  float: none;
}
.box-border {
  border: 2px dotted;
  margin: 0 -5px;
  padding: 5px;
}
/***************************
 HEADER
***************************/
#header {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 42px;
  padding-bottom: 120px;
}
.not-front #header {
  height: auto;
}
#header .menu-mobile {
  display: none;
}
#header .menu-mobile .logo {
  display: block;
  position: absolute;
  left: 10px;
  width: 80px;
  top: 10px;
}
#header .menu-mobile .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#header .menu-mobile .mobile_lang {
  margin-right: 10px;
  height: 50px;
  float: right;
}
#header .menu-mobile .mobile_lang a {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  color: #f6eec7;
  padding: 0 15px;
}
#header .menu-mobile .navbar-toggle {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
#header .menu-mobile .navbar-toggle .icon-bar {
  background: #f6eec7;
  margin: 3px auto;
}
#header .menu-mobile .navbar-toggle .icon {
  display: none;
}
@media (max-width: 767px) {
  #header {
    height: auto;
    padding: 50px 0 0 0;
  }
  #header .menu-mobile {
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    height: 50px;
    background: #333028;
    z-index: 99;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-opened #header .menu-mobile {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
  #header .menu-collapse {
    position: fixed;
    height: 100%;
    width: 260px;
    display: block;
    right: 0;
    top: 0;
    background: #333028;
    -webkit-transform: translate(260px, 0);
    -ms-transform: translate(260px, 0);
    -o-transform: translate(260px, 0);
    transform: translate(260px, 0);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.8);
    box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-opened #header .menu-collapse {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/***************************
 WRAPPER
***************************/
#wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-opened #wrapper {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
}
/***************************
 NAV_TOP
***************************/
.nav_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background: #f6eec7;
}
.nav_top .links {
  display: block;
  float: left;
}
.nav_top .links.dx {
  float: right;
  margin-left: 15px;
}
.nav_top .links a {
  display: block;
  float: left;
  height: 42px;
  margin-right: 40px;
  line-height: 42px;
  font-family: 'NeutraDisp-Bold';
}
.nav_top .links a span {
  display: inline-block;
  vertical-align: middle;
}
.nav_top .links a span.ico {
  font-size: 25px;
}
.nav_top .socials {
  display: block;
  float: right;
}
.nav_top .socials a {
  float: left;
  height: 42px;
  line-height: 42px;
  width: 32px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.nav_top .socials a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_top .lang {
  float: right;
  margin-left: 15px;
}
.nav_top .lang a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-family: 'NeutraDisp-Bold';
}
.nav_top .search {
  display: block;
  float: right;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.nav_top .search .icon {
  display: block;
  height: 42px;
  width: 32px;
  text-align: center;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 20px;
}
.nav_top .search .icon.mobile {
  display: none;
}
.nav_top .search .search_form {
  position: absolute;
  right: 0;
  width: 200px;
}
.nav_top .search .search_form .submit {
  float: right;
}
.nav_top .search .search_form .form-group {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.nav_top .search .search_form .form-group .input {
  display: block;
  height: 22px;
  width: 100%;
}
.nav_top .search:hover .search_form {
  display: block;
}
@media (max-width: 767px) {
  .nav_top {
    position: relative;
    height: auto;
    background: transparent;
    margin-top: 20px;
  }
  .nav_top .container {
    padding: 0;
  }
  .nav_top .links {
    float: none;
  }
  .nav_top .links.dx {
    float: none;
    margin-left: 0;
  }
  .nav_top .links a {
    float: none;
    color: #fffdf0;
    padding: 0 20px;
  }
  .nav_top .search {
    display: none;
  }
  .nav_top .socials {
    float: none;
    text-align: center;
  }
  .nav_top .socials a {
    display: inline-block;
    float: none;
    color: #fffdf0;
    margin: 0 5px;
    font-size: 30px;
  }
}
/***************************
 MAIN-NAV
***************************/
.main-nav {
  display: block;
  background: #333028;
  height: 120px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 3px 3px -2px rgb(181,175,141);
  box-shadow: 0 3px 3px -2px rgb(181,175,141);
}
.hfixed .main-nav {
  bottom: auto;
  position: fixed;
  top: 0;
}
.main-nav .nav-container {
  display: block;
  padding-left: 155px;
  position: relative;
}
.main-nav .logo {
  position: absolute;
  left: 0;
  height: 80px;
  top: 20px;
  display: block;
}
.main-nav .logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.main-nav .nav-links {
  display: block;
  height: 32px;
  padding-top: 44px;
}
.main-nav .nav-links ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 32px;
}
.main-nav .nav-links li {
  display: table-cell;
  text-align: center;
  border-right: 1px dotted #f6eec7;
  vertical-align: middle;
}
.main-nav .nav-links li.active {
  background: #f6eec7;
}
.main-nav .nav-links li.active a {
  color: #333028;
}
.main-nav .nav-links li.last,
.main-nav .nav-links li:last-child {
  border-right: none;
}
.main-nav .nav-links li a {
  font-family: 'NeutraDisp-Bold';
  color: #f6eec7;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  height: 32px;
  line-height: 30px;
}
.main-nav .nav-links li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}
@media (max-width: 991px) {
  .main-nav .nav-links ul {
    table-layout: auto;
  }
}
@media (max-width: 767px) {
  .main-nav {
    position: relative;
    height: auto;
    bottom: auto;
  }
  .hfixed .main-nav {
    position: relative;
  }
  .main-nav .container {
    padding: 0;
  }
  .main-nav .nav-container {
    padding: 0;
  }
  .main-nav .logo {
    position: relative;
    top: auto;
    left: auto;
  }
  .main-nav .nav-links {
    height: auto;
    padding: 0;
    margin-top: 10px;
  }
  .main-nav .nav-links ul {
    display: block;
    height: auto;
  }
  .main-nav .nav-links ul li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #413d33;
  }
  .main-nav .nav-links ul li.active {
    background: rgba(255, 255, 255, 0.2);
  }
  .main-nav .nav-links ul li.active a {
    color: #fffdf0;
  }
  .main-nav .nav-links ul li a {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #fffdf0;
  }
  .main-nav .nav-links ul li a span.prod_ball {
    display: none;
  }
  .main-nav .nav-links ul li ul {
    background: rgba(51, 48, 40, 0.6);
  }
  .main-nav .nav-links ul li ul li a {
    color: #fffdf0;
    padding: 0 25px;
    font-size: 12px;
  }
}
.sub-nav {
  display: block;
  margin-top: 10px;
}
.sub-nav.default {
  background: #e6dead;
  -webkit-box-shadow: 0 3px 3px -2px rgb(181,175,141);
  box-shadow: 0 3px 3px -2px rgb(181,175,141);
}
.sub-nav.default .nav-container {
  background: #e5dcab;
}
.sub-nav.default ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  table-layout: fixed;
}
.sub-nav.default ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sub-nav.default ul li.active {
  background: #333028;
}
.sub-nav.default ul li.active a {
  color: #f6eec7;
}
.sub-nav.default ul li a {
  display: block;
  height: 48px;
  line-height: 45px;
  font-size: 13px;
  font-family: 'NeutraDisp-Bold';
  text-transform: uppercase;
}
.sub-nav.default ul li a span {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
}
.sub-nav.product {
  padding-top: 15px;
}
.sub-nav.product ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  max-width: 1010px;
}
.sub-nav.product ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 73px;
  margin-left: -4px;
}
.sub-nav.product ul li .prod_ball {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 6px auto;
}
@media (max-width: 767px) {
  .sub-nav.product ul li .prod_ball {
    display: none;
  }
}
.sub-nav.product ul li .prod_ball img {
  display: block;
  max-width: 100%;
}
.sub-nav.product ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.1em;
  font-family: 'NeutraDisp-Bold';
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sub-nav {
    margin-top: 0;
    display: none;
  }
}
/***************************
 FULL-SLIDER
***************************/
.full-slider {
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
}
.full-slider.main-carousel {
  height: 100%;
}
.full-slider.default {
  height: auto;
}
.full-slider .logo {
  position: absolute;
  background: url("../img/logo_slider.png") no-repeat center center;
  width: 250px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin-top: -90px;
  margin-left: -125px;
}
.i18n-en .full-slider .logo {
  background: url("../img/logo_slider_en.png") no-repeat center center;
  background-size: 100% auto;
}
.full-slider .slider {
  display: block;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.default.full-slider .slider {
  height: auto;
}
.full-slider .slick-track,
.full-slider .slick-list {
  height: 100%;
}
.default.full-slider .slick-track,
.default.full-slider .slick-list {
  height: auto;
}
.full-slider .slide {
  display: block;
  position: relative;
  height: 100%;
}
.auto.full-slider .slide {
  height: auto;
}
.full-slider .slide .slide_img {
  display: block;
  width: 100%;
  height: auto;
}
.full-slider .slick-prev,
.full-slider .slick-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 60px;
  text-align: center;
}
.full-slider .slick-prev {
  left: 40px;
}
.full-slider .slick-next {
  right: 40px;
}
.full-slider .slick-dots {
  bottom: 20px;
  margin: 0;
  padding: 0;
}
.main-carousel.full-slider .slick-dots {
  bottom: 100px;
}
.full-slider .slick-dots li {
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 25px;
  color: #FFF;
  margin: 0 5px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.full-slider .slick-dots li.slick-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.full-slider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}
.full-slider .slick-dots li:after {
  background: none;
  font-family: "poretti-icon";
  content: "\e605";
}
.full-slider .start_site {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -20px;
  color: #FFF;
  font-size: 38px;
  border: none;
  background: none;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .full-slider {
    height: 350px;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .full-slider .cover_bg {
    background-position: 20% center;
  }
  .full-slider .logo {
    width: 200px;
    height: 140px;
    margin-top: -75px;
    margin-left: -100px;
    background-size: 100% auto;
  }
  .full-slider.main-carousel {
    height: 350px;
  }
  .menu-opened .full-slider {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
  .full-slider .slick-prev,
  .full-slider .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 40px;
    text-align: center;
  }
  .full-slider .slick-prev {
    left: 0px;
  }
  .full-slider .slick-next {
    right: 0px;
  }
  .full-slider .start_site {
    display: none;
  }
  .full-slider .slick-dots {
    bottom: 50px;
  }
  .main-carousel.full-slider .slick-dots {
    bottom: 50px;
  }
  .full-slider .slick-dots li {
    font-size: 18px;
  }
}
/***************************
 COVER BG
***************************/
.cover_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.cover_bg img {
  width: 100%;
  display: block;
  height: auto;
}
/***************************
 BORDER TITLE
***************************/
.border-title {
  display: block;
  text-align: center;
}
.border-title span {
  border: 5px solid;
  font-family: "NeutraDispTitling";
  font-weight: normal;
  line-height: 1.1em;
  text-align: center;
  padding: 10px 15px;
  font-size: 24px;
  min-width: 160px;
  display: inline-block;
}
@media (max-width: 767px) {
  .border-title span {
    border: 3px solid;
    font-size: 18px;
  }
}
/***************************
 FULL_LAUNCH
***************************/
.full_launch {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  -webkit-transform: translateZ(0);
  z-index: 10;
}
.full_launch a {
  display: block;
  text-decoration: none;
}
.full_launch .icon_botom {
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: center;
  left: 0;
  display: block;
}
.full_launch .container {
  display: block;
  position: relative;
  z-index: 10;
}
.full_launch .tbl {
  display: table;
  width: 100%;
}
.full_launch .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  height: 460px;
}
.large.full_launch .tbl .tbl-cell {
  height: 660px;
}
.full_launch .info {
  margin: 30px 0;
  display: block;
}
.full_launch .info.dx,
.dx.full_launch .info {
  float: right;
}
.full_launch .info.sx,
.sx.full_launch .info {
  float: left;
}
.full_launch .info.center,
.center.full_launch .info {
  float: none;
  margin: 0 auto;
}
.full_launch .info.white {
  color: #FFF;
}
.full_launch .info.white a {
  color: #FFF;
}
.full_launch .info .title-icon {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
  display: block;
}
.full_launch .info .title-icon span {
  display: block;
}
.full_launch .info .text {
  margin-top: 20px;
  display: block;
  font-family: 'NeutraDisp-Bold';
  font-size: 24px;
  text-align: center;
  line-height: 1.3em;
}
.full_launch .info .cta {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .full_launch .info .text {
    font-size: 18px;
  }
}
.full_launch .selezione {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.full_launch .selezione a {
  display: inline-block;
  width: 122px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center top;
}
.full_launch .selezione a.pale {
  background-image: url(../img/icon_pale_ale.png);
}
.full_launch .selezione a.brown {
  background-image: url(../img/icon_brown_ale.png);
}
.full_launch .selezione a.blanche {
  background-image: url(../img/icon_blanche.png);
}
@media (max-width: 1199px) {
  .full_launch.dx .cover_bg {
    background-position: 25% center;
  }
  .full_launch.sx .cover_bg {
    background-position: 75% center;
  }
  .full_launch.large .cover_bg {
    background-position: 75% center;
  }
}
@media (max-width: 850px) {
  .full_launch .tbl .tbl-cell {
    height: auto;
  }
  .full_launch .tbl .tbl-cell.large,
  .large.full_launch .tbl .tbl-cell {
    height: auto;
  }
}
@media (max-width: 767px) {
  .full_launch {
    padding-bottom: 110%;
  }
  .full_launch:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+62,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
  }
  .full_launch .info {
    text-align: center;
  }
  .full_launch .info.sx,
  .full_launch .info.dx,
  .dx.full_launch .info,
  .sx.full_launch .info {
    float: none;
  }
  .full_launch .container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .full_launch .cover_bg {
    background-size: cover;
  }
  .full_launch .icon_botom {
    bottom: -15px;
    z-index: 5;
  }
  .full_launch .icon_botom img {
    height: 30px;
    width: auto;
  }
  .full_launch .tbl {
    display: block;
    position: relative;
    height: 100%;
  }
  .full_launch .tbl .tbl-cell {
    position: relative;
    display: block;
    height: 100%;
  }
  .full_launch .tbl .tbl-cell.large,
  .large.full_launch .tbl .tbl-cell {
    height: 100%;
  }
  .full_launch .info {
    float: none;
    position: relative;
    height: 100%;
    padding: 30px 0;
    margin: 0;
  }
  .full_launch .info.white {
    text-shadow: 1px 1px 1px #333028;
  }
  .full_launch .info .text {
    display: none;
  }
  .full_launch .info .title-icon {
    position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 30px;
    color: #FFF;
  }
  .full_launch .info .cta {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
  }
  .full_launch .selezione {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}
/***************************
 section
***************************/
.section {
  display: block;
}
.section.pad {
  padding-top: 30px;
}
.section .section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  padding-bottom: 15px;
  background: url(../img/section-title-border.png) no-repeat center bottom;
  margin: 45px 0 20px 0;
}
.section .section-title span.number {
  font-size: 1.25em;
}
.section .section-title.sub {
  font-family: "NeutraDispTitling";
  font-size: 24px;
}
.section .section-sub-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 1.1em;
  padding-bottom: 15px;
  margin: 45px 0 20px 0;
}
.section .section-icon {
  text-align: center;
  font-size: 35px;
}
.section .section-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section .section-title {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 25px;
  }
  .section .section-sub-title {
    font-size: 20px;
  }
  .section .section-text {
    font-size: 16px;
  }
}
/***************************
 BOX-LAUNCH
***************************/
.box-launch {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.box-launch.border {
  margin: 0 -5px 30px -5px;
  border: 1px dotted #333028;
  padding: 5px;
}
.box-launch .box-content {
  display: block;
  width: 100%;
  padding-bottom: 65.09%;
  position: relative;
}
.smallest.box-launch .box-content {
  padding-bottom: 25%;
}
.small.box-launch .box-content {
  padding-bottom: 50%;
}
.medium.box-launch .box-content {
  padding-bottom: 79%;
}
.partner.box-launch .box-content {
  padding-bottom: 47.60%;
}
.content.box-launch .box-content {
  padding-bottom: 61%;
}
.square.box-launch .box-content,
.large.box-launch .box-content {
  padding-bottom: 97.30%;
}
.video.box-launch .box-content {
  padding-bottom: 56.25%;
}
.box-launch .box-content .image {
  overflow: hidden;
}
.auto.box-launch .box-content {
  padding-bottom: 0;
}
.box-launch .box-content video {
  display: block;
  position: relative;
  z-index: 99;
}
.box-launch .box-content .image,
.box-launch .box-content iframe,
.box-launch .box-content video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.auto.box-launch .box-content .image,
.auto.box-launch .box-content iframe,
.auto.box-launch .box-content video {
  position: relative;
  height: auto;
}
.cta_bot.auto.box-launch .box-content .image,
.cta_bot.auto.box-launch .box-content iframe,
.cta_bot.auto.box-launch .box-content video {
  padding-bottom: 30px;
}
.partner.box-launch .box-content .image,
.partner.box-launch .box-content iframe,
.partner.box-launch .box-content video {
  background: #FFF;
}
.partner.box-launch .box-content .image img,
.partner.box-launch .box-content iframe img,
.partner.box-launch .box-content video img {
  /*width: auto;
          height: auto;*/
  min-height: 50px;
}
.box-launch .box-content .image img,
.box-launch .box-content iframe img,
.box-launch .box-content video img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.box-launch .box-content .info {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.large.box-launch .box-content .info {
  height: 69%;
}
.box-launch .box-content .info .icn {
  font-size: 50px;
}
.box-launch .box-content .info .link {
  display: table;
  height: 100%;
  width: 100%;
}
.box-launch .box-content .info .link a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fffdf0;
  padding: 20px;
  text-decoration: none;
}
.cta_bot.box-launch .box-content .info .link a {
  padding-bottom: 30px;
}
.spot.box-launch .box-content .info .link a {
  color: #FFF;
  background: rgba(61, 58, 49, 0.5);
}
.box-launch .box-content .info .link .title {
  display: block;
  font-family: "DinConMed";
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.1em;
}
.spot.box-launch .box-content .info .link .title {
  font-size: 20px;
  font-family: 'NeutraDisp-Bold';
}
.spot.box-launch .box-content .info .link .title strong {
  display: block;
  font-family: "NeutraDispTitling";
  font-weight: normal;
  font-size: 27px;
  line-height: 1.1em;
}
.box-launch .box-content .info .link .cta {
  margin-top: 20px;
  display: block;
  padding: 5px 10px;
  font-size: 18px;
  text-decoration: underline;
}
.cta_bot.box-launch .box-content .info .link .cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #333028;
}
@media (max-width: 991px) {
  .box-launch .box-content .info .link .title {
    font-size: 20px;
  }
  .box-launch .box-content .info .link .cta {
    margin-top: 15px;
  }
}
.box-launch .box-caption {
  display: block;
  background: #333028;
  color: #f6eec7;
  text-align: center;
  font-size: 15px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  height: auto;
}
.large.box-launch .box-caption {
  position: absolute;
  height: 31%;
}
.box-launch .box-caption .cap_content {
  display: table;
  width: 100%;
  height: 100%;
}
.box-launch .box-caption .cap_content .txt {
  display: table-cell;
  padding: 20px;
  font-family: "DinMed";
  line-height: 20px;
  vertical-align: middle;
  height: 100px;
}
.large.box-launch .box-caption .cap_content .txt {
  height: auto;
}
/***************************
 VIDEO GALLERY
***************************/
.video-gallery {
  display: block;
  position: relative;
  color: #FFF;
  padding: 35px 0;
}
.video-gallery .container {
  position: relative;
  z-index: 5;
}
.video-gallery a {
  color: #FFF;
}
.video-gallery .ytplayer img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
}
.video-gallery .slider {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}
.video-gallery .slider .video {
  display: block;
  max-width: 600px;
  border: 1px dotted;
  margin: 0 auto;
  padding: 8px;
}
.video-gallery .slider .caption {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-family: 'NeutraDisp-Bold';
  line-height: 1.1em;
  margin-top: 15px;
  position: relative;
  padding: 0 70px 50px 70px;
}
.video-gallery .slider .caption:after,
.video-gallery .slider .caption:before {
  font-family: "poretti-icon";
  width: 70px;
  height: 70px;
  font-size: 70px;
  position: absolute;
  bottom: 0;
}
.video-gallery .slider .caption:after {
  content: "\e60b";
  right: 0;
}
.video-gallery .slider .caption:before {
  content: "\e60c";
  left: 0;
}
.video-gallery .slider .slick-prev,
.video-gallery .slider .slick-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 60px;
  text-align: center;
}
.video-gallery .slider .slick-prev {
  left: 0px;
}
.video-gallery .slider .slick-next {
  right: 0px;
}
.video-gallery .cta_channel {
  display: block;
  text-align: center;
}
.video-gallery .cta_channel a {
  display: inline-block;
  text-decoration: none;
}
.video-gallery .cta_channel a span {
  display: block;
  font-size: 17px;
}
.video-gallery .cta_channel a span.icon {
  font-size: 40px;
}
/***************************
 FOOTER
***************************/
.footer {
  display: block;
  background: #333028;
  padding: 30px 0;
  color: #f6eec7;
}
.footer a {
  color: #f6eec7;
}
.footer a.active {
  color: #f6eec7;
}
.footer .footer-links {
  display: block;
  font-family: 'NeutraDisp-Bold';
}
.footer .footer-links .title {
  font-size: 23px;
  border-bottom: 1px solid #f6eec7;
  margin-bottom: 25px;
}
.footer .footer-links .txt {
  display: block;
  font-size: 15px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.footer .footer-links ul.first {
  margin-bottom: 0;
}
.footer .footer-links .social-links .title {
  margin-bottom: 10px;
}
.footer .footer-links .social-links a {
  font-size: 35px;
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  height: 35px;
}
.footer .copy {
  display: block;
  text-align: center;
  font-size: 14px;
}
.footer .copy a {
  text-decoration: underline;
}
/***************************
 BREADCRUMB
***************************/
.nav_trail {
  display: block;
  margin-top: 10px;
  background: #e5dcab;
  -webkit-box-shadow: 0 3px 3px -2px rgb(181,175,141);
  box-shadow: 0 3px 3px -2px rgb(181,175,141);
}
.nav_trail.normarg {
  margin-top: 0;
}
.nav_trail .breadcrumb {
  margin-bottom: 0;
  background: none;
  height: 48px;
  padding: 10px 0;
  overflow: hidden;
}
.nav_trail .breadcrumb a,
.nav_trail .breadcrumb span {
  display: block;
  float: left;
  line-height: 28px;
  font-size: 13px;
  font-family: 'NeutraDisp-Bold';
  text-transform: uppercase;
}
.nav_trail .breadcrumb a.active,
.nav_trail .breadcrumb span.active {
  color: #333028;
}
.nav_trail .breadcrumb .back {
  padding-right: 10px;
  border-right: 1px dotted #333028;
  margin-right: 10px;
}
.nav_trail .breadcrumb .sep {
  padding: 0 3px;
}
.nav_trail .socials {
  float: right;
}
.nav_trail .socials a {
  float: left;
  display: block;
  width: 35px;
  margin: 9px 0;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.nav_trail .socials a:hover {
  color: #333028;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav_trail .socials a .at4-icon,
.nav_trail .socials a span {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.nav_trail .nav_page {
  margin-bottom: 0;
  background: none;
  height: 48px;
  padding: 10px 0;
  text-align: center;
}
.nav_trail .nav_page a {
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'NeutraDisp-Bold';
}
.nav_trail .nav_page a.xl {
  font-size: 22px;
}
.nav_trail .nav_page a.prev {
  float: left;
}
.nav_trail .nav_page a.next {
  float: right;
}
.nav_trail .nav_page a.center {
  background: #333028;
  color: #f6eec7;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .nav_trail {
    margin-top: 0;
  }
  .nav_trail .breadcrumb {
    display: none;
  }
}
.small-pad {
  display: block;
  margin: 0 -5px;
}
.small-pad .col {
  padding: 0 5px;
}
/***************************
 PRODUCT BOX
***************************/
.product-boxes {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 4px;
}
.product-boxes .col {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  float: none;
}
@media (max-width: 767px) {
  .product-boxes {
    text-align: center;
  }
  .product-boxes .col {
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 479px) {
  .product-boxes .col {
    display: block;
    max-width: 100%;
  }
}
.box-product {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #fffdf0;
}
.box-product:hover,
.box-product:focus {
  color: #f6eec7;
  text-decoration: none;
}
.box-product .image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 101%;
  overflow: hidden;
}
.light.box-product .image {
  padding-bottom: 72%;
}
.box-product .image img {
  display: block;
  width: 100%;
  height: auto;
}
.box-product .info {
  position: relative;
  display: block;
  background: #333028;
  padding: 40px 15px 22px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
}
.box-product .info span {
  display: block;
}
.box-product .info .title {
  font-family: "NeutraDispTitling";
  height: 2.2em;
  font-size: 18px;
}
.box-product .info .title em {
  display: inline-block;
  font-style: normal;
  line-height: 1.1em;
  vertical-align: middle;
}
.light.box-product .info {
  font-size: 15px;
  padding: 5px 10px;
}
.light.box-product .info .title {
  font-family: 'NeutraDisp-Medium';
  line-height: 2em;
}
.box-product .prod-icon {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -13px;
  background: url(../img/prod-title.png) no-repeat center center;
  height: 48px;
}
@media (max-width: 991px) {
  .box-product .info .title {
    font-size: 14px;
  }
}
/***************************
 Visual Detail Dettagio Prodotto
***************************/
.visual-detail {
  display: block;
  min-height: 765px;
  position: relative;
  color: #FFF;
}
.visual-detail .visual_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  text-align: center;
  /*&:after{
      position: absolute;
      top: 0;
      height: 100%;
      content: "";
      display: block;
      width: 100%;
      background: url(../img/cover_shadow.png) repeat-y center top;


    }*/
}
.visual-detail .visual_bg img {
  display: none;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.visual-detail .container {
  display: block;
  position: relative;
}
.visual-detail .container.rel {
  position: relative;
}
.visual-detail .browse {
  display: none;
  width: 30px;
  height: 30px;
  font-size: 25px;
  color: #f6eec7;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 15px;
  text-decoration: none;
}
.visual-detail .browse.prev {
  left: -30px;
}
.visual-detail .browse.next {
  right: -30px;
}
.visual-detail .tbl {
  display: table;
  width: 100%;
}
.visual-detail .tbl-cell {
  padding: 40px 0;
  display: table-cell;
}
.visual-detail .info {
  display: block;
  float: right;
  border: 2px dotted;
  padding-top: 40px;
  padding-bottom: 40px;
}
.visual-detail .info .img_title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.visual-detail .info .img_title img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.visual-detail .info .title-icon {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}
.visual-detail .info .text {
  margin-top: 10px;
  display: block;
  font-family: 'NeutraDisp-Bold';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.visual-detail .info .description {
  border-top: 2px dotted;
  margin: 0 -20px;
  font-size: 16px;
  padding: 30px 20px;
  font-family: 'NeutraDisp-Bold';
  text-align: center;
}
.visual-detail .info .description .tit {
  font-size: 20px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .visual-detail .browse {
    display: none;
  }
}
@media (max-width: 767px) {
  .visual-detail {
    background: #333028;
  }
  .visual-detail .visual_bg {
    position: relative;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    text-align: center;
    height: 280px;
    background-position: 10% center;
    background-size: auto 130%;
  }
  .visual-detail .visual_bg img {
    display: none;
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
  }
  .visual-detail .browse {
    display: none;
  }
  .visual-detail .info {
    float: none;
  }
}
/***************************
 expo date
***************************/
.expo_date {
  width: 90px;
  background: #333028;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  font-size: 24px;
  color: #f6eec7;
  font-family: 'NeutraDisp-Bold';
  line-height: 22px;
}
.expo_date strong {
  display: block;
  font-size: 42px;
  font-family: "NeutraDispTitling";
  line-height: 42px;
}
.expo_date span {
  display: block;
  border-top: 1px dotted;
  margin-top: 2px;
  margin-bottom: 40px;
}
.expo_date em {
  font-size: 0.7em;
  font-style: normal;
  display: block;
  line-height: 1em;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .expo_date {
    width: 70px;
    font-size: 17px;
    line-height: 16px;
    left: 0;
    top: 0;
  }
  .expo_date span {
    margin-bottom: 20px;
  }
  .expo_date strong {
    font-size: 30px;
  }
}
/***************************
 expo date
***************************/
.switch {
  display: block;
  font-family: "NeutraDispTitling";
  margin-bottom: 10px;
  font-size: 15px;
}
.switch .box {
  width: 80px;
  height: 40px;
  border: 3px solid;
  float: left;
  display: block;
  position: relative;
}
.vert.switch .box {
  width: 40px;
  height: 80px;
  float: none;
}
.switch .box span {
  position: absolute;
  width: 55%;
  display: block;
  color: #f6eec7;
  height: 100%;
  float: right;
  background: #333028;
  line-height: 34px;
  text-align: center;
  top: 0;
}
.in.switch .box span {
  right: 0;
}
.off.switch .box span {
  left: 0;
}
.vert.switch .box span {
  width: 100%;
  height: 55%;
  line-height: 40px;
  top: auto;
}
.in.vert.switch .box span {
  bottom: 0;
}
.off.vert.switch .box span {
  top: 0;
}
.switch .expo {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.vert.switch .expo {
  float: none;
  height: auto;
  line-height: 1em;
  text-align: center;
  margin-left: 0;
  margin-top: 8px;
}
/***************************
 Detail
***************************/
.detail {
  padding-top: 30px;
}
.detail.product-detail {
  padding-bottom: 30px;
}
.detail.nopad {
  padding-top: 0;
}
.detail .formati {
  display: block;
}
.detail .formati ul {
  list-style-type: none;
  margin: 0;
  padding: 6px 6px 0 6px;
}
.detail .formati ul li {
  display: block;
  position: relative;
  padding-left: 75px;
  line-height: 53px;
  height: 55px;
  margin-bottom: 10px;
}
.detail .formati ul li .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  font-size: 54px;
}
.detail .formati ul li .lbl {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
  font-family: 'NeutraDisp-Bold';
}
.detail .tech_data .title {
  display: block;
  background: #333028;
  color: #fffdf0;
  font-size: 18px;
  margin: 0;
  padding: 0 5px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  text-align: center;
}
.detail .tech_data ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'NeutraDisp-Bold';
  width: 100%;
}
.detail .tech_data ul li {
  display: table-row;
}
.detail .tech_data ul li.last span {
  border: none;
}
.detail .tech_data ul li span {
  display: table-cell;
  padding: 5px 5px;
  border-bottom: 1px dotted;
  line-height: 1.1em;
  font-size: 14px;
}
.detail .tech_data ul li span.name {
  width: 40%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.detail .tech_data ul li span.val {
  width: 60%;
}

.detail .tech_data.nutrizionali‎ ul li span.name{
  width: 80%;
}
.detail .tech_data.nutrizionali‎ ul li span.val {
  width: 20%;
}


.detail .nutri {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail .nutri img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.detail .nutri .cta {
  display: block;
  background: #333028;
  color: #fffdf0;
  text-decoration: none;
  font-family: 'NeutraDisp-Bold';
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.detail .detail-content {
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  padding-left: 140px;
  padding-right: 140px;
}
.detail .detail-content.teaser {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .detail .detail-content .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.detail .detail-content.full,
.col-sm-6 .detail .detail-content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .detail .detail-content {
    padding-left: 110px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .detail .detail-content {
    padding-right: 0;
    padding-left: 0;
  }
  .detail .detail-content .top_contents {
    position: relative;
    padding-left: 120px;
    min-height: 135px;
  }
}
.detail .detail-content .title {
  font-size: 34px;
  line-height: 0.97em;
  font-family: "NeutraDispTitling";
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}
.detail .detail-content .title.center {
  text-align: center;
}
@media (max-width: 767px) {
  .detail .detail-content .title {
    font-size: 24px;
  }
}
.detail .detail-content .subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'NeutraDisp-Bold';
  font-size: 18px;
}
.detail .detail-content .subtitle.center {
  text-align: center;
}
.detail .detail-content .subtitle.dx {
  text-align: right;
}
.detail .detail-content .subtitle.sx {
  text-align: left;
}
.detail .detail-content .title-icon {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}
.detail .detail-content .border-title {
  margin-bottom: 10px;
}
.detail .detail-content .location {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'NeutraDisp-Bold';
  padding-left: 30px;
  position: relative;
}
.detail .detail-content .location .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 25px;
}
.detail .detail-content .prev_next {
  display: block;
  font-family: 'NeutraDisp-Bold';
  font-size: 23px;
  margin-bottom: 20px;
}
.detail .detail-content .prev_next a,
.detail .detail-content .prev_next span {
  display: inline-block;
  padding-right: 10px;
}
.detail .detail-content .author {
  display: block;
  font-size: 20px;
  font-family: 'NeutraDisp-Bold';
  margin-bottom: 20px;
  text-transform: uppercase;
}
.detail .detail-content .image {
  width: 100%;
  margin-bottom: 20px;
}
.detail .detail-content .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.detail .detail-content .image.sx {
  float: left;
  width: auto;
  margin-right: 20px;
  padding-left: 0;
}
.detail .detail-content .image.dx {
  float: right;
  width: auto;
  margin-left: 20px;
  padding-left: 0;
}
.detail .detail-content .image.partner_logo {
  padding-top: 60px;
  margin: 0;
}
.detail .detail-content .image.partner_logo img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.detail .detail-content .quote,
.detail .detail-content blockquote {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 22px;
  line-height: 1;
  font-family: "NeutraDispTitling";
}
.detail .detail-content .text {
  font-size: 19px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .detail .detail-content .text {
    font-size: 16px;
    line-height: 18px;
  }
}
.detail .detail-content .text.dx {
  text-align: right;
}
.detail .detail-content .text.sx {
  text-align: left;
}
.detail .detail-content .text.center {
  text-align: center;
}
.detail .detail-content .text.noflow {
  overflow: hidden;
}
.detail .detail-content .text ul,
.detail .detail-content .text ol {
  padding-left: 13px;
}
.detail .detail-content .text h3,
.detail .detail-content .text h4 {
  font-family: "NeutraDispTitling";
  margin: 0;
}
.detail .detail-content .text .box-launch {
  margin-top: 20px;
}
.detail .detail-content .text .video {
  margin-top: 20px;
  background: #000;
}
.detail .detail-content .text .video video {
  width: 100%;
}
.detail .detail-content .likes {
  display: block;
  background: #333028;
  padding: 5px 10px;
  margin-top: 20px;
}
.detail .detail-content .likes .but,
.detail .detail-content .likes .sep {
  display: block;
  float: left;
  color: #f6eec7;
  font-size: 12px;
  font-family: 'NeutraDisp-Bold';
}
.detail .detail-content .likes .but div,
.detail .detail-content .likes .sep div {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.detail .detail-content .likes .but {
  padding: 0 6px;
  position: relative;
}
.detail .detail-content .likes .but .icn {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.detail .detail-content .link_full {
  margin-top: 30px;
  background: #e6dead;
  -webkit-box-shadow: 0 3px 3px -2px rgb(181,175,141);
  box-shadow: 0 3px 3px -2px rgb(181,175,141);
}
.detail .detail-content .link_full a {
  display: block;
  line-height: 28px;
  font-size: 23px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: underline;
}
.detail.editoriale .detail-content .text {
  text-align: center;
  font-size: 21px;
  line-height: 1.2em;
}
.detail.editoriale .detail-content h3 {
  margin: 1em 0 .4em 0;
  font-family: "NeutraDispTitling";
  text-transform: uppercase;
}
.detail .cta_black {
  margin-top: 40px;
}
.detail .stats {
  margin: 0 -20px;
}
.detail .stats .tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.detail .stats .col {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.detail .stats .col .tbl {
  height: 100%;
}
.detail .stats .col.first {
  border-left: none;
}
@media (max-width: 767px) {
  .detail .stats {
    display: block;
  }
  .detail .stats .col {
    display: block;
    margin-bottom: 15px;
  }
  .detail .stats .col.first {
    border-left: none;
  }
}
.recipe-detail .ingredienti {
  display: block;
  overflow: hidden;
}
.recipe-detail .ingredienti h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "NeutraDispTitling";
  font-size: 18px;
}
.recipe-detail .ingredienti ul {
  margin: 0;
  padding-left: 15px;
}
.recipe-detail .ingredienti ul li {
  float: left;
  width: 50%;
}
.recipe-detail .used_prod {
  float: right;
  width: 340px;
}
.recipe-detail .used_prod .image {
  position: absolute;
}
.event-list {
  display: block;
  padding: 0 140px;
  position: relative;
}
.event-search .event-list {
  border-bottom: 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.event-search .event-list.last {
  border-bottom: none;
}
@media (max-width: 1199px) {
  .event-list {
    padding-left: 110px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .event-list {
    padding-right: 0;
    padding-left: 90px;
  }
}
.event-list .event {
  display: block;
  margin-bottom: 10px;
  color: #333028;
  /*@media(@tablet){
      .info{
        min-height: 122px;
        float: left;
        width: 75px;
        background: @mainColor;

        .expo_ev{
          display: none;
        }
        .switch{
          display: block;
          margin-top: 20px;
          font-size: 13px;
          color: @yellow;
          .box{
            margin: 0 auto;
            width: 32px;
            border-color: @yellow;
            height: 64px;
            span{
              background: @yellow;
              color: @mainColor;
              line-height: 30px;
            }
          }

        }
        .cta{
          display: none;
        }
      }
      .image{
        width: 175px;
        margin-right: 0;
        min-height: 122px;
      }
      .desc{
        min-height: 122px;
        .txt{
          min-height: 122px;
          font-size: 14px;
          line-height: 16px;
        }
      }
    }*/
}
.event-list .event .image {
  width: 230px;
  min-height: 160px;
  float: left;
  display: block;
  margin-right: 10px;
  background: #e5dcab;
}
.event-list .event .image img {
  display: block;
  width: 100%;
}
.event-list .event .info {
  float: right;
  width: 120px;
  background: #e5dcab;
  min-height: 160px;
  display: block;
  position: relative;
}
.event-list .event .info .expo_ev {
  padding: 20px 15px 15px 10px;
  position: relative;
  -webkit-box-shadow: 0 3px 3px -2px rgb(181,175,141);
  box-shadow: 0 3px 3px -2px rgb(181,175,141);
  display: none;
}
.event-list .event .info .expo_ev span {
  display: block;
  float: left;
}
.event-list .event .info .expo_ev span.icon {
  font-size: 26px;
  line-height: 32px;
}
.event-list .event .info .expo_ev span.in_out {
  font-family: "NeutraDispTitling";
  font-size: 15px;
  line-height: 16px;
}
.event-list .event .info .expo_ev span.arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #333028;
  border-bottom: 10px solid transparent;
  float: right;
  margin-top: 6px;
}
.event-list .event .info .cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 5px;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
}
.event-list .event .info .switch {
  display: none;
}
.event-list .event .desc {
  overflow: hidden;
  min-height: 160px;
  display: block;
}
.event-list .event .desc .txt {
  display: block;
  overflow: hidden;
  background: #333028;
  min-height: 160px;
  padding: 20px;
  color: #f6eec7;
  font-size: 19px;
  line-height: 22px;
}
.event-list .event .desc .txt .name {
  text-transform: uppercase;
  font-family: 'NeutraDisp-Bold';
  min-height: 3.3em;
  line-height: 1.1em;
  display: block;
}
.event-list .event .desc .txt .place {
  display: block;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .event-list .event .info {
    min-height: 120px;
    /*
        .switch{
          display: block;
          margin-top: 20px;
          font-size: 13px;
          color: @yellow;
          .box{
            margin: 0 auto;
            width: 32px;
            border-color: @yellow;
            height: 64px;
            span{
              background: @yellow;
              color: @mainColor;
              line-height: 30px;
            }
          }

        }*/
  }
  .event-list .event .info .expo_ev {
    padding: 10px;
  }
  .event-list .event .info .expo_ev span.icon {
    font-size: 20px;
    line-height: 25px;
    margin-right: 5px;
  }
  .event-list .event .info .expo_ev span.in_out {
    font-size: 13px;
    line-height: 14px;
  }
  .event-list .event .info .cta {
    margin-top: 35px;
  }
  .event-list .event .image {
    width: 170px;
    margin-right: 10px;
    min-height: 120px;
    background: #e5dcab;
  }
  .event-list .event .desc {
    min-height: 120px;
  }
  .event-list .event .desc .txt {
    min-height: 120px;
    font-size: 14px;
    line-height: 16px;
  }
  .event-list .event .desc .txt .name {
    min-height: 2.2em;
    line-height: 2.2em;
  }
}
.event-list .view_all {
  display: block;
  margin-top: 60px;
}
.event-list .view_all a {
  display: block;
  background: #333028;
  color: #f6eec7;
  text-align: center;
  font-size: 13px;
  font-family: 'NeutraDisp-Bold';
  text-transform: uppercase;
  padding: 10px 10px;
}
.pagination,
.item-list {
  display: block;
  text-align: center;
  background: #333028;
  margin: 0 140px;
  clear: both;
}
.pagination ul,
.item-list ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.pagination ul li,
.item-list ul li {
  display: inline-block;
  margin: 0;
}
.pagination a,
.item-list a,
.pagination span,
.item-list span {
  display: inline-block;
  color: #f6eec7;
  padding: 5px;
}
.event-search {
  display: block;
}
.filters {
  margin: 0 -10px 40px -10px;
  padding: 0 140px;
}
@media (max-width: 991px) {
  .filters {
    padding: 0;
  }
}
.filters .field {
  padding: 0 10px;
}
.filters .field label {
  display: block;
  font-family: 'NeutraDisp-Bold';
  font-size: 21px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.filters .field .dropdown {
  display: block;
  background: #e5dcab;
  height: 34px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.filters .field .dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0 5px;
  height: 34px;
  border: none;
}
.filters .field .dropdown select::-ms-expand {
  display: none;
}
.filters .field .dropdown select option {
  background: #f6eec7;
  display: block;
  padding: 5px 10px;
  margin: 0 0;
  border-bottom: 1px solid #bdbaac;
}
.filters .field .dropdown .arrow {
  display: block;
  background: #333028;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #f6eec7;
  text-align: center;
}
.filters .field .dropdown .arrow .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -3px;
}
.filters .field .dropdown button {
  display: block;
  background: none;
  width: 100%;
  border: none;
  height: 34px;
  text-align: left;
  line-height: 34px;
  padding: 0 10px;
}
.filters .field .dropdown .dropdown-menu {
  width: 100%;
  border: none;
  background: #f6eec7;
  border-radius: 0;
  margin-top: 0;
}
.filters .field .dropdown .dropdown-menu li {
  font-family: 'NeutraDisp-Bold';
}
.filters .field .dropdown .dropdown-menu li a {
  display: block;
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #bdbaac;
}
.filters .field .dropdown .dropdown-menu li a:hover {
  background: none;
}
.filters .field .dropdown .dropdown-menu li.last a {
  border-bottom: none;
}
.filters .field .dropdown .dropdown-menu li .select-date {
  display: block;
  margin: 5px 0 0 0;
}
.filters .field .dropdown .dropdown-menu li .select-date .col-sm-6 {
  padding: 0 10px;
}
.filters .field .dropdown .dropdown-menu li .select-date span {
  display: block;
  float: left;
  line-height: 25px;
}
.filters .field .dropdown .dropdown-menu li .select-date .input {
  display: block;
  overflow: hidden;
  padding-left: 10px;
}
.filters .field .dropdown .dropdown-menu li .select-date input {
  width: 100%;
  display: block;
  height: 25px;
  border: 1px solid #333028;
  text-align: center;
  padding: 0 10px;
}
.filters .field .submit {
  display: block;
  width: 100%;
  height: 34px;
  background: #333028;
  border: none;
  color: #f6eec7;
  margin-top: 30px;
  font-size: 15px;
  font-family: 'NeutraDisp-Bold';
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.filters .submit-filter {
  display: block;
  margin-top: 10px;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  padding: 3px 10px;
}
.filters .submit-filter input {
  background: #333028;
  color: #f6eec7;
  text-transform: uppercase;
  border: none;
}
/***************************
 BOX articolo Giornalisti nel erba
***************************/
.article_journalist {
  display: block;
}
.article_journalist .image {
  display: block;
  width: 100%;
  position: relative;
  background: #878269;
}
.article_journalist .image img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.article_journalist .info {
  display: block;
  background: #3d3a31;
  color: #f6eec7;
  font-family: 'NeutraDisp-Bold';
}
.article_journalist .info .desc {
  padding: 10px 20px;
  display: block;
  color: #f6eec7;
  text-decoration: none;
}
.article_journalist .info .desc .top {
  display: block;
}
.article_journalist .info .desc .top .date {
  float: right;
}
.article_journalist .info .desc .top .author {
  overflow: hidden;
  font-family: "NeutraDispTitling";
  padding-right: 15px;
}
.article_journalist .info .desc .title {
  display: block;
  margin-top: 15px;
  font-size: 35px;
  line-height: 30px;
  margin-bottom: 30px;
}
.article_journalist .info .likes {
  display: block;
  background: #333028;
  font-size: 13px;
  padding: 6px 20px;
}
@media (max-width: 991px) {
  .article_journalist .info .desc .top {
    display: block;
  }
  .article_journalist .info .desc .top .date {
    float: none;
    display: block;
  }
  .article_journalist .info .desc .top .author {
    overflow: hidden;
    font-family: "NeutraDispTitling";
    font-size: 13px;
    padding-right: 15px;
  }
  .article_journalist .info .desc .title {
    font-size: 24px;
    line-height: 22px;
  }
}
/***************************
 BOX Recipe
***************************/
.box-recipe {
  display: block;
  margin-bottom: 40px;
}
.box-recipe .image {
  display: block;
  width: 100%;
  position: relative;
  background: #878269;
}
.box-recipe .image img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.box-recipe .info {
  display: block;
  background: #3d3a31;
  color: #f6eec7;
}
.box-recipe .info .desc {
  padding: 10px 20px;
  display: block;
  color: #f6eec7;
  text-decoration: none;
}
.box-recipe .info .desc .top {
  display: block;
}
.box-recipe .info .desc .top .type {
  float: right;
}
.box-recipe .info .desc .top .used {
  overflow: hidden;
  padding-right: 15px;
  font-size: 13px;
  display: block;
  line-height: 1.1em;
  min-height: 2.2em;
  font-family: 'NeutraDisp-Bold';
}
.box-recipe .info .desc .title {
  font-family: 'NeutraDisp-Bold';
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 3.3em;
  margin-bottom: 10px;
}
.box-recipe .info .desc .title span {
  display: inline-block;
  vertical-align: top;
  line-height: 1.1em;
}
.box-recipe .info .likes {
  display: block;
  background: #333028;
  font-size: 13px;
  padding: 6px 20px;
}
.box-recipe .info .tags {
  display: block;
  padding-bottom: 10px;
}
.box-recipe .info .tags .tag {
  display: inline-block;
  margin-right: 10px;
}
.box-recipe .info .tags .tag span {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  line-height: 25px;
  vertical-align: middle;
}
.box-recipe .info .tags .tag em {
  font-style: normal;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  font-family: "DinConMed";
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .box-recipe .info .desc .top {
    display: block;
  }
  .box-recipe .info .desc .top .date {
    float: none;
    display: block;
  }
  .box-recipe .info .desc .top .author {
    overflow: hidden;
    font-family: "NeutraDispTitling";
    font-size: 13px;
    padding-right: 15px;
  }
  .box-recipe .info .desc .title {
    font-size: 24px;
    line-height: 22px;
  }
}
.article_list {
  display: block;
}
.article_list .pagination,
.article_list .item-list {
  margin: 0;
}
.article-grid {
  display: block;
  position: relative;
  margin: 0 -10px;
}
.article-grid .grid_item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.article-grid .grid__sizer {
  width: 33.333%;
  position: absolute;
}
.ui-datepicker {
  background: #f6eec7;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "NeutraDispTitling";
}
.ui-datepicker th {
  background: #333028;
  color: #FFF;
  border: 1px solid #333028;
}
.ui-datepicker td {
  padding: 2px 5px;
  border: 1px solid;
}
.ui-datepicker td.ui-state-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #333028;
  color: #FFF;
  font-family: 'NeutraDisp-Bold';
}
.ui-datepicker td.ui-datepicker-current-day a {
  color: #FFF;
}
.ui-datepicker td.ui-datepicker-current-day a:hover,
.ui-datepicker td.ui-datepicker-current-day a:focus {
  color: #FFF;
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
  font-family: 'poretti-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  line-height: 29px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e617";
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e618";
}
.quiz {
  display: block;
  padding: 0 0;
}
.quiz .quiz_container {
  display: block;
  position: relative;
  padding: 55px 50px 25px 50px;
  background-image: url(../img/quiz_bg.jpg);
  background-position: center top;
  background-size: cover;
  min-height: 779px;
}
@media (max-width: 767px) {
  .quiz .quiz_container {
    padding: 55px 20px 20px 20px;
  }
  .quiz .quiz_container .container {
    padding: 0;
  }
}
.focus-group.quiz .quiz_container {
  padding-top: 120px;
}
.quiz .quiz_container .container {
  position: relative;
}
.quiz .quiz_container .border-title {
  color: #f6eec7;
  margin-bottom: 100px;
}
.quiz .quiz_container .browse {
  color: #f6eec7;
  font-size: 50px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  text-decoration: none;
  cursor: pointer;
}
.quiz .quiz_container .browse.prev {
  left: 0;
}
.quiz .quiz_container .browse.next {
  right: 0;
}
.quiz .quiz_container .quiz_list {
  display: block;
  max-width: 790px;
  border-style: dotted;
  border-color: #f6eec7;
  border-width: 0 2px 2px 2px;
  padding: 60px 40px 40px 40px;
  margin: 0 auto;
  position: relative;
}
.quiz .quiz_container .quiz_list:before {
  height: 1px;
  border-top: 2px dotted #f6eec7;
  position: absolute;
  content: "";
  left: 0;
  width: 40%;
  top: 0;
}
.quiz .quiz_container .quiz_list:after {
  height: 1px;
  border-top: 2px dotted #f6eec7;
  position: absolute;
  content: "";
  right: 0;
  width: 40%;
  top: 0;
}
.quiz .quiz_container .quiz_list .icon {
  position: absolute;
  color: #f6eec7;
  font-size: 60px;
  width: 100%;
  height: 70px;
  top: -60px;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.quiz .quiz_container .quiz_list .browse.prev {
  left: -80px;
}
.quiz .quiz_container .quiz_list .browse.next {
  right: -80px;
}
.quiz .quiz_container #quiz_list {
  overflow: hidden;
  position: relative;
}
.quiz .quiz_container .quiz {
  text-align: center;
  color: #fffdf0;
  display: none;
  min-height: 380px;
}
.quiz .quiz_container .quiz.active {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.quiz .quiz_container .quiz .tbl {
  display: table;
  width: 100%;
}
.quiz .quiz_container .quiz .tbl-cell {
  height: 380px;
  display: table-cell;
  vertical-align: middle;
}
.quiz .quiz_container .quiz#quiz_1 {
  display: block;
}
.quiz .quiz_container .quiz .domanda {
  display: block;
  font-family: "DinConMed";
  text-transform: uppercase;
  font-size: 27px;
  line-height: 27px;
}
.quiz .quiz_container .answer_list {
  display: block;
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.quiz .quiz_container .answer_list li {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.focus-group.quiz .quiz_container .answer_list li {
  max-width: 400px;
  margin: 0 auto 15px auto;
  text-align: left;
}
.quiz .quiz_container .answer_wrap {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.quiz .quiz_container .lbl {
  display: block;
  line-height: 22px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-family: "DinConMed";
}
.quiz .quiz_container .custom_radio {
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  cursor: pointer;
}
.quiz .quiz_container .custom_radio label {
  border: 2px solid #f6eec7;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.quiz .quiz_container .custom_radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.quiz .quiz_container .custom_radio input:checked + label {
  background: #f6eec7;
}
.quiz .quiz_container .field {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.quiz .quiz_container .field .label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.quiz .quiz_container .field .radios {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.quiz .quiz_container .field .radios .answer_wrap {
  margin: 0 30px;
}
.quiz .quiz_container .field .radios .answer_wrap .lbl {
  min-width: 60px;
  text-align: left;
}
.quiz .quiz_container .field .custom_select {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  background: #e5dcab;
  height: 34px;
  position: relative;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.quiz .quiz_container .field .custom_select:after {
  height: 100%;
  position: absolute;
  width: 34px;
  background: #333028;
  content: "";
  right: 0;
  z-index: 1;
  top: 0;
}
.quiz .quiz_container .field .custom_select:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  right: 10px;
  top: 15px;
  z-index: 2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f6eec7;
}
.quiz .quiz_container .field .custom_select select {
  height: 34px;
  position: relative;
  z-index: 3;
  background: transparent;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  color: #333028;
  outline: none;
}
.quiz .quiz_container .field .custom_select select::-ms-expand {
  display: none;
}
.quiz .quiz_container .field .form-item {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.quiz .quiz_container .field .form-item input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: #e5dcab;
  border: none;
  color: #333028;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.quiz .quiz_container .field .form-item input.error {
  border: 1px solid red;
}
.quiz .quiz_container .field .form-item-accetto {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
.quiz .quiz_container .field .form-item-accetto .custom_check {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  padding: 10px;
  vertical-align: middle;
  position: relative;
  background: #e5dcab;
}
.quiz .quiz_container .field .form-item-accetto .custom_check label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.quiz .quiz_container .field .form-item-accetto .custom_check input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.quiz .quiz_container .field .form-item-accetto .custom_check input.error + label {
  border: 1px solid red;
}
.quiz .quiz_container .field .form-item-accetto .custom_check input:checked + label {
  background: #333028;
  border: none;
}
.quiz .quiz_container .field .form-item-accetto label {
  display: block;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-weight: 400;
  font-size: 1em;
  width: auto;
  line-height: 1.1em;
  vertical-align: middle;
}
.quiz .quiz_container .quiz_nav {
  display: block;
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.quiz .quiz_container .quiz_nav a {
  display: inline-block;
  color: #f6eec7;
  font-size: 24px;
  margin: 0 5px;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.quiz .quiz_container .quiz_nav a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.quiz .quiz_container .quiz_nav a:hover,
.quiz .quiz_container .quiz_nav a:focus {
  text-decoration: none;
}
.quiz .quiz_container label.error {
  clear: both;
  display: none;
  color: #fffdf0;
}
.quiz .quiz_container .submit {
  display: block;
  text-align: center;
}
.quiz .quiz_container .submit .submit-btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: #333028;
  color: #fffdf0;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-transform: uppercase;
}
.quiz .result {
  display: block;
  padding: 60px 0 30px 0;
  position: relative;
  min-height: 600px;
}
.focus-group.quiz .result {
  min-height: 200px;
}
.quiz .result .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 35%;
  min-height: 779px;
  width: 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.quiz .result .border-title {
  color: #f6eec7;
}
.quiz .result .contents {
  display: block;
  width: 60%;
  position: relative;
  z-index: 10;
}
.focus-group.quiz .result .contents {
  margin: 0 auto 0 auto;
}
.quiz .result .text {
  margin-top: 100px;
  position: relative;
  border-width: 0 2px 2px 2px;
  border-style: dotted;
  border-color: #f6eec7;
  padding: 50px 30px;
  text-transform: uppercase;
  font-size: 18px;
  color: #f6eec7;
  text-align: center;
}
.quiz .result .text:before {
  height: 1px;
  border-top: 2px dotted #f6eec7;
  position: absolute;
  content: "";
  left: 0;
  width: 40%;
  top: 0;
}
.quiz .result .text:after {
  height: 1px;
  border-top: 2px dotted #f6eec7;
  position: absolute;
  content: "";
  right: 0;
  width: 40%;
  top: 0;
}
.quiz .result .text .icon {
  position: absolute;
  color: #f6eec7;
  font-size: 50px;
  width: 100%;
  top: -45px;
  left: 0;
  text-align: center;
}
.quiz .result .cta {
  display: block;
  text-align: center;
}
.quiz .result .cta a {
  color: #f6eec7;
  padding: 10px;
  display: block;
}
.quiz .result_container {
  display: none;
  padding: 0;
  position: relative;
  background-image: url(../img/quiz_reult_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #3d3a31;
  min-height: 779px;
}
.focus-group.quiz .result_container {
  background-image: none;
  min-height: 200px;
}
.quiz .result_container .loading {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/loading.gif) no-repeat center center;
}
.quiz #result_template {
  display: none;
}
@media (max-width: 991px) {
  .quiz .quiz_container {
    min-height: 150px;
  }
  .quiz .quiz_container .quiz_list {
    padding: 20px;
  }
  .quiz .quiz_container .browse.prev {
    left: -40px;
  }
  .quiz .quiz_container .browse.next {
    right: -40px;
  }
  .quiz .quiz_container .field .radios .answer_wrap {
    margin: 0 10px;
  }
}
.box-newslewtter {
  display: block;
  padding: 10px;
}
.box-newslewtter label {
  font-weight: 400;
}
.box-newslewtter form {
  display: block;
  padding: 0;
  margin: 0;
}
.box-newslewtter form:before,
.box-newslewtter form:after {
  content: " ";
  display: table;
}
.box-newslewtter form:after {
  clear: both;
}
.box-newslewtter .form-wrapper {
  display: block;
  margin: 0;
  width: 50%;
  padding: 0 10px;
  float: left;
}
.box-newslewtter .title {
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.box-newslewtter .form-item {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.box-newslewtter .form-item input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: #e5dcab;
  border: none;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.box-newslewtter .form-item input.error {
  border: 1px solid red;
}
.box-newslewtter .privacy,
.box-newslewtter .form-item-accetto {
  display: block;
  margin-bottom: 15px;
}
.box-newslewtter .privacy .custom_check,
.box-newslewtter .form-item-accetto .custom_check {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 10px;
  vertical-align: middle;
  position: relative;
  background: #e5dcab;
}
.box-newslewtter .privacy .custom_check label,
.box-newslewtter .form-item-accetto .custom_check label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.box-newslewtter .privacy .custom_check input,
.box-newslewtter .form-item-accetto .custom_check input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.box-newslewtter .privacy .custom_check input.error + label,
.box-newslewtter .form-item-accetto .custom_check input.error + label {
  border: 1px solid red;
}
.box-newslewtter .privacy .custom_check input:checked + label,
.box-newslewtter .form-item-accetto .custom_check input:checked + label {
  background: #333028;
  border: none;
}
.box-newslewtter .privacy .lbl,
.box-newslewtter .form-item-accetto .lbl {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
}
.box-newslewtter .captcha {
  display: block;
}
.box-newslewtter .captcha legend {
  display: none;
}
.box-newslewtter .captcha .fieldset-description {
  display: block;
  overflow: hidden;
  font-size: 14px;
  width: 45%;
  float: left;
  padding-top: 10px;
  line-height: 1.1em;
}
.box-newslewtter .captcha img {
  float: right;
  max-width: 55%;
  margin-bottom: 10px;
}
.box-newslewtter .captcha .form-item-captcha-response {
  clear: both;
}
.box-newslewtter .captcha .form-item-captcha-response .description,
.box-newslewtter .captcha .form-item-captcha-response label {
  display: none;
}
.box-newslewtter .form-submit {
  clear: both;
  display: block;
  width: 100%;
  border: none;
  color: #fffdf0;
  text-align: center;
  font-size: 18px;
  padding: 6px 10px;
  background: #333028;
}
.contact-form {
  margin-bottom: 40px;
}
.contact-form .title {
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact-form .form-item {
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.contact-form .form-item input,
.contact-form .form-item textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: #e5dcab;
  border: none;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.contact-form .form-item input.error,
.contact-form .form-item textarea.error {
  border: 1px solid red;
}
.contact-form .form-item textarea {
  height: 120px;
  resize: none;
}
.contact-form .dropdown {
  display: block;
  background: #e5dcab;
  height: 34px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.contact-form .dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0 5px;
  height: 34px;
  border: none;
}
.contact-form .dropdown select::-ms-expand {
  display: none;
}
.contact-form .dropdown select option {
  background: #f6eec7;
  display: block;
  padding: 5px 10px;
  margin: 0 0;
  border-bottom: 1px solid #bdbaac;
}
.contact-form .dropdown .arrow {
  display: block;
  background: #333028;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #f6eec7;
  text-align: center;
}
.contact-form .dropdown .arrow .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -3px;
}
.contact-form .dropdown button {
  display: block;
  background: none;
  width: 100%;
  border: none;
  height: 34px;
  text-align: left;
  line-height: 34px;
  padding: 0 10px;
}
.contact-form .form-actions {
  display: block;
  text-align: right;
  margin: 0;
}
.contact-form .form-submit {
  display: inline-block;
  height: 34px;
  background: #333028;
  border: none;
  color: #f6eec7;
  padding: 0 25px;
  font-size: 15px;
  font-family: 'NeutraDisp-Bold';
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.contact-form .contact_info {
  padding-left: 20%;
  font-size: 1.25em;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  .contact-form .contact_info {
    padding-left: 0;
  }
}
.cta_black {
  display: block;
  text-align: center;
}
.cta_black a {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  background: #333028;
  color: #f6eec7;
  text-transform: uppercase;
  padding: 6px 15px;
}
.splash-page {
  display: block;
  width: 100%;
  height: 100%;
  background: #333028;
  color: #f6eec7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow: auto;
}
.splash-page.coming_soon {
  position: relative;
  height: auto;
  margin-bottom: 10px;
}
.splash-page .content {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.splash-page .contents {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}
.splash-page .logo {
  max-width: 240px;
  margin: 0 auto 30px auto;
}
.splash-page .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.splash-page .dropdown {
  display: block;
  max-width: 250px;
  margin: 0 auto 20px auto;
  background: #f6eec7;
  height: 38px;
  border: 2px solid #f6eec7;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.2);
}
.splash-page .dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0 5px;
  color: #333028;
  height: 34px;
  border: none;
}
.splash-page .dropdown select::-ms-expand {
  display: none;
}
.splash-page .dropdown select option {
  background: #f6eec7;
  display: block;
  padding: 5px 10px;
  margin: 0 0;
  border-bottom: 1px solid #bdbaac;
}
.splash-page .dropdown .arrow {
  display: block;
  background: #333028;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #f6eec7;
  text-align: center;
}
.splash-page .dropdown .arrow .caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -3px;
}
.splash-page .dropdown button {
  display: block;
  background: none;
  width: 100%;
  border: none;
  height: 34px;
  text-align: left;
  line-height: 34px;
  padding: 0 10px;
}
.splash-page .title {
  display: block;
  font-family: "NeutraDispTitling";
  color: #f6eec7;
  font-size: 32px;
  line-height: 1em;
}
.splash-page .text {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'NeutraDisp-Bold';
  line-height: 1.1em;
}
.coming_soon.splash-page .text {
  font-family: 'NeutraDisp-Medium';
  font-size: 23px;
}
.splash-page .privacy {
  font-size: 18px;
  line-height: 1em;
}
.splash-page .box {
  display: block;
  max-width: 530px;
  border-style: dotted;
  border-color: #f6eec7;
  border-width: 0 2px 2px 2px;
  padding: 60px 40px 40px 40px;
  margin: 80px auto 30px auto;
  position: relative;
}
.coming_soon.splash-page .box {
  padding: 30px 30px 30px 30px;
  max-width: 620px;
}
.splash-page .box:before {
  height: 1px;
  border-top: 2px dotted #f6eec7;
  position: absolute;
  content: "";
  left: 0;
  width: 34%;
  top: 0;
}
.splash-page .box:after {
  height: 1px;
  border-top: 2px dotted #f6eec7;
  position: absolute;
  content: "";
  right: 0;
  width: 34%;
  top: 0;
}
.splash-page .box .icon {
  position: absolute;
  color: #f6eec7;
  font-size: 60px;
  width: 100%;
  height: 70px;
  top: -60px;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.splash-page .box .links {
  display: block;
}
.splash-page .box .links a {
  border: 25px solid #f6eec7;
  width: 200px;
  height: 200px;
  display: inline-block;
  font-size: 42px;
  line-height: 150px;
  margin: 0 10px;
  font-family: "NeutraDispTitling";
  color: #f6eec7;
  background: url(../img/splash_shadow.png) no-repeat right top;
  text-decoration: none;
}
@media (max-width: 767px) {
  .splash-page .content {
    padding: 20px 0;
  }
  .splash-page .logo {
    width: 100px;
    margin-bottom: 15px;
  }
  .splash-page .title {
    font-size: 24px;
  }
  .splash-page .text {
    font-size: 18px;
  }
  .coming_soon.splash-page .text {
    font-size: 16px;
  }
  .splash-page .box {
    padding: 25px 15px 15px 15px;
    margin-top: 60px;
  }
  .splash-page .box .icon {
    font-size: 40px;
    top: -40px;
  }
  .splash-page .box .links a {
    width: 100px;
    border: 8px solid;
    height: 100px;
    line-height: 84px;
    font-size: 30px;
  }
}
span.number {
  font-size: 1.25em;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#acookie {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: #000;
  z-index: 99999;
  font-family: arial, helvetica neue, sans-serif;
  font-size: 16px;
  color: #FFF;
}

#overlay-cookie{
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  display: none;  
  width:100%;
  min-height:100%;
  height:100%;
  background-color:#000;
  opacity:0.7;
  z-index:100000
}


#acookie a {
  color: #FFF!important;
  text-decoration: underline;
}
#acookie #div_text {
  display: block;
  padding: 15px;
  text-align: center;
}
#acookie .btnCoockie {
  display: block;
  margin-top: 15px;
  text-align: center;
}
#acookie .btnCoockie #cookie_accept {
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  background: #FFF;
  color: #000;
  font-weight: 700;
  min-width: 100px;
}
#user-login {
  max-width: 400px;
  margin: 20px auto 100px auto;
  background: #eee;
  border: 1px solid #eaeaea;
  padding: 30px!important;
}
#user-login .form-text {
  border: 1px solid #B0B1B3;
  background: #FFF;
  padding: 6px 15px;
  width: 100%;
}
#user-login .form-text.error {
  border: 1px solid red;
}
#user-login .form-submit {
  background: #000;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 15px;
  min-width: 120px;
  border: 0px none;
}
.admin-menu #admin-menu {
  z-index: 9999;
}
html body.admin-menu {
  margin-top: 0!important;
}
.spots {
  margin: 0 -10px;
}
.spots .col {
  padding: 0 10px;
}
.spots .box-launch {
  margin-bottom: 10px;
}
.comunicati {
  display: block;
  padding-top: 30px;
}
.comunicati ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comunicati ul li {
  display: block;
  position: relative;
  margin-bottom: 13px;
}
.comunicati ul li a {
  display: block;
  background: #dfd8af;
  padding: 15px 20px;
  font-family: 'NeutraDisp-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #3f3c33;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.comunicati ul li a .icn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -55px;
  line-height: 50px;
  text-align: center;
  font-size: 45px;
  top: 0;
  color: #333028;
}
.comunicati ul li a .download {
  display: block;
  position: absolute;
  right: -40px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  top: 10px;
  text-align: center;
  line-height: 30px;
  color: #333028;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}
.comunicati ul li a:hover {
  text-decoration: none;
  background: #3b382f;
  color: #ede7c5;
}
.comunicati ul li a:hover .download {
  opacity: 1;
  filter: alpha(opacity=100);
}
.locandine {
  display: block;
  padding-top: 20px;
}
.locandine .row {
  margin: 0 -10px;
}
.locandine .row .col {
  padding: 0 10px;
}
.locandine .locandina {
  display: block;
  margin-bottom: 20px;
}
.locandine .locandina img {
  width: 100%;
  height: auto;
  display: block;
}
.locandine .pagination {
  margin: 0;
  background: none;
  text-align: right;
}
.locandine .pagination .pager-current {
  font-size: 24px;
  font-family: 'NeutraDisp-Bold';
  text-decoration: underline;
}
.locandine .pagination a {
  color: #333028;
  font-size: 23px;
  font-family: 'NeutraDisp-Bold';
}
.ricette {
  display: block;
}
.ricette .filters {
  padding: 0;
}
.ricette .filters .field {
  margin-bottom: 15px;
  width: 20%;
}
.ricette .filters .field.actions {
  float: left;
  width: 100%;
  text-align: center;
}
.ricette .filters .field .submit {
  display: inline-block;
  width: auto;
  margin: 0 10px;
  min-width: 130px;
}
.ricette .filters .col-5 {
  width: 20%;
}
@media (max-width: 767px) {
  .ricette .filters .field {
    width: 50%;
    float: left;
  }
  .ricette .filters .field .submit {
    min-width: 80px;
  }
}
.ricette .recipes_list .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.ricette .pagination,
.ricette .item-list {
  margin: 0 0 30px 0;
  background: none;
  text-align: right;
}
.ricette .pagination .pager-current,
.ricette .item-list .pager-current {
  font-size: 24px;
  font-family: 'NeutraDisp-Bold';
  text-decoration: underline;
}
.ricette .pagination a,
.ricette .item-list a {
  color: #333028;
  font-size: 23px;
  font-family: 'NeutraDisp-Bold';
}
.recipe_detail {
  display: block;
  padding: 40px 0;
}
.recipe_detail .visual {
  display: table;
  width: 100%;
}
.recipe_detail .visual .image {
  display: table-cell;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recipe_detail .visual .image img {
  display: none;
}
.recipe_detail .visual .aside {
  display: table-cell;
  width: 300px;
  padding-left: 40px;
  vertical-align: top;
}
.recipe_detail .visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .recipe_detail .visual .aside {
    width: 200px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .recipe_detail .visual {
    display: block;
  }
  .recipe_detail .visual .image {
    display: block;
    padding-bottom: 58%;
  }
  .recipe_detail .visual .aside {
    display: block;
    width: 100%;
    max-width: 300px;
    padding-left: 0;
    margin: 0 auto;
  }
}
.recipe_detail .ric_info {
  display: block;
  background: #333028;
  padding: 10px;
  color: #f6eec7;
  font-size: 13px;
  font-family: 'NeutraDisp-Bold';
  line-height: 1.1em;
  margin-bottom: 15px;
}
.recipe_detail .title {
  display: block;
  font-size: 30px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.1em;
  font-family: 'NeutraDisp-Bold';
  font-weight: normal;
}
.recipe_detail .box-product {
  margin-bottom: 0;
}
.recipe_detail .box-product .info .name .title {
  height: auto;
  font-family: 'NeutraDisp-Medium';
  min-height: 1em;
  color: #f6eec7;
}
.recipe_detail .box-product .info .name .title strong {
  font-family: "NeutraDispTitling";
}
.recipe_detail .tags {
  display: block;
  padding-bottom: 0px;
  margin-top: 5px;
}
.recipe_detail .tags .tag {
  display: inline-block;
  margin-right: 10px;
}
.recipe_detail .tags .tag span {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  line-height: 25px;
  vertical-align: middle;
}
.recipe_detail .tags .tag em {
  font-style: normal;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  font-family: "DinConMed";
  text-transform: uppercase;
  vertical-align: middle;
}
.recipe_detail .info_det {
  margin-top: 15px;
}
.recipe_detail .info_det .det {
  display: block;
  font-size: 1.06em;
  font-family: 'NeutraDisp-Bold';
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .recipe_detail .info_det .det {
    margin-bottom: 20px;
  }
}
.recipe_detail .info_det .det h3 {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.35em;
}
.recipe_detail .info_det .det .ing {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 4px;
}
.recipe_detail .info_det .det .ing li {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
  margin-bottom: 5px;
  margin-left: -4px;
}
.expo_gallery {
  display: block;
  margin: 0 auto 35px auto;
  max-width: 1040px;
  padding: 0 80px;
}
.expo_gallery .slick-list {
  overflow: hidden;
}
.expo_gallery .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.expo_gallery .preview_slider .slider-arrows {
  width: 60px;
  height: 60px;
  font-size: 60px;
  text-align: center;
  margin-top: -30px;
}
.expo_gallery .preview_slider .slider-arrows:before {
  color: #333028;
}
.expo_gallery .preview_slider .slider-arrows.slick-prev {
  left: -80px;
}
.expo_gallery .preview_slider .slider-arrows.slick-next {
  right: -80px;
}
.expo_gallery .slider-nav {
  margin: 0 45px;
}
.expo_gallery .slider-nav .slide {
  padding: 0 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.expo_gallery .slider-nav .slide.slick-center {
  opacity: 1;
  filter: alpha(opacity=100);
}
.expo_gallery .slider-nav .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.expo_gallery .slider-nav .slider-arrows {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
}
.expo_gallery .slider-nav .slider-arrows:before {
  color: #333028;
}
.expo_gallery .slider-nav .slider-arrows.slick-prev {
  left: -50px;
}
.expo_gallery .slider-nav .slider-arrows.slick-next {
  right: -50px;
}
@media (max-width: 767px) {
  .expo_gallery {
    padding: 0 40px;
  }
  .expo_gallery .preview_slider .slider-arrows {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .expo_gallery .preview_slider .slider-arrows.slick-prev {
    left: -45px;
  }
  .expo_gallery .preview_slider .slider-arrows.slick-next {
    right: -45px;
  }
  .expo_gallery .slider-nav {
    display: none;
  }
}
.custom_detail {
  padding-bottom: 30px;
}
.custom_detail .imgs {
  display: block;
  text-align: center;
}
.custom_detail .imgs img {
  display: inline-block;
  width: auto;
  margin: 0 15px;
}
.infografica {
  display: block;
  background-image: url(../img/infografica/sfondo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.infografica .container {
  max-width: 1400px;
  width: auto;
}
.infografica .row {
  margin: 0;
}
.infografica .row .col-sm-3,
.infografica .row .col-sm-6 {
  padding: 0;
}
.infografica .bx1 {
  width: 30%;
}
.infografica .bx2 {
  width: 30%;
}
.infografica .bx3 {
  width: 40%;
}
@media (max-width: 767px) {
  .infografica .bx1 {
    width: 100%;
  }
  .infografica .bx2 {
    width: 100%;
  }
  .infografica .bx3 {
    width: 100%;
  }
}
.infografica .tit {
  display: block;
  text-align: center;
  font-family: "NeutraDispTitling";
}
.infografica .tit span {
  font-size: 1.4em;
}
.infografica .step {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .infografica .step {
    margin-bottom: 10px;
  }
}
.infografica .step .cta {
  position: absolute;
  font-size: 20px;
  text-align: center;
  width: 100%;
  font-family: "NeutraDispTitling";
  left: 0;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  display: none;
}
.infografica .step img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.infografica .step img.active {
  display: block;
}
.infografica .step img.hover {
  display: none;
}
.infografica .step:hover .tit {
  text-decoration: none;
}
.infografica .step:hover .cta {
  display: block;
}
.infografica .step:hover img.active {
  display: none;
}
.infografica .step:hover img.hover {
  display: block;
}
@media (max-width: 991px) {
  .infografica .step:hover img.active {
    display: block;
  }
  .infografica .step:hover img.hover {
    display: none;
  }
}
.fancy_frame {
  display: none;
  width: 500px;
  padding: 40px;
}
@media (max-width: 767px) {
  .fancy_frame {
    width: 100%;
  }
}
.fancy_frame .tit {
  font-family: "NeutraDispTitling";
  font-size: 20px;
  text-align: center;
}
.fancy_frame .tit span {
  font-size: 1.3em;
}
.fancy_frame .image {
  display: block;
  margin-bottom: 20px;
}
.fancy_frame .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.fancy_frame .title {
  font-family: "NeutraDispTitling";
  font-size: 24px;
}
.fancy_frame .text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fancybox-nav.fancybox-next {
    right: 0;
  }
  .fancybox-nav.fancybox-prev {
    left: 0;
  }
  .fancybox-nav span {
    color: #333028;
  }
}


/* New Zerouno */
.hp-slider{

}

.over-txt{
  position: absolute;
  top:80px;
  left:50%;
  margin-left:-320px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  width: 640px;
}

.over-txt img.logo-hp-slider{
  width: 150px;
 }
  
.over-txt .icon-luppolo-leaves{
  color:#fff;
  font-size: 40px;
}

.over-txt  .border-title{
  margin:30px auto;
}

.hp-slider .border-title span{
  border:5px solid #fff;
  color: #fff;
}

.over-txt .cta, .over-txt a:hover .cta  {
    display: block;
    font-size: 24px;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.over-txt.over-promo{
  position: absolute;
  top:90px;
  left:24%;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  width: 640px;
}

.over-txt.over-promo-mobile{
  position: absolute;
  top:60px;
  left:6%;
  margin-left:0px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  width: 88%;
  max-width: 480px;
  display: none;
  background: rgba(51, 48, 40, 0.5)
}

.over-txt.over-promo-mobile .border-title{
  margin:0 auto;
}

.page-node-143 .over-txt{
  display: none;
}

@media (max-width: 767px) {
  .hp-slider .title-icon, .hp-slider .text, .hp-slider .cta, .over-txt.over-promo{
    display: none;
  }

  .over-txt.over-promo-mobile{
    display: block;
  }
}