#footer {
 //	display: visible;
	background-color: #F5F5F5;
 //	position: absolute;
 //	bottom: 0;
  	width: 100%;
 //	height: 212px;
}

#footer_bordino_superiore {
	background-image: linear-gradient(to left, #355870, #4195A0);
	height: 3px;
	max-height: 3px;
}

#footer_riga1 {
//  border-top: 3px #00979F solid;
}

#footer_info_logo {
	height: 64px; 
}

#footer_in_collaborazione_con {
	margin-bottom: 10px;
	width: 228px;
	cursor: pointer;
}

#footer_come_logo, #footer_tao_logo {
	height: 37px;
	cursor: pointer;
	opacity: 0.35;
}

.loghi_collab {
	cursor: pointer;
	height: 40px;
}

#footer_div_logo {
	height: 32px;
	opacity: 0.35;
}

#footer_email_logo, #footer_facebook_logo, #footer_whatsapp_logo, #footer_telegram_logo, #footer_instagram_logo {
	height: 36px; 
	padding-right: 10px;
	padding-left:  10px;
	cursor: pointer;
}

#spaziatura_loghi {
	height: 12px;
}

.scritta_collab {
	height: 20px;
}

#footer_in_collaborazione_con {
	margin-bottom: 2px;
}
	
.footer_col_1 {
	width: 6%;
}

.footer_col_2 {
	width: 21%;
}

.footer_col_3 {
	width: 36%;
}

.footer_col_4 {
	width: 27%;
}

.footer_col_bordi {
	width: 4%;
}

.footer_limiti {
    height: 35px;
}

#footer_copyright, #footer_amministratore {
	padding-top: 8px;
	color: #A6A6A6;
}

.footer_link {
	color: black;
	text-decoration: none;
	font-family: Quicksand;
	font-weight: 700;
	text-transform: uppercase;
}

.footer_link:hover {
	color: black;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

#footer_p_iva {
	font-family: 'Arial', sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
	margin-left: 3px;
	margin-right: 2px;
}

#footer_p_iva_numero {
	letter-spacing: 0.6px;
	white-space: pre;
}

#footer_img_logo_p_iva {
	height: 14px;
}

#footer_img_www, #footer_trasparenza_verticale {
	height: 26px;
	margin-bottom: -7px;
}

/* logo in footer: base image + hover overlay for smooth crossfade */
#logo_wrapper {
	display: inline-block;
	position: relative;
	width: 200px;
}
#logo_wrapper img {
	display: block;
	width: 100%;
	height: auto;
}
#logo_OsteopaIta_footer {
	cursor: pointer;
}
#logo_OsteopaIta_footer_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none; /* let clicks go through to base image */
	transition: opacity 0.5s ease;
}
#logo_wrapper:hover #logo_OsteopaIta_footer_hover {
	opacity: 1;
}

img {
    /* ondragstart="return false;" ondrop="return false;" */
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
