@import url("../common/menu.css") only screen and (max-width: 768px);

/* generali */
body {
	font-family: 'Inter', sans-serif;
	background-color: #61670f;/*#f7f1e5;*/
}
h1, .page .section h2, .page .section h3, .contact_h2 {
	position: relative;
	max-width: 1300px;
	margin: 0px auto 0px auto;
	padding: 30px 1% 0px 1%;
	font-family: 'Lora';
	font-size: 2.1em;
	font-weight: bold;
	color: #61670f;
	text-align: left;
	text-transform: uppercase;
	border: 0px;
	box-sizing: border-box;
}
.page .section h2 {
	color: #351d03;
}
.page .section h3 {
	font-size: 2.1em;
}
h1 a, .page .section h2 a, .page .section h3 a, .contact_h2 a {
	color: #61670f;
}
.page .section h2 a {
	color: #351d03;
}
h1:hover a, h1 a:hover, .page .section h2:hover a, .page .section h2 a:hover, .page .section h3:hover a, .page .section h3 a:hover, .contact_h2:hover a, .contact_h2 a:hover {
	color: #61670f;
}
.page .section h2:hover a, .page .section h2 a:hover {
	color: #351d03;
}
.page .section h2::before, .page .section h2::after {
	content: "";
	display: inline-block;
	width: 35px;
	height: 3px;
	background: #351d03;
	vertical-align: middle;
	margin: 0 10px;
}
.page .section h2::before {
	background: linear-gradient(to left, #e6ca95, transparent);
}
.page .section h2::after {
	background: linear-gradient(to right, #e6ca95, transparent);
}
.page .force_text_light_color.force_text_dark_shadow .section h2::before, .force_text_light_color.force_text_dark_shadow .section h2::after {
	display: none;
}
.container_modal h1::before {
	padding: 0px;
	border: 0px;
}
h2, h3, h4, h5, h6 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	border: 0px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #61670f;
}
.sb_share h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}
/* color */
a {
	color: #61670f;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: none;
}
p {
	color: #000000;
}
p b {
	font-weight: 700;
}
.mainTable p {
	color: #000000;
}
.mainTable tbody p {
	color: #333333;
}
.smallform {
  background: none;
}
form p {
	color: #666666;
}
legend {
	color: #000000;
	background-color: #f7f1e5;
}
select, textarea, input, .fm-right, #fm-other {
	color: #000000;
}
label, .fm-left {
	color: #666666;
}
.select_mini, .text_mini {
	margin-top: 5px;
	font-size: 1.2em;
}
.submit {
	padding: 8px 15px 8px 15px;
	text-transform: uppercase;
	border-radius: 3px !important;
	background-color: #61670f;
}
input[type="button"]:hover, input[type="submit"]:hover {
	box-shadow: none;
	background-color: #222222;
}
input[type="button"]:focus, input[type="submit"]:focus {
	box-shadow: inset 0px 0px 6px 0px #cccccc;
}

/* mainTable */
.mainTable th, .mainTable th a {
	color: #000000;
}
.mainTable th a:hover {
	color: #61670f;
}
.mainTable tr:hover {
	background-color: #f3f6f4;
}

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

/* 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: 150px;
	padding: 20px 0px 20px 0px;
	border-bottom: 6px solid #61670f;
	border-bottom-left-radius: 50% 8%;
   border-bottom-right-radius: 50% 8%;
   /*clip-path: ellipse(80% 100% at 50% 0%);*/
	background-color: #f7ecd4;/*#cddeae;*/
	/*background-color: rgba(248,236,218,0.96);*/
	box-sizing: border-box;
}
#header_content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 1% 0px 1%;
	border: 0px;
	box-sizing: border-box;
}
/* header */
#header {
	z-index: 99;
	height: 100%;
	margin: 0px;
}
#header img {
	height: 100%;
}
/* menubar */
#menubar {
	height: 100%;
}
#menubar ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#menubar li {
	height: 100%;
}
#menubar li a {
	display: flex;
	align-items: center;
	height: 100%;
	margin: auto;
	padding: 0px 11px 0px 11px;
	color: #351d03;
	font-family: 'Lora';
   font-size: 1.6em;
   font-weight: 600;
   /*letter-spacing: 0px;
   text-transform: none;*/
   border: 0px;
}
#menubar li a:hover {
	color: #960b14 !important;
	text-decoration: none;
	/*border-bottom: 2px solid #960b14;*/
}
#menubar li#selected a {
	color: #960b14;
	text-decoration: none;
}
/* buttons */
#buttons {
}
/* language, language_footer, social, social_footer, button_login, button_menu */
#language, #social, #buy, #button_login, #button_menu {
	display: inline-block;
	vertical-align: middle;
}
#language_footer {
	display: none;
}
#language p, #language_footer p, #social span, #social_footer span, #button_login p, #button_menu p {
	display: inline-block;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	color: #351d03;
	cursor: pointer;
}
#social .span_social_facebook, #social_footer .span_social_facebook {
	margin-left: 0px;
}
#social a, #social_footer a, #buy .cart_miniform a, #button_login span, #button_menu span {
	position: relative;
	padding: 0px;
	font-family: FontAwesome;
	font-size: 2.4em;
	vertical-align: middle;
	color: #ffffff;
	display: block;
}
#social .social_facebook::before, #social_footer .social_facebook::before {
	content: "\f082";
	/*color: #4267b2;*/
	color: #ffffff;
}
#social .social_instagram::before, #social_footer .social_instagram::before {
	content: "\f16d";
	/*color: #e1306c;*/
	color: #ffffff;
}
#social .span_social_tripadvisor, #social_footer .span_social_tripadvisor {
	width: 28px;
	background-image: url("images/tripadvisor.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
#social .social_tripadvisor::before, #social_footer .social_tripadvisor::before {
	/*content: "\f262";
	color: #34e0a1;*/
	content: "\f236";
	opacity: 0;
}
#social .social_airbnb::before, #social_footer .social_airbnb::before {
	content: "\f834";
	/*color: #ff385c;*/
	color: #ffffff;
}
#social .span_social_booking, #social_footer .span_social_booking {
	width: 22px;
	background-image: url("images/booking.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
#social .social_booking::before, #social_footer .social_booking::before {
	/*content: "\42";
	color: #003b95;*/
	content: "\A01";
	opacity: 0;
}
#button_login span::before {
	content: "\f007";
	color: #351d03;
}
#button_menu span::before {
	content: "\f0c9";
	color: #351d03;
}
/* language, language_footer */
#language p {
	margin: 0px;
	font-size: 2em;
	display: block;
}
#language_footer p {
	margin: 25px 0px 0px 0px !important;
	font-size: 2em !important;
	display: block;
}
#language p span, #language_footer p span {
	position: relative;
	margin: 0px 0px 0px 0px;
	border-radius: 14px;
}
#language p span a, #language_footer p span a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
/* language_footer, social_footer */
#social_footer p, #language_footer p {
	display: block;
}
#social_footer span {
	margin: 10px 0px 0px 3px;
	font-size: 0.8em;
}
/* tendina_login */
.tendina_login {
	top: 125px;
	max-height: calc(100vh - 125px);
}

/* stats */
#stats {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 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: -12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	/*border-top: 6px solid #61670f;*/
	border-top-left-radius: 50% 4%;
   border-top-right-radius: 50% 4%;
	background-color: #61670f;
	box-sizing: border-box;
}
#footer {
   max-width: 1300px;
	margin: 0px auto;
	padding: 0px 1% 20px 1%;
	border: 0px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
#footer .div1, #footer .div2 {
   padding: 20px 0px 0px 0px;
}
#footer .div1 {
   flex-grow: 1;
}
#footer .div2 {
   min-width: 120px;
   align-content: right;
}
#footer .div1 p, #footer .div2 p {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
   color: #ffffff;
}
#footer .div1 p {
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#footer .div2 p {
	text-align: center;
}
#footer .div1 img {
	filter: grayscale(100%) brightness(130%);
}
#footer .div2 img {
	/*width: 110px;*/
	filter: grayscale(100%) brightness(130%);
	/*filter: sepia(100%);*/
}
#footer .div2 .credits {
	padding-top: 20px;
	font-size: 1.25em;
	color: #ffffff;
}
#footer .div1 a {
	color: #ffffff;
	text-decoration: underline;
}
#footer .div1 a:hover {
	color: #ffffff;
}
#footer .div2 a {
	color: #ffffff;
	text-decoration: none;
}
#footer .div2 a:hover {
	color: #ffffff;
}
#footer .div2 .credits a {
	color: #ffffff;
	text-decoration: underline;
}
#footer .div2 .credits a:hover {
	color: #e6ca95;
}
/* footer - content */
#footer .section_content > div {
	margin: 0px 0px 10px 0px;
}
#footer .section_content h3 {
	margin: 10px 0px 0px 0px;
	font-family: 'Lora';
   font-size: 1.6em;
   font-weight: 700;
	color: #e6ca95;
	text-transform: none;
}
#footer .section_content h3 a {
	color: #e6ca95;
	text-transform: none;
	text-decoration: none;
}
#footer .section_content h3 a:hover {
	color: #e6ca95;
	text-decoration: none;
}
#footer .section_content p {
	margin: 10px 0px 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.5em;
	text-transform: none;
}
#footer .section_content p a {
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
}
#footer .section_content p a:hover {
	color: #ffffff;
	text-decoration: none;
}

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

/* pathbar */
#pathbar {
	clear: both;
	max-width: 1300px;
	margin: 0px auto;
	padding: 25px 1% 0px 1%;
	text-align: left;
	font-size: 1.1em;
	color: #666666;
	box-sizing: border-box;
}
#pathbar li {
	color: #000000;
}
#pathbar li a {
	color: #000000;
}
#pathbar li .current {
	color: #666666;
}

/* pager */
#act_view .pager_bottom {
	padding-top: 25px;
}
#act_view .pager_bottom p {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.2em;
}

/* link button */
.page .section_header > p a, .page .section_content .entry > p a, .pages_details .pages_text p a {
	display: inline-block;
	margin: 5px 20px 0px 0px;
	padding: 8px 15px 8px 15px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: none !important;
	border: 0px;
	border-radius: 10px;
	background-color: #61670f;
	transition: 0.3s ease-in-out;
}
.page .section_header > p a:hover, .page .section_content .entry > p a:hover, .pages_details .pages_text p a:hover {
	color: #ffffff;
	background-color: #960b14;
}
/*.page .image_right .entry > p a {
	background-color: #61670f;
}
.page .image_right .entry > p a:hover {
	background-color: #960b14;
}*/
.page .force_text_light_color.force_text_dark_shadow .section_header > p a {
	border: 2px solid #ffffff;
	background: transparent;
}
/* disable link button on webcam images and set 16/9 images */
.page .webcam .section_header > p a, .page .webcam .section_content .entry > p a {
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 56.25% 0px;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	text-shadow: none !important;
	border: 0px;
	border-radius: 10px;
	background-color: transparent;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.page .webcam .section_header > p a:hover, .page .webcam .section_content .entry > p a:hover {
	background-color: transparent;
}
.page .webcam .section_header > p a img, .page .webcam .section_content .entry > p a img {
	max-width: none;
   width: 100%;
   margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
   transition: ease-in-out 0.3s;
}

/* home / pages */
#act_main #content, #act_main .page {
	clear: none;
	max-width: none;
	margin: 0px;
	padding: 0px;
}
/* sezioni */
#act_main .page .section, .pages_content .section {
	max-width: 1300px;
	margin: 0px auto;
	padding: 0% 1% 0% 1%;
}
.page .section h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.page .section p {
	font-size: 1.4em;
	font-weight: 300;
	color: #000000;
	line-height: 1.5em;
}
/* blocchi */
.page .section_content h3, .about_list h2 {
	margin: 0px;
	padding: 0px;
}
.page .section_content .icon_full_center h3 {
	margin-top: 10px;
	text-align: center;
}
.page .section_content .image_full_center h3 {
	padding: 7px;
	font-size: 1.8em;
	text-align: center;
}
.page .section_content .image_full_center.force_text_dark_shadow h3, .page .section_content .image_full_center.force_text_dark_shadow a, .page .section_content .image_full_center.force_text_dark_shadow span {
	text-shadow: none !important;
}
.page .section_content .single_div h3, .page .section_content .title_text h3, .page .section_content .only_text h3 {
	margin: 0px;
}
.page .section_content .entry > p, .about_list .about_p1 p, .pages_details .pages_text p {
	font-size: 1.4em;
	font-weight: 300;
	color: #000000;
	line-height: 1.5em;
}
.image_full_left.image_before_title .text_content {
	padding: 20px 20px 20px 20px;
}
.image_full_left.image_before_title .text_content h3, .image_full_left.image_before_title .text_content h3 a {
	color: #000000;
}
.page .section_content .content_image img {
	border-radius: 10px;
}
.page .section_content .image_full_center .content_image img {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* icone */
.page .section_content .sextuple_div .entry p .fa, .page .section_content .septuple_div .entry p .fa, .page .section_content .octuple_div .entry p .fa, .page .section_content .nontuple_div .entry p .fa {
  padding: 10px 0px 10px 0px;
  color: #f3f6f4;
  font-size: 2.8em;
  text-shadow: 0 0 2px #666666;
  text-shadow: -2px 0 #666666, 0 2px #666666, 2px 0 #666666, 0 -2px #666666;
}

/* pages */
#mod_pages #act_zoom .page {
	max-width: 100%;
	padding: 0px;
}
.pages_details {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* link - intro */
.link_cat_intro {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.link_cat_intro p {
	margin: 15px 0px 0px 0px;
	font-size: 1.3em;
   line-height: 1.4em;
}
/* link - categorie */
.link_cat_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0% 3%;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.link_cat_list::after {
	content: "";
	flex: auto;
}
.link_cat_list_in {
	position: relative;
	width: 31.33%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.link_cat_list_in .link_cat_thumb {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 66.67% 0px;
	text-align: center;
	border: 0px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.link_cat_list_in .link_cat_thumb img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: 50% 50%;
	transition: 0.3s ease-in-out;
}
.link_cat_list_in:hover .link_cat_thumb img {
	opacity: 0.9;
}
.link_cat_list_in h2, .page .section .link_cat_list_in h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #351d03;
	font-family: 'Lora';
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.4em;
	transition: 0.3s ease-in-out;
}
.link_cat_list_in h2 a, .page .section .link_cat_list_in h2 a {
	color: #351d03;
	display: block;
	transition: 0.3s ease-in-out;
}
.link_cat_list_in:hover h2, .link_cat_list_in:hover h2 a, .page .section .link_cat_list_in:hover h2, .page .section .link_cat_list_in:hover h2 a {
	color: #61670f;
}
/* link - view */
.link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0% 3%;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.link_list::after {
	content: "";
	flex: auto;
}
.link_list_in {
	position: relative;
	width: 22.75%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.link_list_in .link_thumb {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 66.67% 0px;
	text-align: center;
	border: 0px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.link_list_in .link_thumb img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: 50% 50%;
	transition: 0.3s ease-in-out;
}
.link_list_in:hover .link_thumb img {
	opacity: 0.9;
}
.link_list_in h2, .page .section .link_list_in h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #351d03;
	font-family: 'Lora';
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.4em;
	transition: 0.3s ease-in-out;
}
.link_list_in h2 a, .page .section .link_list_in h2 a {
	color: #351d03;
	display: block;
	transition: 0.3s ease-in-out;
}
.link_list_in:hover h2, .link_list_in:hover h2 a, .page .section .link_list_in:hover h2, .page .section .link_list_in:hover h2 a {
	color: #61670f;
}
.link_list_in .post_details {
	margin: 0px;
	padding: 0px;
}
.link_list_in .post_details .data p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: 300;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
}
.link_list_in .post_details .data p a {
	font-weight: 600;
	color: #333333;
}
.link_list_in .entry {
	margin: 0px;
	padding: 0px;
}
.link_list_in .entry p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: 300;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
}
.link_list .entry p a {
	max-width: 100px;
	margin: 10px auto;
	padding: 8px 25px 8px 25px;
	text-transform: uppercase;
	color: #777777;
	border: 1px solid #666666;
	display: block;
}
.link_list_in:hover .entry p a {
	color: #000000;
}
.link_list_in .entry table, .link_list_in .entry tr {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.link_list_in .entry td {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.3em;
	font-weight: 300;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
}
.link_list_in .entry td p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.link_list_in .entry td strong {
	font-weight: bold;
}

/* contact */
#mod_contact #tab_richieste #act_ins h1, #mod_contact #tab_richieste #act_ins_do h1 {
	display: none;
}
#mod_contact #tab_richieste #act_ins .page, #mod_contact #tab_richieste #act_ins_do .page {
	padding-bottom: 0px;
}
.contact_main {
	display: flex;
	flex-wrap: wrap;
}
/* contact - sedi */
.contact_list {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 30px 30px 30px 30px;
	border: 0px;
	border-right: 1px solid #e6ca95;
	border-left: 1px solid #e6ca95;
	background-color: #f7ecd4;
	box-sizing: border-box;
}
.contact_list_in {
	margin: 0px;
}
.contact_h2 {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000000;
}
.contact_iframe_wrapper {
	clear: both;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 100% 0px;
	text-align: center;
	border: 0px;
	overflow: hidden;
}
.contact_iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.contact_p1 {
	padding: 10px 0px 0px 0px;
}
.contact_p1 p {
	margin: 15px 0px 0px 0px;
   padding: 0px;
   font-size: 1.3em;
   line-height: 1.4em;
   color: #000000;
}
.contact_p1 p a {
   font-size: 1.15em;
   font-weight: bold;
}
/* contact - forms */
#mod_contact #tab_richieste #act_ins .smallform, #mod_contact #tab_richieste #act_ins_do .smallform {
	float: right;
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 20px;
	border-right: 0px solid #cccccc;
	box-sizing: border-box;
}
#mod_contact #tab_richieste #act_ins .smallform fieldset, #mod_contact #tab_richieste #act_ins_do .smallform fieldset {
	margin-top: 0px;
	font-size: 1.1em;
}
#mod_contact #tab_richieste #act_ins .smallform fieldset.fieldset_richieste_zoom, #mod_contact #tab_richieste #act_ins_do .smallform fieldset.fieldset_richieste_zoom {
	margin-top: 30px;
}
#mod_contact #tab_richieste #act_ins .smallform legend, #mod_contact #tab_richieste #act_ins_do .smallform legend {
	font-size: 1.4em;
}
#mod_contact #tab_richieste #act_ins .smallform .fm-info, #mod_contact #tab_richieste #act_ins_do .smallform .fm-info {
	margin: 10px 0px 15px 0px;
}
/* contact - documenti */
.contact_details p {
	margin: 10px 0px 0px 0px;
   padding: 0px;
   font-size: 1.3em;
   line-height: 1.4em;
   color: #000000;
}

/* dispositivi mobili */
@media only screen and (max-width: 1300px) {
	/* padding */
	#pathbar, h1, #header_content, #menubar_content, #footer, .page, #act_main .page .section, .pages_content .section, .pages_details .textimage {
		padding-right: 2%;
		padding-left: 2%;
	}
}
@media only screen and (max-width: 1024px) {
	/* header_container */
	#header_container {
		height: 120px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	/* menubar */
	#menubar li a {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 1.5em;
	}
	/* tendina_login */
	.tendina_login {
		top: 92px;
		max-height: calc(100vh - 92px);
	}
	/* main */
	#main {
		margin-top: 110px;
	}
	/* contact */
	.contact_list {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 900px) {
	/* header_container */
	#header_container {
		height: 100px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/* menubar */
	#menubar li a {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 1.4em;
	}
	/* tendina_login */
	.tendina_login {
		top: 75px;
		max-height: calc(100vh - 75px);
	}
	/* main */
	#main {
		margin-top: 90px;
	}
	/* contact */
	.contact_list {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 768px) {
	/* padding */
	#pathbar, h1, #header_content, #menubar_content, #footer, .page, #act_main .page .section, .pages_content .section, .pages_details .textimage {
		padding-right: 3%;
		padding-left: 3%;
	}
	/* header */
	#header_container {
		height: 80px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 4px solid #61670f;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	/* menubar */
	#menubar {
		top: 80px;
		max-height: calc(100% - 80px);
	}
	#menubar ul {
		display: block;
	}
	#menubar li a {
		display: block;
		padding-right: 0px;
		padding-left: 0px;
		font-size: 1.4em !important;
	}
	#menubar li a:hover, #menubar li#selected a {
		color: #e6ca95 !important;
	}
	/* language, language_footer, social, button_login, button_menu */
	#language {
		display: none;
	}
	#language_footer {
		display: block;
	}
	#language p, #social span, #button_login p, #button_menu p {
		margin-left: 5px;
	}
	#language p span, #language_footer p span {
		margin-left: 2px;
	}
	/* tendina_login */
	.tendina_login {
		top: 72px;
		max-height: calc(100vh - 72px);
	}
	/* stats */
	#stats {
		padding-bottom: 0px;
	}
	/* footer */
	#footer_container {
		margin-top: 0px;
		border-top: 4px solid #61670f;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	#footer .div1, #footer .div2 {
		width: 100%;
		min-width: initial;
		align-content: left;
	}
	#footer .div1 {
		padding-top: 5px;
	}
	#footer .div2 img {
		display: none;
	}
	#footer .div1 p, #footer .div2 p {
		text-align: left;
	}
	#social_footer span {
		margin-right: 10px;
		margin-left: 0px;
	}
	/* main */
	#main {
		margin-top: 80px;
		padding-bottom: 0px;
	}
	/* link button */
	.page .section_header > p a, .page .section_content .entry > p a, .about_list .about_p1 p a, .pages_details .pages_text p a {
		margin: 5px 15px 0px 0px;
		padding: 6px 12px 6px 12px;
		font-size: 1em;
	}
	/* home */
	.page .image_left .content_image, .page .image_right .content_image, .about_list .image_left .about_thumb, .about_list .image_right .about_thumb,
	.page .image_left .video_wrapper, .page .image_right .video_wrapper, .about_list .image_left .video_wrapper, .about_list .image_right .video_wrapper {
		display: none;
	}
	.page .presentazione {
		aspect-ratio: 1/1 !important;
		font-size: 1em !important;
	}
	/* link */
	.link_cat_list_in, .link_list_in {
		width: 48.5%;
	}
	/* contact */
	#mod_contact #tab_richieste #act_ins .page, #mod_contact #tab_richieste #act_ins_do .page {
		padding-right: 0px;
		padding-left: 0px;
	}
	.contact_list, #mod_contact #tab_richieste #act_ins .smallform, #mod_contact #tab_richieste #act_ins_do .smallform {
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		border: 0px;
		background: none;
	}
	.contact_iframe_wrapper {
		padding-bottom: 100%;
		border-bottom: 4px solid #61670f;
	}
	.contact_p1 {
		padding-right: 3%;
		padding-left: 3%;
	}
	#mod_contact #tab_richieste #act_ins .smallform fieldset.fieldset_richieste_zoom, #mod_contact #tab_richieste #act_ins_do .smallform fieldset.fieldset_richieste_zoom {
		margin-top: 0px;
		margin-right: 3%;
		margin-left: 3%;
	}
}
@media only screen and (max-width: 480px) {
	/* home */
	/*.page .presentazione {
		aspect-ratio: 0.8/1 !important;
		font-size: 1em !important;
	}*/
	/* link */
	.link_cat_list_in, .link_list_in {
		width: 100%;
	}
	/* contact */
	/*.contact_iframe_wrapper {
		padding-bottom: 125%;
	}*/
}
