/* Copyright Comune di Prato */ 
@import url(exo-font.css);
div.col-sm-1, div.col-sm-2, div.col-sm-3, div.col-sm-4, div.col-sm-12 {
/*	border: 1px solid red;
	min-height: 30px;
	height: 30px; */
}
body, table, div, ul {
	margin: 0 !important;
	padding: 0 !important; 
	font-family: 'Dosis', sans-serif;
} 
body {
	background-color: #00a19b !important;
}
.logo {
	margin-top: 0.5em;
}

div.container {
/*	max-width: 1280px; */
	margin: 0 auto !important; 
	font-size: 1.8em;
} 
footer {
	background-color: #006869;
	color: #fff;
	text-align: center;
	padding: 1em;
}
h1 {
	margin-bottom: 1em !important;
}
h2 {
	font-size: 130% !important;
	font-weight: bold;	
	color: #005858 !important;
}
ul.listagrande1 li {  
 	list-style-image: url('../../../common/gif/frecce/com_f1.gif'); 
}
.nav_social {
    color: #fff;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: right;
    display: block;
    vertical-align: middle !important;
    width: 90%;
    margin-left: 5% !important;    
} 
.nav_social span {
   color: #fff !important;
}
.nav_social_mobile {
    color: #fff;
    margin-top: 0.8em !important;
    text-align: right;
    display: block;
    vertical-align: middle !important;
}
form {
    width: 90%;
    margin-left: 5% !important;
}
h1 {
	font-size: 150% !important;
}
div#titolo-home {
	font-family: 'Exo', sans-serif;
	background-color: #006766;
	color: #fff;
	padding: 1em !important;
}

div#titolo-home h1 {
	font-size: 140% !important;
}
/*div#titolo-home h1 {
	font-size: 150% !important;
}*/

.pretitolo {
	display: none;
}
/* percorso usato nelle pagine interne */
#percorso {
	font-size: 80%;
	border-bottom: 1px solid #000;
	margin-bottom: 1em !important;
}
div#intro-home {
	background-color: #e5ddd0;
	color: #000;
	padding: 1em !important;
	border-radius: 0px 0px 20px 20px;
	text-align: center;
}
div#intro-home a:link, div#intro-home a:visited {
	color: #000;
	text-decoration: underline;
}
div#intro-home a:hover {
	background-color: #000;
	color: #fff;
}
div#intro-home-mobile {
	background-color: #006766;
	color: #fff;
	padding: 1em !important;
}

div#intro-home-mobile a:link, div#intro-home-mobile a:visited {
	color: #fff;
	text-decoration: underline;
}
div#intro-home-mobile a:hover, div#intro-home-mobile a:active {
	background-color: #fff;
	color: #006766;
}
div#fondo-home-mobile {
	background-color: #e5ddd0;
	color: #000;
	padding: 1em !important;
}
div#fondo-home-mobile a:link, div#fondo-home-desktop a:visited {
	color: #000;
	text-decoration: underline;
}
div#fondo-home-mobile a:hover, div#fondo-home-mobile a:active {
	background-color: #000;
	color: #fff;
}
div#fondo-home-desktop {
	padding: 2em 1em 2em 1em !important;
}
div#fondo-home-desktop a:link, div#fondo-home-desktop a:visited {
	color: #fff;
	text-decoration: underline;
}
div#fondo-home-desktop a:hover {
	background-color: #fff;
	color: #006766;
}
div#spaziatore img {
	max-height: 100%;
	width: 100%;
}

#scrollup{
   text-align:center; 
   position:fixed;
   bottom:25px;
   right:25px;
   cursor:pointer;
   display:none; 
   color: #fff !important;
}
div#scrollup a.btn-scrollup:link, #scrollup a.btn-scrollup:visited {
	color: #fff !important;
	border-radius: 50%;
	border: 1px solid #fff;
   background:#000;
   width: 50px;
   height: 50px;
}
#scrollup a.btn-scrollup:hover {
	color: #000 !important;
   background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
}
#scrollup span.noview {
	position: absolute;
	left: -9999px;
}

.footer {
	background-color: #8CC63E;
	color: #fff; 
	padding: 0.5em !important;
	text-align: center;
} 
.footer a#copy:link {
	color: #000 !important;
	background-color: #8CC63E !important;	
}
.footer a#copy:hover {
	color: #000 !important;
	background-color: #fff !important;
}
.footer a#copy:visited {
	color: #333 !important;
	background-color: #8CC63E !important;
}
.img-responsive {
	display: inline !important;
/*	width: 100%; */
} 
.intestazione {
	padding-right: 1em !important;
	padding-left: 1em !important;	
	background-color: #006869;
} 
/* usato per scorrere le immagini nelle scuole coinvolte nel progetto demos */
#myCarousel .item {
	height: 450px;
}
#myCarousel .fill{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.carousel-indicators {
	bottom: 0px !important;
}
/* usato per il carosello di immagini per il coronavirus */
.carosello-pedibus-coronavirus {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
bottom: 2em !important;
border-radius: 5px;
}
.carosello-pedibus-coronavirus a:link, .carosello-pedibus-coronavirus a:visited {
color: #fff !important;
}
.carosello-pedibus-coronavirus a:hover {
	background-color: #000;
	color: #fff;
}
/* due colonne scuole coinvolte progetto demos */
.personalizzata2 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.personalizzata2 .col-sm-6:first-child {
	padding-right: 1em !important;
}
.personalizzata2 .col-sm-6:last-child {
	border-left: 3px solid #00586C;
	padding-left: 1em !important;
}
.wrapper {
	background-color: #fff !important;
/*	padding: 0 0 530px 0 !important;*/
	margin: 0 !important;
	color: #000 !important;
	background: url(../../../media/1443_illustrazione.jpg);
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
/*	background-size: 100%;*/
	background-repeat: no-repeat;
	background-position: bottom;
/*	height: 100%;
	width: 100%; */

} 

/* wrapper per le pagine interne */
.wrapper-interno {
	background-color: #fff;
	color: #000;
	padding: 1em 2em 3em 2em !important;
}
.wrapper-interno a:link, .wrapper-interno a:visited, .wrapper-interno a:hover {
	text-decoration: underline !important;
}
.wrapper-interno a:hover {
	background-color: #000 !important;
	color: #fff !important;
}
.percorso {
	margin-top: 1em !important;
}
/* testata per le pagine interne */
#testata-interna {
	background-image: url('../../../media/1449_pums_head.jpg');
	background-repeat: no-repeat;
	height: 100px;
}
.evidenza {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a2d5db+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMmQ1ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #a2d5db 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#a2d5db 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#a2d5db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a2d5db',GradientType=0 ); /* IE6-8 */
border: 2px solid #006869;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 1em !important;
margin-left: 1em !important;
margin-bottom: 2em !important;
}
.evidenza a:link {
	text-decoration: underline;
}
.evidenza a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #525252;
}

.approfondimenti {
	margin-left: 1em !important;
	border-left: 10px solid #E5DDD0;
}
.approfondimenti {
	padding: 0.5em !important;
}
.approfondimenti h2 {
	color: #66635D !important;
}
.approfondimenti li {
	list-style-image: url('../../../media/1458_puntogrigio.gif'); 
	padding-bottom: 5px !important;
	padding-top: 5px !important;	
}
.approfondimenti a {
	text-decoration: underline;
}
/*punti di lista*/
ul {
	list-style-type: none;
	list-style-image: url('../../../media/1450_punto2.gif');
	padding-left: 1.5em !important;	
}

@media (max-width: 768px) {
 .evidenzacentro {
	border-left: none !important;
	border-right: none !important;	
	border-image: none !important;	
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
 }
} 
div.personalizzata1 {
	background-color: #006766;
	color: #fff;
} 
/* inizio css per barra menu */
span.nav-testo {
	font-size: 65% !important;
	color: #000 !important;
	margin: 2px -2px 0 0 !important;
	padding: 0 !important; 
	display: block;
	text-align: left;
}
.navbar, .navbar-inverse {
	border-radius: 0;
	border: none;
	margin-bottom: 0; 
	background-color: #006869 !important; 
}
.navbar h1 {
	margin-top: 0 !important;
}
.nav li {
	display: inline;
	color: #fff !important;
	margin-left: 1em !important; 
}

.nav li:first-child {
	margin-left: 0 !important; 
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff !important;
	font-weight: 600;
	padding: 15px 10px; 
}

.navbar-inverse .navbar-nav li a:hover {
	background-color: #00A19B !important;
	color: #000 !important;
	transition: 0.3s all linear;
} 
.navbar-toggle {
	float: left !important;
	margin-left: 1em !important;
	background-color: #fff !important;	
	color: #fff !important;
}   
@media (orientation: landscape) {
.navbar-toggle {
	margin-left: 1.8em !important;
}  
} 
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000 !important;	
} 
.navbar-brand {
	color: #fff !important;
	float: right !important;
	text-align: left !important;
} 
.navbar-brand:hover {
	color: #fff !important;
}  
h1.navbar-brand {
	font-size: 90% !important;
} 	
/* fine css per barra menu */ 
table#tabella-fasi {
	border-spacing: 5px;
} 
	