@import url(font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400";

/*
	Stellar by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/



.inserireExclamationTriangle:before {
	/*content: '\02617 HOME';*/
	content: "\f071 ";
	font-family: FontAwesome;
	text-decoration: none;
	color: #f6c204;
}

.inserireExclamationTriangle_rosso:before {
	/*content: '\02617 HOME';*/
	content: "\f071 ";
	font-family: FontAwesome;
	text-decoration: none;
	color: #ff0000;
}





.style_divContenitoreProdotti_si_login {
	width: 195px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
	vertical-align: top;
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;
	min-height: 300px;
	height: auto;
	text-align: center;
	position: relative
}

.icona_home_svg:after {
	content: "\f015";
	font-family: FontAwesome;
	text-decoration: none;
	font-size: 90pt;
	color: white;
}

/*icona telefono*/
.icona_telefono:after {
	content: "\f095";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona laptop*/
.icona_laptop:after {
	content: "\f109";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona linkedin*/
.icona_linkedin:after {
	content: "\f08c";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona skype*/
.icona_skype:after {
	content: "\f17e";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona commento*/
.icona_commento:after {
	content: "\f27b";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona email*/
.icona_email:after {
	content: "\f003";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona whatsapp*/
.icona_whatsapp:after {
	content: "\f232";
	font-family: FontAwesome;
	text-decoration: none;
}

/*icona torna indietro */
.icona_tornaindietro:after {
	content: "\f2ea";
	font-family: FontAwesome;
	text-decoration: none;
	color: white;
	font-size: 50pt;
}