#header .right li{
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}
#header .right li:hover{
	color: #e9b22d;
	-webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
}
#products .product-item{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#products .product-item:hover{
	background-position-x: initial;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#products .product-item h1{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#products .product-item:hover >  h1{
	margin-top: 145px;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#content form .button-contact{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#content form .button-contact:hover{
	background:#1fae31;
	box-shadow: 4px 7px 25px -6px rgba(0,0,0,0.02);
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#content form .text-input-contact{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#content form .text-input-contact:focus{
	box-shadow: 4px 7px 25px -6px rgba(0,0,0,0.02);
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#content form .textarea-input-contact{
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#content form .textarea-input-contact:focus{
	box-shadow: 4px 7px 25px -6px rgba(0,0,0,0.02);
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}