@charset "utf-8";
/* CSS Document */

.ed5-contact-container {
	width:100%;
	position:fixed;
	border: none; 
	padding: 10px; 
	left:0;
	bottom:0;
	height:60px;
	line-height:60px;
	font-family: oswald;
	font-weight: 500;
	font-size:30px;
	text-align:center;
	border-top-color:#069;
	border-top-style:solid;
	border-top-width:5px;
	z-index:1000;
	
}
@media (max-width: 767px) {

.testo_tel {
	display:none;	
}
.testo_skype {
	display:none;	
}
.ed5-contact-container {
	height:42px;
	line-height:42px;
	padding: 2px; 
}
	
}