@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import "all.min.css";
@import "minicards.css";

/* ==================================================================================== */
/*				 Teemplate related styles																	 */
/* ==================================================================================== */
:root {
	--gap: .5em;
	--rowHeight: auto;
	--fd-background-color: #FFF;
	--fd-background-box: #FFF;
	--fd-background-text-light: #80deea;
	--fd-background-text-dark: rgb(14, 79, 110);
	--fd-border-box-color: rgb(151, 151, 151);
	--fd-background-form: #FFF;
	--fd-font-dancing: 'Dancing Script', cursive;
}
body {background-color: var(--fd-background-color);}
strong {
    font-weight: bold;
    color: #ffd515;
    text-shadow: 1px 1px 0px #000;
}
p {padding:0; margin:0;}
figure {width:380px;}
.dancing-script-fd {
  font-family: 'Dancing Script', cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.background_default {background: var(--fd-background-color);}
.background_transparent{background-color: transparent !important;}
.background_semitransparent{background-color: rgba(0, 0, 0, 0.5);}
.background_black{background-color: black !important;}
.background_white{background-color: white !important;}
.background_light{background: #e9e9e9 !important;}
.background_lightgrey{background: rgb(192 192 192) !important;}
.background_darkgrey{background: #202020 !important;}
.background_light_green{background: rgba(3, 173, 16, 1);}
.background_blue {background: #0e4f6e !important;}
.background_darkblue {background: #073846 !important;}
.background_brown {background: #780006;}
.background_red {background: red;}
.background_lemon {background: #ddda75 !important;}
.background_honeydew {background: honeydew !important;}
.background_teal {background: teal !important;}
.background_green {background: #006935 !important;}
.background_pink {background: pink !important;}
.bkg_fedina{background-color:#329385 !important;}

/* ---------------------------------------------------------------------------
				--- Text ---
	--------------------------------------------------------------------------- */
.h1, .h2, .h3, .h4 {
	background-color:#c3c3c3;
	color:#002134;
	text-shadow: none;
	padding-left:1rem;
}
.h_colored_light {	/*	usato per background su H1, H2 ecc. */
	background: var(--fd-background-text-light);
	text-shadow: 1px 1px 1px #000;
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 50%);
}
.h_colored_dark {	/*	usato per background su H1, H2 ecc. */
	background: var(--fd-background-text-dark);
	text-shadow: 1px 1px 2px #000;
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 50%);
}
h1.lined, h2.lined, h3.lined, h4.lined, h5.lined, h6.lined {
	overflow: hidden;
	position: relative;
	color: darkorange !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px #565656;
}
h1.lined:before, h2.lined:before, h3.lined:before, h4.lined:before, h5.lined:before, h6.lined:before {
	left: -20px !important;
	margin: 0 0 0 -200% !important;
}
h1.lined:before, h1.lined:after, h2.lined:before, h2.lined:after, h3.lined:before, h3.lined:after, h4.lined:before, h4.lined:after, h5.lined:before, h5.lined:after, h6.lined:before, h6.lined:after {
	content: "";
	width: 200%;
	height: 1.5em;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 20px;
	vertical-align: bottom;
}
h1.lined:before, h1.lined:after {bottom: -1.4rem; background: url(../images/cavo_colorato_small.jpg) repeat-x;}
h2.lined:before, h2.lined:after {bottom: -0.9rem; background: url(../images/cavo_colorato_small.jpg) repeat-x;}
h3.lined:before, h3.lined:after {bottom: -0.6rem; background: url(../images/cavo_colorato_xsmall.jpg) repeat-x;}
h4.lined:before, h4.lined:after {bottom: -0.4rem; background: url(../images/cavo_colorato_xsmall.jpg) repeat-x;}
h5.lined:before, h5.lined:after {bottom: -0.1rem; background: url(../images/cavo_colorato_xsmall.jpg) repeat-x;}
.sp_intest {
	text-shadow: 1px 1px 1px #000;
	color:#ffb801;
	font-weight:bold;
	font-style:italic;
	display:inline-block;
}
.intest {
	padding: 0 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	font-size: 1rem;
	font-style:italic;
	color: #c2c2c2;
	font-weight: bold;
	display:inline-block;
}
span .intest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
}
.font_dancing {font-family: var(--fd-font-dancing)}

/* ---------------------------------------------------------------------------
				--- Overlay Search Icon on img ---
	--------------------------------------------------------------------------- */
.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
   -webkit-border-radius:3%;
   -moz-border-radius:3%;
}
.link-overlay:before {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -25px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	color: #2c2c2c;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	font-size: 24px;
	padding-top: 11px;
	color: #336699;
}
.work-image:hover .link-overlay {background: rgba(20,22,23,0.6);}
.work-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.full_opacity {opacity: 1;}
/* ---------------------------------------------------------------------------
				--- Transparent e Colored (dark) Boxes ---
	--------------------------------------------------------------------------- */
.div50 {width:50%; margin:auto;}
.div60 {width:60%; margin:auto;}
.div70 {width:70%; margin:auto;}
.div80 {width:80%; margin:auto;}
.div90 {width:90%; margin:auto;}

.transparent_box {
	position: relative;
	background: transparent;
/* 	margin: 0 auto;	Add margin with a class */
}
.trasparent_box:before {
	content: "";
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.semi_transparent_box {
	position: relative;
	background: transparent;
/* 	margin: 0 auto;	Add margin with a class */
	background: rgba(0 28 38 / 50%);
	padding: 1rem 2rem;
	border-width: 1px;
	border-style: groove;
	border-color: var(--fd-border-box-color);
}

.colored_box {
	position: relative;
	padding: 1rem 2rem;
/* 	margin: 0 auto; */
	background: var(--fd-background-box);
	border-width: 1px;
	border-style: groove;
	border-color: var(--fd-border-box-color);
	color: #f8f9fa;
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 50%);
}
.colored_box a:hover {color: #d9c494;}

.bordered_box {
	position: relative;
	padding: 1rem 2rem;
	margin: 0 auto;
	background: transparent;
	border-width: 1px;
	border-style: groove;
	border-color: var(--fd-border-box-color);
}

.main_back {	/* -- Fixed background image -- */
	position: fixed !important;
	top:0;
	left:0;
	width:100%;
	z-index:0;
}

.img_container {
	position:relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img_container .overlay {	/* -- In case of overlay text -- */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.fd_round_cell {
	height: auto;
	background: #e2e2e2;
	float: left;
	padding: 5px;
	border: 1px solid #666;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	position: relative;
}
.fd_round_cell img {
    -webkit-border-radius: 3%;
    -moz-border-radius: 3%;
    border-radius: 3%;
    border: 1px solid #666;
    max-width: 100%;
    height: auto;
}
.bordered_left {border-left: 1px groove grey;}
.bordered_right {border-right: 1px groove grey;}
.bordered_top {border-top: 1px groove grey;}
.bordered_bottom {border-bottom: 1px groove grey;}

/* ===========================================================================
				--- MENU ---
	=========================================================================== */
#header {
	background: url(../images/backgrounds/banner-1.webp) no-repeat center;
/*	border-bottom: 1px solid rgba(12, 11, 9, 0.6); */
	transition: all 0.5s;
	z-index: 997;
	padding-left: 10px;
/*	padding-right: 20px; */
	position:relative;
	top:0;
	left:0;
	display: flex;
	/* height: 213px; */
	height:100%;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header .logo {
	font-size: 48px;
	padding: 0;
	line-height: 1;
   position: relative;
}
h1.intro:first-letter {
	font-size: 32px;
	display: block;
	line-height: .5;
	margin-top:1px;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {position: relative;}
.navbar a:hover, .navbar li.active>a, .navbar li:hover > a, .navbar a.active {color: #d9ba85;}
.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 15px;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.dropdown, .dropend, .dropstart, .dropup {position: relative;}
.navbar a i {
	font-size: 12px;
	margin-left: 5px;
}
.dropdown .title {
    font-size: 14px;
    font-size: 17px;
    color: #ffde3f;
    text-align: left;
    height: 39px;
    text-shadow: 0 1px 1px rgb(23 23 23 / 98%);
}
.bi-chevron-down::before {content: "\f282";}
[class^="bi-"]::before, [class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 25px);
	margin: 0;
	padding: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #6c757d;
	box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
	transition: 0.3s;
	border-radius: 4px;
}
.navbar .dropdown ul li {min-width: 216px;}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown ul a {
	padding: 8px 20px;
	color: #e9ecef;
	border-bottom: 1px outset #f0f3f7;
	border-bottom-width: thin;
	text-shadow: 0 1px 1px rgb(23 23 23 / 98%);
}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {color: #cda45e;}
.navbar .dropdown .dropdown ul {
	top: 0;
/*	left: 100%; */
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

/* ------------------- Mobile Navigation ------------ */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none !important;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 6px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
	max-width: 300px;
}
.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #1a1814;
/*	justify-content: start; */
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {color: #cda45e;}
.navbar-mobile .getstarted {margin: 15px;}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {min-width: 200px;}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
	color: grey;
   text-shadow: none;
}
.navbar-mobile .dropdown ul a i {font-size: 12px;}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {color: #cda45e;}
.navbar-mobile .dropdown > .dropdown-active {display: block;}

/* ===========================================================================
				--- Footer ---
	=========================================================================== */
.footer {
	background: #2C2E3E;
   color: rgba(255, 255, 255, 0.5) !important;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding: 1.5rem 0;
	position: relative;
}
.footer h3 {
	color: #E4E4E4;
	border-bottom: 1px dotted #7C7C7C;
	padding-top: 20px;
}
.footer-copyright {
	text-align: center;
	color: #7C7C7C;
	border-top: 1px dotted #7C7C7C;
	padding-top: 10px;
	font-size: 0.9em;
}

.title_footer {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-family: inherit;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
.footer p {
	font-size: 14px;
	line-height: 22px;
}
.footer p i {font-size:16px;}
.footer p a {
	text-decoration:none;
	color:#7bd5d3;
}
.footer p>img {background:lightgrey;}

.rp_box, .rp_box2 {
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed gray;
}
.rp_box {height:122px;}
.rp_box2 {height:163px;}
.rp_box a, .rp_box2 a {
    text-decoration: none;
    color: #DAD7D7;
    font-size: 13px;
}
.rp_box img, .rp_box2 img {
    float: left;
    margin-right: 20px;
}

#contactHomeRight {
	max-width:940px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* ===========================================================================
				--- FORMS ---
	=========================================================================== */
textarea, input, select, .dropdown_list {
	margin:0 !important;
	background:white;
	padding: 6px 10px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 1rem;
	color: #666;
	font-style:normal;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 20%);
	border-radius: 4px;
   overflow: visible;
}
input[type="checkbox"] {box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 50%);}
.background_form {
	background-color: var(--fd-background-form);
	box-shadow: inset 0 1px #fff, 0 1px 2px #c8cfe6;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
}
.input-wrap, .select-wrap, .textarea-wrap {
	display: block;
	margin: 0 0 15px 0;
	position: relative;
	font-size: 15px;
}
.input-wrap i, .textarea-wrap i {
	position: absolute;
	top: 6px;
	color: #9f9f9f;
	vertical-align: top;
	padding-left:15px;
}
.icon-wrap i {color: #9e9e9e;}

.input-wrap i + input, .textarea-wrap i + textarea {padding-left: 35px;}
.input-wrap i.focused, .textarea-wrap i.focused {color: #333;}
.input-wrap input, .textarea-wrap textarea, .select-wrap select {
/*	width: 90% !important; */
	padding: 0 12px;
	background: #fafafa;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;
	color: #333 !important;
	line-height: 1.8;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 4px;
}
.input-wrap input.field-name:hover, .textarea-wrap textarea.field-comments:hover {cursor:text;}
.input-wrap input:focus, .textarea-wrap textarea:focus {
	background: #fff;
	border: 1px solid #3ebbc7;
	box-shadow: 0 0 5px rgba(62,187,199,0.35);
	color: #65686d;
}
.textarea-wrap textarea {
	min-width:50%;
	height: 150px !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select-wrap select {
	display: inline;
	width: 240px;
	height: 35px;
	padding: 8px 8px 8px 12px;
}
.select-wrap:after {
	content: '';
	display: block;
	width: 240px;
	height: 1px;
	position: absolute;
	top: 0;
	z-index: 2;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.select-wrap option {padding: 2px 12px;}
.message-success {
	background: #e2fccf;
	border-color: #c4f8a1;
	box-shadow: 0 1px 2px #999;
	border-radius: 4px;
	padding:20px 20px 5px;
	font-size:14px;
	font-weight:bold;
	color: #48ad38;
}
.message-error {
	background: #fff0f0;
	border-color: #ffd2cf;
	box-shadow: 0 1px 2px #999;
	border-radius: 4px;
	padding:20px 20px 5px;
	font-size:14px;
	font-weight:bold;
	color: #d24841;
}
.message-info {
	background: #ecf7fe;
	border-color: #c6eefa;
	box-shadow: 0 1px 2px #999;
	border-radius: 4px;
	padding:20px 20px 5px;
	font-size:14px;
	font-weight:bold;
	color: #2d76bb;
}
.dropdown_list {height:32px;}
.dropdown_list:hover {cursor:pointer;}
.dropdown_list ul {
	position: absolute;
	background-color: #f1f1f1;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin: 0 0 0 -5px;
	padding: 0;
	z-index: 99;
	top: 17px;
	max-height:300px;
}  
.dropdown_list ul li {
	background:white;
	color: #6a6363;
	border-bottom: 1px outset #e2e2e2;
	border-bottom-width: thin;
	height:32px;
	padding-top: 5px;
	overflow: hidden;
}
.dropdown_list ul li:hover {
	cursor:pointer;
	background:brown;
	color:white;
	text-shadow: 0 1px 1px rgb(23 23 23 / 98%);
}
._dropList::-webkit-scrollbar {width:15px;}
._dropList::-webkit-scrollbar-thumb {
	background-color: #a61414;
	border: 2px outset #9e6d6d;
}
._dropList::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #c2c2c2;
}
#contact_form {max-width:940px;}
.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.6rem 0.7rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #a5a5a5 !important;
	border: 1px solid #ced4da;
}
.input-group-append {
	margin-left: -1px;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* ---------	Switch Box	-------------- */
.switch-holder {
	display: flex;
	padding: 4px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
/*	box-shadow: -8px -8px 15px rgba(255,255,255,.7), 10px 10px 10px rgba(0,0,0, .3), inset 8px 8px 15px rgba(255,255,255,.7), inset 10px 10px 10px rgba(0,0,0, .3);*/
	justify-content: space-between;
	align-items: center;
	background: #e2e2e2;
	color: #333;
}
.switch-label {width: 150px;}
.switch-label i {margin-right: 5px;}
.switch-toggle {height: 30px;}
.switch-toggle input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -2;
}
.switch-toggle input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 20px;
	margin: 0;
	cursor: pointer;
	box-shadow: inset -8px -8px 15px rgba(255,255,255,.6), inset 10px 10px 10px rgba(0,0,0, .25);
}
.switch-toggle input[type="checkbox"] + label::before {
	position: absolute;
	content: 'OFF';
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	top: 7px;
	left: 8px;
	width: 45px;
	height: 18px;
	border-radius: 20px;
	background-color: #d1dad3;
	box-shadow: -3px -3px 5px rgba(255,255,255,.2), 3px 3px 4px rgb(14 80 16 / 60%);
	transition: .3s ease-in-out;
	font-weight:500;
}
.switch-toggle input[type="checkbox"]:checked + label::before {
	left: 50%;
	content: 'ON';
	color: #fff;
	background-color: #00b33c;
	box-shadow: -3px -3px 5px rgba(255,255,255,.5), 3px 3px 5px #00b33c;
}

.form_box {
	height: auto;
	overflow: hidden;
	background: white;
	padding-left: 20px;
	transition: all 0.4s ease-in-out;
	border-radius: 10px;
	box-shadow: 1px 0.25rem 1rem 0px rgb(0 0 0 / 40%);
	transform: scaleY(1);
	transform-origin: top;	
	position: absolute;
	z-index: 10001;
	left: 100px;
	top: 60px;
}
.hide {
	transform: scaleY(0);
}
.boxContact {
	box-shadow: inset 0 1px #fff, 0 1px 2px #c8cfe6;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
/* ------------------------------- */

/* =================================================================================== */
/*				--- Image Grids and Overlays ---															*/
/* =================================================================================== */
.box_572x572 {width:572px; height:572px;}
.box_250x250 {width:250px; height:250px;}
.box_524x540 {width:524px; height:540px;}
.box_540x630 {width:540px; height:630px;}
.box_person {width:218px; height:300px;}
.box_170x255 {width:170px; height:255px;}
.box_150x150 {width:150px; height:150px;}
.box_120x120 {width:120px; height:120px;}
.box_100x100 {width:100px; height:100px;}
.box_105x140 {width:105px; height:140px;}
.box_100x125 {width:100px; height:125px;}
.box_80x125 {width:100px; height:125px;}
.box_50x80 {width:50px; height:80px;}
.box_60x60 {width:60px; height:60px;}
.box_36x36 {width:36px; height:36px;}
.box_24x24 {width:24px; height:24px;}
.square25 {width:25rem !important; height:25rem !important;}
.box_item, .product-item {
	border: 1px solid #dee2e6 !important;
	padding:5px;
	transition: .5s;
	margin-right:20px;
	position:relative;
	overflow: hidden;
}
.box_img .item_info {
	 opacity: 0;
	 position: absolute;
	 bottom: 0;
	 top: 0;
	 left: 0;
	 right: 0;
	 transition: 0.2s;
	 text-align:center;
	 color:black;
}
.box_img .item_info_content {
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 10px;
	 transition: bottom 0.4s;
}
.box_img .item_info_content h4 {
	 font-weight: 700;
	 margin-bottom: 2px;
	 font-size: 18px;
	 color: #FFF;
	 text-shadow: #000 1.4px 1.4px 0px;
}
.box_img .item_info_content span {
	 font-style: italic;
	 display: block;
	 font-size: 13px;
	 color: #FFF;
	 text-shadow: #000 1.4px 1.4px 0px;
}
.box_img .icons {
	 position: absolute;
	 left: 0;
	 bottom: -38px;
	 right: 0;
	 height: 48px;
	 transition: bottom ease-in-out 0.4s;
	 text-align: center;
}
.box_img .icons a {
	 transition: color 0.3s;
	 color: #FFF;
	 margin: 0 10px;
	 display: inline-block;
	 border: 1px solid grey;
	 border-radius:50%;
	 width:32px;
	 height:32px;
	 padding-top: 3px;
}
.box_img .buttons {
	 transition: bottom ease-in-out 0.4s;
	 text-align: center;
}
.box_img .buttons a {
	 transition: color 0.3s;
	 display: inline-block;
	 border: 1px solid grey;
	 margin: 50% auto;
}
.box_img:hover .item_info {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
	opacity: 1;
	transition: 0.4s;
}
.img_gradient {background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);}
.box_img:hover .item_info_content {
	 bottom: 60px;
	 transition: bottom 0.4s;
}
.box_img:hover .icons {
	 bottom: 0;
	 transition: bottom ease-in-out 0.4s;
}
.box_img .icons_small a {
	 transition: color 0.3s;
	 color: #FFF;
	 display: inline-block;
	 border: 1px solid grey;
	 border-radius: 50%;
	 width: 22px;
	 height: 22px;
}
.box_img .icons_small {
	 position: absolute;
	 left: 0;
	 right: 0;
	 height: 28px;
	 text-align: center;
	 bottom: 5px;
}
.box_img:hover .item_info_content {bottom: 40px !important;}

.product-item:hover .box_img img {
	transform: scale(1.2);
	transition: .5s;
}

/* -------------- link-overlay icon on img ------------- */
.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
   -webkit-border-radius:3%;
   -moz-border-radius:3%;
}
.link-overlay:before {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -25px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	color: #2c2c2c;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	font-size: 24px;
	padding-top: 11px;
	color: #336699;
}
.work-image:hover .link-overlay {background: rgba(20,22,23,0.6);}
.work-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.margbot35 {margin-bottom:3.5rem;}
.margtopX3 {margin-top:3rem;}

/* ----------------------------------------------------- */
/* 			Context Menu								 			*/
/* ----------------------------------------------------- */
.ContextMenu_container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #cbd5e0;
	border-radius: 0.25rem;
	background-color: #f7fafc;
}
.ContextMenu_item {
	padding: 0.5rem 1.25rem;
	white-space: nowrap;
	color:black;
}
.ContextMenu_item:not(:last-child) {border-bottom: 1px solid #cbd5e0;}
.ContextMenu_item:hover {background-color: #bee3f8; cursor:pointer;}

/* ----------------------------------------------------- */
/* 			Standard TABLE								 			*/
/* ----------------------------------------------------- */
.stdTable {
	border-collapse: collapse;
	margin: 1px;
	border: 1px groove #9e9e9e;
}
.intestTable {
	background: #a94442;
	color: #f9f9f9;
	font-size: 16px;
	line-height: 30px;
	text-shadow: #000 1px 1px 1px;
}
.SpannedCells {background: #c9e3e2 !important; color:#3a3636;}
.SpannedCells2 {background: teal !important;}
.stdTable th {
	padding: 5px;
	border: 1px groove #9e9e9e;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	text-align: center;
}
.stdTable td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 16px;
	border: solid 1px grey;
}
.stdTable td.lightBack {
	background: #ddd;
	color: black;
}
.stdTable td.darkBack {
	background: #052030;
	color: white;
}
.tableInput {
	padding: 6px !important;
	vertical-align: middle;
	font-size: 1rem;
	border: 1px solid #c2c2c2;
	box-shadow: none !important;
}

/*	================================================================================================================ */
/*				--- Responsive CSS ---																											  */
/*	================================================================================================================ */
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1200px) {
  #slideshow {display: none;}
}
@media (max-width: 1599px) {
	#logo1 {display:none !important;}
	#logo2 {display:inline-block !important;}
}
@media (min-width:1190px) {
	.col_footer_1 {min-width:640px; max-width:44%;}
	.col_footer_2 {min-width:200px; max-width:25%;}
	.col_footer_3 {min-width:350px; max-width:30%;}
}
@media (max-width: 1189px) {
	.col_footer_1 {width:100%;}
	.col_footer_2 {width:100%;}
	.col_footer_3 {width:100%;}
	._ms1, ._ms2 {width:100%;}
	.col80, .col90, .div60, .div70, .div80, .div90, .halfwidth, .width60, .width80, .width90 {width:100% !important;}
}

@media (max-width: 991px) {
	.mobile-nav-toggle {display: block !important;}
	.navbar ul {display: none;}
	.navbar-mobile ul {display: block;}
	.mobile_margin_top {margin-top:1rem;}
	.m_margtop {margin-top: 1rem !important;}
	.div50, .div60, .div70, .div80, .div90, .halfwidth, .width60, .width80, .width90, .width25 {width:100% !important;}
	.form_box {left:10px; max-width: 95%;}
	.modal {max-width: 95% !important; width: 95% !important; left:5px !important; right:5px;}
	.box_540x630, .box_572x572 {width:100%; height:auto;}
	.h1_st {margin-top: 1rem !important;}
	.categ_blk {
		margin-bottom:1rem;
		background-color:#FFF;
		box-shadow: 1px 0.25rem 1rem 0px rgb(0 0 0 / 40%);
		cursor:pointer;
	}
	.categ_div {max-width:99%; padding-left:1rem !important;}
	.cat_blk_descr {max-width: calc(99% - 110px);}
	.margtopX3 {margin-top:6rem;}
}
@media (max-width: 525px) {
	.img_first_block {max-width:400px;}
	.col80, .col90, .div60, .div70, .div80, .div90, .halfwidth, .width60, .width80, .width90, .width25 {width:100% !important;}
	.form_box {left:10px; max-width: 95%;}
	.modal {max-width: 95% !important; width: 95% !important; left:5px !important; right:5px;}
	.box_540x630, .box_572x572 {width:100%; height:auto;}
	.h1_st {margin-top: 1rem !important;}
	.categ_blk {
		margin-bottom:1rem;
		background-color:#FFF;
		box-shadow: 1px 0.25rem 1rem 0px rgb(0 0 0 / 40%);
		cursor:pointer;
	}
	.categ_div {max-width:99%; padding-left:1rem !important;}
	.cat_blk_descr {max-width: calc(99% - 110px);}
	.margtopX3 {margin-top:6rem;}
}

/*	================================================================================================================ */
/*				--- Stili specifici per il sito (NON STANDARD) da eliminare se non servono ---								  */
/*	================================================================================================================ */

.categ_div {
	justify-content: flex-start !important;
	padding-left:3rem;
}
.categ_blk {
	width:28rem;
	margin-bottom:1rem;
	background-color:#FFF;
	margin-right:1rem;
	box-shadow: 1px 0.25rem 1rem 0px rgb(0 0 0 / 40%);
	cursor:pointer;
}
.width26 {width: 26rem;}
.width27 {width: 27rem;}
.width28 {width: 28rem;}
.width29 {width: 29rem;}
.dialog.modal {
	border-radius: 0;
	line-height: 18px;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
.modal h4 {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	background: -moz-linear-gradient(top, #2e5764, #1e3d47);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e3d47), color-stop(1, #2e5764));
}

.fact-item, .generic-box {
	padding:1rem 3rem 1rem 3rem;
	text-align:center;
	height: 100% !important;
	background: #053b5a;
	color: #f8f9fa;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 50%);
   border: 1px solid #979797;
}
.fact-item .fact-icon {
	width: 96px;
	height: 96px;
	padding: 5px;
	float: left;
	margin: -35px 0 10px -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e2e2e2;
}
.fact-item img {
	width: 84px;
	border-radius: 50%;
	border: 1px solid #666;
	height: auto;
	margin: 0;
	margin: 1px 0 0 -1px;
}
.fact-item h3, .generic-box h3 {
	box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 50%);
	background: #0e4f6e;
}

div .intest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:700;
	font-style:italic;
	color: #8c8c8c;
	padding: 0 15px;
	display: inline-block !important;
	vertical-align: top;
}
div .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:700;
	color: #5a5a5a;
	padding: 0;
	display: inline-block !important;
	vertical-align: top;
}
