.fca-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.fca-footer .row-footer {
  background: #000000 !important;
}

.fca-footer .label-footer {
  color: #848685 !important;
  font-size: 12px;
  text-align: left;
}

.fca-footer .label-footer-uppercase {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}

.fca-footer .div-label-footer {
  margin-top: 5px;
  margin-bottom: 5px;
}

.fca-footer .div-label-footer-piva {
  margin-top: 8px;
  margin-bottom: 5px;
}

.fca-footer .div-label-footer-align {
  float: right;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fca-footer .link-no-decoration {
  color: #848685 !important;
  text-decoration: none !important;
}

/*** INIZIO MANAGEMENT IE8 ***/
@media \0screen {
	.fca-footer {
    	bottom: auto !important;
	}
	
	.fca-footer .div-label-footer-piva {
		margin-top: 0px !important;
	}
	
	.fca-footer .row-footer {
		margin-top: 20px !important;
	}
	
	.fca-footer .div-label-footer {
		margin-top: 1px !important;
	}
}
/*** FINE MANAGEMENT IE8 ***/

/*** INIZIO MANAGEMENT IE9 IE10 EDGE***/ 
@media screen and (min-width:0\0) {
    .fca-footer .div-label-footer-piva{
    	margin-top: 6px !important; 
    }
}
/*** FINE MANAGEMENT IE9 IE10 EDGE***/