*{
	font-family: 'Open Sans', sans-serif;
}
body{
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1f1f1;

}
.container{
	background-color: #aaa289;
	width: 100%;
	padding: 20px 0;
}
.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo{
	width: 220px;
	margin: 0 auto;
}
.logo img{
	width: 220px;
	height: auto;
}
h1{
	font-size: 24px;
	text-align: center;
	color: #434546;
	margin: 30px 0 0 0;
}
.wrap p{
	font-size: 18px;
	margin-top: 6px;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}
.immagine{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;

}
.arredamento{
	width: 100%;
}
.over{
	position: absolute;
	bottom:-80px;
	left: 50%;
	margin-left: -105px;
}
.over-testo{
	text-align: center;
}
.footer{
	text-align: center;
	background-color: #f1f1f1;
}
.footer p{
	font-size: 14px;
	color: #434546
}
h4{
	color: #434546;
}

/* EFFETTO OVER */
#contenuto-over {
	background-image: url('http://www.hfarredi.it/asset/arredamento.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:2.5%; 
	cursor: pointer;
	background-size: cover;
	position: relative;
}
#contenuto-over:hover {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.blocco-home {
	width: 100%;
	height: 504px;
	text-align: center;
	color: #ffffff;
	margin-right: 9px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.text-blocco {
	position: absolute;
	top:20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.text-blocco:hover {
	background: rgba(255, 255, 255, 0.55);
}
.text-blocco .bold {
	padding-top: 10%;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	font-family: georgia;
	font-size: 32px;
	font-weight: normal;
}
.text-blocco:hover .bold {
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	padding-top: 35px;
}
.text-blocco .text-no {
	padding-top: 20%;
	display: none;
	font-size: 18px;
	font-family: georgia;
	line-height: 10px;
}
.text-blocco .text-no a {
	color: #453525 !important;
	text-decoration: none !important;
	display: block;
	width: 100%;
	height: 100%;
}
.text-blocco:hover .text-no {
	display: block !important;
	color: white;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
/* FINE EFFETTO OVER */
@media only screen and (max-width:1000px) {
	.blocco-home {
		height: 425px;
	}
}
@media only screen and (max-width:800px) {
	.blocco-home {
		height: 336px;
	}
}
@media only screen and (max-width:620px) {
	.blocco-home {
		height: 258px;
	}
}
@media only screen and (max-width:500px) {
	.blocco-home {
		height: 208px;
	}
	h1{ 
		font-size: 18px 
	}
	.wrap p{
		font-size: 16px;
	}
}
@media only screen and (max-width:400px) {
	.blocco-home {
		height: 180px;
	}
}
@media only screen and (max-width:350px) {
	.blocco-home {
		height: 160px;
	}
}


