/* 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_tutti .blocco_data, .blocco_tutti .luogo {
  font-family: "Open Sans Condensed", sans-serif;
}

/* line 16, ../src/sass/partials/_typography.sass */
.primo_blocco, .lista_autori ul li .blocco_autore {
  font-family: "Open Sans", sans-serif;
}

/* line 19, ../src/sass/partials/_typography.sass */
.ele_sort li a, .lista_autori ul li .blocco_autore .head .bio_autore span.titolo_autore, .info_libro_autore .title_info_libro, .author-books h3 {
  font-family: Georgia, serif;
}

/* line 4, ../src/sass/eventi.sass */
.cont_1_div_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}
/* line 10, ../src/sass/eventi.sass */
.cont_1_div_1:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background: #d2d5da;
}
@media (orientation: portrait) {
  /* line 10, ../src/sass/eventi.sass */
  .cont_1_div_1:after {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 10, ../src/sass/eventi.sass */
  .cont_1_div_1:after {
    display: none;
  }
}

/* line 23, ../src/sass/eventi.sass */
.ele_sort {
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 23, ../src/sass/eventi.sass */
  .ele_sort {
    display: none;
  }
}
/* line 33, ../src/sass/eventi.sass */
.ele_sort li {
  display: inline-block;
  margin: 0 5px;
}
/* line 36, ../src/sass/eventi.sass */
.ele_sort li a {
  border: 1px solid transparent;
  font-size: 1.15385em;
  line-height: 1.06667em;
  padding: 5px 11px;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 43, ../src/sass/eventi.sass */
.ele_sort li a span.ico-sort {
  background: url("../img/share/order.png") no-repeat 0 0;
  display: inline-block;
  width: 19px;
  height: 12px;
  margin-right: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 53, ../src/sass/eventi.sass */
.ele_sort li.sel a {
  border-color: #dedede;
}
/* line 55, ../src/sass/eventi.sass */
.ele_sort li.sel a span.ico-sort {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* SCROLL */
/* line 62, ../src/sass/eventi.sass */
.pad_titolo_pagina {
  padding: 0 0 15px;
}

/* line 65, ../src/sass/eventi.sass */
.pad_titolo_pagina2 {
  width: 910px;
  overflow: hidden;
}

/* line 69, ../src/sass/eventi.sass */
.input_libri {
  background: #ececec;
  border: 1px #6a6a6a solid;
  min-width: 200px;
}

/* line 74, ../src/sass/eventi.sass */
.selectfloat {
  float: right;
  padding: 0;
}

/* line 79, ../src/sass/eventi.sass */
.anno {
  width: 100%;
  color: #314162;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 8px;
}

/* line 86, ../src/sass/eventi.sass */
.blocco_eventi {
  width: 100%;
}

/* line 89, ../src/sass/eventi.sass */
.evento_ele {
  width: 250px;
  float: left;
  overflow: hidden;
}

/* line 94, ../src/sass/eventi.sass */
.evento_img {
  background: #314162;
  border: 5px #314162 solid;
  box-shadow: 0 0 6px #9a9a9a;
  -webkit-box-shadow: 0 0 6px #9a9a9a;
  -moz-box-shadow: 0 0 6px #9a9a9a;
  float: left;
  margin: 5px 15px 0 0;
}

/*.evento_img img{
 *	border:4px solid #314162;
 *	box-shadow:0 0 6px #9a9a9a;
 *	-webkit-box-shadow:0 0 6px #9a9a9a;
 *	-moz-box-shadow:0 0 6px #9a9a9a;
 *} */
/* line 112, ../src/sass/eventi.sass */
.evento_dati {
  float: left;
  overflow: hidden;
  width: 160px;
  margin-left: 10px;
  padding-top: 15px;
}

/* line 119, ../src/sass/eventi.sass */
.evento_luogo {
  color: #314162;
  font-size: 1em;
  font-weight: bold;
}

/* line 124, ../src/sass/eventi.sass */
.evento_data {
  color: #8c8c8c;
  font-size: 1em;
  font-weight: bold;
}

/* line 129, ../src/sass/eventi.sass */
.evento_autore {
  font-weight: bold;
  font-size: 1.1em;
}

/* line 133, ../src/sass/eventi.sass */
.spacer {
  width: 70px;
  float: left;
  overflow: hidden;
}

/* line 138, ../src/sass/eventi.sass */
.indietro {
  color: #314162;
  font-weight: bold;
  font-size: 1em;
}
/* line 142, ../src/sass/eventi.sass */
.indietro a {
  text-decoration: none;
}
/* line 144, ../src/sass/eventi.sass */
.indietro a:hover, .indietro a:visited {
  text-decoration: none;
}

/* line 147, ../src/sass/eventi.sass */
.main_left {
  width: 50%;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
@media (orientation: portrait) {
  /* line 147, ../src/sass/eventi.sass */
  .main_left {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 147, ../src/sass/eventi.sass */
  .main_left {
    width: 100%;
    padding: 0 0 20px;
  }
}
/* line 160, ../src/sass/eventi.sass */
.main_left .descr_libro_img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 20px 10px 0;
}
@media (orientation: portrait) {
  /* line 160, ../src/sass/eventi.sass */
  .main_left .descr_libro_img {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 160, ../src/sass/eventi.sass */
  .main_left .descr_libro_img {
    width: 100px;
  }
}
/* line 171, ../src/sass/eventi.sass */
.main_left .titolo_libro {
  font-size: 2em;
  line-height: 1.07692em;
  font-family: Georgia;
  padding: 0 0 5px;
}
/* line 176, ../src/sass/eventi.sass */
.main_left .di_libro {
  font-size: 0.92308em;
  line-height: 1.33333em;
  padding: 0 0 10px;
}
/* line 180, ../src/sass/eventi.sass */
.main_left .link_pad, .main_left .dett_libro_r {
  font-size: 1em;
  line-height: 1.23077em;
  padding: 0 0 10px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
/* line 187, ../src/sass/eventi.sass */
.main_left .altri_titoli {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 15px 0 0 0;
}

/* line 194, ../src/sass/eventi.sass */
.main_right {
  width: 50%;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
@media (orientation: portrait) {
  /* line 194, ../src/sass/eventi.sass */
  .main_right {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 194, ../src/sass/eventi.sass */
  .main_right {
    width: 100%;
    padding: 0 0 20px;
  }
}

/*.dett_libro
 * +adjust-font-size-to(16px,16px)
 * color: $blu_sellerio
 * padding-bottom: 10px
 * a
 *     +adjust-font-size-to(14px)
 *     text-transform: uppercase
 *     display: block
 *     &:visited, &:hover
 *         text-transform: uppercase */
/* line 219, ../src/sass/eventi.sass */
.dett_libro_sep {
  background: url("/img/collane/back_left_scheda.png") no-repeat 0 0;
  line-height: 16px;
  color: #646464;
  padding: 20px 0 20px;
}

/* line 225, ../src/sass/eventi.sass */
.evento_titolo {
  font-size: 1.2em;
  color: #314162;
  font-weight: bold;
  padding-bottom: 5px;
}

/* line 231, ../src/sass/eventi.sass */
.intro {
  color: #646464;
  padding-bottom: 25px;
}

/* line 235, ../src/sass/eventi.sass */
.testo {
  color: #314162;
  padding-bottom: 25px;
}

/* line 239, ../src/sass/eventi.sass */
.autore_tit {
  font-size: 1.1em;
  color: #314162;
  font-weight: bold;
  padding-bottom: 5px;
}

/* line 245, ../src/sass/eventi.sass */
.autore_bio {
  padding-bottom: 25px;
}

/* line 248, ../src/sass/eventi.sass */
.tit_pub {
  font-size: 1.1em;
  color: #314162;
  font-weight: bold;
  padding-bottom: 5px;
}

/* line 254, ../src/sass/eventi.sass */
.elenco_pub {
  padding-bottom: 25px;
}
/* line 256, ../src/sass/eventi.sass */
.elenco_pub a {
  display: block;
  cursor: pointer;
}
/* line 259, ../src/sass/eventi.sass */
.elenco_pub a:visted, .elenco_pub a:hover {
  display: block;
}

/* line 262, ../src/sass/eventi.sass */
.blocco_anno {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*.blocco_tutti
 * width: 100%
 * overflow: hidden
 * padding-bottom: 80px
 * list-style-type: none
 * margin: 0
 * +portrait
 *     padding-bottom: 0
 * +mobile
 *     padding-bottom: 0
 * li
 *     width: 33.333333%
 *     float: left
 *     overflow: hidden
 *     +box-sizing(border-box)
 *     padding: 0 25px 0 0
 *     +portrait
 *         width: 100%
 *         padding: 0 0 20px
 *     +mobile
 *         width: 100%
 *         padding: 0 0 20px */
/* line 290, ../src/sass/eventi.sass */
.blocco_tutti {
  width: 16%;
  display: inline-block;
  -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;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  margin-bottom: 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 290, ../src/sass/eventi.sass */
  .blocco_tutti {
    /*ie */
    width: 143px;
    /* */
    width: calc(100% / 2 - 2px);
    margin-bottom: 50px;
  }
}
/* line 311, ../src/sass/eventi.sass */
.blocco_tutti:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 4px;
  height: 111px;
  background: #23314b;
}
/* line 320, ../src/sass/eventi.sass */
.blocco_tutti 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 320, ../src/sass/eventi.sass */
  .blocco_tutti a {
    padding: 0 5px;
  }
}
/* line 330, ../src/sass/eventi.sass */
.blocco_tutti .blocco_data {
  width: 100%;
  overflow: hidden;
  padding: 0 0 20px;
}
/* line 336, ../src/sass/eventi.sass */
.blocco_tutti .blocco_data .blocco_data_gg {
  overflow: hidden;
  float: left;
  width: 40%;
  font-size: 4.07692em;
  line-height: 0.90566em;
}
/* line 342, ../src/sass/eventi.sass */
.blocco_tutti .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 342, ../src/sass/eventi.sass */
  .blocco_tutti .blocco_data .blocco_data_dett {
    font-size: 0.92308em;
    line-height: 1.33333em;
  }
}
/* line 352, ../src/sass/eventi.sass */
.blocco_tutti .blocco_data .blocco_data_dett span {
  display: block;
}
/* line 355, ../src/sass/eventi.sass */
.blocco_tutti .blocco_data .blocco_data_dett span.blocco_data_evt {
  color: #686868;
}
/* line 358, ../src/sass/eventi.sass */
.blocco_tutti img {
  width: 56px;
  height: auto;
  margin: 0 0 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 365, ../src/sass/eventi.sass */
.blocco_tutti h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 365, ../src/sass/eventi.sass */
  .blocco_tutti h3 {
    font-size: 1.07692em;
    line-height: 1.42857em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 365, ../src/sass/eventi.sass */
  .blocco_tutti h3 {
    font-size: 1em;
    line-height: 1.38462em;
  }
}
/* line 375, ../src/sass/eventi.sass */
.blocco_tutti .luogo {
  display: block;
  padding: 0 0 20px;
  font-weight: 700;
  font-size: 1.23077em;
  line-height: 1em;
}
/* line 386, ../src/sass/eventi.sass */
.blocco_tutti .luogo .consiglio_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 391, ../src/sass/eventi.sass */
.blocco_tutti .luogo .consiglio_img img {
  float: left;
  width: 83px;
  height: 83px;
  margin: 0 12px 0 0;
}
/* line 397, ../src/sass/eventi.sass */
.blocco_tutti .luogo .consiglio_img .autori {
  display: block;
  font-size: 1.07692em;
  line-height: 1.42857em;
  font-weight: 700;
}
/* line 402, ../src/sass/eventi.sass */
.blocco_tutti .luogo .consiglio_img .consiglia {
  display: block;
  font-size: 0.76923em;
  line-height: 1.6em;
  text-transform: uppercase;
}
/* line 407, ../src/sass/eventi.sass */
.blocco_tutti .luogo .consiglio_img .titolo {
  display: block;
  font-size: 1.30769em;
  line-height: 1.17647em;
  font-family: Georgia;
}
/* line 412, ../src/sass/eventi.sass */
.blocco_tutti .luogo .consiglio_img .dilibro {
  display: block;
  font-size: 0.92308em;
  line-height: 1.25em;
}
/* line 417, ../src/sass/eventi.sass */
.blocco_tutti .luogo .txt_libro {
  width: 100%;
  border-left: 1px #d2d5da solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.23077em;
  padding: 0 0 0 15px;
  height: 100px;
  clear: both;
  margin: 18px 0 0 0;
}
@media (orientation: portrait) {
  /* line 417, ../src/sass/eventi.sass */
  .blocco_tutti .luogo .txt_libro {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 417, ../src/sass/eventi.sass */
  .blocco_tutti .luogo .txt_libro {
    height: auto;
  }
}

/* line 431, ../src/sass/eventi.sass */
.primo_blocco_consigli {
  width: 100%;
  margin: 58px 0 0 0;
  background: #f1f0ee;
  padding: 0 30px 0 0;
  height: 83px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 440, ../src/sass/eventi.sass */
.primo_blocco_consigli img {
  width: 83px;
  height: 83px;
  float: left;
  border-right: 10px #fff solid;
  margin: 0 20px 0 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 449, ../src/sass/eventi.sass */
.primo_blocco_consigli h2 {
  font-size: 2.15385em;
  line-height: 1.28571em;
  padding: 8px 0;
}
/* line 453, ../src/sass/eventi.sass */
.primo_blocco_consigli p {
  font-size: 1.53846em;
  line-height: 1.2em;
  color: #626262;
}

/* line 457, ../src/sass/eventi.sass */
.pulsante_libro {
  display: block;
  background: url("../img/share/ico-carrello.png") no-repeat right center;
  background-size: 21px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 38px 0 0;
  text-transform: uppercase;
  color: #888888;
  margin: 0 0 10px;
  font-size: 0.92308em;
  line-height: 1.75em;
}
/* line 468, ../src/sass/eventi.sass */
.pulsante_libro .prezzo_def {
  text-transform: initial;
  color: #22324c;
  font-size: 1em;
  line-height: 1.61538em;
}
/* line 472, ../src/sass/eventi.sass */
.pulsante_libro .scontato {
  text-transform: initial;
  color: #22324c;
  font-size: 1em;
  line-height: 1.61538em;
  text-decoration: line-through;
}

/* line 478, ../src/sass/eventi.sass */
.commenti_lettori {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 482, ../src/sass/eventi.sass */
.commenti_lettori h3 {
  font-size: 1.92308em;
  line-height: 1.6em;
  font-family: Georgia;
  border-bottom: 1px #d9d9d9 solid;
}
/* line 487, ../src/sass/eventi.sass */
.commenti_lettori .blocco_articoli {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px #d9d9d9 solid;
}
/* line 492, ../src/sass/eventi.sass */
.commenti_lettori .blocco_articoli .data_art {
  font-size: 0.92308em;
  line-height: 1.25em;
  padding-bottom: 5px;
}
/* line 496, ../src/sass/eventi.sass */
.commenti_lettori .blocco_articoli .titolo {
  font-size: 1.53846em;
  line-height: 1.25em;
  padding-bottom: 3px;
  font-family: Georgia;
}
/* line 501, ../src/sass/eventi.sass */
.commenti_lettori .blocco_articoli .autore_art {
  font-size: 1em;
  line-height: 1.23077em;
  padding-bottom: 5px;
}

/* line 505, ../src/sass/eventi.sass */
.blocco_main {
  position: relative;
  margin: 58px 0 90px;
}

/* line 509, ../src/sass/eventi.sass */
.primo_blocco {
  width: 35%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 15px;
  float: left;
}
/* line 517, ../src/sass/eventi.sass */
.primo_blocco a.puls_suggerisci {
  display: inline-block;
  background: url(../img/share/mini-fre.png) no-repeat 3px center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 12px 15px;
  text-transform: uppercase;
  color: #23314b;
  font-size: 0.84615em;
  line-height: 1.45455em;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 509, ../src/sass/eventi.sass */
  .primo_blocco {
    width: 100%;
  }
}

/* line 531, ../src/sass/eventi.sass */
.secondo_blocco {
  position: relative;
  right: 15px;
  top: 0;
  width: 65%;
  height: 100%;
  float: left;
}
/* line 538, ../src/sass/eventi.sass */
.secondo_blocco:after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 1px;
  height: 100%;
  background: #b2b2b2;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 531, ../src/sass/eventi.sass */
  .secondo_blocco {
    width: 100%;
    right: 0;
    position: relative;
    padding: 0 0 15px;
  }
}

/* line 553, ../src/sass/eventi.sass */
.contenitore_autori {
  padding: 70px 9px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 553, ../src/sass/eventi.sass */
  .contenitore_autori {
    padding: 0;
  }
}

/* line 558, ../src/sass/eventi.sass */
.lista_autori ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}
/* line 563, ../src/sass/eventi.sass */
.lista_autori ul li {
  width: 33.33333%;
  display: inline;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 563, ../src/sass/eventi.sass */
  .lista_autori ul li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 40px;
  }
}
/* line 574, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore {
  padding: 0 40px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 574, ../src/sass/eventi.sass */
  .lista_autori ul li .blocco_autore {
    padding-right: 0;
  }
}
/* line 579, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head {
  display: block;
  position: relative;
}
/* line 582, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head:before, .lista_autori ul li .blocco_autore .head:after {
  content: "";
  display: table;
  clear: both;
}
/* line 586, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .foto_autore {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 84px;
  height: 84px;
  overflow: hidden;
  z-index: 1;
}
/* line 595, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .bio_autore {
  position: relative;
  min-height: 83px;
  padding: 0 0 15px 97px;
}
/* line 599, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .bio_autore span {
  display: block;
  color: #1f2b46;
  padding-bottom: 5px;
}
/* line 603, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .bio_autore span.nome_autore {
  font-size: 1.07692em;
  line-height: 1.07143em;
  font-weight: 700;
}
/* line 606, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .bio_autore span.consiglia_autore {
  font-size: 0.76923em;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 610, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .bio_autore span.titolo_autore {
  font-size: 1.30769em;
  line-height: 1.05882em;
  font-weight: normal;
}
/* line 614, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .head .bio_autore span.dilibro_autore {
  position: absolute;
  bottom: 0;
  font-size: 0.92308em;
  line-height: 1.08333em;
  font-weight: 600;
}
/* line 620, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .desc_autore {
  clear: both;
  padding-top: 20px;
}
/* line 623, ../src/sass/eventi.sass */
.lista_autori ul li .blocco_autore .desc_autore p {
  min-height: 100px;
  border-left: 1px solid #d2d5da;
  padding: 2px 0 2px 14px;
  font-size: 1em;
  line-height: 1.38462em;
  color: #23314b;
  text-align: justify;
}

/* line 634, ../src/sass/eventi.sass */
.scheda_altri {
  overflow: hidden;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 990px;
  margin: 38px auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 634, ../src/sass/eventi.sass */
  .scheda_altri {
    margin: 30px auto 0;
  }
}
/* line 643, ../src/sass/eventi.sass */
.scheda_altri.scheda_altri_int {
  padding: 0;
}
/* line 645, ../src/sass/eventi.sass */
.scheda_altri h3 {
  width: 100%;
  border-bottom: 1px #b2b2b2 solid;
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  font-size: 1.46154em;
  line-height: 2.10526em;
  font-family: Georgia, serif;
}
/* line 654, ../src/sass/eventi.sass */
.scheda_altri .scheda_altri_des {
  list-style-type: none;
  padding: 0 0 15px;
  overflow: hidden;
  width: 100%;
}
/* line 660, ../src/sass/eventi.sass */
.scheda_altri .scheda_altri_des li {
  width: 16.55%;
  width: calc(100% / 6);
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 10px 0;
  overflow: hidden;
  min-height: 215px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 660, ../src/sass/eventi.sass */
  .scheda_altri .scheda_altri_des li {
    min-height: initial;
    width: 100%;
    padding: 0 0 10px;
  }
}
/* line 673, ../src/sass/eventi.sass */
.scheda_altri .scheda_altri_des li a {
  display: block;
}
/* line 677, ../src/sass/eventi.sass */
.scheda_altri .scheda_altri_des li a img {
  height: 138px;
  width: auto;
  margin: 0 0 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 677, ../src/sass/eventi.sass */
  .scheda_altri .scheda_altri_des li a img {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 15px 15px 0;
  }
}
/* line 687, ../src/sass/eventi.sass */
.scheda_altri .scheda_altri_des li a .autore_libro {
  font-size: 0.92308em;
  line-height: 1.16667em;
  font-weight: 700;
}
/* line 691, ../src/sass/eventi.sass */
.scheda_altri .scheda_altri_des li a h4 {
  font-size: 1.15385em;
  line-height: 1.13333em;
  font-family: Georgia, serif;
}

/* line 696, ../src/sass/eventi.sass */
.info_libro_autore {
  padding-top: 45px;
  text-align: justify;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 696, ../src/sass/eventi.sass */
  .info_libro_autore {
    text-align: left;
  }
}
/* line 702, ../src/sass/eventi.sass */
.info_libro_autore .title_info_libro {
  font-size: 1.64286em;
  line-height: 0.86957em;
  font-weight: normal;
  border-bottom: 1px solid #c1c1c1;
  padding: 5px 3px;
  margin-bottom: 20px;
  color: #1f2b46;
}
/* line 711, ../src/sass/eventi.sass */
.info_libro_autore .info_autore {
  color: #3b3b3b;
  font-size: 1.07692em;
  line-height: 1.42857em;
  padding: 0 0 25px;
}

/* line 717, ../src/sass/eventi.sass */
.author-books {
  clear: both;
}
/* line 719, ../src/sass/eventi.sass */
.author-books h3 {
  color: #1f2b46;
  font-weight: normal;
  font-size: 1.15385em;
  line-height: 1.33333em;
  padding: 15px 0;
}
/* line 727, ../src/sass/eventi.sass */
.author-books ul li {
  list-style: none;
}
/* line 730, ../src/sass/eventi.sass */
.author-books ul li a {
  font-size: 1.07692em;
  line-height: 1.42857em;
}

/* line 736, ../src/sass/eventi.sass */
.blocco_center .blocco_center_top h1 {
  max-width: 750px;
}
