.contact-footer {
	background-color: #c7c7c7;
}

.blog-post.type3 {
	padding: 0px 0px 20px 0px
}

.fs-24 {
	font-size: 24px;
	line-height: 32px;
}

.fs-18 {
	font-size: 18px;
	line-height: 24px;
}

ul.list li {
	position: relative;
	list-style-type: square;
	padding-left: 1.5rem;
	margin-bottom: 0.1rem;
}

.menu_centro_della_mano ul li {
	margin-bottom: 3px;
}

.menu_centro_della_mano ul li a {
	font-size: 14px;
	text-decoration: underline;
}

.menu_centro_della_mano ul li a.current,
.menu_centro_della_mano ul li a.current:hover {
	font-size: 14px;
	background: #156639;
	color: white;
	padding: 5px;
	text-decoration: none;
}

.underline {
	text-decoration: underline !important;
}

.box-cliniche {
	background-color: #01bace;
	height: 150px;
}

.box-cliniche-container {
	padding: 10px;
}

.box-cliniche * {
	color: White;
	text-align: center;
}

.box-cliniche h4 a {
	color: White;
	;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.box-cliniche h4 {
	margin: 0;
	margin-bottom: 10px;
}

.box-convenzioni {
	background-color: #edefef;
	border-radius: 10px
}

.box-convenzioni-container {
	padding: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.lp-banner-discount {
	background-color: #ffa200;
	padding: 20px 0;
}

.lp-banner-discount,
.lp-banner-discount * {
	text-align: center;
	color: White;
	font-size: 30px;
	line-height: 35px;
}

.lp-banner-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 150px;
	z-index: 5;
	font-size: 44px;
	line-height: 50px;
	color: White;
	font-weight: 600;
}

.lp-text-positioned-bottom-left {
	position: absolute;
	left: 20px;
	bottom: 30px;
	color: White;
	font-size: 25px;
	font-weight: 600;
}

.lp-container {
	width: 100%;
	float: left;
}

.lp-h1 {
	/*margin-left: 38px;*/
	text-align: center;
	color: #0096af
}

/*@media only screen and (min-width: 320px) and (max-width: 479px) */
@media only screen and (max-width:767px) {

	.lp-h1 {
		margin-left: 0;
		text-align: center;
		font-size: 30px;
		color: #0096af
	}

	.lp-banner-text {
		font-size: 30px;
		top: 10px;
		line-height: 35px;
	}


	.lp-banner-discount {
		padding: 10px 0;
	}

	.lp-banner-discount,
	.lp-banner-discount * {
		text-align: center;
		color: White;
		font-size: 20px;
		line-height: 25px;
	}


}