
/* SAMU */

div.col-sm-12.col-md-3.col-lg-3.list-sponsor::after {
    content: "";
    width: 1px;
    height: 50%;
    background: #cccccc;
    position: absolute;
    right: 0;
    top: 25%;
}

div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(4)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(8)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(12)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(16)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(20)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(24)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(28)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(32)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(36)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(40)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(44)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(48)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(52)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(56)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(60)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(64)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(68)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(72)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(76)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:nth-child(80)::after,
div.col-sm-12.col-md-3.col-lg-3.list-sponsor:last-child::after {
    display: none;
}

.fade.in {
    margin: 0;
	padding: 0 !important;
}

.sponsor_iconaweb, .sponsor_iconamail {
    margin: 5px;
    color: #ffffff;
    background: #beb0a6;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ac9e94;
}

a:hover i.sponsor_iconaweb, a:hover i.sponsor_iconamail {
    background: #c70f03;
    border: 1px solid #c70f03;
}

#slider_sponsor, #slider_evidenza, #slider_attivita {
    position: relative;
    height: 150px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	text-align: center;
}

#slider_sponsor .slide img, #slider_evidenza .slide img, #slider_attivita .slide img {
	width: 60%;
	height: auto;
}


@media screen and (max-width:766px) {
	#slider_sponsor .slide img, #slider_evidenza .slide img, #slider_attivita .slide img {
    width: 40%;
}
}

@media screen and (max-width:400px) {
	#slider_sponsor .slide img, #slider_evidenza .slide img, #slider_attivita .slide img {
    width: 60%;
}
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
	margin: 20px 0;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 2;
}
				
			

.social_articolo {
	margin-top:40px;
	border-top:2px dashed #beb0a6;
	padding-top: 20px;
}


a.nome-sponsor {
    background: #88bd23;
    text-align: center;
    padding: 5px;
	width: 100%;
	margin: 10px 0;
	display: block;
	color: #ffffff;
}

a.nome-sponsor:hover, a.nome-sponsor:focus, a.nome-sponsor:active, .list-sponsor:hover a.nome-sponsor {
    background: #649900;
	color: #ffffff;
}

div.immagine-sponsor img {
    max-width: 80%;
    margin: 10px auto;
}

div.immagine-sponsor {
    text-align: center;
    margin: 30px 0;
	min-height: 155px;
}

/*PROFESSIONAL*/

div.immagine-professional {
    text-align: center;
    margin: 10px 0 0 0;
	min-height: 113px;
	border-bottom: 3px solid #dedede;
    padding-bottom: 5px;
	position: relative;
}

div.nome-professional::before {
    background-color: #fff;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -3px;
    width: 6px;
	right: 50px;
}


div.nome-professional::after {
    background-color: #454545;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -3px;
    width: 50px;
	right: 0px;
}

div.nome-professional {
    padding: 5px 0;
	border-bottom: 3px solid #dedede;
    padding-bottom: 5px;
	position: relative;
	text-align: center;
}

div.nome-professional a {
    color:#454545 !important;
	text-decoration: none !important;
}

div.nome-professional a:hover {
    color:#df271b !important;
}

div.immagine-professional::before {
    background-color: #fff;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -3px;
    width: 6px;
	left: 50px;
}

div.immagine-professional::after {
    background-color: #454545;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -3px;
    width: 50px;
	left: 0px;
	transition: all 0.7s;
}

div.immagine-professional img {
    max-width: 55%;
    margin: 25px auto 0 auto;
}

div.immagine-professional:hover::after {
    height: 10px;
}

/*FORNITORI*/

div.descrizione-fornitore::before {
    background-color: #fff;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -3px;
    width: 6px;
	left: 50px;
}

div.descrizione-fornitore::after {
    background-color: #2567a0;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -3px;
    width: 50px;
	left: 0px;
	transition: all 0.7s;
}

div.list-sponsor:hover div.descrizione-fornitore::after {
    height: 10px;
}

div.descrizione-fornitore {
    margin: 0;
    border-bottom: 3px solid #dedede;
    padding-bottom: 5px;
    position: relative;
	min-height: 180px;
	font-size: 13px;
}

div.immagine-fornitore img {
    max-width: 50%;
    margin: 5px 0 0 0;
}

div.immagine-fornitore {
    text-align: left;
    min-height: 75px;
}


.sponsor-fornitori {
    position: absolute;
    width: 65px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 5px;
    top: 10px;
    right: 18px;
    border-radius: 3px;
	background: #ffffff;
	transition: all 0.7s;
}

div.list-sponsor:hover div.sponsor-fornitori {
	top: 15px;
	background: #f3f5f5;
}

.sponsor-fornitori img{
    max-width: 100%;
}


   

@media screen and (max-width:991px) {
	div.immagine-sponsor {
	min-height: 13px;
	}
}

.col-md-4.sponsor::after, .col-md-4.partner::after {
    background: #88bd23;
    height: 54%;
    width: 3px;
    z-index: 999;
    content: '';a
    position: absolute;
    top: 54%;
    right: 0px;
}

@media screen and (max-width:768px) {
.col-md-4.sponsor::after, .col-md-4.partner::after {
   display:none;
}	
}

.sponsor h1, .partner h1, .attivita2 h1 {
	text-align:center;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


.sponsor, .partner, .attivita2 {
	background: #ffffff;
	padding: 20px;
}

.sponsor .c-content-title-1 > .c-line-center, .partner .c-content-title-1 > .c-line-center, .attivita2 .c-content-title-1 > .c-line-center {
    width: 30px;
    height: 3px;
    background-color: #88bd23;
    margin: 0 auto 10px auto;
}

/*

.partner {
	border:5px solid #ffffff;
	background-image: url("../../img/content/backgrounds/partners.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 35px;
}

.attivita2 {
	border:5px solid #ffffff;
	background-image: url("../../img/content/backgrounds/attivita.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 35px;
	min-height: 275px;
	text-align: center;
}

*/




.sponsor .owl-controls, .partner .owl-controls, .attivita2 .owl-controls {
	display: none !important;
}

.sponsor .c-content-client-logos-slider-1 .item, .partner .c-content-client-logos-slider-1 .item, .attivita2 .c-content-client-logos-slider-1 .item {
	text-align: center;
	padding: 10px 0;
}

.sponsor .c-content-client-logos-slider-1 .item img, .partner .c-content-client-logos-slider-1 .item img,  .attivita2 .c-content-client-logos-slider-1 .item img {
	max-width: 190px;
	opacity: 1;
}

.sponsor .owl-theme:not(.owl-single):not(.owl-bordered), .partner .owl-theme:not(.owl-single):not(.owl-bordered), .attivita2 .owl-theme:not(.owl-single):not(.owl-bordered){
    margin-left: 0;
    width: 100%;
}


#A p, #B p, #C p, #D p, #E p, #F p, #G p, #H p, #I p, #J p, #K p, #L p, #M p, #N p, #O p, #P p, #Q p, #R p, #S p, #T p, #U p, #V p, #W p, #X p, #Y p, #Z p {
    text-align: justify;
	margin-bottom: 30px;
}

.c-bg-attivita {
	background-color: #f7f7f7 !important;
}

@media screen and (max-width:360px){
	
.smarthphone_bottone {
	padding: 5px !important;
	
}
	
.smarthphone_bottone i {
	color: #454545 !important;
	
}

	/*
.c-search-toggler-wrapper {display:none!important;}
	*/
.benvenuto {
	font-size: 17px !important;
}
	
}

.bottone_cerca {
	font-size: 14px;
	padding: 8px 11px;
}

.bottone_cerca i, .bottone_cerca i:hover {
	margin-right: 0px !important;
	font-size: 14px !important;
}

.bottone_cerca i {
	color:#454545 !important;
}

a.bottone_cerca, a.bottone_cerca:hover {
	color: #ffffff !important;
}



.bordo_sup{
border-top: 5px solid #d8d8d8;
margin-top: 0px;
}

#attivita-ifma {
	margin-bottom: -40px;
}

.testimonianze {
	width: 100%;
margin-bottom: 10px;
color: #ffffff;
font-size: 20px;
}

.cliente h3 {
    float: right;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}

.welcome {
    text-align: center;
    padding: 10px 10px;
    background-color: #e2e2e2;
}

.c-layout-header-fixed.c-page-on-scroll .welcome {display:none;}

.benvenuto {
	color: #606060;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px;
}

.benvenuto i {
	font-size: 8px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 10px;
}

.c-theme-bg2 {
    /*! background-color: #ffffff;
    background-image: url("../../img/content/backgrounds/bg_testimonianze.png"); 
    background-size: 130px; */
	background: #BEB0A6; /* For browsers that do not support gradients */
    /*! background: -webkit-linear-gradient(#E4D6CC, #A09288); /* For Safari 5.1 to 6.0 */
    /*! background: -o-linear-gradient(#E4D6CC, #A09288); /* For Opera 11.1 to 12.0 */
    /*! background: -moz-linear-gradient(#E4D6CC, #A09288); /* For Firefox 3.6 to 15 */
    /*! background: linear-gradient(#E4D6CC, #A09288); /* Standard syntax (must be last) */
}

.c-theme-bg2 .c-theme-bg.c-theme-darken {
    background: #000000 !important;
}

.cliente h3 span.c-name{
	text-transform: uppercase;
	color: #ffffff;
}

.descrizione, .cliente {
	width:100%;

}

.descrizione::before {
    content: '“';
    float: left;
    font-size: 70px;
    line-height: 60px;
    font-family: "Times";
}

.descrizione::after {
    content: '”';
    float: right;
    font-size: 70px;
    line-height: 60px;
    font-family: "Times";
	margin-top: -30px;

}
/*!

.virgolette1 {
    background-image: url("../../img/content/misc/virgolette1.png") !important;
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    background-position: center center;
    float: left;
}

.virgolette2 {
    background-image: url("../../img/content/misc/virgolette2.png") !important;
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    background-position: center center;
    float: right;
	top:-35px;
	position: relative;
}

*/

@media screen and (max-width:766px){

.col-sm-4.sezione_box {position: static !important;}
	
.c-content-accordion-1.c-theme .blu .panel > .panel-collapse > .panel-body,
.c-content-accordion-1.c-theme .rosso .panel > .panel-collapse > .panel-body,
.c-content-accordion-1.c-theme .verde .panel > .panel-collapse > .panel-body {
	margin-bottom:25px !important;;
}
	
}

@media screen and (max-width:520px){

.col-sm-4.sezione_box {position: relative !important;}
	
}

@media screen and (max-width:1168px){

.panel-group.verde .panel a.c-font-bold, .panel-group.rosso .panel a.c-font-bold, .panel-group.blu .panel a.c-font-bold {
	font-size: 25px !important;
}
	
}

@media screen and (max-width:990px){

.panel-group.verde .panel a.c-font-bold, .panel-group.rosso .panel a.c-font-bold, .panel-group.blu .panel a.c-font-bold {
	font-size: 35px !important;
}
	
}


/* -------- SEZIONE ADVANCE ATTIVITÃ€ ------*/


.panel-group.attivita .panel a.c-font-bold {
	background-image: url("../../img/content/misc/feedback_box_5.png") !important;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 73px;
	/*background-color: #A09288 !important;*/
	color: #ffffff !important;
	font-size: 20px;
	text-transform: uppercase;
	/*border: 2px solid #454545;*/
}

.panel-group.attivita .panel.professione a.c-font-bold {
	background-color: #0076b2 !important;
}

.panel-group.attivita .panel.confronto a.c-font-bold {
	background-color: #df271b !important;
}

.panel-group.attivita .panel.analisi a.c-font-bold {
	background-color: #88bd23 !important;
}

.panel-group.attivita .panel.comunicazione a.c-font-bold {
	background-color: #A09288 !important;
}

.panel-group.attivita .panel a i {
	font-size: 25px !important;
margin-right: 15px !important;
padding: 15px;
color: #ffffff;
}

.panel-group.attivita .panel .in {
	margin-right: 0px !important;
	width: 100%;
}


.c-content-accordion-1.c-theme .attivita .panel > .panel-collapse > .panel-body {
    background-color: #ffffff;
	padding: 40px 0px;
	background-size: cover;
	background-position: center center;
	min-height: 240px;
	color: #454545;
}

/* .c-content-accordion-1.c-theme .attivita .panel > .panel-collapse > .panel-body ul li a {
    color: #454545;
	background-color: rgba(0,0,0,0) !important;
	font-size: 17px !important;
}

.c-content-accordion-1.c-theme .attivita .panel > .panel-collapse > .panel-body ul li a:hover {
    color: #000000 !important;
}

.attivita .c-content-list-1.c-theme > li::before {
    background: #000000;
}



/* -------- SEZIONE ADVANCE ATTIVITÃ€ ----------  */



/* -------- SEZIONE ADVANCE NEWSLETTER ----------  */


.panel-group.newsletter .panel a.c-font-bold {
	background-color: #908278 !important;
	color: #ffffff !important;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
	font-weight: normal !important;
}

.panel-group.newsletter .panel a i {
	font-size: 30px !important;
}

.panel-group.newsletter .panel .in {
	margin-right: 0px !important;
	width: 100%;
}

#newsletter .panel-body {
    background: #fbfbfb;
	padding: 30px 0;
}





/* -------- SEZIONE ADVANCE NEWSLETTER ----------  */



/* -------- SEZIONE ADVANCE VERDE ----------  */


.panel-group.verde .panel a.c-font-bold {
	background-image: url("../../img/content/misc/feedback_box_4.png") !important; 
    background-repeat: no-repeat ;
    background-position: right bottom;
    background-size: 13%;
	background-color: #88bd23 !important;
	color: #ffffff !important;
	font-size: 35px;
	text-transform: uppercase;
}

.panel-group.verde .panel a i {
	font-size: 30px !important;
}

.panel-group.verde .panel .in {
	margin-right: 0px !important;
	width: 100%;
}


.c-content-accordion-1.c-theme .verde .panel > .panel-collapse > .panel-body {
    background-color: #619600;
	padding: 40px 10px 40px 50px;
	background-image: url("../../img/content/backgrounds/advance.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 240px;
}

.c-content-accordion-1.c-theme .verde .panel > .panel-collapse > .panel-body ul li a {
    color: #ffffff;
	background-color: rgba(0,0,0,0) !important;
	font-size: 17px !important;
}

.c-content-accordion-1.c-theme .verde .panel > .panel-collapse > .panel-body ul li a:hover {
    color: #BDF25C !important;
}

.verde .c-content-list-1.c-theme > li::before {
    background: #BDF25C;
}



/* -------- SEZIONE ADVANCE VERDE ----------  */

/* -------- SEZIONE CONNECT ROSSO ----------  */


.panel-group.rosso .panel a.c-font-bold {
	background-image: url("../../img/content/misc/feedback_box_4.png") !important; 
    background-repeat: no-repeat ;
    background-position: right bottom;
    background-size: 13%;
	background-color: #df271b !important;
	color: #ffffff !important;
	font-size: 35px;
	text-transform: uppercase;
}

.panel-group.rosso .panel a i {
	font-size: 30px !important;
}

.panel-group.rosso .panel .in {
	margin-right: 0px !important;
	width: 100%;
}


.c-content-accordion-1.c-theme .rosso .panel > .panel-collapse > .panel-body {
    background-color: #c20a00;
	padding: 40px 10px 40px 50px;
	background-image: url("../../img/content/backgrounds/connect.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 240px;
}

.c-content-accordion-1.c-theme .rosso .panel > .panel-collapse > .panel-body ul li a {
    color: #ffffff;
	background-color: rgba(0,0,0,0) !important;
	font-size: 17px !important;
}

.c-content-accordion-1.c-theme .rosso .panel > .panel-collapse > .panel-body ul li a:hover {
    color: #ff5d53 !important;
}

.rosso .c-content-list-1.c-theme > li::before {
    background: #ff5d53;
}



/* -------- FINE SEZIONE CONNECT ROSSO ----------  */



/* -------- SEZIONE LEARN BLU ----------  */

.panel-group.blu .panel a.c-font-bold {
	background-image: url("../../img/content/misc/feedback_box_4.png") !important; 
    background-repeat: no-repeat ;
    background-position: right bottom;
    background-size: 13%;
	background-color: #0076b2 !important;
	color: #ffffff !important;
	font-size: 35px;
	text-transform: uppercase;
}

.panel-group.blu .panel a i {
	font-size: 30px !important;
}

.panel-group.blu .panel .in {
	margin-right: 0px !important;
	width: 100%;
}


.c-content-accordion-1.c-theme .blu .panel > .panel-collapse > .panel-body {
    background-color: #005C8B;
	padding: 40px 10px 40px 50px;
	background-image: url("../../img/content/backgrounds/learnig.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 240px;
}

.c-content-accordion-1.c-theme .blu .panel > .panel-collapse > .panel-body ul li a {
    color: #ffffff;
	background-color: rgba(0,0,0,0) !important;
	font-size: 17px !important;
}

.c-content-accordion-1.c-theme .blu .panel > .panel-collapse > .panel-body ul li a:hover {
    color: #64daf8 !important;
}

.blu .c-content-list-1.c-theme > li::before {
    background: #64daf8;
}

/* -------- FINE SEZIONE LEARN BLU ----------  */

.c-content-box.interno p.link.sponsor-indirizzi a {
 	color: #ac9e94;
	font-weight: 500;
	text-decoration: none;
}

.c-content-box.interno p.link.sponsor-indirizzi a:hover, .c-content-box.interno p.link.sponsor-indirizzi a:focus, .c-content-box.interno p.link.sponsor-indirizzi a:active {
 	color: #c70f03;
}

.c-content-box.interno a {
 	color: #0076b2;
	font-weight: 500;
	text-decoration: underline;
}

.c-content-box.interno a:active, .c-content-box.interno a:hover, .c-content-box.interno a:focus {
  color: #00476C;
}

a font {
  color: #0076b2 !important;
	font-weight: 500;
	text-decoration: underline;
}
a font:active, a font:hover, a font:focus {
  color: #00476C !important;
}

.tag a {
	text-decoration: none !important;
}

/* FINE SAMU */

a {
  color: #3f444a;
}
a:active, a:hover, a:focus {
  color: #df271b;
}

.c-theme-link:focus, .c-theme-link:active, .c-theme-link:hover {
  color: #df271b !important;
}
.c-theme-link:focus > i, .c-theme-link:active > i, .c-theme-link:hover > i {
  color: #df271b !important;
}
.c-theme-link.c-active {
  color: #df271b !important;
}
.c-theme-link.c-active > i {
  color: #df271b !important;
}

.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) {
  color: #df271b !important;
}
.c-theme-nav li:focus > .c-quick-sidebar-toggler > .c-line, .c-theme-nav li:active > .c-quick-sidebar-toggler > .c-line, .c-theme-nav li:hover > .c-quick-sidebar-toggler > .c-line {
  background: #df271b !important;
}
.c-theme-nav li.c-active {
  color: #df271b !important;
}
.c-theme-nav li.c-active > a:not(.btn) {
  color: #df271b !important;
}
.c-theme-nav li.c-active > .c-quick-sidebar-toggler > .c-line {
  background: #df271b !important;
}
.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li:hover > a {
  color: #df271b !important;
}
.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li.active {
  border-bottom: 1px solid #df271b !important;
}
.c-theme-nav > li > .dropdown-menu.c-menu-type-mega > .nav.nav-tabs > li.active > a {
  color: #df271b !important;
}
.c-theme-nav.nav.nav-tabs > li:hover > a {
  color: #df271b !important;
}
.c-theme-nav.nav.nav-tabs > li.active {
  border-bottom: 1px solid #df271b !important;
}
.c-theme-nav.nav.nav-tabs > li.active > a {
  color: #df271b !important;
}

.c-theme-ul > li:focus > a:not(.btn), .c-theme-ul > li:active > a:not(.btn), .c-theme-ul > li:hover > a:not(.btn) {
  color: #df271b !important;
}
.c-theme-ul > li:focus > a:not(.btn) > i, .c-theme-ul > li:active > a:not(.btn) > i, .c-theme-ul > li:hover > a:not(.btn) > i {
  color: #df271b !important;
}
.c-theme-ul > li:focus > button > .c-line, .c-theme-ul > li:active > button > .c-line, .c-theme-ul > li:hover > button > .c-line {
  background: #df271b !important;
}
.c-theme-ul > li.active, .c-theme-ul > li.c-active {
  color: #df271b !important;
}
.c-theme-ul > li.active > a:not(.btn), .c-theme-ul > li.c-active > a:not(.btn) {
  color: #df271b !important;
}
.c-theme-ul > li.active > a:not(.btn) > i, .c-theme-ul > li.c-active > a:not(.btn) > i {
  color: #df271b !important;
}

.c-theme-ul-bg > li {
  color: #ffffff;
  background: #df271b !important;
}

.c-theme-font,
.c-theme-color {
  color: #df271b !important;
}
.c-theme-font > i,
.c-theme-color > i {
  color: #df271b !important;
}

.c-theme-bg {
  background: #df271b ;
}
.c-theme-bg.c-theme-darken {
  background: #26a1ab !important;
}

.c-theme-bg-after:after {
  background: #df271b !important;
}

.c-theme-bg-before:before {
  background: #df271b !important;
}

.c-theme-border-after:after {
  border-color: #df271b !important;
}

.c-theme-border-before:before {
  border-color: #df271b !important;
}

.c-theme-bg-on-hover:hover {
  background: #df271b !important;
}

.c-theme-border {
  border-color: #df271b;
}


.c-leggi-tutto a {
    font-size: 14px !important;
}

/*.c-overlay-object.img-responsive {
	display: block;
	height: 220px;
	margin: 0 auto;
	max-width: none;

} */


.c-media.c-content-overlay.news-home {
	width:100% !important;
	/*height:230px !important;*/
}

@media screen and (max-width:768px){
	
	.c-icon-1.blu, .c-icon-39.rosso, .c-icon-46.verde {
		width:50px;
		height:50px;
	}
	
	
	
}


@media screen and (max-width:667px){
	
	._blu {
		border-bottom: 4px solid;
	}
	._rosso {
		border-bottom: 4px solid;
	}
	._verde {
		border-bottom: 4px solid;
	}
	
	
}



._blu a:hover {
	color: #0076b2 !important;
}

._blu .c-content-list-1.c-theme > li::before {
    background: #0076b2 !important;
}

.c-theme-border._blu{
  border-color: #0076b2 !important;
}

._verde a:hover {
	color: #88bd23 !important;
}
._verde .c-content-list-1.c-theme > li::before {
    background: #88bd23 !important;
}

.c-theme-border._verde{
  border-color: #88bd23 !important;
}

.c-theme-on-hover:hover {
  color: #df271b !important;
}

.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover {
  background: #df271b !important;
}

.c-theme-border {
  border-color: #ac9e94;
}
.form-control {
height: 35px !important;
}
.input-group .input-group-btn > .btn {
	border-color: #ac9e94;
}

.c-content-iconlist-1.c-theme > li:hover i {
  color: #fff;
  background: #df271b;
}

.c-content-ver-nav .c-menu.c-theme > li:before {
  color: #df271b;
}
.c-content-ver-nav .c-menu.c-theme.c-arrow-dot > li:before {
  background: #df271b;
}

.c-content-pagination.c-theme > li:hover > a {
  border-color: #df271b;
  background: #df271b;
  color: #fff;
}
.c-content-pagination.c-theme > li:hover > a > i {
  color: #fff;
}
.c-content-pagination.c-theme > li.c-active > span,
.c-content-pagination.c-theme > li.c-active > a {
  border-color: #df271b;
  background: #df271b;
  color: #fff;
}
.c-content-pagination.c-theme > li.c-active > span > i,
.c-content-pagination.c-theme > li.c-active > a > i {
  color: #fff;
}

.c-theme-btn.btn {
  color: #ffffff !important;
  background: #3276b0 !important;
border-color: #0C508A !important;
text-decoration:none !important;
}
.c-theme-btn.btn.btn-no-focus:focus, .c-theme-btn.btn.btn-no-focus.focus {
  color: #ffffff !important;
  background: #beb0a6 !important;
border-color: #ac9e94 !important;
text-decoration:none !important;
}
.c-theme-btn.btn.btn-no-focus:hover, .c-theme-btn.btn:hover, .c-theme-btn.btn.btn-no-focus:active, .c-theme-btn.btn:active, .c-theme-btn.btn.active, .open > .c-theme-btn.btn.dropdown-toggle {
  color: #ffffff !important;
  background: #c70f03 !important;
  border-color: #c70f03 !important;
text-decoration:none !important;
}
.c-theme-btn.btn:active, .c-theme-btn.btn.active, .open > .c-theme-btn.btn.dropdown-toggle {
  background-image: none;
}
.c-theme-btn.btn.disabled, .c-theme-btn.btn.disabled:hover, .c-theme-btn.btn.disabled:not(.btn-no-focus):focus, .c-theme-btn.btn.disabled:not(.btn-no-focus).focus, .c-theme-btn.btn.disabled:active, .c-theme-btn.btn.disabled.active, .c-theme-btn.btn[disabled], .c-theme-btn.btn[disabled]:hover, .c-theme-btn.btn[disabled]:not(.btn-no-focus):focus, .c-theme-btn.btn[disabled]:not(.btn-no-focus).focus, .c-theme-btn.btn[disabled]:active, .c-theme-btn.btn[disabled].active, fieldset[disabled] .c-theme-btn.btn, fieldset[disabled] .c-theme-btn.btn:hover, fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus):focus, fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus).focus, fieldset[disabled] .c-theme-btn.btn:active, fieldset[disabled] .c-theme-btn.btn.active {
  background: #df271b;
  border-color: #df271b;
}
.c-theme-btn.btn .badge {
  color: #df271b;
  background: #ffffff;
}
.c-theme-btn.c-btn-border-1x {
  border-color: #df271b;
  border-width: 1px;
  color: #df271b;
  background: none;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-1x.btn-no-focus:focus, .c-theme-btn.c-btn-border-1x.btn-no-focus.focus {
  color: #df271b;
  background: none;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-1x.btn-no-focus:hover, .c-theme-btn.c-btn-border-1x:hover, .c-theme-btn.c-btn-border-1x.btn-no-focus:active, .c-theme-btn.c-btn-border-1x:active, .c-theme-btn.c-btn-border-1x.active, .open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
  color: #ffffff;
  background: #df271b;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-1x:active, .c-theme-btn.c-btn-border-1x.active, .open > .c-theme-btn.c-btn-border-1x.dropdown-toggle {
  background-image: none;
}
.c-theme-btn.c-btn-border-1x.disabled, .c-theme-btn.c-btn-border-1x.disabled:hover, .c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-1x.disabled:active, .c-theme-btn.c-btn-border-1x.disabled.active, .c-theme-btn.c-btn-border-1x[disabled], .c-theme-btn.c-btn-border-1x[disabled]:hover, .c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-1x[disabled]:active, .c-theme-btn.c-btn-border-1x[disabled].active, fieldset[disabled] .c-theme-btn.c-btn-border-1x, fieldset[disabled] .c-theme-btn.c-btn-border-1x:hover, fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus):focus, fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus).focus, fieldset[disabled] .c-theme-btn.c-btn-border-1x:active, fieldset[disabled] .c-theme-btn.c-btn-border-1x.active {
  background: none;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-1x .badge {
  color: none;
  background: #df271b;
}
.c-theme-btn.c-btn-border-2x {
  border-color: #df271b;
  border-width: 2px;
  color: #df271b;
  background: none;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-2x.btn-no-focus:focus, .c-theme-btn.c-btn-border-2x.btn-no-focus.focus {
  color: #df271b;
  background: none;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-2x.btn-no-focus:hover, .c-theme-btn.c-btn-border-2x:hover, .c-theme-btn.c-btn-border-2x.btn-no-focus:active, .c-theme-btn.c-btn-border-2x:active, .c-theme-btn.c-btn-border-2x.active, .open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
  color: #ffffff;
  background: #df271b;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-2x:active, .c-theme-btn.c-btn-border-2x.active, .open > .c-theme-btn.c-btn-border-2x.dropdown-toggle {
  background-image: none;
}
.c-theme-btn.c-btn-border-2x.disabled, .c-theme-btn.c-btn-border-2x.disabled:hover, .c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-2x.disabled:active, .c-theme-btn.c-btn-border-2x.disabled.active, .c-theme-btn.c-btn-border-2x[disabled], .c-theme-btn.c-btn-border-2x[disabled]:hover, .c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus):focus, .c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus).focus, .c-theme-btn.c-btn-border-2x[disabled]:active, .c-theme-btn.c-btn-border-2x[disabled].active, fieldset[disabled] .c-theme-btn.c-btn-border-2x, fieldset[disabled] .c-theme-btn.c-btn-border-2x:hover, fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus):focus, fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus).focus, fieldset[disabled] .c-theme-btn.c-btn-border-2x:active, fieldset[disabled] .c-theme-btn.c-btn-border-2x.active {
  background: none;
  border-color: #df271b;
}
.c-theme-btn.c-btn-border-2x .badge {
  color: none;
  background: #df271b;
}

.c-theme.form-control:focus, .c-theme.form-control:active, .c-theme.form-control.active {
  border-color: #df271b !important;
}

.c-content-line-icon.c-theme {
  background-image: url(../../img/content/line-icons/default.png);
}

.c-content-list-1.c-theme.c-separator-dot > li:before,
.c-content-list-1.c-theme > li:before {
  background: #df271b;
}

.c-content-tab-1.c-theme .nav > li:hover > a, .c-content-tab-1.c-theme .nav > li:focus > a, .c-content-tab-1.c-theme .nav > li:active > a, .c-content-tab-1.c-theme .nav > li.active > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:hover > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:focus > a,
.c-content-tab-1.c-theme .nav.nav-justified > li:active > a,
.c-content-tab-1.c-theme .nav.nav-justified > li.active > a {
  border-bottom-color: #df271b;
}

.c-content-tab-2.c-theme > ul > li.active > a > .c-title, .c-content-tab-2.c-theme > ul > li:hover > a > .c-title {
  color: #df271b;
}
.c-content-tab-2.c-theme > ul > li.active > a > .c-content-line-icon, .c-content-tab-2.c-theme > ul > li:hover > a > .c-content-line-icon {
  background-image: url(../../img/content/line-icons/default.png);
}

.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a {
  background-color: #df271b;
}
.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed {
  background-color: #ffffff;
}
.c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:hover, .c-content-accordion-1.c-theme .panel > .panel-heading > .panel-title > a.collapsed:focus {
  background-color: #df271b;
}
.c-content-accordion-1.c-theme .panel > .panel-collapse > .panel-body {
  background-color: #df271b;
}

.owl-carousel.c-theme .owl-pagination .owl-page span {
  background: #e1e1e1;
}
.owl-carousel.c-theme .owl-pagination .owl-page.active span {
  background: #df271b;
}

.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #df271b;
}
.cbp-l-filters-button .cbp-filter-counter:before,
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
  border-top: 4px solid #df271b;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #df271b;
}
.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #df271b;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:before,
.cbp-l-filters-text .cbp-filter-counter:before {
  border-top: 4px solid #df271b;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #df271b;
}

.cbp-l-project-desc-title:before,
.cbp-l-project-details-title:before {
  background: #df271b;
}

.tp-bullets.round.c-theme .bullet {
  margin-right: 5px;
}
.tp-bullets.round.c-theme .bullet.selected {
  background: #df271b;
}

.tp-banner-container.c-theme .tparrows.circle {
  background-image: url(../../img/content/line-icons/default.png);
}

