/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  body {
    padding-top: 140px;
  }
}

.bg-pinkstudy {
  background-color: #fff !important;
}

.pink-leaflet-title{
  margin-top: 2rem;
  text-align: center;
}

.pink-leaflet-text{
  text-align: justify;
  text-justify: inter-word;
}

.card-body{
  text-align: center;
}

p {
  margin-bottom: .5rem;
}

.card-footer {
  background-color: rgba(197,175,152,.3) !important;
}

.centri-panel-heading {
  color: #fff;
  background-color: #d1738d;
  border-color: #d1738d;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid;
  box-sizing: border-box;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}

.centri-panel-primary{
  border-color: #9d9473;
  margin-bottom: 20px;
  background-color: #fff;
  border:solid 3px #d1738d;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  box-sizing: border-box;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.centri-panel-body{
  padding: 15px;
  box-sizing: border-box;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  width: 380px;
  height: 200px;
}

.centri-panel-body img{
  max-height: 170px;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}

.panel-footer {
  margin-left: 10px;
  margin-bottom: 10px;
}

.bg-dark {
    background-color: #9d9473 !important;
}

.centri-panel-heading  a{
    color: #eee;
    text-decoration: none;
}

.centri-panel-heading  a:hover {
    color: #fff;
    text-decoration: none;
}

.pink-titolo-content{
  padding-left: 5px;
  margin-bottom: 20px;
}

.pink-dimmed{
    opacity: 0.3;
}

.nessun-contenuto{
  text-align: center;
}

div .accesso{
  text-align: center;
}

.pink-navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.pink-navbar > .container, .pink-navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
}

.pink-login {
    border:solid 3px #d1738d;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-top: 70px;
    margin-left: 185px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 115%;
    font-weight: lighter;
    padding-right: 25px;
    padding-left: 25px;
}

.pink-login a:hover {
    color: #000;
    text-decoration: none;
}

.pink-login a{
    color: #000;
}


.pink-barra-menu{
  max-width: 866px;
  border:solid 3px #d1738d;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: #d1738d;
  color: #FFF;
  text-align: center;
  margin-left: 17px;
}

.pink-voce-menu a:hover {
    color: #FFF;
    text-decoration: none;
}

.pink-voce-menu a{
    color: #FFF;
}

.pink-voce-menu a.selected{
    color: #000;
}

.pink-voce-menu{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 115%;
    font-weight: lighter;
}

.pink-raccontaci a{
    color: #FFF;
}

.pink-raccontaci a.selected{
    color: #000;
}

.pink-raccontaci{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 150%;
    font-weight: lighter;
}

.raccontaci-shadow{
    text-shadow: 2px 2px #FFFFFF;
}

.main-raccontaci{
    position: relative;
}

.main-raccontaci:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/static/img/sfondo_volontarie.jpg);
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}

.pink-separatore-menu{
    padding-right: 10px;
    padding-left: 10px;
}

.pink-text-title{
    color: #d1738d;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pink-text-normal{
  text-align: justify;
}

.pink-text-large{
  text-align: justify;
  font-size: 150%;
}

.pink-domanda{
  color: #d1738d;
}

/* https://stackoverflow.com/questions/10387740/five-equal-columns-in-twitter-bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* pagination */
.endless_page_current {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-left: 17px;
}
.endless_page_link {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    max-width: 866px;
    border:solid 3px #d1738d;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #d1738d;
    color: #FFF;
    text-align: center;
    padding: 5px;
    margin-left: 17px;
}

.storia-data{
    margin: 0;
    font-size: 12px;
    font-style: italic;
}

.storia-nome{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

/* https://codepen.io/Idered/pen/AeBgF */
.read-more-state {
  display: none;
}

.read-more-wrap {
    text-align: justify;
    text-justify: inter-word;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Leggi tutto';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Chiudi';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}