@charset "UTF-8";
/* $color-text:rgba(0,0,0,0.87); */
/* $header-height:70px; */
/* $menu-height:$header-height; */
/* $menu-mobile-height:60px; */
/*
 * Define aside blocks
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Roboto:400,700");
.flatbutton {
  color: white;
  text-align: center;
}
.flatbutton a,
.flatbutton a:link {
  margin: 0 auto;
  width: auto;
  background-color: #990000;
  color: white;
  font-weight: bold;
  padding: 15px 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.flatbutton a:hover {
  background-color: #660000;
  color: white;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a.button-blue,
a.button-blue:link {
  padding: 8px 12px;
  background-color: #990000;
  color: white !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /*   @include transition-property(background-color); */
  /*   @include transition-duration(0.2s); */
}

a.button-blue:hover {
  background-color: #660000;
  color: white;
  /*   @include transition-property(background-color); */
  /*   @include transition-duration(0.2s); */
}

/**
 * $HLIST
 */
.breadcrumb ol,
#breadcrumb ol, .l-menu .l-region--navigation ul.menu {
  margin: 0;
  padding: 0;
  border: 0;
}
.breadcrumb ol:after,
#breadcrumb ol:after, .l-menu .l-region--navigation ul.menu:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb ol li,
#breadcrumb ol li, .l-menu .l-region--navigation ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
}

.l-breadcrumb-wrapper {
  /*   background-color:$color-gray-lighter */
}

.breadcrumb,
#breadcrumb {
  font-size: 12px;
  /*   height:24px; */
  /*   line-height:24px; */
  margin-bottom: 0;
}
.breadcrumb ol,
#breadcrumb ol {
  overflow: hidden;
}
.breadcrumb ol li,
#breadcrumb ol li {
  margin-right: 0.5em;
}

#ctools-jump-menu {
  margin-bottom: 20px;
}

#edit_jump_chosen {
  width: 100% !important;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
#edit_jump_chosen .chosen-single {
  background: white;
  border: 1px solid #990000;
  border-radius: 0;
  box-shadow: none !important;
  color: inherit;
  display: block;
  height: auto;
  line-height: 26px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
#edit_jump_chosen .chosen-single div {
  width: 40px;
}
#edit_jump_chosen .chosen-single div b {
  background: url(../images/select-arrow.png) no-repeat center center scroll;
}
#edit_jump_chosen .chosen-drop {
  border-radius: 0;
  border: 1px solid #990000 !important;
  border-top: 0 !important;
  box-shadow: none;
}
#edit_jump_chosen .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}
#edit_jump_chosen .chosen-drop .chosen-results li {
  padding: 12px;
}
#edit_jump_chosen .chosen-drop .chosen-results .highlighted {
  color: white;
  background: #990000;
}

.grippie {
  display: none;
}

.form-text,
.form-textarea {
  border: 1px solid #E1D7C6;
  padding: 0.5em;
  font-size: 1.2em;
  width: 100%;
}

.form-actions {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.form-submit {
  border: 0;
  border-radius: 100px;
  padding: 1em;
  font-size: 1.2em;
  background: #990000;
  /*   background: linear-gradient(45deg, #990000 0%, #a90f56 25%, #b50c0c 51%, #a9498b 100%); */
  color: white;
  box-shadow: 0px 0px 20px #a9a9a9;
  transition: background 0.25s ease-in;
}
.form-submit:hover {
  transition: background 0.25s ease-out;
  background: #820202;
  /*     background: linear-gradient(45deg, #a90f56 0%, #b50c0c 25%, #a9498b 51%, #990000 100%); */
}

/* =============================================================================
   Top border
   ========================================================================== */
/* .l-page{ */
/*   padding-top:4px; */
/*   background:url(../images/border-color.png) 0 0 repeat-x; */
/* } */
/* =============================================================================
   Page title
   ========================================================================== */
h1#page-title {
  text-align: left;
  margin-bottom: 0;
}

h2#page-subtitle {
  text-align: left;
  font-size: 20px;
}

/* =============================================================================
   Titoli home page
   ========================================================================== */
#alimenti-bevande h2.pane-title,
#persone-home h2.pane-title,
#ultimi-aggiornamenti h2.pane-title {
  text-align: center;
}

/* =============================================================================
   Go Top arrow
   ========================================================================== */
#gotop {
  float: right;
  margin-right: 20px;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.png) no-repeat;
}

/* =============================================================================
   Aside style
   ========================================================================== */
.l-region--sidebar-second {
  /*   background-color:$color-gray-lighter; */
  /*   background-color: none; */
}
.l-region--sidebar-second .block {
  margin-bottom: 2em;
}
.l-region--sidebar-second .block h2.block__title {
  font-size: 1em;
  font-weight: 400;
  color: white;
  background-color: #b59c72;
  background-color: #990000;
  padding: 0.25em 0.5em;
}

.front .l-region--sidebar-second {
  /*   background-color: transparent; */
  padding-top: 0;
}

/* =============================================================================
   Scroll top anchor
   ========================================================================== */
.scroll-top {
  cursor: pointer;
}

/* =============================================================================
   HTML content styles
   ========================================================================== */
.image-inline {
  border: 1px solid #B59C72;
  margin-left: 0;
  margin-right: 10px;
  padding: 4px;
}

.image-inline[style*="right"] {
  margin-left: 10px;
  margin-right: 0;
}

#content .field-type-text-long h2, #content .field-type-text-with-summary h2 {
  overflow: hidden;
}

.ds-alimentipedia .field ul {
  list-style-position: inside;
  padding-left: 0;
}

.ds-alimentipedia .field ol {
  /*   list-style-position: inside; */
  /*   padding-left: 0; */
}

.node .field ul,
.node .field ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}
.node .field ul li,
.node .field ol li {
  margin-bottom: 0.5em;
}
.node .field ul li p,
.node .field ol li p {
  /*         display:inline */
}

#alimenti-bevande {
  padding: 2em;
  background: #f7f7f7;
}

/* =============================================================================
   Pagina "/speciali"
   ========================================================================== */
.section-speciali .field-name-body h3 {
  font-size: 18px;
}

/* =============================================================================
   Home page customizations
   ========================================================================== */
.grid-home-region--top-left .panel-pane,
.grid-home-region--top-right .panel-pane {
  margin-bottom: 1em;
}

/* =============================================================================
   Scale effect
   ========================================================================== */
.views-field-field-image-libro-copertina,
.views-field-field-category-icon,
.views-field-field-image-principale {
  overflow: hidden;
}
.views-field-field-image-libro-copertina img,
.views-field-field-category-icon img,
.views-field-field-image-principale img {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}
.views-field-field-image-libro-copertina img:hover,
.views-field-field-category-icon img:hover,
.views-field-field-image-principale img:hover {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

/* =============================================================================
   AD LINK UNIT
   ========================================================================== */
.adlink {
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
  padding: 1em 0;
  margin: 1em 0;
  text-align: center;
}

/* =============================================================================
   SOCIAL BUTTONS
   ========================================================================== */
#social-share {
  overflow: hidden;
}
#social-share .social-icon {
  height: 30px;
  float: left;
  margin-right: 8px;
}

/* =============================================================================
   ARTUSI NAV
   ========================================================================== */
.view-display-id-artusi_page_prev {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.view-display-id-artusi_page_next {
  width: 50%;
  float: right;
  margin-bottom: 20px;
  text-align: right;
}

.view-display-id-artusi_page_prev h4,
.view-display-id-artusi_page_next h4 {
  margin: 0;
}
.view-display-id-artusi_page_prev h4 a,
.view-display-id-artusi_page_next h4 a {
  display: block;
  border: 1px solid #E1D7C6;
  padding: 10px;
}
.view-display-id-artusi_page_prev h4 a:hover,
.view-display-id-artusi_page_next h4 a:hover {
  background-color: #E1D7C6;
}

.view-display-id-artusi_section_pages {
  clear: both;
}

/* =============================================================================
 *   Index
 *   ========================================================================== */
#block-bean-indice-cibi-e-bevande h2 {
  font-size: 1.5em;
  margin-bottom: 16px;
  border-bottom: 4px solid #990000;
  padding-bottom: 8px;
}

@media only screen and (max-width: 599px) {
  .index-columns .index-col {
    list-style: none outside none;
    margin: 0;
    padding: 0;
  }
  .index-columns .index-col li a {
    display: block;
    background: #EFEFEF;
    padding: 10px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 600px) {
  .index-columns {
    display: flex;
    justify-content: space-between;
  }
  .index-columns.col-3 .index-col {
    flex: 0 0 calc(100% / 3 - 5px);
  }
  .index-columns.col-1 .index-col {
    flex: 1 0 100%;
  }
  .index-columns .index-col {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    flex: 0 0 calc(100% / 3 - 5px);
  }
  .index-columns .index-col li a {
    display: block;
    background: #EFEFEF;
    padding: 10px;
    margin-bottom: 0.5em;
    -webkit-transition: all 0.45s ease-in;
    transition: all 0.45s ease-in;
  }
  .index-columns .index-col li a:hover {
    background-color: #990000;
    color: white;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
  }
}
img, media {
  max-width: 100%;
  height: auto;
}

.cke_editable table,
.node table {
  margin-bottom: 1.5em;
  width: 100%;
}
.cke_editable table thead,
.node table thead {
  background-color: #990000;
  text-align: center;
  color: white;
}
.cke_editable table thead th,
.node table thead th {
  padding: 10px;
  background-color: #990000;
}
.cke_editable table thead th p,
.node table thead th p {
  margin-bottom: 0;
}
.cke_editable table tbody tr,
.node table tbody tr {
  border-bottom: 1px solid #E1D7C6;
}
.cke_editable table tbody td,
.node table tbody td {
  padding: 10px;
}
.cke_editable table tbody td img,
.node table tbody td img {
  max-width: none;
}
.cke_editable table tbody td p,
.node table tbody td p {
  margin-bottom: 0;
}
.cke_editable table tfoot tr,
.node table tfoot tr {
  border-bottom: 1px solid #E1D7C6;
}
.cke_editable table tfoot th,
.node table tfoot th {
  font-weight: normal;
  font-size: 0.85em;
  background: none;
  padding: 5px 10px;
  font-style: italic;
}

/**
 * $FONT-FACE
 */
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700);*/
/**
 * $BASE-TYPOGRAPHY
 */
html {
  /*   @include establish-baseline($base-font-size); */
  /*   @include font-size($base-font-size); */
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1efee;
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
/**
 * $LINKS
 */
a {
  color: #990000;
  text-decoration: none;
}
a:visited {
  color: #990000;
}
a:focus {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #990000;
}

a:focus {
  outline: none;
}

/**
 * $HEADINGS
 */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1em;
  /*a:visited {
    color: inherit;
    text-decoration: none;
  }
  a:hover {
  }*/
}
h1 a, .alpha a,
h2 a, .beta a,
h3 a, .gamma a,
h4 a, .delta a,
h5 a, .epsilon a,
h6 a, .zeta a {
  color: #990000;
}
h1 a:visited, .alpha a:visited,
h2 a:visited, .beta a:visited,
h3 a:visited, .gamma a:visited,
h4 a:visited, .delta a:visited,
h5 a:visited, .epsilon a:visited,
h6 a:visited, .zeta a:visited {
  color: #990000;
}
h1 a:focus, .alpha a:focus,
h2 a:focus, .beta a:focus,
h3 a:focus, .gamma a:focus,
h4 a:focus, .delta a:focus,
h5 a:focus, .epsilon a:focus,
h6 a:focus, .zeta a:focus {
  color: #000;
}
h1 a:hover, .alpha a:hover,
h2 a:hover, .beta a:hover,
h3 a:hover, .gamma a:hover,
h4 a:hover, .delta a:hover,
h5 a:hover, .epsilon a:hover,
h6 a:hover, .zeta a:hover {
  color: #000;
}
h1 a:active, .alpha a:active,
h2 a:active, .beta a:active,
h3 a:active, .gamma a:active,
h4 a:active, .delta a:active,
h5 a:active, .epsilon a:active,
h6 a:active, .zeta a:active {
  color: #990000;
}

p {
  /*   line-height: 1.5em; */
}

h1, .alpha {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
}

h1#page-title {
  margin-bottom: 15px;
}

h2, .beta {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
}

h3, .gamma {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

h4, .delta {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

h5, .epsilon {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

h6, .zeta {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

h2.block__title {
  font-size: 1.5em;
  margin-bottom: 16px;
  border-bottom: 4px solid #990000;
  padding-bottom: 8px;
}

/**
 * $PARAGRAPHS
 */
p,
blockquote {
  margin: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
}

p + img {
  float: left;
  margin-right: 1em;
}

/**
 * $QUOTES
 */
blockquote {
  margin-top: 0em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  padding: 0 1.5em;
  border-width: 0.0625em;
  border-style: solid;
  padding: 1.4375em;
  border-left-width: 0.625em;
  border-left-style: solid;
  padding-left: 0.875em;
  font-style: italic;
}
blockquote p {
  margin: 0;
}

q {
  font-style: italic;
}

/**
 * $MARKS
 */
mark,
.marker {
  padding: 0.1em 0.5em;
  background: #f2a907;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ad-wrapper {
  overflow: hidden;
}

.ds-pie-pagina .ad,
.l-region--sidebar-second .ad,
.l-region--sidebar-first .ad,
.l-header-wrapper .ad {
  margin: 0 auto;
}

.l-region--wide-2 .ad {
  margin: 0 0 0 auto;
}

.ad-728 {
  background-color: #e0e0e0;
  width: 728px;
  height: 90px;
  line-height: 90px;
  display: block;
  text-align: center;
}

.ad-336 {
  background-color: #e0e0e0;
  width: 336px;
  height: 280px;
  line-height: 280px;
  display: block;
  text-align: center;
}

.ad-468 {
  background-color: #e0e0e0;
  width: 468px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
}

.ad-600 {
  background-color: #e0e0e0;
  width: 300px;
  height: 600px;
  line-height: 600px;
  display: block;
  text-align: center;
}

.ds-pie-pagina .ad-wrapper {
  overflow: hidden;
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ad-alimentipedia img {
  width: 100% !important;
  height: auto !important;
}

.field-name-adv-content-bottom .ad-alimentipedia img {
  max-width: 336px;
}

#block-alimentipedia-adv-adv-one {
  text-align: center;
}
#block-alimentipedia-adv-adv-one .ad-alimentipedia img {
  max-width: 728px;
}

.ad-placeholder {
  background-color: #e0e0e0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: black;
  text-align: center;
}

.ds-ad img {
  width: auto !important;
}

#sliding-popup .popup-content #popup-text {
  font-weight: normal;
  font-size: 10px;
}
#sliding-popup .popup-content #popup-text p {
  font-weight: normal;
  font-size: 10px;
  margin: 0;
}
#sliding-popup .popup-content #popup-buttons button {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0;
  text-shadow: none;
  text-shadow: 0;
  font-size: 10px;
  border: 0;
  background: #ddd;
  padding: 2px 4px;
  font-weight: normal;
}
#sliding-popup .popup-content #popup-buttons button.find-more-button {
  background: transparent;
  color: white;
  padding-right: 0;
}

/*
 * FlexSlider reset theme
 */
.flexslider {
  margin: 0 0 0;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}

.carousel li {
  margin-right: 0;
}

.flex-direction-nav a:before {
  font-family: "Arial";
  font-size: 40px;
  display: inline-block;
  content: '«';
}

.flex-direction-nav a.flex-next:before {
  content: '»';
}

.l-footermap-wrapper {
  background-color: #EFEFEF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-footermap-wrapper .block {
  margin-bottom: 2em;
}

.l-footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.80em;
  overflow: hidden;
  background-color: #E1D7C6;
}
.l-footer-wrapper .l-credits {
  text-align: right;
}
.l-footer-wrapper p {
  margin-bottom: 0;
}

.l-header-wrapper {
  /*   height:$header-height; */
  /*   height:$header-height; */
  /*   background:$color-black; */
}

.l-branding {
  /*   height:$header-height */
  height: 70px;
}

.l-navigation {
  /*   height:$header-height */
}

.l-footermap-wrapper {
  /*  background-color:$color-gray-lighter;
    overflow:hidden;*/
}

.l-menu-wrapper {
  background-color: #990000;
  color: white;
  height: 70px;
  line-height: 70px;
  font-size: 0.9em;
}

/*#off-canvas-show{
  position:fixed;
  top:20px;
  right:20px;
}*/
.l-menu .l-region--navigation ul.menu {
  float: right;
}
.l-menu .l-region--navigation ul.menu a {
  display: block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #990000;
  color: white;
  height: 70px;
  line-height: 70px;
  padding: 0 8px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.l-menu .l-region--navigation ul.menu a:hover {
  background-color: #660000;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.l-menu .l-region--navigation ul.menu li.first a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.l-menu .l-region--navigation ul.menu a.active,
.l-menu .l-region--navigation ul.menu a.active-trail {
  background-color: #232323;
}
.l-menu .l-region--navigation ul.menu ul.menu {
  display: none;
}

#off-canvas {
  background-color: #990000;
}
#off-canvas .l-region--navigation {
  margin-top: 60px;
}
#off-canvas .l-region--navigation ul.menu {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
#off-canvas .l-region--navigation ul.menu li {
  list-style: none outside none;
}
#off-canvas .l-region--navigation .nolink,
#off-canvas .l-region--navigation a {
  color: white;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #cc0000;
}
#off-canvas .l-region--navigation a:hover {
  background-color: #660000;
}
#off-canvas .l-region--navigation ul.menu ul.menu a {
  padding: 10px 10px 10px 40px;
  font-size: 0.9em;
}

a#cerca {
  background: url(../images/cerca.png) 10px center no-repeat;
  padding-left: 32px;
}

#off-canvas a#cerca {
  background-position: 18px center !important;
  padding-left: 40px !important;
}

/*.l-postscript-wrapper{
  background-color:$color-gray-lighter;
}*/
/*#block-rrssb-rrssb{

  max-width:1240px;
  margin:1em auto;

  .rrssb-prefix{
    color:color('grey');
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
  }

  .rrssb-buttons li{
    line-height:16px;
    padding:0;
    a{
      border-radius:0;
    }
  }
}*/
.rsv-social-links {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  text-align: left;
  font-size: 1.25em;
}
.rsv-social-links a:first-child {
  margin-left: 0;
}
.rsv-social-links a:last-child {
  margin-right: 0;
}

.field-name-social-share-links a:first-child {
  margin-left: 0;
}
.field-name-social-share-links a:last-child {
  margin-right: 0;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
  line-height: 1em;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0 0.25em 0 0;
}

.resp-sharing-button {
  border-radius: 6px;
  transition: 25ms ease-out;
  padding: 0.5em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
  border-color: #54A9EB;
}

.resp-sharing-button--telegram:hover,
.resp-sharing-button--telegram:active {
  background-color: #4B97D1;
  border-color: #4B97D1;
}

input.gsc-search-button {
  background: #990000 !important;
}

/*.l-topbar-wrapper{
  background-color:$color-gray-lighter;
  height:$topbar-height;
  line-height:$topbar-height;
  overflow:hidden;
  font-size:0.9em;
}*/
.l-triptych-wrapper {
  background-color: #EFEFEF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-triptych-wrapper .block {
  margin-bottom: 2em;
}

.view-content .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.view-columns {
  clear: both;
  overflow: hidden;
}

ul.pager {
  list-style: none outside none;
  clear: both;
  overflow: hidden;
}
ul.pager li {
  padding: 1px 6px;
  list-style: none outside none;
  display: inline;
  margin-right: 2px;
}
ul.pager li.pager-current {
  color: white;
  background-color: #990000;
}

/*
 * Blog
 */
.view-display-id-blog_archive .views-field-title h2 {
  font-size: 22px;
}
.view-display-id-blog_archive .view-content .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  /*
      li.views-row{
        width:50%;
  
        &.views-row-odd{
          padding-right:10px;
        }
        &.views-row-even{
          padding-left:10px;
        }
      }*/
}
.view-display-id-blog_archive .view-content .item-list > ul li.views-row {
  position: relative;
}
.view-display-id-blog_archive .view-content .item-list > ul li.views-row .views-field-created {
  position: absolute;
  top: 10px;
  right: 0;
  background: #990000;
  color: white;
  font-weight: normal;
  padding: 6px 10px;
}

.l-wide-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: white;
}

.l-wide-wrapper-color {
  background: #d4d4d4;
  background: -moz-linear-gradient(top, #d4d4d4 0%, #efefef 50%, #efefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d4d4d4), color-stop(50%, #efefef), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #d4d4d4 0%, #efefef 50%, #efefef 100%);
  background: -o-linear-gradient(top, #d4d4d4 0%, #efefef 50%, #efefef 100%);
  background: -ms-linear-gradient(top, #d4d4d4 0%, #efefef 50%, #efefef 100%);
  background: linear-gradient(to bottom, #d4d4d4 0%, #efefef 50%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#efefef', GradientType=0 );
}

#block-bean-placeholder p {
  margin: 0;
}

#block-bean-banner-artusi {
  clear: both;
  overflow: hidden;
}
#block-bean-banner-artusi img {
  margin-right: 10px;
}
#block-bean-banner-artusi h4 {
  font-size: 20px;
}

#footer-info .footer-menu {
  clear: both;
}
#footer-info .footer-menu ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
#footer-info .footer-menu ul li {
  display: block;
}
#footer-info .footer-menu ul li a {
  display: block;
  padding: 5px 3px;
  border-bottom: 1px solid #b59c72;
  background-color: #E1D7C6;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#footer-info .footer-menu ul li a:hover {
  background-color: #b59c72;
  color: white;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#comments {
  margin-top: 2em;
  clear: both;
}
#comments h2.title {
  background: none repeat scroll 0 0 #990000;
  font-size: 1.5em;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 0 10px 0 10px;
}
#comments h2.title a {
  color: white;
}
#comments h2.comment-form {
  margin-top: 1.5em;
  background: none repeat scroll 0 0 #EFEFEF;
}
#comments .comment {
  margin-bottom: 0.5em;
  background: #EFEFEF;
  padding: 1em;
}
#comments .comment .submitted {
  font-style: italic;
  font-size: 0.8em;
}

#comment-form {
  /*  #edit-actions{
      padding-top:40px;
      background:url(../images/privacy-commenti.gif) 0 0 no-repeat;
    } */
}

.ds-alimentipedia .item-name {
  display: block;
  margin: 0 0 1em 0;
}
.ds-alimentipedia .ds-foto {
  /*     text-align:center */
}
.ds-alimentipedia .ds-foto .field-name-field-image-principale {
  text-align: center;
}
.ds-alimentipedia .ds-foto .field-name-field-image-principale img {
  width: 100%;
}
.ds-alimentipedia #alimentipedia-page-index {
  overflow: hidden;
  margin-bottom: 1em;
  padding: 10px;
  background: #EFEFEF;
  border-radius: 0 10px 0 10px;
}
.ds-alimentipedia #alimentipedia-page-index label {
  float: left;
  padding: 6px;
  display: block;
  margin: 0;
}
.ds-alimentipedia #alimentipedia-page-index ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.ds-alimentipedia #alimentipedia-page-index ul li {
  list-style: none outside none;
  float: left;
  margin-right: 10px;
}
.ds-alimentipedia #alimentipedia-page-index ul li a {
  background: #E1D7C6;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-radius: 0 10px 0 10px;
  display: block;
}
.ds-alimentipedia h2.ds-mlt {
  margin-top: 40px;
  background: none repeat scroll 0 0 #990000;
  font-size: 1.5em;
  margin-bottom: 1em;
  padding: 1em;
  color: white;
  border-radius: 0 10px 0 10px;
}

/*
.ds-generale,
.ds-info-generali,
.ds-info-culinarie,
.ds-info-geografiche,
.ds-info-nutrizionali,
.ds-info-operative,
.ds-info-professionali,
.ds-info-contatti,
.ds-info-anagrafiche,
*/
.ds-galleria-fotografica,
.ds-dettagli,
.ds-pie-pagina {
  margin-bottom: 1.5em;
  overflow: hidden;
}

.view-more-like-this .card_wrapper .card {
  background-color: #EFEFEF;
}
.view-more-like-this .card_wrapper .card img {
  width: 100%;
}

.field-collection-container {
  border: 0;
}

.field-label-section {
  /*   background: none repeat scroll 0 0 $color-red; */
  /*   color: white; */
  background: #E1D7C6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-radius: 0 10px 0 10px;
  color: #990000;
  clear: both;
  margin-bottom: 1em;
  padding: 10px;
  display: block;
  position: relative;
}
.field-label-section h2.header-section {
  display: inline;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
}
.field-label-section a {
  color: #990000;
}
.field-label-section .scroll-top {
  font-size: 0.5em;
  display: block;
  float: right;
  font-size: 12px;
  line-height: 2em;
}

h2.header-section {
  background: #E1D7C6;
  border-radius: 0 10px 0 10px;
  color: #990000;
  clear: both;
  margin: 0 0 1em 0;
  padding: 10px;
  display: block;
  position: relative;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}
h2.header-section a {
  color: #990000;
}

.scroll-top {
  font-size: 0.5em;
  display: block;
  clear: both;
  text-align: right;
  font-size: 12px;
  line-height: 2em;
}

.field-name-body {
  margin-top: 1.5em;
  overflow: hidden;
}

.ds-right .field-name-body {
  margin-top: 0;
}

.field-name-field-image-altre-immagini a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.node .field-name-field-image-libro-copertina {
  text-align: center;
}

.field-name-field-image-principale {
  text-align: centerl;
}

.field-name-field-ref-persona-autore {
  border: 1px solid #B59C72;
  padding: 4px;
  margin-top: 1.5em;
}

.field-name-field-ricetta-ingredienti .field-collection-container .field-items .field-item {
  margin-bottom: 10px;
}
.field-name-field-ricetta-ingredienti .field-collection-view {
  overflow: hidden;
  clear: both;
  margin: 0;
  border: 0;
  padding: 0.5em;
  border-bottom: 1px solid white;
  background-color: #EFEFEF;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.field-name-field-ricetta-ingredienti .field-collection-view .field {
  float: left;
  margin-right: 5px;
}
.field-name-field-ricetta-ingredienti .field-collection-view .field--name-field-ri-ref-ingrediente {
  font-weight: bold;
  margin-right: 15px;
}
.field-name-field-ricetta-ingredienti .field-collection-view:hover {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #E1D7C6;
}

.field-name-field-sottotitolo {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.field-name-field-url-libro {
  margin-bottom: 1em;
}
.field-name-field-url-libro a {
  display: block;
  clear: both;
  margin-bottom: 0.5em;
  background-color: #f2a907;
  color: black !important;
  text-align: center;
  font-size: 1.2em;
  padding: 1em 0.5em;
}
.field-name-field-url-libro a:hover {
  background-color: #990000;
  color: white;
}

.field-name-share-page {
  margin-bottom: 20px;
  clear: both;
}

.share-page {
  cursor: pointer;
}

.field-name-field-ricetta-num-persone, .field-name-field-ricetta-tempo, .field-name-field-ricetta-bambini, .field-name-field-ricetta-celiachia, .field-name-field-ricetta-difficolta {
  background-image: url(../images/icone_ricetta.png);
  background-repeat: no-repeat;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 40px;
  margin-bottom: 0.5em;
}

.field-name-field-ricetta-num-persone {
  background-position: 0 0;
}

.field-name-field-ricetta-tempo {
  background-position: 0 -32px;
}

.field-name-field-ricetta-bambini {
  background-position: 0 -64px;
}

.field-name-field-ricetta-celiachia {
  background-position: 0 -96px;
}

.field-name-field-ricetta-difficolta {
  background-position: 0 -128px;
}

/*.pane-node-field-ricetta-num-persone, .pane-node-field-ricetta-tempo, .pane-node-field-ricetta-bambini, .pane-node-field-ricetta-celiachia, .pane-node-field-ricetta-difficolta {
}

.field-ricetta-num-persone, .field-ricetta-tempo, .field-ricetta-bambini, .field-ricetta-celiachia, .field-ricetta-difficolta {
    background-image: url(../images/icone_ricetta.png);
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding-left: 40px;
}
.field-ricetta-num-persone {
    background-position: 0 0;
}
.field-ricetta-tempo {
    background-position: 0 -32px;
}
.field-ricetta-bambini {
    background-position: 0 -64px;
}
.field-ricetta-celiachia {
    background-position: 0 -96px;
}
.field-ricetta-difficolta {
    background-position: 0 -128px;
}*/
.label-above {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.label-inline {
  display: inline;
  font-weight: bold;
}

.node--hub--full .label-above {
  background: none repeat scroll 0 0 #990000;
  color: white;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  display: block;
  position: relative;
}
.node--hub--full .ad-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* .view-display-id-panel_pane_cat2_nodi .view-content ul, */
/* #section-nodes, */
/* #liv1-nodes */
.node .field .node-list {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.node .field .node-list li {
  list-style: none outside none;
  overflow: hidden;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E1D7C6;
}
.node .field .node-list li .teaser-image {
  float: left;
  margin-right: 10px;
}
.node .field .node-list li h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

.sort-icon {
  overflow: hidden;
}
.sort-icon a {
  float: right;
  background-image: url(../images/sort.png);
  width: 35px;
  height: 20px;
}

#block-alimentipedia-list-nodes-a3-list-secondary-nodes-cat-liv1 {
  margin-top: 20px;
}

#block-alimentipedia-list-nodes-a3-list-secondary-nodes-cat-liv1 .node-list,
.l-region--sidebar-second .node-list {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
#block-alimentipedia-list-nodes-a3-list-secondary-nodes-cat-liv1 .node-list li,
.l-region--sidebar-second .node-list li {
  list-style: none outside none;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
#block-alimentipedia-list-nodes-a3-list-secondary-nodes-cat-liv1 .node-list li .teaser-image,
.l-region--sidebar-second .node-list li .teaser-image {
  float: left;
  margin-right: 10px;
}
#block-alimentipedia-list-nodes-a3-list-secondary-nodes-cat-liv1 .node-list li h2,
.l-region--sidebar-second .node-list li h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.view-id-griglia_categorie_hp .view-content .item-list ul {
  overflow: hidden;
  clear: both;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.view-id-griglia_categorie_hp .view-content .item-list ul li {
  text-align: left;
  margin-bottom: 0.5em;
  background: #EFEFEF;
  padding: 10px;
}
.view-id-griglia_categorie_hp .view-content .item-list ul li .views-field-field-category-icon {
  overflow: hidden;
}
.view-id-griglia_categorie_hp .view-content .item-list ul li .views-field-field-category-icon img {
  float: left;
}
.view-id-griglia_categorie_hp .view-content .item-list ul li .views-field-title {
  padding: 0;
  display: flex;
  align-items: center;
}

.view-display-id-cat_list_titles {
  overflow: hidden;
  clear: both;
}
.view-display-id-cat_list_titles .views-field-title a {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #EFEFEF;
  padding: 3px 6px;
  font-size: 15px;
}

.view-id-griglia_categorie_hp .view-content .item-list ul li a:hover img {
  border-color: #990000;
}

@media (max-width: 639px) {
  .view-id-griglia_categorie_hp .view-content .item-list ul li {
    margin-left: 0.5em;
  }
}
#block-views-banner-hub-banner-hub-hp-first,
#block-views-banner-hub-banner-hub-hp-last {
  clear: both;
  overflow: hidden;
}

#block-views-banner-hub-banner-hub-hp-first {
  padding-top: 2em;
}

.view-id-hub_content h3 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1em;
}

.l-region--sidebar-second .view-id-hub_content h3 {
  text-align: left;
}

.view-display-id-hub_articoli {
  overflow: hidden;
  margin-bottom: 1em;
}
.view-display-id-hub_articoli h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.view-display-id-hub_articoli .views-row {
  margin-bottom: 1em;
}

.view-display-id-block_libri_hub h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0.25em;
}
.view-display-id-block_libri_hub .views-row {
  overflow: hidden;
  margin-bottom: 1em;
}
.view-display-id-block_libri_hub .views-field-field-image-libro-copertina {
  float: left;
  margin-right: 10px;
}
.view-display-id-block_libri_hub .views-field-body {
  font-size: 14px;
}

.view-display-id-commenti .views-row {
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid white;
  cursor: pointer;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.view-display-id-commenti .views-row .comment-date {
  font-weight: bold;
}
.view-display-id-commenti .views-row .comment-subject {
  color: #999;
}
.view-display-id-commenti .views-row-odd {
  background-color: #f7f7f7;
}
.view-display-id-commenti .views-row-even {
  background-color: #e7e7e7;
}
.view-display-id-commenti .views-row-last {
  border-bottom: 0;
}
.view-display-id-commenti .comment-hover {
  background-color: #E1D7C6;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/*
 * Vista "latest updates"
 * - News
 * - Libri in vetrina
 * - Ultimi aggiornamenti
 */
.view-display-id-block_latest_news .views-row {
  overflow: hidden;
  margin-bottom: 1em;
}
.view-display-id-block_latest_news h3.views-field-title {
  font-size: 20px;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.view-display-id-block_latest_news .views-field-field-image-principale,
.view-display-id-block_latest_news .views-field-field-image-libro-copertina {
  /*     float:left; */
  /*     width:25% */
  overflow: hidden;
}
.view-display-id-block_latest_news .views-field-field-image-principale img,
.view-display-id-block_latest_news .views-field-field-image-libro-copertina img {
  float: left;
}
.view-display-id-block_latest_news .views-field-body {
  /*     float:right; */
  /*     width:70% */
}

.view-display-id-block_book_hp .views-row {
  overflow: hidden;
  margin-bottom: 1em;
}
.view-display-id-block_book_hp h3.views-field-title {
  font-size: 20px;
  margin-bottom: 0.25em !important;
}
.view-display-id-block_book_hp .views-field-field-image-principale,
.view-display-id-block_book_hp .views-field-field-image-libro-copertina {
  float: left;
  width: 25%;
  margin: 0 10px 0 0;
}

.card_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.card_wrapper .card {
  background: white;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}
.card_wrapper .card h3.views-field-title {
  font-size: 20px;
  padding: 10px;
  margin: 0;
}
.card_wrapper .card .views-field-body {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.view-display-id-mlt_libro_content,
.view-display-id-block_book_hp {
  margin-bottom: 20px;
}
.view-display-id-mlt_libro_content .card_wrapper,
.view-display-id-block_book_hp .card_wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.view-display-id-mlt_libro_content .card_wrapper .card,
.view-display-id-block_book_hp .card_wrapper .card {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  background: transparent;
  border-radius: 0;
}
.view-display-id-mlt_libro_content .card_wrapper .card .card--book-image,
.view-display-id-block_book_hp .card_wrapper .card .card--book-image {
  flex: 1 0 100px;
}
.view-display-id-mlt_libro_content .card_wrapper .card .card--book-text,
.view-display-id-block_book_hp .card_wrapper .card .card--book-text {
  flex-shrink: 1;
}
.view-display-id-mlt_libro_content .card_wrapper .card .card--book-text h3.views-field-title,
.view-display-id-block_book_hp .card_wrapper .card .card--book-text h3.views-field-title {
  font-size: 20px;
  padding: 0 10px 10px 10px;
  margin: 0;
}
.view-display-id-mlt_libro_content .card_wrapper .card .card--book-text .views-field-review,
.view-display-id-block_book_hp .card_wrapper .card .card--book-text .views-field-review {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media (min-width: 800px) {
  .card_wrapper {
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .view-display-id-block_book_hp .card_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .view-display-id-block_book_hp .card_wrapper .card {
    border: 0;
    border-right: 1px solid #ddd;
  }
  .view-display-id-block_book_hp .card_wrapper .card:last-child {
    border: 0;
  }
}
.view-id-people {
  overflow: hidden;
  clear: both;
  margin-bottom: 2em;
}
.view-id-people h4.title {
  font-size: 20px;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.view-display-id-pane_hp_slideshow h2 {
  font-size: 20px;
  background-color: #990000;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 100%;
}
.view-display-id-pane_hp_slideshow h2 a {
  color: white;
}
.view-display-id-pane_hp_slideshow .views-field-field-image-principale {
  overflow: hidden;
}
.view-display-id-pane_hp_slideshow .views-field-field-image-principale img {
  float: left;
}
.view-display-id-pane_hp_slideshow .views-row {
  position: relative;
}

.view-more-like-this {
  margin-bottom: 1em;
}
.view-more-like-this .views-row {
  overflow: hidden;
  clear: both;
  margin-bottom: 1em;
}
.view-more-like-this h3.sidebar-node-title {
  font-size: 16px;
  font-weight: bold;
}
.view-more-like-this .sidebar-node-image {
  float: left;
  margin-right: 10px;
}
.view-more-like-this .sidebar-node-summary {
  font-size: 14px;
}
