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

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

.home {
	position: absolute;
	width: 35px;
	height: 33px;
	display: block;
	left: 0;

	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
	margin-right: -50px;
	padding-top: 2px;
}

#logo:hover > .home [class^="icon-"] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
	font-size: 30px;
	margin-top: -5px;
	width: 35px;
	height: 33px;
	margin-left: -35px;
	padding-top: 2px;
}

/* 	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;
}
#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,
#logo > .home [class^="icon-"],
.home {
	display: none;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=000)";
	filter: alpha(opacity=000);
	opacity: 0.0;
}
}