@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: #E20513;
}

.tx-colore {
    color: #00B336;
}


.f-bianco { color: white!important; }


.container{
	/*max-width: 1024Px;*/
	}





.carattere { font-family: 'Ubuntu', sans-serif; }

.carattere16 { font-size: 15Px; }



/*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 --- */

.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;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
}

.all-centro img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.all-centro br{
    height: 1px;
}


.all-centro object{
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


.all-sinistra{
    display: block;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.all-destra{
    display: block;
    float: right;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
}


.testo img {

    display: block;
    max-width: 100%;
}






/* ------------------------------------------------------------------ */


.rosso{
	background-color: #E20513;
}




th {
	background-color: #ECECEC;
}

.tx-bianco {
	color: #FFFFFF !important;
}


.titolo {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    font-family: 'Ubuntu', sans-serif;
}



.titolo a { color: white; font-size: 13px; }


.sopra20{
    margin-top: 20Px;

}
.sotto20{
    margin-bottom: 20Px;

}


.sopra40{
    margin-top: 40Px;

}




.img-video { position: relative; }
.img-video .play {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    width: 50%;
}




.btn-primary1 {
    background-color: #474747;
    border-color: #474747;
    color: #F29100;
}





.grande14 {
    font-size: 20Px;
     white-space: nowrap;
     overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}













/* --------------------------------------- */


.bg-rosso {
  background-color: #E20513 !important;
}

a.bg-rosso:focus, a.bg-rosso:hover {
  background-color: #dae0e5 !important;
}



.fa-asterisk { color: red; }

form222 { width: 100%; }


.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-img2 {

    border-radius: calc(0px - 0px)!important;
}




.card-header {
    padding: 0.1rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: white;
    font-family: 'Ubuntu', sans-serif;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #474747;
    border-color: #474747;
}
