@media only screen and (max-width: 767px) {
	#chiama-ora-dt {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#chiama-ora-mb {
		display: none;
	}
}

span.onsale {
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: 0 !important;
	right: auto;
	top: 0 !important;
	margin: 0 !important;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: transparent;
	padding: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	background: none;
	border-top-color: #2c2c2c;		
}

span.onsale i {
	position: absolute;
	left: 0px;
	top: -52px; 
	color: #fff; 
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);		
}

span.expo {
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left:auto;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: transparent;
	padding: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	background: none;
	border-top-color: #e6ae48;	
	-ms-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
	transform: rotate(180deg);		
}

span.expo i {
	position: absolute;
	right: -48px;
	bottom: 36px; 
	color: #2c2c2c; 
	-ms-transform: rotate(-225deg); 
	-webkit-transform: rotate(-225deg); 
	transform: rotate(-225deg);		
}
#contactForm #website { display:none; }
#contactForm #email { display:none; }