@charset "UTF-8";
body {
  background-color: #292c2f !important;
  padding-top: 50px;
  font-family: Helvetica, Arial, sans-serif !important;
}

a:visited {
  color: #960018;
  text-decoration: none;
}

a {
  color: #960018;
  text-decoration: none;
}

a:hover, a:focus {
  /*color: #30a5ff;*/
  color: #e65058;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-inverse {
  background-color: #292c2f !important;
}

.navbar-brand.provedi {
  padding: 0px 5px;
}

.navbar-brand img {
  height: 100%;
  float: left;
}

/*.left-list ul{
    display: block;

}*/
.single-list {
  clear: both;
  float: left;
}

.no-float .single-list {
  float: none;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a.enabled {
  color: #FFF;
}

.page-wrap {
  background-color: white;
}

.page-wrap h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 22px;
  text-align: left;
  margin-top: 20px;
}

.page-wrap h3 .link {
  padding-right: 18px;
  font-size: 13px;
  line-height: 29px;
  float: right;
  vertical-align: baseline;
  background: transparent url(../img/right-arrow.png) center right no-repeat;
  color: #004297;
  text-decoration: none;
}

.page-wrap h3 a.link:hover, .page-wrap h3 a.link:focus {
  color: #30a5ff;
}

/* Carousel */
#myCarousel {
  background: url("../../coming_soon/images/bg2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
  #myCarousel {
    height: initial;
  }
  #myCarousel .linkable.item {
    background-size: contain !important;
    height: 23.2vw !important;
  }
  #myCarousel .carousel-indicators {
    bottom: -10px !important;
  }
}
.banner-button a {
  background-color: #960018;
  color: white;
  border: none;
}

a.carousel-control {
  color: white !important;
}

div.no-box-items {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
}

div.no-box-items p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 36px;
}

/* box editori */
#box_1rightcarousel p {
  display: none;
}

#box_1rightcarousel .modal-body p {
  display: block;
}

#countdown.background-image {
  background: url("../../coming_soon/images/bg2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#get-notified.background-image {
  background: url("../../coming_soon/images/bg2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container.contentdiv {
  padding-bottom: 0px;
}

.left-list .single-box {
  margin-bottom: 30px;
  height: 350px !important;
  position: relative;
}

.price {
  position: relative;
  bottom: 40px;
  float: right;
  color: white;
  background-color: rgba(162, 47, 27, 0.84);
  /*background-color: rgba(0, 66, 151, 0.84);*/
  padding: 2px 9px;
}

.imageContainer {
  max-height: 230px;
  overflow: hidden;
}

.imageContainer img {
  max-height: 230px;
  height: auto;
  border: 1px solid #666;
  max-width: 100%;
}

@media (min-width: 992px) {
  .table_view {
    display: table;
    width: 100%;
    margin-top: -50px;
    padding: 50px 0 0 0; /*set left/right padding according to needs*/
    box-sizing: border-box;
  }
  .fullheight.row {
    height: 100%;
    display: table-row;
  }
  .fullheight.row .no-float {
    display: table-cell;
    float: none;
  }
  .fullheight.row .col-lg-4 {
    background: #efefef;
  }
}
.info-visible {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 45px;
}

/*
.info-visible .title{
    height: 46px;
    width: 80%;
}*/
.info-visible .title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
}

.info-visible .title, .info-visible .title .link {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
  /*margin-bottom: 0;*/
  color: #333;
  width: 94%;
  margin: 5px 0;
}

.info-visible .secondary-data, .info-visible .secondary-data .link {
  color: #555;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 2px;
}

.info-visible .format {
  color: #989898;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 3px;
}

.cta {
  position: absolute;
  bottom: 0;
  width: 90%;
}

.cta a {
  /*background-color: rgba(0, 66, 151, 1);*/
  background-color: #960018;
  color: white;
}

/*.cta a:hover, .cta a:focus {
    background-color: #30a5ff;
    color: white;
}*/
/*
.right-list li{
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    height:120px;
}
.right-list li img{
    max-width: 100px !important;
    width: auto !important;
    float: left;
    height: auto !important;
    margin: 0 !important;
    max-height: 100px !important;
    position: relative !important;



}
*/
li.book-item div {
  float: left;
  text-align: left;
  border-top: medium none;
  min-height: 10px !important;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

li.book-item h2 {
  text-align: left;
  border-bottom: medium none;
  color: #333333;
  font-size: 14px;
  margin: 0 0 2px 68px;
  padding: 0;
  text-transform: none;
  width: auto;
  position: relative;
  font-weight: bold;
}

li.book-item p.secondary-data {
  color: #666666;
  font-size: 12px;
  margin: 0 0 0 68px;
  padding: 0;
  text-align: left;
}

/* classifica */
#other-chart {
  overflow: hidden;
  float: left;
}

/* superanteprime */
.superanteprime {
  text-align: left;
  padding: 0;
}

.superanteprime .imageContainer img {
  max-height: 120px;
}

.superanteprime .single-box {
  margin-bottom: 30px;
  height: 250px !important;
}

/*


*/
.pattern {
  background: url(../img/pattern.png);
  height: 10px;
  margin: 0;
}

/* Footer */
.about-module {
  margin-bottom: 40px;
}

.ie9 .mask {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border-radius: 100%;
}

.about-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 20px auto;
  padding: 5px;
  border-radius: 100%;
}

.about-icon span {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
  font-size: 18px;
  line-height: 32px;
}

/* ----- */
footer {
  /*position: fixed;
  bottom: 0;*/
  background-color: #fff;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
  header {
    padding-top: 40px;
  }
}
.footer-buttons {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  margin: 0 !important;
}

.footer-buttons a {
  font-weight: bold;
  color: #960018;
}

.footer-distributed {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
  /*margin-top: 80px;*/
}

.footer-distributed .footer-left {
  text-align: center;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

/* Footer links */
.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 600px) {
  .footer-distributed .footer-left,
.footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
/* boxes carousel */
.carouselbox.vertical .carousel-inner {
  height: 100%;
  background-color: #333;
}

.carouselbox.vertical .carousel-inner:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  background: url("../../coming_soon/images/bg2.jpg") #000 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-position: 50% 0;*/
}

.carouselbox {
  position: relative;
  height: 230px !important;
}

.carouselbox.vertical .item {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  height: 100%;
}

.carouselbox h2 {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 2px 10px;
  margin-top: 0;
  text-align: right;
  width: 100%;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 18px;
}

.carouselbox .item p {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 10px;
  right: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 2px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
}

.carouselbox.vertical .active {
  top: 0;
  opacity: 1;
}

.carouselbox.vertical .next {
  /*top: 150px;*/
  opacity: 0;
}

.carouselbox.vertical .prev {
  /*top: -150px;*/
  opacity: 0;
}

.carouselbox.vertical .next.left,
.carouselbox.vertical .prev.right,
.carouselbox.vertical .active.left,
.carouselbox.vertical .active.right {
  /*top: 150px;*/
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carouselbox.vertical .item {
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.carouselbox.vertical .carousel-control {
  z-index: 10;
  padding-top: 20%;
  font-size: 50px;
}

.carouselbox .carousel-inner > .item > img {
  height: auto;
}

.boxModal {
  text-align: left;
}

.boxModal .modal-image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.boxModal p.modal-text {
  margin: 10px 0;
}

.boxModal a.modal-link {
  width: 100%;
  margin-top: 25px;
}

.boxModal .modal-header {
  background-color: #960018;
  color: white;
  border-bottom: none;
}

.boxModal .modal-header .close {
  text-shadow: none;
  color: white;
}

.boxModal .modal-body {
  background-color: white;
  color: #333;
  border-bottom: none;
}

.boxModal .modal-footer {
  background-color: #333;
  color: white;
  border-top: none;
  display: none; /* ho deciso di togliere il footer */
}

.boxModal .modal-footer a {
  color: #333;
  background-color: #e6e6e6;
}

/* news */
.featurette a, .featurette a:visited, .featurette a:hover {
  color: #5a5a5a;
  text-decoration: none;
}

.featurette div.image-div {
  padding-top: 20px;
}

/* editori */
.listaeditori h2 {
  text-align: center;
}

.listaeditori.simple h2 {
  text-align: left;
  min-height: 120px;
}

.listaeditori.simple ul {
  padding-top: 10px;
  border-top: solid thin #eee;
}

.editori {
  padding: 10px;
  max-width: 100%;
  margin: 0 auto;
  /*height: 500px;*/
  overflow: hidden;
  display: flex;
  flex-flow: row wrap; /* Shorthand – you could use ‘flex-direction: column’ and ‘flex-wrap: wrap’ instead */
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
}

.editore {
  height: auto;
  min-height: 90px;
  width: 23%;
  margin: 1%;
  padding: 10px;
}

.carousel-caption {
  padding-bottom: 0px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .carousel-caption {
    top: 80px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .carousel-caption {
    top: 80px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .carousel-caption {
    top: 90px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .carousel-caption {
    top: 100px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .carousel-caption {
    top: 100px;
  }
}
@media only screen and (max-width: 7200px) {
  .collapse_block {
    clear: both;
  }
}
.chisiamo .featurette-divider {
  margin-top: 0px;
}

/* Cookie banner */
.js-cookie-consent.hidden {
  display: none !important;
}

.js-cookie-consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  max-width: 600px;
  width: fit-content;
}

.js-cookie-consent .close_no_accept {
  color: #898989;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.5%; /* 14.85px */
  text-decoration-line: underline;
  text-align: right;
  cursor: pointer;
}

.js-cookie-consent .info_cookie {
  color: #3D3D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  margin-bottom: 7px;
  margin-top: 15px;
}

.js-cookie-consent .text_cookie {
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.5%; /* 14.85px */
  margin-bottom: 7px;
}

.js-cookie-consent .action_cookie {
  margin-top: 15px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}

.js-cookie-consent .action_cookie button {
  background-color: #960018;
  color: #FFF;
  /*
  border-radius: 5px;
  border-width: 0px;
  border-color: transparent;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 10px 20px;
  margin-right: 16px;
  */
}

.js-cookie-consent .footer_cookie {
  text-align: left;
  margin-top: 15px;
}

.js-cookie-consent .footer_cookie * {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.5%; /* 14.85px */
}

.js-cookie-consent .footer_cookie a {
  text-decoration-line: underline;
  color: #960018;
}

.page .header {
  background-color: #960018;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  color: #fff !important;
}
.page.cookie-policy .contentdiv {
  padding: 40px 0;
}
