body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: .9rem;
}

*:focus {
	outline: none!important;
}

a {
	transition: all 0.3s;
	text-decoration: underline;
}

.h2, h2 {
    color: #00a99d;
    font-weight: 900;
}
.h3, h3 {
    color: #abc837;
    font-weight: 900;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.bg-gray {
	background-color: #f8f8f8;
}

.btn-custom {
	padding: 6px 15px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	border: 1px solid #00a99d;
	text-align: center;
	background-color: #00a99d;
	text-decoration: none;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
	text-decoration: none;
	color: #ffffff;
	background-color: #abc837;
	border-color: #abc837;
}

.ul-custom ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.ul-custom ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ul-custom ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #00a99d;
	margin-right: 10px;
}

.fancybox-slide--iframe .fancybox-content {
	width: 800px;
	height: 600px;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
	padding: 8px;
}

.google-map {
	min-height: 400px!important;
}

.breadcrumbs {
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #00a99d;
}

.breadcrumbs h1 {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.breadcrumbs #breadcrumbs {
	margin-bottom: 0;
	text-transform: uppercase;
}

.breadcrumbs #breadcrumbs a {
	color: #ffffff;

}

.breadcrumbs-home {
	background-color: #00a99d;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
}

.breadcrumbs-home a {
	color: #ffffff;
}

.single-allegato {
	background-color: #f8f8f8;
	padding: 12px 18px;
}

.single-allegato a {
	text-decoration: none;
	color: #666666;
}

.single-allegato i {
	font-size: 1.5rem;
}

.btn-contact-form {
	width: 290px;
}

.content-contact-form {
	display: none;
}

.content-contact-form.active {
	display: block;
}

.settore-description {
	display: none;
}

.settore-description:first-child {
	display: block;
}

.content-single-settore {
	border: 1px solid #ccc;
	padding: 60px 30px 30px;
}

.content-single-settore:hover {
	border: 1px solid #00a99d;
	background-color: #f2f2f2;
}

.content-single-settore .icona-single-settore {
	text-align: center;
	position: absolute;
	height: 120px;
	width: 120px;
	background-color: #abc837;
	border: 1px solid #abc837;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}

.content-single-settore .icona-single-settore svg {
	width: 60px;
	height: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cls-1{
	fill: #fff !important;
}
.page-home .cls-1{
	fill: #363636 !important;
}
.content-single-settore h3 {
	text-align: center;
	font-size: 1.14rem;
}

.content-single-settore .testo-breve-single-settore {
	min-height: 200px;
}

.content-single-settore a {
	margin-left: 50%;
	transform: translateX(-50%);
}

.single-servizio h3 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.tablenews {
	border-bottom: 1px solid #00a99d;
	padding: 0;
	margin-bottom: 0 !important;
	margin-top: -1px;
}

.tablenews a {
    font-size: 15px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.filter {
	display: inline-block;
	width: 260px;
	color: #00a99d;
	border-color: #00a99d;
	border-radius: 0;
}

.filter:focus {
	color: #00a99d;
}

.is-animated {
	animation: .6s zoom-in;
}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}
	100% {
		transform: none;
	}
}

.single-post {
	position: relative;
}

.single-post a {
	text-decoration: none;
}

.box-single-post {
	background-size: cover!important;
	background-position: center;
}

.content-box-single-post {
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #ffffff;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}

.content-box-single-post .date {
	color: #000;
}

.content-box-single-post .date .d-inline-block {
	vertical-align: middle;
}

.content-box-single-post .date .d {
	padding: 5px;
	font-size: 42px;
	background-color: #f2f2f2;
}

.single-post a:hover .content-box-single-post .date .d {
	color: #000000;
}

.content-box-single-post .date .F {
	text-transform: capitalize;
}

.content-box-single-post h4 {
	font-weight: 600;
	font-size: 22px;
	color: #00a99d;
	transition: all 0.3s ease-in-out;
	height: 52.8px;
}

.content-box-single-post p {
	height: 120px;
}

.content-box-single-post p, .content-box-single-post ul {
	transition: all 0.3s ease-in-out;
	margin-bottom: 1.5rem;
	color: #000;
	font-size: 16px;
}

.content-box-single-post button {
	color: #00a99d;
	border: 1px solid #000;
	background-color: #fff;
	padding: 6px 30px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	cursor: pointer;
}

.single-post a:hover .content-box-single-post {
	background-color: transparent;
}

.single-post a:hover .date {
	color: #ffffff;
}

.single-post a:hover .luogo {
	color: #ffffff;
}

.single-post a:hover .content-box-single-post h4,
.single-post a:hover .content-box-single-post p,
.single-post a:hover .content-box-single-post ul {
	color: #ffffff;
}

.iconsetsocial {
	font-size: 22px;
}

.fa-facebook-square {
	color: #0458b3;
}

#seguicisusocxial {
	margin-top: 35px;
	text-align: right;
	text-transform: uppercase;
	color: #0553af;
}

.remaio {
	float: left;
}

.box-single-post blockquote,
.single-servizio .testo_breve {
	background-color: #f2f2f2;
	padding: 10px;
	color: #00a99d;
	border: 1px solid #ccc;
}

.single-servizio .testo_breve p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}