@import url("../common/menu.css") only screen and (max-width: 768px);
/* generali */
body {
	font-family: 'Rubik', sans-serif;
	background-color: #21409a;
}
h1 {
	max-width: 1300px;
	margin: 0px auto;
	padding: 20px 2% 0px 2%;
	color: #21409a;
	font-family: 'Rajdhani';
	font-size: 2.5em;
	font-weight: 600;
	text-align: left;
	text-transform: none;
	border: 0px;
	box-sizing: border-box;
}
h1 a {
	color: #21409a;
}
h1 a:hover {
	color: #f25a2b;
}
.container_modal h1::before {
	padding: 0px;
	border: 0px;
}
h2, h4 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	border: 0px;
}
h2 a, h4 a {
	color: #000000;
}
h2 a:hover, h4 a:hover {
	color: #f25a2b;
}
h3 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	border: 0px;
}
h3 a {
	color: #000000;
}
h3 a:hover {
	color: #f25a2b;
}
/* color */
a {
	color: #f25a2b;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
p {
	color: #000000;
}
.mainTable p {
	color: #000000;
}
.mainTable tbody p {
	color: #333333;
}
form p {
	color: #666666;
}
legend {
	color: #000000;
}
select, textarea, input, .fm-right, #fm-other {
	color: #000000;
}
label, .fm-left {
	color: #666666;
}

/* blockquote */
blockquote {
	position: relative;
	font-family: inherit;
	margin: 20px 0px 0px 0px;
	padding: 0px;
   border: 0px;
	background-color: #eeeeee;
}
blockquote p {
	font-family: inherit;
	margin: 0px !important;
	padding: 20px 55px !important;
	font-size: 1.4em;
   line-height: 1.4em;
   color: #000000;
}
blockquote::before {
	position: absolute;
	top: 10px;
	left: 15px;
	font-family: FontAwesome;
	font-size: 2.5em;
	vertical-align: middle;
	color: #cccccc;
	display: block;
	content: "\f10d";
}
blockquote::after {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-family: FontAwesome;
	font-size: 2.5em;
	vertical-align: middle;
	color: #cccccc;
	display: block;
	content: "\f10e";
}

/* mainTable */
.mainTable th, .mainTable th a {
	color: #000000;
}
.mainTable th a:hover {
	color: #f25a2b;
}
.mainTable tr:hover {
	background-color: #f0d6ca;
}

/* messaggi */
div.info, div.warning, div.danger {
	color: #666666;
}
div.info {
	background-image: url("images/info.gif");
}
div.warning {
	background-image: url("images/warning.gif");
}
div.danger {
	background-image: url("images/alert.gif");
}

/* container */
#container, .module, .module_table {
	min-height: 100%;
	overflow: auto;
}
/* .action */
.action {
	position: relative;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	overflow: auto;
}

/* header_container, header_content */
#header_container {
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	padding: 0px;
	border-bottom: 2px solid #21409a;
	background-color: #ffffff;
}
#header_content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 2% 0px 2%;
	border: 0px;
	box-sizing: border-box;
}
/* header */
#header {
	z-index: 99;
	height: 80%;
	margin: 10% 0px;
}
#header img {
	height: 100%;
}
/* menubar */
#menubar {
}
#menubar ul {
	list-style-type: none;
}
#menubar li {
	display: inline-block;
	transform: scale(0.9,1);
}
#menubar li a {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	color: #000000;
	font-family: 'Rajdhani';
	font-size: 2.2em;
   font-weight: 600;
   text-transform: none;
   border: 0px;
    
}
#menubar li a:hover, #menubar li#selected a {
	color: #f25a2b;
	text-decoration: none;
}
/* buttons */
#buttons {
}
/* social, button_login, button_menu */
#social, #button_login, #button_menu {
	display: inline-block;
	vertical-align: middle;
}
#social span, #button_login p, #button_menu p {
	display: inline-block;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	color: #000000;
	cursor: pointer;
}
#social a, #button_login span, #button_menu span {
	padding: 0px;
	font-family: FontAwesome;
	font-size: 2.5em;
	vertical-align: middle;
	color: #000000;
	display: block;
}
#social .social_facebook::before {
	content: "\f082";
	color: #4267b2;
}
#social .social_instagram::before {
	content: "\f16d";
	color: #e1306c;
}
#button_login span::before {
	content: "\f007";
	color: #000000;
}
#button_menu span::before {
	content: "\f0c9";
	color: #000000;
}
/* tendina_login */
.tendina_login {
	top: 100px;
	max-height: calc(100vh - 100px);
}

/* carousel */
#carousel_container {
	clear: both;
	position: relative;
	margin: 100px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.carousel .carousel_div, .carousel .content, .carousel .content_image,
.carousel .preview_list_in, .carousel .preview_thumb {
	height: 100%;
}
.carousel {
	clear: both;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 33.33% 0px;
	text-align: center;
	border-bottom: 2px solid #21409a;
	background-color: #e5e3df;
	overflow: hidden;
}
.carousel .carousel_div, .carousel .preview_list_in {
	display: none;
}
.carousel img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: pulse 8s;
}
.carousel .post_details {
	display: none;
}
.carousel h3 {
	z-index: 2;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	box-sizing: border-box;
}
.carousel h3 a {
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 2% 0px 2%;
	color: #ffffff;
	text-align: left;
	text-transform: none;
	font-weight: 500;
   overflow: hidden;
	box-sizing: border-box;
	display: block;
}
.carousel h3 a:hover {
	color: #ffffff;
}
.carousel h3 span {
	padding: 6px 10px 6px 10px;
	border-radius: 5px;
	background-color: #21409a;
	display: inline-block;
}
.carousel .entry {
	display: none;
}
.carousel .controls {
	z-index: 2;
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 2% 0px 2%;
	text-align: right;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
}
.carousel .controls a {
	width: 15px;
	height: 5px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: 0px;
	border-radius: 3px;
	border: 0px;
	background-color: #ffffff;
	display: inline-block !important;
	vertical-align: bottom;
	cursor: pointer;
}
.carousel .controls a:hover, .carousel .controls a.selected {
	background-color: #f25a2b;
}

/* stats */
#stats {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	box-sizing: border-box;
}
#stats p {
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000000;
	font-size: 1em;
}

/* footer */
#footer_container {
   clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background-color: #21409a;
}
#footer {
   max-width: 1300px;
	margin: 0px auto;
	padding: 0px 2% 20px 2%;
	border: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
#footer .div1, #footer .div2 {
   padding: 20px 0px 0px 0px;
}
#footer .div1 {
   float: left;
}
#footer .div2 {
   float: right;
}
#footer .div1 p, #footer .div2 p {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
   color: #ffffff;
}
#footer .div1 p {
	text-align: left;
}
#footer .div2 p {
	text-align: right;
}
#footer .div2 p .credits {
	color: #cccccc;
}
#footer .div2 p a {
	color: #ffffff;
	text-decoration: underline;
}
#footer .div2 p a:hover {
	color: #cccccc;
}
#footer .div2 p .credits a {
	color: #cccccc;
	text-decoration: underline;
}
#footer .div2 p .credits a:hover {
	color: #999999;
}

/* main, content, page */
#main, #content {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
.page {
	position: relative;
	clear: both;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0% 2% 2% 2%;
	text-align: left;
	font-size: 1em;
	overflow: hidden;
	overflow-x: auto;
	box-sizing: border-box;
}

/* home */
#act_main #content, #act_main .page {
	clear: none;
	max-width: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.presentazione, .servizi, .certificazioni {
	position: relative;
}
.presentazione, .certificazioni {
	background-color: #ffffff;
}
.servizi {
	background-color: #eeeeee;
}
.presentazione .section_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1300px;
	margin: 0px auto;
	padding: 2% 2% 2% 2%;
	text-align: left;
   overflow: hidden;
	box-sizing: border-box;
}
.page .presentazione .content_image {
	clear: both;
	position: relative;
	float: left;
	width: 40%;
	margin: 0px 2% 0px 0px;
	padding: 0px 0px 30% 0px;
	text-align: center;
	border: 0px;
	background-color: #000000;
	overflow: hidden;
}
.presentazione .content_image img {
   position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease-in-out 0.3s;
}
.presentazione .content_image img:hover {
	opacity: 0.8;
}
.presentazione h3 {
	margin: 0px 0px 0px 0px;
	color: #21409a;
	font-family: 'Rajdhani';
	font-size: 2.5em;
	font-weight: 600;
	text-align: left;
	text-transform: none;
}
.presentazione .entry p {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.4em;
}
.presentazione .entry p a {
	display: inline-block;
	margin: 7px 15px 8px 0px;
	padding: 10px 20px 10px 20px;
	color: #21409a;
	font-family: 'Rajdhani';
	font-size: 1.3em;
	font-weight: 600;
	border: 2px solid #21409a;
	border-radius: 5px;
}
.presentazione .entry p a:hover {
	color: #f25a2b;
	border-color: #f25a2b;
}
.servizi .section_header, .certificazioni .section_header {
	max-width: 1300px;
	margin: 0px auto;
	padding: 2% 2% 0% 2%;
	text-align: center;
   overflow: hidden;
	box-sizing: border-box;
}
.servizi .section_header h2, .certificazioni .section_header h2 {
	margin: 0px;
	color: #21409a;
	font-family: 'Rajdhani';
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
}
.servizi .section_header h2 a, .certificazioni .section_header h2 a {
	color: #21409a;
}
.servizi .section_header p, .certificazioni .section_header p {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;
}
.servizi .section_content, .certificazioni .section_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0% 1% 2% 1%;
	text-align: center;
   overflow: hidden;
	box-sizing: border-box;
}
.servizi .section_content::after, .certificazioni .section_content::after {
	content: normal;
}
.servizi .section_content .servizi_div {
	width: 31.33%;
	margin: 2% 1% 0% 1%;
	padding: 0px;
	background-color: #ffffff;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.servizi .section_content .servizi_div:hover {
	box-shadow: 0px 15px 10px -15px #333333;
}
.servizi .section_content .content_image {
	margin: 50px 0px 0px 0px;
}
.servizi .section_content .content_image img {
	width: auto;
	max-width: 50%;
	max-height: 94px;
	transition: 0.3s ease-in-out;
}
.servizi .section_content .servizi_div:hover .content_image img {
	animation: pulse 1s;
}
.servizi h3 {
	margin: 40px 0px 0px 0px !important;
	padding: 0px 20px 0px 20px !important;
	color: #000000;
	font-family: Rajdhani;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 0px;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.servizi h3 a {
	color: #000000;
	display: block;
}
.servizi .section_content .servizi_div:hover h3, .servizi .section_content .servizi_div:hover h3 a {
	color: #f25a2b;
}
.servizi .entry p {
	margin: 20px 0px 50px 0px !important;
	padding: 0px 20px 0px 20px !important;
	color: #21409a;
	font-size: 1.4em;
	line-height: 1.4em;
}
.certificazioni .section_content .certificazioni_div {
	width: 40%;
	margin: 30px 5% 0% 5%;
}
.certificazioni .section_content .content_image img {
	width: 100%;
	transition: 0.3s ease-in-out;
}
.certificazioni .section_content .certificazioni_div:hover .content_image img {
	animation: pulse 1s;
}
.certificazioni .entry p {
	color: #000000;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;
}

/* about */
#mod_about #act_view .main-image {
	clear: both;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 33.33% 0px;
	text-align: center;
	border-bottom: 2px solid #21409a;
	background-color: #000000;
	overflow: hidden;
}
#mod_about #act_view .main-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mod_about #act_view h1, #mod_about #act_view .page {
}
.about_list {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.about_list .about_h2 {
	clear: both;
	max-width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	color: #21409a;
	font-size: 2.3em;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	border: 0px;
	box-sizing: border-box;
}
.about_list .about_thumb {
	clear: both;
	position: relative;
	float: left;
	width: 36%;
	margin: 15px 15px 0px 0px;
	padding: 0px 0px 24% 0px;
	border: 0px;
	background-color: #000000;
	overflow: hidden;
}
.about_list .about_thumb img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
.about_list .about_thumb:hover img {
	opacity: 0.8;
}
.about_list .about_p1 {
	margin: 0px;
	padding: 0px;
}
.about_list .about_p1 p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.4em;
}
.about_list .about_p1 p b, .about_list .about_p1 p strong {
	font-weight: 700;
}
.about_list .about_p1 p img {
	max-width: 40%;
	margin: 0px 5% 0px 0px;
	padding: 0px;
	transition: 0.3s ease-in-out;
}
.about_list .about_p1 p img:hover {
	animation: pulse 1s;
}

/* link */
#mod_link #tab_oggetti #act_view #content {
	background-color: #eeeeee;
}
#mod_link #tab_oggetti #act_view h1 {
	text-align: center;
}
.link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -1.5% 0px 0px -2%;
	padding: 10px 0px 0px 0px;
}
.link_list_in {
	position: relative;
	float: left;
	width: 31.33%;
	margin: 2% 0px 0px 2%;
	padding: 0px;
	text-align: center;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.link_list_in:hover {
	box-shadow: 0px 15px 10px -15px #333333;
}
.link_list_in .link_thumb {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 66.66% 0px;
	text-align: center;
	border: 0px;
	background-color: #000000;
	overflow: hidden;
	box-sizing: border-box;
}
.link_list_in .link_thumb img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
.link_list_in:hover .link_thumb a img {
	opacity: 0.8;
}
.link_list_in h2 {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	font-family: Rajdhani;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	border: 0px;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.link_list_in h2 a {
	color: #000000;
	display: block;
}
.link_list_in:hover h2, .link_list_in:hover h2 a {
	color: #f25a2b;
}
.link_list_in .link_p1 {
	margin: 0px;
	padding: 0px;
}
.link_p1 p {
	margin: 15px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	color: #21409a;
	font-size: 1.4em;
   line-height: 1.4em;
}
.link_p1 a.follow_link {
	display: inline-block;
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 500;
   line-height: 1.4em;
   border-radius: 5px;
   background-color: #f25a2b;
}

/* gallery */
#mod_gallery #tab_immagini #act_view h1 {
	text-align: center;
}
#mod_gallery #tab_immagini #act_view #albums_zoom h1 {
	text-align: left;
}
/* gallery - cat */
.gallery_cat_list {
}
.gallery_cat_list .mix_filters {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.gallery_cat_list .mix_filter {
	float: left;
	margin: 15px 15px 0px 0px;
	font-size: 1.3em;
	font-weight: 500;
   line-height: 1.4em;
   display: block;
   overflow: hidden;
}
.gallery_cat_list .mix_filter a {
	margin: 0px;
	padding: 8px 15px 8px 15px;
	color: #21409a;
	border-radius: 5px;
   border: 2px solid #21409a;
   background-color: #ffffff;
   display: block;
}
.gallery_cat_list .mix_filter a:hover, .gallery_cat_list .mixitup-control-active a {
	color: #f25a2b;
	border: 2px solid #f25a2b;
}
.gallery_cat_list .mix_filter_all a, .gallery_cat_list .mix_filter_all a:hover, .gallery_cat_list .mix_filter_all.mixitup-control-active a {
	color: #ffffff;
	border: 2px solid #f25a2b;
   background-color: #f25a2b;
}
/* gallery - albums */
.gallery_alb_list, .triple .preview, #mod_search #act_res .page .search_gal ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0% 0px 0px -2%;
	padding: 0px;
	overflow: hidden;
}
.gallery_alb_list_in, .triple .preview_list_in, #mod_search #act_res .page .search_gal ul li {
	position: relative;
	float: left;
	width: 31.33%;
	margin: 2% 0px 0px 2%;
	overflow: hidden;
	box-sizing: border-box;
}
.gallery_alb_list_in .gallery_thumb, .triple .preview_list_in .preview_thumb, #mod_search #act_res .page .search_gal ul li .search_image {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 66.66% 0px;
	text-align: center;
	border: 0px;
	background-color: #000000;
	overflow: hidden;
	box-sizing: border-box;
}
.gallery_alb_list_in:hover .gallery_thumb img, .triple .preview_list_in:hover .preview_thumb img, #mod_search #act_res .page .search_gal ul li:hover .search_image img {
	opacity: 0.8;
}
.gallery_alb_list_in .gallery_thumb img, .triple .preview_list_in .preview_thumb img, #mod_search #act_res .page .search_gal ul li .search_image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
.gallery_alb_list_in h2, .triple .preview_list_in h4, #mod_search #act_res .page .search_gal ul li .search_title p {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Rajdhani;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	border: 0px;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.gallery_alb_list_in h2 a, .triple .preview_list_in h4 a, #mod_search #act_res .page .search_gal ul li .search_title p a {
	color: #000000;
	display: block;
}
.gallery_alb_list_in:hover h2, .gallery_alb_list_in:hover h2 a, .triple .preview_list_in:hover h4, .triple .preview_list_in:hover h4 a, #mod_search #act_res .page .search_gal ul li:hover .search_title p, #mod_search #act_res .page .search_gal ul li:hover .search_title p a {
	color: #f25a2b;
}
.gallery_alb_list_in p, .triple .preview_list_in .preview_text p, #mod_search #act_res .page .search_gal ul li .search_description p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
}
.gallery_alb_list_in p a, .triple .preview_list_in .preview_text p a, #mod_search #act_res .page .search_gal ul li .search_description p a {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #f25a2b;
	font-size: 1em;
	font-weight: 700;
	text-align: right;
	display: block;
}
.gallery_alb_list_in:hover p a, .triple .preview_list_in:hover .preview_text p a, #mod_search #act_res .page .search_gal ul li:hover .search_description p a {
	color: #f25a2b;
}
/* gallery - album */
.gallery_desc_text {
	margin: 0px;
	padding: 0px;
}
.gallery_desc_text p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.4em;
}
.gallery_desc_image .video_wrapper, .gallery_desc_image .imageLink {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 56.25% 0px;
	text-align: center;
	border: 0px;
	background-color: #000000;
	overflow: hidden;
	display: block;
}
.gallery_desc_image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
.gallery_desc_image:hover img {
	opacity: 0.8;
}
#mod_gallery #act_view #albums_zoom .gallery_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 0px -2%;
	padding: 0px;
	overflow: hidden;
}
#mod_gallery #act_view #albums_zoom .gallery_list_in {
	position: relative;
	float: left;
	width: 23%;
	height: 0px;
	margin: 2% 0px 0px 2%;
	padding: 0px 0px 23% 0px;
	border: 0px;
	background-color: #000000;
	overflow: hidden;
}
#mod_gallery #act_view #albums_zoom .gallery_list_in img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}
#mod_gallery #act_view #albums_zoom .gallery_list_in:hover img {
	opacity: 0.8;
}

/* contact - documenti */
#mod_contact #tab_documenti #act_zoom h1 {
	animation: bounceInRight 2s;
}
#mod_contact #tab_documenti #act_zoom .page {
	animation: bounceInRight 2s;
}
.contact_details {
	margin: 0px;
}
.contact_details p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
}
/* contact - forms */
.contact_iframe_wrapper {
	clear: both;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 33.33% 0px;
	text-align: center;
	border-bottom: 2px solid #21409a;
	background-color: #e5e3df;
	overflow: hidden;
}
.contact_iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.contact_p1 {
	padding: 0px 0px 10px 0px;
}
.contact_p1 p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.4em;
}
#mod_contact #tab_richieste #act_ins .smallform, #mod_contact #tab_richieste #act_ins_do .smallform {
	padding: 0px;
}

/* dispositivi mobili */
@media only screen and (max-width: 1024px) {
	/* header */
	#header_container {
		height: 70px;
	}
	#menubar li a {
		margin-right: 15px;
		margin-left: 15px;
	}
	/* tendina_login */
	.tendina_login {
		top: 70px;
		max-height: calc(100vh - 70px);
	}
	/* carousel */
	#carousel_container {
		margin-top: 70px;
	}
	/* home */
	.servizi .section_content .servizi_div {
		width: 48%;
	}
	/* link */
	.link_list_in {
		width: 48%;
	}
	/* gallery */
	.gallery_alb_list_in, .triple .preview_list_in, #mod_search #act_res .page .search_gal ul li {
		width: 48%;
	}
	#mod_gallery #act_view #albums_zoom .gallery_list_in {
		width: 31.33%;
		padding-bottom: 31.33%;
	}
}
@media only screen and (max-width: 768px) {
	/* padding */
	h1, #header_content, #footer, .page, .carousel h3 a, .carousel .controls, .presentazione .section_content, .servizi .section_header, .certificazioni .section_header {
		padding-right: 3%;
		padding-left: 3%;
	}
	.page {
		padding-bottom: 3%;
	}
	/* header */
	#header_container {
		height: 50px;
	}
	#header {
		height: 90%;
		margin: 5% 0px;
	}
	#menubar {
		top: 50px;
		max-height: calc(100% - 50px);
	}
	#menubar li {
		transform: none;
	}
	#menubar li a {
		margin-right: 0px;
		margin-left: 0px;
		font-size: 1.4em !important;
	}
	#menubar li a:hover, #menubar li#selected a {
		color: #f25a2b !important;
	}
	/* tendina_login */
	.tendina_login {
		top: 50px;
		max-height: calc(100vh - 50px);
	}
	/* carousel */
	#carousel_container {
		margin-top: 50px;
	}
	/* footer */
	#footer .div1, #footer .div2 {
		clear: both;
		float: none;
	}
	#footer .div1 p, #footer .div2 p {
		text-align: left;
	}
	/* home */
	.presentazione .content_image {
		display: none;
	}
	.servizi .section_content, .certificazioni .section_content {
		padding-right: 1.5%;
		padding-left: 1.5%;
	}
	.servizi .section_content .servizi_div {
		width: 47%;
		margin-top: 3%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	/* about */
	.about_list .about_thumb {
		width: 50%;
		padding-bottom: 33.33%;
	}
	/* link */
	.link_list {
		margin-left: -3%;
	}
	.link_list_in {
		width: 47%;
		margin-top: 3%;
		margin-left: 3%;
	}
	/* gallery */
	.gallery_cat_list .mix_filter {
		margin: 8px 8px 0px 0px;
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.3em;
	}
	.gallery_cat_list .mix_filter a {
		padding: 6px 8px 6px 8px;
	}
	.gallery_alb_list, .triple .preview, #mod_search #act_res .page .search_gal ul {
		margin-left: -3%;
	}
	.gallery_alb_list_in, .triple .preview_list_in, #mod_search #act_res .page .search_gal ul li {
		width: 47%;
		margin-top: 3%;
		margin-left: 3%;
	}
	#mod_gallery #act_view #albums_zoom .gallery_list_in {
		width: 31.33%;
		padding-bottom: 31.33%;
	}
}
@media only screen and (max-width: 480px) {
	/* carousel */
	.carousel {
		padding-bottom: 50%;
	}
	.carousel h3 {
		display: none;
	}
	/* home */
	.presentazione .content_image {
		display: none;
	}
	.servizi .section_content .servizi_div {
		width: 97%;
	}
	.certificazioni .section_content .certificazioni_div {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
	/* about */
	#mod_about #act_view .main-image {
		padding-bottom: 50%;
	}
	.about_list .about_thumb {
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-bottom: 66.66%;
	}
	.about_list .about_p1 p img {
		max-width: 100%;
		margin: 10px 0% 10px 0px;
	}
	/* link */
	.link_list_in {
		width: 97%;
	}
	/* gallery */
	.gallery_cat_list .mix_filter {
		margin: 8px 4px 0px 0px;
		font-size: 1.1em;
		font-weight: normal;
		line-height: 1.2em;
	}
	.gallery_cat_list .mix_filter a {
		padding: 5px 5px 5px 5px;
	   border: 1px solid #21409a;
	}
	.gallery_cat_list .mix_filter a:hover, .gallery_cat_list .mixitup-control-active a {
		border: 1px solid #f25a2b;
	}
	.gallery_cat_list .mix_filter_all a, .gallery_cat_list .mix_filter_all a:hover, .gallery_cat_list .mix_filter_all.mixitup-control-active a {
		border: 1px solid #f25a2b;
	}
	.gallery_alb_list_in, .triple .preview_list_in, #mod_search #act_res .page .search_gal ul li {
		width: 97%;
		margin-top: 5%;
	}
	#mod_gallery #act_view #albums_zoom .gallery_list_in {
		width: 48%;
		padding-bottom: 48%;
	}
	/* contact */
	.contact_iframe_wrapper {
		padding-bottom: 50%;
	}
}
