/* Mixin to create a triangle element
 * @param $direction: The direction of the arrow.
 * @param $color: The color of the arrow @default #000000.
 * @param $size: The size of the arrow @default 1em. */
/* Mixin for setting both width and height of an element
 * @param $width: The width size.
 * @param $height: The height size @default same of $width. */
/* Mixin for setting both max-width and max-height of an element
 * @param $width: The max-width size.
 * @param $height: The max-height size @default same of $width. */
/* Mixin for setting both min-width and hmin-eight of an element
 * @param $width: The min-width size.
 * @param $height: The min-height size @default same of $width. */
/* Mixin to draw an SVG arrow
 * @param $rotation: Value in degrees, 0 means arrow pointing to right.
 * @param $color: Fill color of the figure. */
/* Replace all occurrences of the search string with the replacement string
 * @param $search: The value being searched for, otherwise known as the needle.
 * @param $replace: The replacement value that replaces found search values.
 * @param $subject: The string being searched and replaced on, otherwise known as the haystack. */
/* Mixin to make squared an HTML element
 * @param $percentage: Value in percentage, gives the ratio between width and height */
/* Mixin to make center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* Mixin to make center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* Mixin to center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* line 106, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 81.25%;
  line-height: 1;
}

/* line 13, ../src/sass/partials/_typography.sass */
.blocco_center .eventi .swiper-slide .blocco_data, .blocco_center .eventi .swiper-slide .luogo {
  font-family: "Open Sans Condensed", sans-serif;
}

/* line 19, ../src/sass/partials/_typography.sass */
.blocco_center .assaggi .swiper-slide .autore, .blocco_center .assaggi .swiper-slide h3, .blocco_center .assaggi .swiper-slide p, .blocco_center .assaggi .swiper-slide .leggi {
  font-family: Georgia, serif;
}

/* line 3, ../src/sass/home.sass */
.button_crescere_home {
  position: absolute;
  left: 762px;
  top: 40px;
  z-index: 999;
  padding: 11px 10px;
  border: 3px #23314b solid;
  background: #23314b;
  color: #f3e9ce !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) and (min-width: 900px) {
  /* line 3, ../src/sass/home.sass */
  .button_crescere_home {
    left: 705px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  /* line 3, ../src/sass/home.sass */
  .button_crescere_home {
    left: 555px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../src/sass/home.sass */
  .button_crescere_home {
    right: inherit;
    top: inherit;
    left: 20px;
    bottom: 10px;
    width: calc(100% - 40px);
    text-align: center;
  }
}

/* line 28, ../src/sass/home.sass */
#logo_servizio {
  height: auto;
}
/* line 31, ../src/sass/home.sass */
#logo_servizio #logo_servizio_990 {
  height: auto;
}
/* line 34, ../src/sass/home.sass */
#logo_servizio #logo_servizio_990 #logo {
  position: absolute;
  top: 25px;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 40, ../src/sass/home.sass */
  #logo_servizio #logo_servizio_990 #logo img {
    width: 100px;
    height: auto;
  }
}
/* line 46, ../src/sass/home.sass */
#logo_servizio #logo_servizio_990 #servizio {
  left: 0;
  top: 100px;
  width: 190px;
  z-index: 100;
  right: inherit;
  bottom: inherit;
  border-top: 1px #c9c4b4 solid;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 46, ../src/sass/home.sass */
  #logo_servizio #logo_servizio_990 #servizio {
    width: 130px;
    top: 80px;
  }
}
/* line 59, ../src/sass/home.sass */
#logo_servizio #logo_servizio_990 #servizio li {
  width: 100%;
  border-bottom: 1px #c9c4b4 solid;
}
/* line 63, ../src/sass/home.sass */
#logo_servizio #logo_servizio_990 #social_link {
  left: 0;
  bottom: inherit;
  top: 280px;
  z-index: 100;
  width: 190px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 63, ../src/sass/home.sass */
  #logo_servizio #logo_servizio_990 #social_link {
    top: 260px;
  }
}

/* line 75, ../src/sass/home.sass */
#blocco_evidenza_home {
  width: 100%;
  height: 325px;
  position: relative;
  background: #f3e9ce;
}
/* line 82, ../src/sass/home.sass */
#blocco_evidenza_home .blocco_evidenza_home_990 {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

/* line 88, ../src/sass/home.sass */
.gallery-thumbs {
  width: 250px;
  height: 50px;
  position: absolute;
  z-index: 100;
  left: 425px;
  top: 40px;
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 88, ../src/sass/home.sass */
  .gallery-thumbs {
    left: 225px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 88, ../src/sass/home.sass */
  .gallery-thumbs {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 900px) {
  /* line 88, ../src/sass/home.sass */
  .gallery-thumbs {
    left: 363px;
  }
}
/* line 107, ../src/sass/home.sass */
.gallery-thumbs .swiper-wrapper .swiper-slide {
  position: relative;
  width: 41px;
  height: 41px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 9px 0 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 3px #303d53 solid;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 120, ../src/sass/home.sass */
.gallery-thumbs .swiper-wrapper .swiper-slide.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 123, ../src/sass/home.sass */
.gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 35px;
  height: auto;
}

/* line 132, ../src/sass/home.sass */
.gallery-top {
  width: 100%;
  height: 325px;
}
/* line 136, ../src/sass/home.sass */
.gallery-top .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f3e9ce;
}
/* line 143, ../src/sass/home.sass */
.gallery-top .swiper-slide a {
  display: block;
  max-width: 990px;
  width: 100%;
  height: 325px;
  position: relative;
  margin: 0 auto;
}
/* line 153, ../src/sass/home.sass */
.gallery-top .swiper-slide a .back_img_libro {
  position: absolute;
  left: 237px;
  top: 30px;
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 153, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .back_img_libro {
    left: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 153, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .back_img_libro {
    left: 20px;
    top: 80px;
  }
}
@media (max-width: 1024px) and (min-width: 900px) {
  /* line 153, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .back_img_libro {
    left: 180px;
  }
}
/* line 165, ../src/sass/home.sass */
.gallery-top .swiper-slide a .back_img_libro:before {
  content: "";
  position: absolute;
  height: 236px;
  width: 1px;
  top: 4px;
  right: -8px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 165, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .back_img_libro:before {
    height: 180px;
  }
}
/* line 179, ../src/sass/home.sass */
.gallery-top .swiper-slide a .back_img_libro:after {
  content: "";
  position: absolute;
  background: url("../img/share/back_libro_home.png") no-repeat 0 0;
  width: 146px;
  height: 244px;
  right: -83px;
  top: 0;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 179, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .back_img_libro:after {
    background-size: auto 186px;
    right: -100px;
  }
}
/* line 193, ../src/sass/home.sass */
.gallery-top .swiper-slide a .back_img_libro img {
  height: 243px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 193, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .back_img_libro img {
    height: 185px;
  }
}
/* line 203, ../src/sass/home.sass */
.gallery-top .swiper-slide a .info_libro {
  position: absolute;
  padding: 96px 30px 0 425px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 900px) {
  /* line 203, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .info_libro {
    padding: 96px 30px 0 368px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 203, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .info_libro {
    padding: 96px 30px 0 225px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 203, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .info_libro {
    padding: 80px 20px 0 190px;
  }
}
/* line 216, ../src/sass/home.sass */
.gallery-top .swiper-slide a .info_libro h3 {
  font-size: 1.53846em;
  line-height: 1.5em;
  font-family: Georgia;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 216, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .info_libro h3 {
    font-size: 1.15385em;
    line-height: 1.33333em;
  }
}
/* line 222, ../src/sass/home.sass */
.gallery-top .swiper-slide a .info_libro h2 {
  font-size: 2em;
  line-height: 1.34615em;
  font-family: Georgia;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 222, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .info_libro h2 {
    font-size: 1.53846em;
    line-height: 1.25em;
  }
}
/* line 228, ../src/sass/home.sass */
.gallery-top .swiper-slide a .info_libro p {
  font-size: 1.30769em;
  line-height: 1.17647em;
  font-family: Georgia;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 228, ../src/sass/home.sass */
  .gallery-top .swiper-slide a .info_libro p {
    display: none;
  }
}
/* line 235, ../src/sass/home.sass */
.gallery-top .swiper-slide a span {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 108px;
  height: 28px;
  background: #23314b url("../img/share/carrello.png") no-repeat 7px center;
  color: #f6d73d;
  text-transform: uppercase;
  font-size: 0.76923em;
  line-height: 1.1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0 0 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 235, ../src/sass/home.sass */
  .gallery-top .swiper-slide a span {
    width: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: inherit;
    left: 50%;
    font-size: 0.76923em;
    line-height: 2.8em;
    padding: 0 0 0 35px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 259, ../src/sass/home.sass */
  .juicer-feed {
    padding: 0 20px !important;
  }
}

/* line 267, ../src/sass/home.sass */
.blocco_center .blocco_center_top .prev_next {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px 0 5px 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 267, ../src/sass/home.sass */
  .blocco_center .blocco_center_top .prev_next {
    float: right;
    padding: 0 0 5px 24px;
  }
}
/* line 276, ../src/sass/home.sass */
.blocco_center .blocco_center_top .prev_next .swiper-button-next, .blocco_center .blocco_center_top .prev_next .swiper-button-prev {
  position: relative;
  top: 0;
  margin: 0 2px;
  float: left;
  background-image: url("../img/share/fre.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 65px 22px;
  left: 0;
  right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 276, ../src/sass/home.sass */
  .blocco_center .blocco_center_top .prev_next .swiper-button-next, .blocco_center .blocco_center_top .prev_next .swiper-button-prev {
    width: 40px;
    height: 35px;
    background-size: 75px 32px;
    margin: 0;
  }
}
/* line 294, ../src/sass/home.sass */
.blocco_center .blocco_center_top .prev_next .swiper-button-prev {
  background-position: 4px 4px;
}
/* line 297, ../src/sass/home.sass */
.blocco_center .blocco_center_top .prev_next .swiper-button-next {
  background-position: -39px 4px;
}
/* line 300, ../src/sass/home.sass */
.blocco_center .blocco_center_top .veditutte {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.92308em;
  line-height: 3.33333em;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 300, ../src/sass/home.sass */
  .blocco_center .blocco_center_top .veditutte {
    display: none;
  }
}
/* line 313, ../src/sass/home.sass */
.blocco_center .novita .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  border-left: 1px #d2d5da solid;
  overflow: hidden;
  margin-top: 0 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 313, ../src/sass/home.sass */
  .blocco_center .novita .swiper-slide {
    border-left: none;
    height: auto;
    padding: 0;
  }
}
/* line 324, ../src/sass/home.sass */
.blocco_center .novita .swiper-slide img {
  width: 114px;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
}
/* line 330, ../src/sass/home.sass */
.blocco_center .novita .swiper-slide .autore {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
}
/* line 335, ../src/sass/home.sass */
.blocco_center .novita .swiper-slide h3 {
  display: block;
  padding: 0 0 10px;
}
/* line 340, ../src/sass/home.sass */
.blocco_center .novita .swiper-slide p {
  display: block;
  font-size: 1em;
  line-height: 1.23077em;
  padding: 0;
  max-height: 96px;
  overflow: hidden;
}
/* line 348, ../src/sass/home.sass */
.blocco_center .eventi .swiper-wrapper {
  height: 230px;
}
/* line 351, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 230px;
  padding: 0 0 0 4px;
  overflow: hidden;
  margin-top: 0 !important;
  position: relative;
}
/* line 359, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 4px;
  height: 111px;
  background: #23314b;
}
/* line 368, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 230px;
  padding: 0 10px 0;
  border-left: 1px #d2d5da solid;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 368, ../src/sass/home.sass */
  .blocco_center .eventi .swiper-slide a {
    padding: 0 5px;
  }
}
/* line 378, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide .blocco_data {
  width: 100%;
  overflow: hidden;
  padding: 0 0 20px;
}
/* line 384, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide .blocco_data .blocco_data_gg {
  overflow: hidden;
  float: left;
  width: 40%;
  font-size: 4.07692em;
  line-height: 0.90566em;
}
/* line 390, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide .blocco_data .blocco_data_dett {
  overflow: hidden;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  width: 60%;
  font-size: 1.07692em;
  line-height: 1.14286em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 390, ../src/sass/home.sass */
  .blocco_center .eventi .swiper-slide .blocco_data .blocco_data_dett {
    font-size: 0.92308em;
    line-height: 1.33333em;
  }
}
/* line 400, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide .blocco_data .blocco_data_dett span {
  display: block;
}
/* line 403, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide .blocco_data .blocco_data_dett span.blocco_data_evt {
  color: #686868;
}
/* line 406, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide img {
  width: 56px;
  height: auto;
  margin: 0 0 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 413, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
}
/* line 418, ../src/sass/home.sass */
.blocco_center .eventi .swiper-slide .luogo {
  display: block;
  padding: 0 0 20px;
  font-weight: 700;
  font-size: 1.23077em;
  line-height: 1em;
}
/* line 427, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 137px;
  padding: 0 10px 15px 0;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
/* line 436, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide .autore {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
  padding: 10px 0 10px 30px;
}
/* line 441, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide .autore.video {
  background: url("../img/share/ico_video-home.png") no-repeat 0 6px;
}
/* line 443, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide .autore.gallery {
  background: url("../img/share/ico_gallery-home.png") no-repeat 0 6px;
}
/* line 445, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide .autore.audio {
  background: url("../img/share/ico_audio-home.png") no-repeat 0 6px;
}
/* line 447, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide .autore.allegati {
  background: url("../img/share/ico_allegati-home.png") no-repeat 0 6px;
}
/* line 449, ../src/sass/home.sass */
.blocco_center .extra .swiper-slide h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
  padding: 0 0 10px;
}
/* line 458, ../src/sass/home.sass */
.blocco_center .stampa .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 15px 0;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
/* line 467, ../src/sass/home.sass */
.blocco_center .stampa .swiper-slide .testata {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
  color: #949494;
  text-transform: uppercase;
}
/* line 474, ../src/sass/home.sass */
.blocco_center .stampa .swiper-slide .autore {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
  text-transform: uppercase;
}
/* line 480, ../src/sass/home.sass */
.blocco_center .stampa .swiper-slide h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
  padding: 0 0 10px;
}
/* line 487, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0 !important;
}
/* line 491, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide a {
  display: block;
  overflow: hidden;
}
/* line 495, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 30px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 495, ../src/sass/home.sass */
  .blocco_center .assaggi .swiper-slide img {
    width: 125px;
    margin: 0 auto 20px;
    float: none;
  }
}
/* line 506, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide .autore {
  display: block;
  font-size: 1.53846em;
  line-height: 1.4em;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 506, ../src/sass/home.sass */
  .blocco_center .assaggi .swiper-slide .autore {
    font-size: 1em;
    line-height: 1.69231em;
    text-align: center;
  }
}
/* line 515, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide h3 {
  display: block;
  font-size: 1.92308em;
  line-height: 1.2em;
  padding: 0 0 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 515, ../src/sass/home.sass */
  .blocco_center .assaggi .swiper-slide h3 {
    font-size: 1.38462em;
    line-height: 1.38889em;
    text-align: center;
  }
}
/* line 524, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide p {
  display: block;
  font-size: 1.92308em;
  line-height: 1.2em;
  padding: 0 0 35px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 524, ../src/sass/home.sass */
  .blocco_center .assaggi .swiper-slide p {
    font-size: 1.38462em;
    line-height: 1.22222em;
  }
}
/* line 533, ../src/sass/home.sass */
.blocco_center .assaggi .swiper-slide .leggi {
  display: block;
  font-size: 0.84615em;
  line-height: 1.36364em;
  color: #737373;
  text-transform: uppercase;
}
/* line 541, ../src/sass/home.sass */
.blocco_center .prossimamente .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
/* line 547, ../src/sass/home.sass */
.blocco_center .prossimamente .swiper-slide img {
  width: 114px;
  height: auto;
  margin: 0 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 547, ../src/sass/home.sass */
  .blocco_center .prossimamente .swiper-slide img {
    float: left;
    margin: 0 10px 0 0;
  }
}
/* line 555, ../src/sass/home.sass */
.blocco_center .prossimamente .swiper-slide .autore {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
}
/* line 560, ../src/sass/home.sass */
.blocco_center .prossimamente .swiper-slide h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
  padding: 0 0 10px;
}
/* line 565, ../src/sass/home.sass */
.blocco_center .prossimamente .swiper-slide p {
  display: block;
  font-size: 1em;
  line-height: 1.23077em;
  padding: 0;
  max-height: 96px;
  overflow: hidden;
}
/* line 574, ../src/sass/home.sass */
.blocco_center .riproposte .swiper-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
/* line 580, ../src/sass/home.sass */
.blocco_center .riproposte .swiper-slide img {
  width: 114px;
  height: auto;
  margin: 0 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 580, ../src/sass/home.sass */
  .blocco_center .riproposte .swiper-slide img {
    float: left;
    margin: 0 10px 0 0;
  }
}
/* line 588, ../src/sass/home.sass */
.blocco_center .riproposte .swiper-slide .autore {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
}
/* line 593, ../src/sass/home.sass */
.blocco_center .riproposte .swiper-slide h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
  padding: 0 0 10px;
}
/* line 598, ../src/sass/home.sass */
.blocco_center .riproposte .swiper-slide p {
  display: block;
  font-size: 1em;
  line-height: 1.23077em;
  padding: 0;
  max-height: 96px;
  overflow: hidden;
}

/* line 605, ../src/sass/home.sass */
.blocco_50 {
  width: 100%;
  overflow: hidden;
  max-width: 1020px;
  margin: 60px auto 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 605, ../src/sass/home.sass */
  .blocco_50 {
    margin: 30px auto 0;
  }
}
/* line 616, ../src/sass/home.sass */
.blocco_50:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d2d5da;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 616, ../src/sass/home.sass */
  .blocco_50:after {
    display: none;
  }
}
/* line 628, ../src/sass/home.sass */
.blocco_50 .blocco_center:first-child {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  margin: 0 auto 0;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 628, ../src/sass/home.sass */
  .blocco_50 .blocco_center:first-child {
    width: 100%;
    padding: 0;
  }
}
/* line 639, ../src/sass/home.sass */
.blocco_50 .blocco_center:last-child {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin: 0 auto 0;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 639, ../src/sass/home.sass */
  .blocco_50 .blocco_center:last-child {
    width: 100%;
    padding: 0;
  }
}

/* line 652, ../src/sass/home.sass */
.juicer-feed.white li.feed-item, .juicer-feed.user li.feed-item, .juicer-feed.juicer-widget li.feed-item, .juicer-feed.colors li.feed-item, .juicer-feed.colored-icons li.feed-item, .juicer-feed.gray li.feed-item {
  border-width: 1px 1px 1px 1px !important;
}

/* line 655, ../src/sass/home.sass */
.juicer-feed .j-paginate {
  border: 2px solid #fff !important;
  color: #fff !important;
  background: #23314b;
}

/* line 660, ../src/sass/home.sass */
.juicer-feed .j-paginate:hover {
  background: #fff !important;
  color: #23314b !important;
}

/* line 664, ../src/sass/home.sass */
.j-loading {
  border: 4px solid #fff !important;
}

/* line 667, ../src/sass/home.sass */
.j-loading:before {
  content: "";
  background-color: #fff !important;
}

/* line 671, ../src/sass/home.sass */
.juicer-feed a:hover {
  color: #23314b !important;
}

/* line 674, ../src/sass/home.sass */
.juicer-feed .j-meta a:hover {
  color: #23314b !important;
}

/* line 677, ../src/sass/home.sass */
.overlay_back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 677, ../src/sass/home.sass */
  .overlay_back {
    /*display: none !important */
  }
}

/* line 687, ../src/sass/home.sass */
.overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  background-color: #E8E8E8;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 270px;
  height: 480px;
}
/* line 704, ../src/sass/home.sass */
.overlay.popup-home {
  background-color: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 687, ../src/sass/home.sass */
  .overlay {
    /*display: none !important */
    width: 85.6%;
    height: auto;
  }
}
/* line 712, ../src/sass/home.sass */
.overlay .popup a.close {
  position: absolute;
  right: -25px;
  top: -25px;
  display: block;
  text-decoration: none;
  z-index: 2;
  background-color: #E8E8E8;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 712, ../src/sass/home.sass */
  .overlay .popup a.close {
    right: -20px;
  }
}
/* line 726, ../src/sass/home.sass */
.overlay .popup .content a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 738, ../src/sass/home.sass */
.overlay .popup .content a.hidden {
  opacity: 0;
  z-index: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 742, ../src/sass/home.sass */
  .overlay .popup .content a img {
    width: 90%;
    height: auto;
  }
}
/* line 746, ../src/sass/home.sass */
.overlay .popup .content video {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 751, ../src/sass/home.sass */
.b_label_prezzo_libro_prossimamente {
  color: #888888;
}

/* line 753, ../src/sass/home.sass */
.b_item_prezzo_libro_prossimamente {
  color: #22324c;
}

/* line 756, ../src/sass/home.sass */
.button-prev-gallery-top {
  background-image: url(../img/share/fre.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: 680px;
  height: 24px;
  width: 25px;
  z-index: 2;
  cursor: pointer;
  background-position: 0px 0px;
}
@media (max-width: 1024px) and (min-width: 900px) {
  /* line 756, ../src/sass/home.sass */
  .button-prev-gallery-top {
    left: 627px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  /* line 756, ../src/sass/home.sass */
  .button-prev-gallery-top {
    left: 480px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 756, ../src/sass/home.sass */
  .button-prev-gallery-top {
    left: 265px;
    top: 30px;
  }
}

/* line 775, ../src/sass/home.sass */
.button-next-gallery-top {
  background-image: url(../img/share/fre.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: 720px;
  height: 24px;
  width: 25px;
  z-index: 2;
  cursor: pointer;
  background-position: -43px 0px;
}
@media (max-width: 1024px) and (min-width: 900px) {
  /* line 775, ../src/sass/home.sass */
  .button-next-gallery-top {
    left: 663px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  /* line 775, ../src/sass/home.sass */
  .button-next-gallery-top {
    left: 516px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 775, ../src/sass/home.sass */
  .button-next-gallery-top {
    left: 295px;
    top: 30px;
  }
}
