/*
 * Title:   PON Mariano
 * Author:  Paolo Buttignon
 */


/*** SEZIONE HP ***/
.bg-cerchi-hp {
    background-image: url("../images/backgrounds/cerchi-hp.jpg");
}


/*** SEZIONE FOOTER ***/
/* setta freccia per back-to-top */
#footer .back-to-top:before {
  background-image: url(../images/up.png) !important;
}

#footer .back-to-top:hover:before {
  background-image: url(../images/up.png) !important;
}


/*** SEZIONE SEDI ***/
.page-title-container.sedi {
    background: url("../images/backgrounds/sedi.jpg") no-repeat;
}

.cont-tipo-scuola {
    background:#fff !important;
    border:1px solid #d4dde5 !important;
    color:#ff6600 !important;
}


/*** SEZIONE DOCUMENTI ***/
.page-title-container.documenti {
    background: url("../images/backgrounds/documenti.jpg") no-repeat;
}

.single-document p {
	margin-bottom:3px !important;
}

.tit-sez-documenti {
    display: inline-block;
    line-height: 1em;
    margin-top: -0.6em;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    font-weight: 300;
}

/*** SEZIONE GALLERY ***/
.page-title-container.gallery {
    background: url("../images/backgrounds/gallery.jpg") no-repeat;
}

.item-gallery-custom {
    border:2px solid #ffffff !important;
}

.title-photo-hover {
    height:auto !important;
    padding:15px 0px !important;
    color:#1b4268 !important;
}

/*** SEZIONE NEWS ***/
.page-title-container.news {
    background: url("../images/backgrounds/news.jpg") no-repeat;
}

/*** SEZIONE CONTATTI ***/
.page-title-container.contatti {
    background: url("../images/backgrounds/contatti.jpg") no-repeat;
}

.soap-google-map {
    height: 420px !important;
    margin-bottom:50px;
}

/* contenitore errori di validazione form contatti */
.validation-err-container {
    background:#f95b40;
    padding:10px 10px 10px 10px;
    margin-bottom:15px;
    color:#fff;
}

.validation-err-container h3 {
    color:#fff;
}

.validation-err-container ul li {
    color:#fff;
}

/* contenitore corretto invio contatti */
.validation-ok-container {
    background:#ff7d26;
    padding:15px;
    margin-bottom:15px;
    color:#fff;
    border-radius: 10px;
}

.validation-ok-container h3 {
    color:#fff;
    font-weight: 600;
    margin-bottom:0px;
    font-size:12px;
    text-transform: uppercase;
}




