@media only screen and (min-width: 768px) {

#logo > .home [class^="icon-"] {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;	
}

#logo:hover > .home [class^="icon-"] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: all 0.18s linear;
	-moz-transition: all 0.18s linear;
	-webkit-transition: all 0.18s linear;
	-o-transition: all 0.18s linear;
		background: url(../../images/elements/home.png) no-repeat center center;
	margin-top: -50px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 31px;
}
.home {
	position: absolute;
	width: 35px;
	height: 60px;	
	margin: 0 auto;
	padding: 0;
	display: block;
	top: -10px;
	right: 0;
	left: 0;
	z-index: -1;
}
/* ---option----- */
/* .home:after { content: "back to home";  display: block;} */
.home:after {	
	content: "ciao";
	min-width:150px;	
	position: absolute;
	left: 45px;
	top: -30px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=000)";
	filter: alpha(opacity=000);
	opacity: 0.0;
	text-align: left;
	display: none;
}
.home:after {}
#logo:hover > .home:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
}
/* ---option----- */
/* 		transition-delay: 252ms !important; 
    -webkit-transition-delay: 252ms !important; 
	-o-transition-delay: 252ms !important; 
	-moz-transition-delay: 252ms !important; */
.home [class^="icon-"] {
	text-shadow: none;		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=000)";
	filter: alpha(opacity=000);
	opacity: 0.0;
	display: block;
	font-size: 5px;
}
}

@media only screen and (max-width: 767px) {
.home:after {
	display: none;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=000)";
	filter: alpha(opacity=000);
	opacity: 0.0;
}
}