@charset "utf-8";



body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.7;
	background-color: #FFFFFF;
}



.bg-colore {
    background-color: #188AF9;
}

.tx-colore {
    color: #00B336;
}


.f-bianco { color: white!important; }


.container{
	/*max-width: 1024Px;*/
	}




.carattere { font-family: 'Ubuntu', sans-serif; }

.carattere16 { font-size: 16Px; }



/*a, p, h1, h2, h3, h4, img{
	margin: 0px;
	padding: 0px;
}*/

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.stop{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* --- LETTURA i --- */

.dida2{
    font-style: italic;
    font-weight: normal;
    color: #666666;
    font-size: 11px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    background-color: #F9CDD0;
    display: block;
    padding: 5px;
    text-align: center;
}


.dida{
    font-style: italic;
    font-weight: normal;
    color: white;
    font-size: 13px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #B4B4B4;
    border-radius: .25em;
}



.all-centro{
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    1background-color: #F5F6F6;
     background: linear-gradient(to right, white , rgb(230,232,232) , white);
  }


.all-centro object{
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}



.all-sinistra{
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.all-destra{
    display: block;
    float: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}






/* --- LETTURA f --- */







/* ------------------------------------------------------------------ */


.rosso{
	background-color: #E20513;
}


th {
	background-color: #ECECEC;
}

.tx-bianco {
	color: #FFFFFF;
}


.titolo {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    font-family: 'Ubuntu', sans-serif;
    background: url(bg_bandiera.jpg); background-size: cover; background-position: center center;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;

}



.titolo a { color: white; font-size: 13px; }


.breadcrumb {
     background: url(bg_bandiera.jpg); background-size: cover; background-position: center center;
     font-family: 'Ubuntu', sans-serif;
     font-size: 22Px;

}

.breadcrumb .breadcrumb-item { color: white;  }

.breadcrumb .breadcrumb-item  a{ color: white; font-weight: bold; }




.sopra20{
    margin-top: 20Px;

}
.sotto20{
    margin-bottom: 20Px;

}

.sotto40{
    margin-bottom: 40Px;

}



.sopra40{
    margin-top: 40Px;

}




.img-video { position: relative; }
.img-video .play {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    width: 50%;
}




.btn-primary {
    background-color: #1FD6FF;
    border-color: #1FD6FF;
}



















/* --------------------------------------- */


.bg-rosso {
  background-color: rgba(226, 5, 19, 1) !important;
}

a.bg-rosso:focus, a.bg-rosso:hover {
  background-color: #dae0e5 !important;
}







.featured-posts .image {
    max-height: 200px;
    width: auto;
    overflow: hidden;
    padding: 0;
}
.featured-posts .image {
    max-height: 200px;
    width: auto;
    overflow: hidden;
    padding: 0;
}

.featured-posts .text-inner {
    padding: 70px 30px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.featured-posts .text-inner {
    padding: 70px 30px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.featured-posts .post-header {
    margin-bottom: 10px;
}

.featured-posts .post-header {
    margin-bottom: 10px;
}








    .calendario {
        display: block;
        margin-bottom: 10Px;
        padding: 0px;
        display: table;
    }

    .calendario:hover {
        text-decoration: none;

            text-decoration: none;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );

    }


    .calendariodata {
        padding: 0px;
        display: table-cell;
        width: 70px;
    }
    .calendariotitolo {
        display: table-cell;
        font-size: 22Px;
        line-height: 26Px;
        color: #333;
        font-family: 'Ubuntu', sans-serif;
    }

    .calendariogiorno {
        color: white;
        background-color: #188AF9;
        display: block;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30Px;
    }

    .calendariogiorno strong {
        color: #FFF;
        background-color: #3C3733;
        display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 14Px;
    }


.post-header .h4 { font-family: 'Ubuntu', sans-serif; }



.post-footer .date {

    font-weight: bold;
}












.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 16Px;
}
.navbar-rosso .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 12Px;
}


.fc-event, .fc-event-dot {
    background-color: rgb(59, 89, 152)!important;
}




.carousel-caption {

    right: 0;
    bottom: 0px!important;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(1,1,1,0.7);
}


.card-img {

    border-radius: calc(0px - 0px)!important;
}



.card-header {
    padding: 0.1rem 1.25rem;
    margin-bottom: 0;
    /*background-color: #007bff;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: white;
    font-family: 'Ubuntu', sans-serif;
}





.testo h2 { margin-top: 20Px; }

.testo img { max-width: 100%; }

