/* 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, ../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 81.25%;
  line-height: 1;
}

/* line 4, ../src/sass/cerca.sass */
.form_ricerca {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px;
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 10px 0 0 0;
  clear: both;
  display: inline-block;
}

/* line 17, ../src/sass/cerca.sass */
.txtform100 {
  width: 100%;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
  clear: both;
}

/* line 27, ../src/sass/cerca.sass */
.txtform {
  width: 33.33333%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 10px;
  position: relative;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 27, ../src/sass/cerca.sass */
  .txtform {
    width: 100%;
    padding: 0 0 10px;
  }
}
/* line 40, ../src/sass/cerca.sass */
.txtform label {
  display: block;
  width: 100%;
  padding: 0 0 5px;
  font-size: 1em;
  line-height: 1.23077em;
}
/* line 46, ../src/sass/cerca.sass */
.txtform .input_ele_int_1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #21314b solid;
  padding: 3px;
  float: left;
  font-size: 1em;
  line-height: 1.23077em;
  width: 100%;
  height: 24px;
}
/* line 55, ../src/sass/cerca.sass */
.txtform .input_ele_2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #21314b solid;
  padding: 3px;
  float: left;
  font-size: 1em;
  line-height: 1.23077em;
  width: 100%;
  height: 48px;
  resize: none;
}

/* line 65, ../src/sass/cerca.sass */
#invia2 {
  width: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 3px;
  margin: 0 auto 0;
  font-size: 1.15385em;
  line-height: 1.73333em;
  background: #21314b;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: inline-block;
}

/* line 80, ../src/sass/cerca.sass */
.tot_risultati {
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 1.53846em;
  line-height: 1.5em;
}

/* line 86, ../src/sass/cerca.sass */
.tit_blocco_tutti {
  text-align: center;
  padding: 25px 0;
}
/* line 89, ../src/sass/cerca.sass */
.tit_blocco_tutti h2 {
  font-size: 1.84615em;
  line-height: 1.04167em;
  color: #23314b;
  font-family: Georgia, serif;
}

/* line 94, ../src/sass/cerca.sass */
.blocco_promo {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 94, ../src/sass/cerca.sass */
  .blocco_promo {
    padding: 0;
  }
}
/* line 102, ../src/sass/cerca.sass */
.blocco_promo:after {
  content: "";
  position: absolute;
  left: 33.33333%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 102, ../src/sass/cerca.sass */
  .blocco_promo:after {
    display: none;
  }
}
/* line 113, ../src/sass/cerca.sass */
.blocco_promo:before {
  content: "";
  position: absolute;
  left: 66.66667%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 113, ../src/sass/cerca.sass */
  .blocco_promo:before {
    display: none;
  }
}
/* line 124, ../src/sass/cerca.sass */
.blocco_promo .blocco_promo_inside {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 124, ../src/sass/cerca.sass */
  .blocco_promo .blocco_promo_inside {
    width: 100%;
    padding: 0 0 30px;
  }
}
/* line 135, ../src/sass/cerca.sass */
.blocco_promo .blocco_promo_inside img {
  width: auto;
  height: 165px;
  float: left;
  margin: 0 10px 10px 0;
}
/* line 141, ../src/sass/cerca.sass */
.blocco_promo .blocco_promo_inside .elenco {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 146, ../src/sass/cerca.sass */
.blocco_promo .blocco_promo_inside .elenco li {
  list-style-type: none;
  padding: 0 0 10px;
  margin: 0;
}

/* line 151, ../src/sass/cerca.sass */
.pulsante_libro {
  display: inline-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 28px 0 0;
  text-transform: uppercase;
  color: #888888;
  margin: 0 0 10px;
  font-size: 0.92308em;
  line-height: 1.75em;
}
/* line 163, ../src/sass/cerca.sass */
.pulsante_libro .prezzo_def {
  color: #22324c;
  font-size: 1em;
  line-height: 1.61538em;
  text-transform: lowercase !important;
}
/* line 167, ../src/sass/cerca.sass */
.pulsante_libro .scontato {
  color: #22324c;
  font-size: 1em;
  line-height: 1.61538em;
  text-decoration: line-through;
  text-transform: lowercase !important;
}

/* line 173, ../src/sass/cerca.sass */
.pulsante_libro_off {
  padding: 12px 38px 12px 0;
  text-transform: uppercase;
  color: #888888;
  display: block;
  font-size: 1em;
  line-height: 1.23077em;
  position: relative;
}
/* line 180, ../src/sass/cerca.sass */
.pulsante_libro_off .prezzo_def {
  color: #22324c;
  font-size: 1em;
  line-height: 1.61538em;
  text-transform: lowercase !important;
}
/* line 184, ../src/sass/cerca.sass */
.pulsante_libro_off .scontato {
  color: #22324c;
  font-size: 1em;
  line-height: 1.61538em;
  text-decoration: line-through;
  text-transform: lowercase !important;
}
/* line 189, ../src/sass/cerca.sass */
.pulsante_libro_off:after {
  content: "Non disponibile";
  position: absolute;
  right: 5px;
  font-size: 0.6em;
  top: 14px;
}

/* line 196, ../src/sass/cerca.sass */
.promo_nome {
  font-size: 0.92308em;
  line-height: 1.25em;
  font-weight: 700;
  padding: 0 0 3px;
}

/* line 201, ../src/sass/cerca.sass */
.promo_libro {
  font-size: 1.23077em;
  line-height: 1.1875em;
  padding: 0 0 5px;
}

/* line 205, ../src/sass/cerca.sass */
.promo_collana {
  font-size: 0.92308em;
  line-height: 1.25em;
  padding: 0 0 5px;
}

/* line 209, ../src/sass/cerca.sass */
.pulsante_cont {
  text-transform: uppercase;
  font-size: 0.76923em;
  line-height: 1.2em;
}
/* line 213, ../src/sass/cerca.sass */
.pulsante_cont div {
  padding: 5px 0;
}

/* line 218, ../src/sass/cerca.sass */
.blocco_tutti {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 218, ../src/sass/cerca.sass */
  .blocco_tutti {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
/* line 227, ../src/sass/cerca.sass */
.blocco_tutti:after {
  content: "";
  position: absolute;
  left: 33.33333%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 227, ../src/sass/cerca.sass */
  .blocco_tutti:after {
    display: none;
  }
}
/* line 238, ../src/sass/cerca.sass */
.blocco_tutti:before {
  content: "";
  position: absolute;
  left: 66.66667%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 238, ../src/sass/cerca.sass */
  .blocco_tutti:before {
    display: none;
  }
}
/* line 249, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 249, ../src/sass/cerca.sass */
  .blocco_tutti .blocco_tutti_inside {
    width: 100%;
    padding: 0 0 30px;
  }
}
/* line 259, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside img {
  width: 56px;
  height: auto;
  margin: 0 auto 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 266, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside .autore {
  font-weight: 700;
  display: block;
  font-size: 1em;
  line-height: 1.15385em;
  padding: 40px 0 0 0;
}
/* line 271, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside .autore.video {
  background: url("../img/share/ico_video.png") no-repeat 0 0;
}
/* line 273, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside .autore.gallery {
  background: url("../img/share/ico_gallery.png") no-repeat 0 0;
}
/* line 275, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside .autore.audio {
  background: url("../img/share/ico_audio.png") no-repeat 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 266, ../src/sass/cerca.sass */
  .blocco_tutti .blocco_tutti_inside .autore {
    background-position: center top !important;
  }
}
/* line 280, ../src/sass/cerca.sass */
.blocco_tutti .blocco_tutti_inside h3 {
  display: block;
  font-size: 1.23077em;
  line-height: 1.25em;
  padding: 0 0 10px;
}
