.buttonacquista {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

.search-block1{
	height: 80px !important;
}

.search-block2{
	padding-top: 20px !important;
}

@media screen and (max-width: 480px) {

.search-block2{
	padding-top: 20px !important;
}

li{
	width: 100% !important;
}

}

@media screen and (min-width: 481px) and (max-width: 720px) {

li{
	width: 75% !important;
}

}