body {
  padding-top: 54px;
}
.red{
	color: red !important;
}
#voto-form{
	width:100%;
}
#msg-container{
	display: none;
}
.has-error span {
    color: red;
    font-weight: normal;
}
.has-error span:before {
    content:'\A';
    white-space: pre;
    clear: both;
}
i.fa-download{
	cursor: pointer;
}
span.vota-ora{
	cursor: pointer;
	color: #ac1d22; 
	font-weight: bold;
}

a { color: #FC0;  }
a:hover { color: #fb992e; text-decoration:none; }


.carousel-item {padding-top:20px;}

.radio-reg {
    padding: 18px 28px;
    border: solid 1px #ccc;
    max-width: 90px;
    float: left;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-right: 5px;
}
.check-reg {
    padding: 18px 28px;
    border: solid 1px #ccc;
    float: left;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-right: 5px;
	height: fit-content;
}

.accordion-toggle {
	cursor: pointer;
	margin: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #9c1637;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ac1d22;
}
.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

#accordion {
	width: 100%
}
.error {
    color: #ac1d22;
    font-weight: 900;
}
.loader{position: fixed;
   width: 100%;
   height: 100%;
   background-color: rgba(255,255,255,0.6);
   z-index: 999999;
   background-image: url(../images/load.gif);
   background-repeat: no-repeat;
   background-position: center center;
   display:none;
}

.taglio-don .control_indicator {
      position: absolute;
    top: 0px;
    left: 25%;
    height: 30px;
    width: 31px;
    background: #ffffff;
    border: 2px solid #ac1d22;
}
.taglio-don {color: #ac1d22;
    font-weight: 900;}


.taglio-don li{	
	background: #efefef;
    padding: 20px;}
	
	
.taglio-don li.a-imp {
    margin-top: 20px;
    width: 98%;
    padding: 20px 20px 0px;
}

.taglio-don  li.a-imp .control_indicator {left:0;}

.taglio-don  li.a-imp .form-control {
    display: block;
    width: calc(100% -50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ac1d22;
    border-radius: 0px;
    margin-bottom: 0px;
    height: 40px !important;
    position: relative;
    top: -20px;
	left:50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
  .has-error span {
    color: red;
    font-weight: bold;
    float: right;
    font-size: small;
    position: absolute;
    top: 13px;
    left: 27px;
    width: 100%;
}
}


hr {background: #d0af16; }
	  .carousel-caption {
        position: relative; 
        right:0;
        bottom: 20px;
        left:0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
     }
    .d-none {
        display: block!important;
    }

section {padding: 50px 0 !important;}
section p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 5px;
        margin-bottom: 5px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .bg-dark {
        background-color: #e2e2e2!important;
    }
    .navbar-dark .navbar-brand {
        color: #40a19a;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgb(172, 29, 34);
    }
    .navbar-dark .navbar-nav .nav-link:hover {
           color: #9c1760 !important;
    }

    .btn-primary {
        color: #fff;
        background-color: #9c1737;
        border-color: #9c1737;
    }
    .btn-primary:hover {
        color: #fff;
        background-color: #751129;
        border-color: #751129;
    }

    .btn-secondary {
        color: #fff;
        background-color: #d0af16;
        border-color: #d0af16;
    }
    .btn-secondary:hover {
        color: #fff;
        background-color: #b29614;
        border-color: #b29614;
    }

    .carousel-caption a {
        color: #ffd200;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    .carousel-caption  .card-container {

        max-width:400px;
        margin: 0 auto;
    }

    h3{color: #ac1d22;}
        
    .home p, .home label, .home a{color: #000;} 
	
	.backred{ background-color:#ac1d22;
	          background-image:url(../images/bkgred.jpg);
			  background-position:left top;
			  background-repeat:no-repeat;
			  background-size:contain; padding-bottom:70px;}
			         
     .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    color: #ac1d21;
}  
.backdark, .backdark .h1, .backdark .h2, .backdark .h3, .backdark .h4, .backdark .h5, .backdark .h6, .backdark h1, .backdark h2, .backdark h3, .backdark h4, .backdark h5, .backdark h6 {
    color: #fff;
}  
	  
.card {
	
    border: 1px solid rgb(172, 29, 33);
	text-align:center;

}  
.card p {font-size: 1.2rem;
    line-height: 1.4rem;}
	  
	.backred .card {
    border: 0px solid rgb(172, 29, 33);
	
    background-color:initial;
  
}
    .backred .card .text-back {
    
    margin: 0 auto;
    font-size: larger;
    line-height: normal;
}
    .backred .card h3, .backred .card h2 {
       float: left;
    padding-right: 10px;
    font-size: 4rem;
    margin-top: -15px;
}
 
  .backred .card .text-back p {
 font-size: 1.5rem;
    line-height: 1.5rem;
  }
  
  
  .backimg { 
   			 background-image:url(../images/img-section2.jpg);
			 background-position:right bottom;
			 background-repeat:no-repeat;
			 background-size:cover; padding-bottom:70px; 
			 
			}
 .backimg h2, .backimg h1, .backimg h3 {
    font-weight: 300;
    font-size: 2.3rem;
}
   .backimg h2 strong,  .backimg h1 strong,  .backimg h3 strong { font-weight:900;} 
   
   .footernav {
   margin: 0 auto;
    text-align:center;
   }
	   
	  .footernav a{ color:#ac1d21; font-weight:900;}
	  .extrafooter { padding:10px; background-color:#CCC;}
	  
	 footer {border-top: #b51408 3px solid;}
	 .p-5 {
    padding: 1rem!important;
}
.step {margin-bottom:40px;}
.step .item { background:#eaeaea; height:90px; padding-left:52px;} 
.item:first-child:before {
    width: 0px !important;
}
.item:last-child:after {
    width: 0px !important;
	height: 0px !important;
}

.step .item:hover {
    background: #eaeaea;
    height: 90px;
    padding-left: 52px;
    background: #e8c44b;
    background: -moz-linear-gradient(left, #e8c44b 0%, #eaeaea 70%);
    background: -webkit-linear-gradient(left, #e8c44b 0%,#eaeaea 70%);
    background: linear-gradient(to right, #e8c44b 0%,#eaeaea 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c44b', endColorstr='#eaeaea',GradientType=1 );
}

form h3 {border-bottom:#C00 solid 1px; padding-bottom:20px;}
.buttsubmit {
    padding: 30px;
    background: white;
    background: #fef6ce;
    background: -moz-linear-gradient(top, #fef6ce 0%, #efe6be 71%);
     background: -webkit-linear-gradient(top, #fef6ce 0%,#efe6be 71%); 
     background: linear-gradient(to bottom, #fef6ce 0%,#efe6be 71%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6ce', endColorstr='#efe6be',GradientType=0 );
    border-bottom: #ac1d22 solid 1px;
    /* border-left: #ac1d22 solid 1px; */
    /* border-right: #ac1d22 solid 1px; */
}

.step .item::after {
    content: "";
    border: solid #fdf7d0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 64px;
    width: 64px;
    background: #eaeaea;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: -32px;
    z-index: 1;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1rem;
}

.step .item h2 {color:#666; font-weight:900;}
.step .corrente { background:#ac1d22; height: 90px; color:#FFF; }
.step .corrente:hover { background:#ac1d22 !important; height: 90px; color:#FFF; }
.step .corrente h2 {color:#FFF; }
.step .corrente::after {
    content: "";
    border: solid #fdf7d0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 64px;
    width: 64px;
    background: #ac1d22;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: -32px;
    z-index: 1;
}
.step .corrente::before {
    content: "";
    border: solid #fdf7d0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 64px;
    width: 64px;
    background: #eaeaea;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    left: -32px;
    z-index: 1;
}


	  
	  /*----------------------checkbox-----------------------------*/
	  
 .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 11px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 18px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    width: 31px;
    background: #ffffff;
    border: 1px solid #fdfdfd;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 1;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 1px;
    width: 9px;
    height: 20px;
    border: solid #8d0a0d;
    border-width: 0 6px 6px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
      .titolo-voto  a:visited{ color:#FC0 !important; }
	  .titolo-voto  a { color:#FC0 !important; text-decoration:none;  }
	  .titolo-voto  a:hover{ color:#Fff !important; }
	
	  .titolo-voto fas { color:#FC0; } 
	   .titolo-voto { font-size:x-large;}
	  
	  
	  /*-----------------------------------------------------------*/
	  
.voto-row {width:100%;}	  
 .voto-row li.list-group-item {
    border: 0px;
    border-top: 2px solid;
	background-color: initial;
}	  
	 .voto-row li.list-group-item:last-child {
    border-bottom: 2px solid;
	
}	    
	  
	  
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #a90d11;
    COLOR: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    -webkit-box-shadow: -1px 0px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 13px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 13px -2px rgba(0,0,0,0.75);
}	  
	  
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: none;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}  
	  
	  .btn-danger {
    color: #3a0000;
    background-color: #fccc01;
    border-color: #dd7c21;
}
	 .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.5rem;
    border-top:0px solid #e9ecef;
} 
	.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fccc01;
    text-shadow: 0 1px 3px #000;
    opacity: 1;
}  
	  
	 .modal-dialog h4 { color:#fff;}
	 .modal-dialog h4 {text-transform: uppercase;} 
	
	  .datavoto {     color: #fccc01;
    font-size: large;
    font-weight: 800;}
	  
	  .descrizione-voto p {font-size: large;}
	  
	  #desc-scheda{ color:#FC0;}
	   
	  #desc-scheda span {
    font-size: x-large;
    font-weight: 700;
    top: 30px;
    position: absolute;
	left: 55px;
	
	 
}

	  
	  .valida-voto {width:auto; margin:0 auto;}
	  .valida-voto p { font-weight:300; font-size:inherit; text-transform:uppercase;}
	  .valida-voto .btn { font-size:2.5rem; -webkit-box-shadow: -1px 0px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 13px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 13px -2px rgba(0,0,0,0.75);
}
	  .bry {border-top: solid 2px #FFCC00; padding-top:50px; }
	  
	 .orologio {
    border: #FFC107 1px solid;
    font-size: x-large;
    color: #fccc01;
    padding: 10px;
}
.votanti strong {font-size: 1.5rem;} 
	
	.orologio .ora { font-weight:900; }  
	
	#accordion h4, #accordion h3 {
		max-width: 1100px;
		margin: 0 auto;
		padding: 20px;
		padding-right: 70px;
		border-bottom: #8e8e8e solid 1px;
		text-transform:uppercase;

}
.accordion-content {display:none;}
.num-voti {font-size: 1.9rem;
    font-weight: 900;}
	
	
	.profilo .txt{
    min-height: 110px;	}
	
	
	
.graph-cont{
  width: calc(100% - 40px);
  width: 100%;
  max-width: 100%
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
h1,h2,h3{
 /* text-align: center; */
  color: #34495e;
}
.bar{
    height: 40px;
    width: 100%;
    margin: 10px auto 0px auto;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 0 10px;
    position: relative;
    font-weight: 900;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.bar::before{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 30px;
  top: 0;
  z-index: -2;
  /*background: #ecf0f1;*/
}
.bar::after{
  content: '';
  background: #2ecc71;
  height: 30px;
  transition: 0.7s;
  display: block;
  width: 100%;
  -webkit-animation: bar-before 1 1.8s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.yellow {color:#fccc01 !important;}
.baryellow::after {background: #fccc01 !important;}
.barwhite::after {background: #fcfcfc !important;}
.barorange::after {background: #ff9000 !important;}
ff9000
.bar1::after {max-width:1%}
.bar2::after {max-width:2%}
.bar3::after {max-width:3%}
.bar4::after {max-width:4%}
.bar5::after {max-width:5%}
.bar6::after {max-width:6%}
.bar7::after {max-width:7%}
.bar8::after {max-width:8%}
.bar9::after {max-width:9%}
.bar10::after {max-width:10%}

.bar11::after {max-width:11%}
.bar12::after {max-width:12%}
.bar13::after {max-width:13%}
.bar14::after {max-width:14%}
.bar15::after {max-width:15%}
.bar16::after {max-width:16%}
.bar17::after {max-width:17%}
.bar18::after {max-width:18%}
.bar19::after {max-width:19%}
.bar20::after {max-width:20%}

.bar21::after {max-width:21%}
.bar22::after {max-width:22%}
.bar23::after {max-width:23%}
.bar24::after {max-width:24%}
.bar25::after {max-width:25%}
.bar26::after {max-width:26%}
.bar27::after {max-width:27%}
.bar28::after {max-width:28%}
.bar29::after {max-width:29%}
.bar30::after {max-width:30%}

.bar31::after {max-width:31%}
.bar32::after {max-width:32%}
.bar33::after {max-width:33%}
.bar34::after {max-width:34%}
.bar35::after {max-width:35%}
.bar36::after {max-width:36%}
.bar37::after {max-width:37%}
.bar38::after {max-width:38%}
.bar39::after {max-width:39%}
.bar40::after {max-width:40%}

.bar41::after {max-width:41%}
.bar42::after {max-width:42%}
.bar43::after {max-width:43%}
.bar44::after {max-width:44%}
.bar45::after {max-width:45%}
.bar46::after {max-width:46%}
.bar47::after {max-width:47%}
.bar48::after {max-width:48%}
.bar49::after {max-width:49%}
.bar50::after {max-width:50%}

.bar51::after {max-width:51%}
.bar52::after {max-width:52%}
.bar53::after {max-width:53%}
.bar54::after {max-width:54%}
.bar55::after {max-width:55%}
.bar56::after {max-width:56%}
.bar57::after {max-width:57%}
.bar58::after {max-width:58%}
.bar59::after {max-width:59%}
.bar60::after {max-width:60%}

.bar61::after {max-width:61%}
.bar62::after {max-width:62%}
.bar63::after {max-width:63%}
.bar64::after {max-width:64%}
.bar65::after {max-width:65%}
.bar66::after {max-width:66%}
.bar67::after {max-width:67%}
.bar68::after {max-width:68%}
.bar69::after {max-width:69%}
.bar70::after {max-width:70%}

.bar71::after {max-width:71%}
.bar72::after {max-width:72%}
.bar73::after {max-width:73%}
.bar74::after {max-width:74%}
.bar75::after {max-width:75%}
.bar76::after {max-width:76%}
.bar77::after {max-width:77%}
.bar78::after {max-width:78%}
.bar79::after {max-width:79%}
.bar80::after {max-width:80%}

.bar81::after {max-width:81%}
.bar82::after {max-width:82%}
.bar83::after {max-width:83%}
.bar84::after {max-width:84%}
.bar85::after {max-width:85%}
.bar86::after {max-width:86%}
.bar87::after {max-width:87%}
.bar88::after {max-width:88%}
.bar89::after {max-width:89%}
.bar90::after {max-width:90%}

.bar91::after {max-width:91%}
.bar92::after {max-width:92%}
.bar93::after {max-width:93%}
.bar94::after {max-width:94%}
.bar95::after {max-width:95%}
.bar96::after {max-width:96%}
.bar97::after {max-width:97%}
.bar98::after {max-width:98%}
.bar99::after {max-width:99%}
.bar100::after {max-width:100%}

.acc-close { background-image:url(../images/arrowdown.png); background-position:right center; background-repeat:no-repeat;}
.acc-open { background-image:url(../images/arrowup.png); background-position:right center;background-repeat:no-repeat;}
@-webkit-keyframes bar-before{
  0%{
    width: 0px;
  }
  100%{
    width: 100%;
  }
}

.how-cont{
  width: calc(100% - 40px);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
code {
  padding: 5px;
  background: #ecf0f1;
  display: block;
}
	
	
	 .backyellow {background-color:#fef6ce;}
	

.pubblico span{ text-transform:uppercase; color:#C00; font-weight:300;font-size:14px;}	
.pubblico span strong{ text-transform:uppercase; color:#C00; font-weight:900; font-size:20px;}	
.pubblico h4 { color: #333;}
.pubblico .fas {color:#016d65;}
.pubblico, .riservato {border-bottom: #8e8e8e solid 1px;}	
.pubblico h4, .riservato h4 {border-bottom:none !important; padding-left:0px !important; padding-bottom:5px !important; }

.riservato span{ text-transform:uppercase; color:#a5a5a5; font-weight:300;font-size:14px;}	
.riservato span strong{ text-transform:uppercase; color:#a5a5a5; font-weight:900; font-size:20px;}	
.riservato h4 { color: #a5a5a5;}
.riservato .fas {color:#d1b338;}
.riservato {background-image: url(../images/arrowdown-ris.png);}

.fa-download { color:#C00;}	

.profilo .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fef6ce;
    border: 1px solid rgba(0,0,0,.125);
}
.profilo {
    color: #999;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.profilo span {color:#C00; font-weight:900;}



.abbonamento span {color: #ac1d22;
    font-size: 1.57rem;}
	.abbonamento h3{font-size:2rem; font-weight:900;}

.taglio-abb li { background:#900; color:#FFF; max-width:120px;}
.taglio-abb span {
    background: #090;
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    padding: 10px;
	    font-weight: 900;
}

.taglio-abb label {
   width:fit-content;
}

.taglio-abb p { padding-top: 0px;
    text-align: center; }
	
	
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    right: 0px;
    position: absolute;
    top: 10px;
}
.navbar-brand .img-fluid {
    max-width: 90%;
    height: auto;
}
	  
	  
	  
	@media (min-width:992px) {
		
			  .carousel-caption {
        position: relative; 
        right:0;
        bottom: 20px;
        left:0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
     }
    .d-none {
        display: block!important;
    }

    section p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding-top: 10px;
}
	
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 0px;
    height: 60px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .bg-dark {
        background-color: #e2e2e2!important;
    }
    .navbar-dark .navbar-brand {
        color: #40a19a;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgb(172, 29, 34);
    }
    .navbar-dark .navbar-nav .nav-link:hover {
           color: #9c1760 !important;
    }

    .btn-primary {
        color: #fff;
        background-color: #9c1737;
        border-color: #9c1737;
    }
    .btn-primary:hover {
        color: #fff;
        background-color: #751129;
        border-color: #751129;
    }

    .btn-secondary {
        color: #fff;
        background-color: #d0af16;
        border-color: #d0af16;
    }
    .btn-secondary:hover {
        color: #fff;
        background-color: #b29614;
        border-color: #b29614;
    }

    .carousel-caption a {
        color: #ffd200;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    .carousel-caption  .card-container {

        max-width:400px;
        margin: 0 auto;
    }

    h3{color: #ac1d22;}
        
    .home p, .home label, .home a{color: #000;} 
	
	.backred{ background-color:#ac1d22;
	          background-image:url(../images/bkgred.jpg);
			  background-position:left top;
			  background-repeat:no-repeat;
			  background-size:contain; padding-bottom:70px;}
			         
     .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    color: #ac1d21;
}  
.backdark, .backdark .h1, .backdark .h2, .backdark .h3, .backdark .h4, .backdark .h5, .backdark .h6, .backdark h1, .backdark h2, .backdark h3, .backdark h4, .backdark h5, .backdark h6 {
    color: #fff;
}  
	  
.card {
	
    border: 1px solid rgb(172, 29, 33);

}  
.card p {font-size: 1.2rem;
    line-height: 1.4rem;}
	  
	.backred .card {
    border: 0px solid rgb(172, 29, 33);
	
    background-color:initial;
  
}
    .backred .card .text-back {
    
    margin: 0 auto;
    font-size: larger;
    line-height: normal;
}
    .backred .card h3, .backred .card h2 {
       float: left;
    padding-right: 10px;
    font-size: 4rem;
    margin-top: -15px;
}
 
  .backred .card .text-back p {
 font-size: 1.5rem;
    line-height: 1.5rem;
  }
  




  .backimg { 
   			 background-image:url(../images/img-section2.jpg);
			 background-position:right bottom;
			 background-repeat:no-repeat;
			 background-size:cover; padding-bottom:70px; 
			 
			}
  .backimg h2,  .backimg h1,  .backimg h3 { font-weight: 300;
    font-size: 2.7rem;}
   .backimg h2 strong,  .backimg h1 strong,  .backimg h3 strong { font-weight:900;} 
   
   .footernav {
   margin: 0 auto;
    text-align:center;
   }
	   
	  .footernav a{ color:#ac1d21; font-weight:900;}
	  .extrafooter { padding:10px; background-color:#CCC;}
	  
	 footer {border-top: #b51408 3px solid;}
		
		
	.el-ricerca .dat {
   
    width: 200px;
	    float: left;
}	
		
		}  
	  
	  
	  
    @media (max-width:767px) {
    .carousel-item {
        height: auto;
    }}
        

form p {
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.red {color:#ac1d22;}
.verde {color:#090 !important;}
.giallo { color:#FC0 !important;}
.el-ricerca {background: #940f12; padding-bottom: 20px;}

.info-titolo {border-bottom: solid 1px #ac1d22;
    font-size: 1.2rem ;
	color:#ac1d22;
    padding-bottom: 5px;
	margin-bottom:10px
	}

.el-ricerca .head-box {
    background: #C00;
    color: #FFF;
    width: 100%;
    padding: 15px;
    border-top: #f6c802 2px solid;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

.el-ricerca select, .el-ricerca select:focus{ background: #940f12;
   background: #940f12;
    color: white;
    min-height: 100px;
    font-size: 1.4rem;
    border: 0px;
    /* border-bottom: #FC0 2px solid; */
    padding: 10px;
    margin: 20px;
    width: 90%;}
	
	.el-ricerca .data{
    padding: 20px;
    background: #940f12;
    color: white;
	font-size: 1.5rem;}
	
.el-ricerca	select option {
  font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 5px;
    overflow-wrap: initial;
    font-size: medium;
}
.el-ricerca	select option:hover {
   background:#FC0;
   color:#C00;
}

	.el-ricerca .dat {
	   
}	
.el-ricerca .data span {
float: left;
    padding: 10px;
	min-width: 50px;
}



.el-ricerca .dat .form-control { height:40px !important;}
	
.carousel-item {
  height:auto;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


@media (min-width: 576px) {
.modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
}
#scheda .modal-dialog {
    max-width: 800px !important;
    margin: 5% 20%;
}
}


label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 900;
}

.steps{display: none;}
.corrente{display: block !important;}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 0rem;
   padding-left: .8rem;
   font-size: 1em;
}}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(172,29,34, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
p { word-wrap: break-word;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   -o-hyphens: auto;
   hyphens: auto;
   }