@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	width: 100%;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #045893;
	margin-top: 80px;
	background-size: 100% auto;
}
#countdown_container { 
	padding: 15px 0;
	text-align: center;
	display: block;
	background: #045893;
	color: #fff;
	font-weight: bold;
}
#countdown_container #countdown { 
	display: inline-block;
	color: #fcd53f;
}
#card-element {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #dedede;
	margin-bottom: 15px;
}
.div404 {
	background: #fefefe;
	height: 300px; 
	text-align: center;
	padding: 60px 0;
}

	.dashboard_elem a {
		box-shadow: 0 0 15px rgba(0,0,0,.3); 
		border-radius: 5px;
		overflow: hidden;
		margin: 0 30px 32px 0;
		text-decoration: none;
		display: block;
	}
	.dashboard_elem_parent a {
		box-shadow: 0 0 0 rgba(0,0,0,0); 
		border-radius: 5px;
		overflow: hidden;
		margin: 0 30px 32px 0;
		text-decoration: none;
		display: block;
	}
	
	.dashboard_elem .cover {
		border-radius: 5px;
		overflow: hidden;
		height: 200px;
	}
	.dashboard_elem_parent .cover {
		border-radius: 5px;
		overflow: hidden;
		height: auto;
	}
.dashboard_elem .date {
	font-size: 13px;
	display: block;
}
.dashboard_elem h5 {
	font-size: 17px;
	margin: 0;
}
.dashboard_elem .margin {
	margin: 0;
	padding: 15px;
}
.archive_title {
	font-size: 12px;
}


/* 

Storage 

*/
	.storage_loader {
		clear: both;
		display: block;
		margin: 5px 0;
		border-radius: 5px;
		background: #eee;
	}
		.storage_loader:after {
			content: '';
			clear: both;
			display: block;
		}
		.storage_loader_legend {
			color: #444;
			font-size: 12px;
		}
		.storage_bar {
			float: left;
			display: block;
			height: 10px;
		}
		.storage_bar.data_storage {
			background: #89A7C9;
		}
		.storage_bar.attach_storage {
			background: #20A4B6;
		}
		.storage_bar.wrong_storage {
			background: red;
		}
		
		
		
		
		
.err {
	margin-bottom: 15px;
	font-size: 12px;
	display: block;
	padding: 10px;
	border-left: 5px solid #f1c40f;
	background: #f1c40fb0;
}
#mainform {
	background: #c9d6e2;
	color: #fff;
}
#mainform:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #045893; 
	color: #fff;
	clip-path: polygon(0 0, 100% 13%, 83% 95%, 0 89%);
}
#benefit, #advantages {
	padding-top: 15px;
	position: relative;
	background: #c9d6e2;
}
#benefit:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #2ebacd;
	color: #fff;
	clip-path: polygon(66% 0, 100% 0%, 100% 100%, 40% 75%);
}
#benefit h2 {
	padding: 15px 15px 15px 0;
	color: #2ebacd;
	background: #c9d6e2;
}
#benefit .bullets i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	color: #2ebacd;
}
.bullets {
	margin-top: 30px;
	font-weight: 600;
}

#plans {
	background: #c9d6e3;
}
#plans h2 {
	position: relative;
	text-align: center;
	font-size: 26px;
	display: block;
	color: #015b90;
	height: 40px;
}
	#plans h2 span {
		position: absolute;
		z-index: 3;
		padding: 0 20px;
		background: #c9d6e3;
		left: 50%;
		transform: translateX(-50%);
	}
	#plans h2:before {
		content: '';
		position: absolute;
		width: 100%;
		z-index: 1;
		margin-top: 15px;
		display: block;
		height: 35px;
		border-top: 3px solid #015b90;
		border-left: 3px solid #015b90;
		border-right: 3px solid #015b90;
		width: 100%;
	}

.comeback {
	font-size: 14px;
	color: #fff !important;
}
.req {
    color: #FF5733; /* Red */
}
.form-control.token { 
	padding-top: 15px !important;
	padding-bottom: 15px !important;	
	text-align: center;
	font-size: 30px;
}
#show-password, #check-password {
	z-index: 1;
	background: none;
	border: 0;
	outline: none;
	position: absolute;
	top: 25px;
	right: 15px;
}
#check-password {
	cursor: auto;
}
#strength-meter {
	margin-bottom: 10px;
}
	#strength-meter div {
		transition: all .3s;
		width: 22%;
		background-color: #fff;
		padding: 3px 5px;
		margin-right: 1%;
		border-radius: 2px;
		border: 1px solid #dedede;
		float: left;
	}
	#strength-meter:after {
		content: '';
		clear: both;
		display: block;
	}
	#strength-meter div.weak {
    background-color: #FF5733; /* Red */
	}

	#strength-meter div.fair {
		background-color: #FFA500; /* Orange */
	}

	#strength-meter div.good {
		background-color: #90EE90; /* Light Green */
	}

	#strength-meter div.strong {
		background-color: #2E8B57; /* Green */
	}



.cover_single {
	border-radius: 15px;
	margin-bottom: 16px;
}
#mainform {
	height: 100%;
	background-size: cover !important;
}
#footer {
	background: #265A88;
	color: #fff;
	font-weight: 400;
	margin-top: 120px;
	padding: 30px 0;
	font-size: 12px;
}
#subfooter {
	text-align: center;
	padding: 30px 0;
	font-size: 11px;
}
	#footer ul, #footer ul li {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#footer h4 {
		font-weight: 600;
	}
	#footer a {
		transition: all .3s;
		font-weight: 600;
		font-size: 14px;
		display: block;
		padding: 5px 0;
		color: #cedeef
	}
	#footer a:hover {
		color: #fff
	}
	
img {
	max-width: 100%;
}

.searform {
	position: relative;
	padding: 15px;
	background: #fff;	
	border-radius: 25px;
}
	.searform input, .searform button {
		font-size: 18px;
		outline: none !important;
		background: none;
		color: #111;
		border: 0;
	}
	.searform input {
		width: 100%;
	}
	.searform button {
		font-size: 30px;
		position: absolute;
		top: 10px;
		right: 15px;
	}
	p {
		font-size: 16px;
	}
.hero {
	padding: 60px 0;
	color: #fff;
	font-size: 18px;
	background: #c9d6e2;
}
.get_the_app {
	float: right;
}
.get_the_app img {
	width: 150px;
}



.hero_light, .area {
	background: #ecf0f1;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 60px 0;
	color: #2c3e50;
	font-size: 18px;
}
.hero_light {
	border-bottom: 0;
	background: #c9d6e2;
	padding: 120px 0 0 0;
}
.hero_light h1 {
	font-size: 24px;
	height: 36px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.hero_light ul {
	float: right;
	margin: 0;
	padding: 0;
}
	.hero_light ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: inline-block;
	}
	.hero_light ul li a {
		padding: 15px 30px;
		background: rgba(255,255,255,.5);
	}
	.hero_light ul li a.active {
		background: #fff;
	}

.area {
	background: #fff;
	color: #2c3e50;
}
.hero p {
	
}
.information, .sideb {
	padding: 30px 0;
	min-height: 600px;
}

.information {
	font-size: 17px;
	line-height: 26px;
}
	.information h2 {
		font-size: 24px;
		font-weight: 600;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	
.sideb {
	padding: 30px 0;
	border: 0;
}
.sideb ul, .sideb ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sideb ul li {
	margin-bottom: 15px; 
}
.sideb ul li a {
	color: #34495e;
	font-size: 17px;
	line-height: 26px;
}
	.sideb ul li a:hover {
		color: #2c3e50;
	}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

#header {
	border-bottom: 1px solid #c9d6e2;
	background: #fff;
	z-index: 99;
	position: fixed;
	width: 100%; 
	top: 0;
	left: 0;
	
}
	#mainmenu, #toolmenu {
		padding-top: 10px;
		display: inline-block;
	}
	
	#toolmenu {
		width: 175px;
		text-align: right;
		position: absolute;
		top: -8px;
		right: 15px;
		float: right;
	}
	#toolmenu form, #toolmenu button {
		display: inline-block;
	}
	#toolmenu a {
		color: #fff;
		border: 0 !important;
		padding: 0 12px !important;
		height: 32px !important;
		line-height: 32px !important;
		font-size: 12px !important;
	}
	
	
	#header ul, #header ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#header ul li {
			display: inline-block;
		}
		#header .common_link a {
			text-decoration: none;
			transition: all .3s;
			color: #045893;
			line-height: 32px;
			padding: 15px 0;
			font-weight: 700;
		}
			#header .common_link a:active {
			}
		#header .common_link a:hover, #header .common_link a.active {
				
		}
		#header .mainmenu_trigger {
			font-size: 18px;
			margin-right: 15px;
		}
		a.lenuslab {
			letter-spacing: -5px;
			font-weight: 700;
			font-size: 20px;
			animation: gradient 7s ease infinite;
			background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5,#23d5ab);
			background-size: 400% 400%;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;	
		}
		#header a.lenuslab {
			background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5,#23d5ab) !important;
			background-size: 400% 400% !important;
			-webkit-background-clip: text !important;
			-webkit-text-fill-color: transparent !important;
			letter-spacing: -1px !important;
			animation: gradient 7s ease infinite !important;
		}
		#header img {
			width: 100px;
		}
		
		.tool_label {
			display: none;
		}
		
.header_container {
	padding: 15px 0;
}

.videoclip {

}
	.videoclip video {
		border-radius: 15px;
	}
	.videoclip:before {
		/*
		content: '\f144';
		font-size: 120px;
		color: #000;
		font-family: "Font Awesome 6 Pro";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		*/
	}
.plan_container, .app_item_container {
	text-align: center;
	background: #fff;
	transition: all .3s;
	padding: 0;
	margin: 10px;
}
.plan_container {
	overflow: hidden;
	padding: 0;
}


.app_item_container {
	text-align: left;
	margin: 10px;
}
	.app_item_container h2 {
		clear: both;
		display: block;
		margin: 0 0 15px 0;
		font-size: 24px;
		padding: 0 15px 0 15px;

	}
	.app_item_container h2 i {
		text-align: center;
		line-height: 50px;
		background: #eee;
		border-radius: 15px;
		width: 50px;
		height: 50px;
		margin: 0 15px 0 0;
		float: left;
		font-size: 30px;
	}
	.app_item_container .app_description {
		margin: 0;
		clear: both;
		display: block;
		padding: 0 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 16px;
		height: 60px;
	}
	.app_item_container h2 a {
		text-decoration: none;
		color: #111;
	}

.plan_container_inactive, .plan_container_inactive:hover {
	background: none;
	opacity: 1;
	padding: 20px 0;
	opacity: 1;
	margin: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.plan_container h3 {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #015b90;
	background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3.png') no-repeat;
}
.plan_container h3 span { 
	display: block;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	color: #015b90;
}
	.plan_container_1 h3 {
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_1.png') no-repeat;
	}
	.plan_container_2 h3 {
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_2.png') no-repeat;
	}
	.plan_container_3 h3 {
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_3.png') no-repeat;
	}
	
	.plan_container:after {
		content: '';
		display: block;
		height: 27px;
		
		-moz-transform: scale(-1 , -1);
		-o-transform: scale(-1 , -1);
		-webkit-transform: scale(-1 , -1);
		transform: scale(-1 , -1);		
		
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_1.png') no-repeat;
		background-position: bottom center !important;
	}
	.plan_container_1:after {
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_1.png') no-repeat;
	}
	.plan_container_2:after {
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_2.png') no-repeat;
	}
	.plan_container_3:after {
		background: url('/gest/config/gestionale/web/cloudigest/images/plan_container_h3_3.png') no-repeat;
	}
	
	.plan_container_inactive:after {
		display: none;
	}

.plan_container_inactive h3 {
	background: none;
}
	.plan_container .plan_price {
		padding: 5px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.plan_container .plan_option {
		padding: 15px 0;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.plan_container .plan_description {
		text-align: left;
		font-size: 25px;
		color: #015b90;
		padding: 15px 30px; 
	}
		.plan_container .plan_description {
			line-height: 30px;
		}
		.plan_container .plan_description strong {
			font-weight: 800;
		}
	.plan_container .plan_recurring_price {
		padding: 5px;
		margin: 15px 30px;
		border-top: 2px solid #74a4c0;
		border-bottom: 2px solid #74a4c0;
		font-size: 65px;
		color: #a3dadb;		
		font-weight: 800;
	}
	.plan_container_1 .plan_recurring_price {
		color: #a3dadb;		
	}
	.plan_container_2 .plan_recurring_price {
		color: #01b1ca;		
	}
	.plan_container_3 .plan_recurring_price {
		color: #015b90;		
	}
	.plan_container_1 .btn {
		background: #a3dadb;		
	}
	.plan_container_2 .btn {
		background: #01b1ca;		
	}
	.plan_container_3 .btn {
		background: #015b90;		
	}
	
	
	.plan_container .plan_recurring_price .currency, .plan_container .plan_recurring_price .recurrence {
		margin-right: 5px;
		font-weight: 400;
		font-size: 30px;
		color: #015b90;
	}
	.plan_container .plan_recurring_price .currency {
	}

	.plan_option_value {
		font-weight: 600;
		font-size: 20px;
	}
	.plan_button {
		color: #fff;
		margin: 15px;
	}
	.plan_button a {
		color: #fff;
	}
	
	
.carousel-container {
	position: relative;
}

.carousel-container::before {
	z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none; /* Per evitare che l'elemento interferisca con gli eventi del mouse */
}

.carousel-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none; /* Per evitare che l'elemento interferisca con gli eventi del mouse */
}

.carousel-container:hover .carousel-prev, .carousel-container:hover .carousel-next {
	opacity: 1;
}
.carousel {
	position: relative;
	width: 100%; /* Larghezza del carosello */
	overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease; /* Aggiungiamo una transizione animata */
}

.carousel-item {
	width: 415px; /* Larghezza di ciascun elemento */
	margin: 10px;
	flex: 0 0 auto;
}
.scheda_applicazione {
	transition: all .3s;
	position: relative;
	background: #eee;
	color: #000;
	padding: 15px;
	border-radius: 15px;
	height: 180px; /* Altezza di ciascun elemento */
}
.scheda_applicazione:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.10);
}

.carousel-prev, .carousel-next {
	transition: all .3s;
	opacity: 0;
	z-index: 6;
	font-size: 24px;
	line-height: 64px;
	text-align: center;
	color: #000;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.carousel-prev {
	left: -32px;
	top: 70px;
}
.carousel-next {
	right: -32px;
	top: 70px;
}


.tab_selector {
	text-decoration: none !important;
	transition: all .3s;
	display: inline-block;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	padding: 5px 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 1px solid #aaa;
}
.tab_selector.active {
	color: #fff;
	background: #aaa;
}
.application_item {
	font-size: 14px;
	text-decoration: none !important;
	color: #000;
}
.application_item h3 {
	font-size: 20px;
	margin: 8px 0 0 0;
}
.pos_applicazione {
	height: 64px;
	font-size: 17px;
	line-height: 64px;
	float: left;
	width: 30px;
}
.icona_applicazione {
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative; /* Per creare uno spazio per il gradiente */
}

.icona_applicazione_big {
    font-size: 36px;
    text-align: center;
    width: 128px;
    height: 128px;
    line-height: 128px;
}

.icona_applicazione::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0.25)); /* Utilizzo RGBA per regolare l'opacità */
    border-radius: 15px;
    z-index: 1; /* Per posizionare il gradiente dietro all'icona */
}


.scheda_applicazione a {
	color: #000;
}
.etichetta {
	transition: all .3s;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	background: rgba(255,255,255,.7);
}
.scheda_applicazione:hover .etichetta{
	background: rgba(255,255,255,.9);
}

.scheda_applicazione h3 {
	font-size: 22px;
}
.scheda_applicazione .app_description {
	font-size: 17px;
}

.scheda_applicazione_dettagli {
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 768px) {
  .carousel-item {
  }
}






label {
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
label.readable {
	text-transform: none;
}
.accordion {
	border-bottom: 1px solid #dedede;
}
	.accordion .domanda {
		cursor: pointer;
		padding: 15px;
		margin-bottom: 5px;
		font-size: 22px;
		font-weight: bold;
	}
	.accordion .risposta {
		display: none;
		padding: 15px;
	}
	

.table {
	max-width: 100%;
	box-shadow: 0 15px 15px rgba(0,0,0,.15);
	border: 0 !important;
	margin: 30px 0;
	background: #fff;
	border-radius: 15px !important;
}
	.table th, .table td {
		font-size: 14px;
		padding: 5px 10px !important;
		border: 0 !important;
		border-bottom: 2px solid #ecf0f1 !important;
	}
	.table tr:last-child td {
		border: 0 !important;
	}

.tag {
	margin: 0 auto;
	margin-bottom: 5px;
	letter-spacing: 1px;
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.section_dark .tag {
	color: #f1c40f;
}
.section {
	padding-top: 120px;
	padding-bottom: 60px;
	font-size: 20px;
}
.section h2 { 
	font-weight: 700;
	margin: 0;
	margin-bottom: 30px;
	font-size: 30px;
}
.section .btn {
	margin: 60px auto;
	margin-bottom: 0;
}
.btn-blank, .btn-primary {
	background-color: white;
	border: 0;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
}

	#mainform h1, h1 {
		margin: 0 0 10px 0;
		font-weight: 700;
		font-size: 40px;
	}
	#mainform p {
		font-weight: 700;
		font-size: 20px;
	}
	p.lead {
		font-weight: 400;
		font-size: 20px;
	}
	#mainform p.secondary {
		font-weight: 700;
		font-size: 16px;
	}
	#mainform p.disclaimer {
		display: block;
		margin: 30px 0;
		font-weight: 400;
		font-size: 12px;
	}
	
	#mainform p span {
		background: #f1c40f;
		padding: 0 5px;
	}

.descr {
	font-size: 13px;
	margin-bottom: 15px;
}
.formail {
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 15px 15px rgba(0,0,0,.2);
}
.form-control {
	border: 0;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	background: #fff;
	font-size: 16px;
	border: 1px solid #89A7C9;
	border-radius: 5px;
}
.form-control-margin {
	margin-bottom: 5px !important;
}
.section_light {
	background: #f5f5f5;
}
.section_dark {
	background: #2c3e50;
	color: #fff;
}
.google_review_widget, .google_review_widget a {
	font-size: 16px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
.google_review_widget .logo_google {
	background: #fff;
	color: #000;
	padding: 2px 5px;
	border: 1px solid #dedede;
}
	.google_review_widget i {
		color: #f9bc15;
		margin: 0 1px;
	}
	.google_review_widget .logo_google i {
	color: #4385F5;
	}

.icon {
	text-align: center;
	margin: 30px auto;
	margin-bottom: 15px;
	font-size: 80px;
}
.iconize {
	display: block;
	text-align: center;
	padding: 0 30px;
}
.section .btn {
	transition: all .3s;
	white-space: wrap;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
}
.btn {
	border: 0;
	transition: all .3s;
}
.btn-primary {
	background: #045893;
	font-weight: bold;
}
.btn-success {
	font-weight: bold;
	background: #20a4b6 !important;
	color: #fff;
}
.btn-success:hover {
	background: #16a085;
}


.single h1 {
	padding: 0 0 32px 0;
	border-bottom: 1px solid #cedeef;
	margin: 0 0 32px 0;
}
	.single, .single p, .single ul li, .single ol li {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.single h2 {
		font-weight: bold;
	}

.single .tag {
	padding: 32px 0 0 0;
}
.single .single_footer {
	font-weight: bold;
	border-top: 1px solid #cedeef;
	padding: 15px 0;
	font-size: 16px;
}
.single .single_footer a {
	text-decoration: none;
}

.or_call {
	display: block;
	margin-top: 15px;
}
	.or_call a {
		text-decoration: none;
		border-bottom: 1px dashed #2ebacd;
		color: #2ebacd;
	}
	.section_dark .or_call a {
		border-bottom: 1px dashed #f1c40f;
		color: #f1c40f;
	}
	
	.caption {
		display: block;
		clear: both;
		position: relative;
		color: #111;
		margin-bottom: 30px;
		font-weight: 300;
		text-align: center;
	}
	.caption_author {
		color: #111;
		text-align: center;
		font-weight: 800;
		font-size: 16px;
	}
		.caption_author img {
			border: 1px solid #dedede;
			margin: 5px;
			width: 80px;
			height: 80px;
			border-radius: 50%;
		}
		.caption_author span {
			margin-bottom: 5px;
			color: #2C3E50;
			opacity: .9;
			display: block;
			clear: both;
		}
	.caption:before, .caption:after {
		opacity: .5;
		content: '';
		position: absolute;
		display: block;
	}
	.caption:before {
		content: '\f10d';
		left: 0;
		top: -30px;
		font-weight: 600;
		color: #2C3E50;
		font-size: 20px;
		font-family: "Font Awesome 6 Pro";

	}
	.caption:after {
		bottom: 0;
		right: 0;
		content: '\f10e';
		font-weight: 600;
		color: #2C3E50;
		font-size: 20px;
		font-family: "Font Awesome 6 Pro";

	}
	.parlano_di_noi {
		text-align: center;
		padding: 60px 0;
		color: #111;
		font-size: 17px;
		text-decoration: none;
	}
	.parlano_di_noi .tag {
		color: #000;
		font-size: 14px;
	}
	.parlano_di_noi a {
		color: #111;
		font-size: 17px;
		text-decoration: none;
	}
	.parlano_di_noi img {
		margin: 5px 0;
	}
.lenuslab_copyright {
	color: #dedede;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 0;
	display: block;
}
@media(max-width: 768px){
	
	
	#mainmenu {
		display: none;
		background: #fff;
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
		clear: both;
	}
		#header #mainmenu ul li {
			display: block;
			clear: both;
		}
			#header #mainmenu ul li a {
				padding: 10px 15px;
				font-size: 16px;
				display: block;
				clear: both;
			}
}
@media(min-width: 768px){
	
	.dashboard_elem {
		float: left;
		width: 25%;
	}
	.dashboard_elem_parent {
		width: 33%;
	}	


	.dashboard_elem_0 {
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
		.dashboard_elem_0:after {
			content: '';
			width: 100%;
			float: none;
			clear: both;
			display: block;
		}
		.dashboard_elem_0 .cover, .dashboard_elem_0 .margin {
			height: auto;
			width: 50%;
			float: left;
		}
		.dashboard_elem_0 h2 {
			font-size: 24px;
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.dashboard_elem h3 {
			font-size: 20px;
			font-weight: bold;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
	
	body {
		margin-top: 80px;
	}
	#header img {
		width: auto;
	}
	
	
	#mainform:before {
		width: 60%;
	}
	#benefit:before {
		width: 40%;
		height: 100%;
	}
	.mainmenu_trigger {
		display: none;
	}
	.plan_spacer {
		height: 650px;
	}
	
	#header .mainmenu_trigger {
		font-size: 20px;
		margin-right: 15px;
	}
	#header a.lenuslab {
		font-size: 24px;
	}
	
	
	.tool_label {
		display: inline-block;
	}
	#mainmenu {
		display: inline-block;
	}
	#header #mainmenu ul li a {
		font-size: 18px;
		padding: 0 15px;
	}
	#toolmenu {
		width: 300px;
	}
	#toolmenu button, #toolmenu a {
		font-size: 14px !important;
	}

	.searform {
		margin: 0 auto;
		width: 60%; 
	}
	
	.videoclip video {
		width: 640px;
		box-shadow: 0 0 30px rgba(0,0,0,.2);
	}
	.item {
		width: 33%;
		float: left;
	}
	.plan {
		width: 25%;
		float: left;
	}
	.plan_single .plan {
		color: #000;
		width: 100%;
		float: none;
	}
	.parlano_di_noi {
		margin: 0 auto;
		padding: 60px 240px;
	}
	
	.table th, .table td {
		font-size: 17px;
		padding: 15px 30px !important;
	}
	.section .btn {
		font-size: 24px;
	}
	
	#mainform h1 {
		font-size: 48px;
	}
	#mainform p {
		font-size: 24px;
	}
	#mainform p.secondary {
		font-size: 20px;
	}
	#mainform p.disclaimer {
		font-size: 14px;
	}
		
	.section h2 { 
		font-size: 48px;
	}
	.container {
		width: 1280px;
	}


	.table {
		width: 60%;
		margin: 30px auto;
	}
	
	
	.allineamento_centrale {
		padding-right: 10%;
	}
}