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

/* generali */
body {
	font-family: 'Heebo', sans-serif;
	background-color: #f8ecda;
}
h1, .page .section h2, .page .section h3, .about_list h2, .blog_details2 h3, .contact_h2 {
	position: relative;
	max-width: 1300px;
	margin: 0px auto 0px auto;
	padding: 30px 1% 0px 1%;
	font-family: 'Bebas Neue';
	font-size: 3em;
	font-weight: bold;
	color: #8db111;
	text-align: left;
	text-transform: none;
	border: 0px;
	box-sizing: border-box;
}
h1 a, .page .section h2 a, .page .section h3 a, .about_list h2 a, .contact_h2 a {
	color: #8db111;
}
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, .about_list h2:hover a, .about_list h2 a:hover, .contact_h2:hover a, .contact_h2 a:hover {
	color: #8db111;
}
.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: #8db111;
}
.sb_share h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}
/* color */
a {
	color: #8db111;
	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;
}
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: #8db111;
}
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: #8db111;
}
.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: 100px;
	padding: 0px;
	border-bottom: 0px solid #8db111;
	background-color: #f8ecda;/*#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 13px 0px 13px;
	color: #4d3b29;
   font-size: 1.6em;
   font-weight: 400;
   letter-spacing: 0px;
   text-transform: uppercase;
   border: 0px;
}
#menubar li a:hover {
	color: #8db111 !important;
	text-decoration: none;
}
#menubar li#selected a {
	color: #8db111;
	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;
}
#button_ricerca {
	display: none !important;
}
#language p, #language_footer p, #social span, #social_footer span, #buy .cart_miniform p, #button_login p, #button_menu p {
	display: inline-block;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	color: #4d3b29;
	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;
}
#social .social_instagram::before, #social_footer .social_instagram::before {
	content: "\f16d";
	color: #e1306c;
}
#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;
}
#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: #4d3b29;
}
#button_menu span::before {
	content: "\f0c9";
	color: #4d3b29;
}
/* language, language_footer */
#language p, #language_footer p {
	margin: 0px 0px 0px 5px;
	font-size: 2em;
	display: block;
}
#language p span, #language_footer p span {
	position: relative;
	margin: 0px 0px 0px 5px;
	border-radius: 10px;
}
#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;
}
#language_footer span {
	margin: 10px 0px 0px 10px;
	font-size: 1.4em;
}
/* tendina_carrello */
.tendina_carrello {
	top: 100px;
	width: 230px;
	max-height: calc(100vh - 100px);
	border-top: 0px;
	border-bottom: 0px;
	background-color: #000000;
}
.tendina_carrello p {
	color: #ffffff;
}
.tendina_carrello p a {
	color: #fbc92f;
}
/* tendina_login */
.tendina_login {
	top: 100px;
	max-height: calc(100vh - 100px);
}
/* negative_from_section */
.negative_from_section {
	display: block;
	position: absolute;
	top: -100px;
	left: 0px;
}

/* carousel */
#carousel_container {
	clear: both;
	position: relative;
	width: 100%;
	margin: 100px auto 0px auto;
	padding: 0px;
	border: 0px;
}
.carousel .carousel_div, .carousel .content, .carousel .content_image {
	height: 100%;
}
.carousel {
	clear: both;
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40% 0px;
	text-align: center;
	border-bottom: 0px;
	overflow: hidden;
}
.carousel .carousel_div {
	display: none;
}
.carousel img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: 50% 50%;
}
.carousel .post_details {
	display: none;
}
.carousel .text_content {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 1% 0px 1%;
	box-sizing: border-box;
	transform: translateY(-50%);
}
.carousel h3 {
	max-width: 70%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Heebo';
	font-size: 3em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-shadow: 2px 2px 4px #000000;
}
.carousel h3 a {
	color: #ffffff;
	display: block;
}
.carousel .entry p {
	max-width: 70%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	text-shadow: 2px 2px 4px #000000;
}
.carousel .entry p a {
	display: inline-block;
	margin: 20px 20px 0px 0px;
	padding: 8px 15px 8px 15px;
	color: #ffffff;
	font-size: 0.95em;
	font-weight: normal;
	text-shadow: none !important;
	border: 0px;
	border-radius: 5px;
	background-color: #8db111;
	transition: 0.3s ease-in-out;
}
.carousel .entry p a:hover {
	color: #ffffff;
	background-color: #8db111;
}
.carousel .controls {
	z-index: 2;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 1% 0px 1%;
	text-align: right;
	box-sizing: border-box;
	display: block;
}
.carousel .controls a {
	width: 12px;
	height: 12px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	border: 0px;
	border-radius: 8px;
	border: 3px solid #ffffff;
	/*outline: 1px solid #ffffff;*/
	box-shadow: 2px 2px 4px #000000;
	background-color: transparent;
	display: inline-block !important;
	vertical-align: bottom;
	cursor: pointer;
}
.carousel .controls a:hover, .carousel .controls a.selected {
	background-color: #4d3b29;
}

/* 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: #f8ecda;
}
#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: #555555;
}
#footer .div1 p {
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#footer .div2 p {
	text-align: center;
}
#footer .div2 img {
	width: 110px;
	/*filter: brightness(0) invert(1);*/
}
#footer .div2 .credits {
	padding-top: 20px;
	font-size: 1.25em;
	color: #555555;
}
#footer .div1 a {
	color: #555555;
	text-decoration: underline;
}
#footer .div1 a:hover {
	color: #8db111;
}
#footer .div2 a {
	color: #555555;
	text-decoration: none;
}
#footer .div2 a:hover {
	color: #8db111;
}
#footer .div2 .credits a {
	color: #555555;
	text-decoration: underline;
}
#footer .div2 .credits a:hover {
	color: #8db111;
}
/* footer - content */
#footer .section_content > div {
	margin: 0px 0px 10px 0px;
}
#footer .section_content h3 {
	margin: 10px 0px 0px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #4d3b29;
	text-transform: none;
}
#footer .section_content h3 a {
	color: #4d3b29;
	text-transform: none;
	text-decoration: none;
}
#footer .section_content h3 a:hover {
	color: #4d3b29;
	text-decoration: none;
}
#footer .section_content p {
	margin: 10px 0px 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
	color: #555555;
	line-height: 1.5em;
	text-transform: none;
}
#footer .section_content p a {
	color: #555555;
	text-transform: none;
	text-decoration: none;
}
#footer .section_content p a:hover {
	color: #8db111;
	text-decoration: none;
}

/* 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% 1% 2% 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, .about_list .about_p1 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: 15px;
	background-color: #4d3b29;
	transition: 0.3s ease-in-out;
}
.page .section_header > p a:hover, .page .section_content .entry > p a:hover, .about_list .about_p1 p a:hover, .pages_details .pages_text p a:hover {
	color: #ffffff;
	background-color: #8db111;
}
/*.page .image_right .entry > p a, .about_list .image_right .about_p1 p a {
	background-color: #4d3b29;
}
.page .image_right .entry > p a:hover, .about_list .image_right .about_p1 p a:hover {
	background-color: #8db111;
}*/

/* 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 .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: 15px;
}
/* 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: 15px 0px 15px 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: 15px;
	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: 20px 0px 0px 0px;
	padding: 0px;
	color: #222222;
	font-family: inherit;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	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: #222222;
	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: #8db111;
}
/* 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: 31.33%;
	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: 15px;
	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: 20px 0px 0px 0px;
	padding: 0px;
	color: #222222;
	font-family: inherit;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	line-height: 1.4em;
	transition: 0.3s ease-in-out;
}
.link_list_in h2 a, .page .section .link_list_in h2 a {
	color: #222222;
	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: #8db111;
}
.link_list_in .post_details {
	margin: 0px;
	padding: 0px;
}
.link_list_in .post_details .data p {
	margin: 15px 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: 15px 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: 20px 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;
}

/* 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;
	background-color: #f3f6f4;
	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, .carousel .text_content, .carousel .controls, #footer, .page, #act_main .page .section, .pages_content .section, .about_list .about_list_in .textimage, .pages_details .textimage {
		padding-right: 2%;
		padding-left: 2%;
	}
	.page {
		padding-bottom: 2%;
	}
}
@media only screen and (max-width: 1024px) {
	/* menubar */
	#menubar li a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 1.4em;
	}
	/* contact */
	.contact_list {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 900px) {
	/* header */
	#header {
		height: 70%;
	}
	/* menubar */
	#menubar li a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 1.3em;
	}
	/* carousel */
	.carousel h3 {
		max-width: 80%;
	}
	.carousel .entry p {
		max-width: 80%;
		color: #ffffff;
	}
	/* footer */
	#footer .div1, #footer .div2 {
		width: 100%;
		min-width: initial;
		align-content: left;
	}
	#footer .div2 img {
		display: none;
	}
	#footer .div1 p, #footer .div2 p {
		text-align: left;
	}
	#footer .section_content .quadruple_div {
		width: 25%;
	}
	#language_footer span, #social_footer span {
		margin-right: 10px;
		margin-left: 0px;
	}
	/* contact */
	.contact_list {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 768px) {
	/* generali */
	h1, .page .section h2, .blog_details2 h3, .contact_h2 {
		font-size: 2.5em;
	}
	.page .section h3, .about_list h2 {
		font-size: 2.5em;
	}
	.page .section_content .single_div h3, .page .section_content .title_text h3, .page .section_content .only_text h3 {
		font-size: 2.5em;
	}
	.carousel, .carousel .carousel_div {
		padding-bottom: 66.66% !important;
	}
	/* padding */
	#pathbar, h1, #header_content, #menubar_content, .carousel .text_content, .carousel .controls, #footer, .page, #act_main .page .section, .pages_content .section, .about_list .about_list_in .textimage, .pages_details .textimage {
		padding-right: 3%;
		padding-left: 3%;
	}
	.page {
		padding-bottom: 3%;
	}
	/* header */
	#header_container {
		height: 60px;
	}
	#header {
		height: 80%;
	}
	#menubar {
		top: 60px;
		max-height: calc(100% - 60px);
	}
	#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: #8db111 !important;
	}
	/* language, social, button_login, button_menu */
	#language p, #social span, #button_login p, #button_menu p {
		margin-left: 5px;
	}
	#language p span, #language_footer p span {
		margin-left: 2px;
	}
	/* tendina_carrello */
	.tendina_carrello {
		top: 60px;
		max-height: calc(100vh - 60px);
	}
	/* tendina_login */
	.tendina_login {
		top: 60px;
		max-height: calc(100vh - 60px);
	}
	.negative_from_section {
		top: -60px;
	}
	/* carousel */
	#carousel_container {
		margin-top: 60px;
	}
	.carousel h3 {
		max-width: 80%;
		font-size: 2.2em;
	}
	.carousel .entry p {
		max-width: 80%;
		color: #ffffff;
	}
	.carousel .entry p a {
		padding: 6px 12px 6px 12px;
	}
	.carousel .controls {
		bottom: 12px;
	}
	/* footer */
	#footer .div1, #footer .div2 {
		width: 100%;
		min-width: initial;
		align-content: left;
	}
	#footer .div1 p, #footer .div2 p {
		text-align: left;
	}
	#footer .section_content .quadruple_div {
		width: 25%;
	}
	#language_footer span, #social_footer span {
		margin-right: 10px;
		margin-left: 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;
	}
	/* 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: 66.66%;
	}
	.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%;
	}
	#mod_contact #tab_richieste #act_ins .smallform legend, #mod_contact #tab_richieste #act_ins_do .smallform legend {
		background-color: #ffffff;
	}
}
@media only screen and (max-width: 600px) {
	/* footer */
	#footer .section_content .quadruple_div {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	/* generali */
	h1, .page .section h2, .blog_details2 h3, .contact_h2 {
		font-size: 2.5em;
	}
	.page .section h3, .about_list h2 {
		font-size: 2.5em;
	}
	.page .section_content .single_div h3, .page .section_content .title_text h3, .page .section_content .only_text h3 {
		font-size: 2.5em;
	}
	/* carousel */
	.carousel h3 {
		max-width: 100%;
		margin-bottom: 5px;
		font-size: 1.8em;
	}
	.carousel .entry p {
		max-width: 100%;
		color: #ffffff;
		font-size: 1.3em;
	}
	.carousel .entry p a {
		margin-top: 10px;
		font-size: 1.08em;
	}
	/* link */
	.link_cat_list_in, .link_list_in {
		width: 100%;
	}
}
