html, body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	background: #ffffff !important;
}
#form_calcolo .loading {
	margin: 42px auto;
	text-align: center;
	display: none;
}
#form_calcolo {
	width: auto;
	max-width: 600px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	color: #313437;
	background-color: #fff;
	padding: 50px 0;
	margin: 0 auto;
}
#form_calcolo p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	color: #7d8285;
	line-height: 1.5;
}
#form_calcolo .intro {
	font-size: 16px;
	margin: 0 auto 25px;
}
#form_calcolo .intro p {
	margin-bottom: 35px;
}
#form_calcolo form {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	justify-content: center;
}
#form_calcolo form .form-control {
	background: #eff1f4;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 9px;
	height: 45px;
	margin-right: 10px;
	min-width: 150px;
}
#form_calcolo .input-group {
	justify-content: center;
}
#form_calcolo form .btn {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
}
#form_calcolo form .btn:hover {
	text-decoration: none;
	opacity: 1;
}
#form_calcolo form .btn:active {
	transform: translateY(1px);
}
#form_calcolo form .btn-primary {
	background-color: rgb(0, 107, 255) !important;
	color: #fff;
	outline: none !important;
}
#background-fish {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#fish-container {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	position: relative;
}
#fish {
	position: absolute;
	top: 300px;
	left: -200px;
	opacity: 0;
}
#fish-txt {
	position: absolute;
	top: -300px;
	left: 10px;
	opacity: 0;
}
#close-fish {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	cursor: pointer;
}