/*
Theme Name: Giesse
Theme URI: #
Author: Dedagroup WIZ
Author URI: #
Description: Tema Giesse
Version: 1.0
*/
/*
:root {
	font-size: 62.5%;
	--default-red: #3a4c00;
	--default-green: #00709E;
	--default-font-size1: 3.4rem;
	--default-font-size2: 2.6rem;
	--default-font-size3: 1.8rem;
	--default-font-size3-4: 1.4rem;
	--default-font-size4: 1.2rem;
	--default-title-weight: 900;
	--default-text-weight: 300;
	--default-link-weight: 500;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #373737;
	transition: all 1.2s;
}
.white{
	color: white!important;
}
iframe .ytp-title-enable-channel-logo .ytp-title, iframe .ytp-chrome-top-buttons, iframe .ytp-expand-pause-overlay .ytp-pause-overlay{
	display: none!important;
}

.video-container{
	width: 100vw;
	height: 100vh;
}
	  
.video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	/*height: 100vh;*/
	transform: translate(-50%, -50%);
	top: -80px;
	height: calc(100% + 120px);
 }

.embed-responsive iframe {
	top: -90px!important;
	height: calc(100% + 200px)!important;
}

.volume {
	-webkit-appearance: none;
	width: 70%;
	margin-left: 15%;
	height: 4px;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.volume::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 30px!important;
	width: 120px;
    	height: 12px!important;
	cursor: pointer;
}
.volume::-moz-range-thumb {
	border-radius: 30px!important;
	width: 120px;
    	height: 12px!important;
	cursor: pointer;
}
.volume.dark{
    background: #d3d3d3;
}
.volume.dark::-webkit-slider-thumb{
	background: #00709E!important;
}
.volume.dark::-moz-range-thumb{
	background: #00709E!important;
}

.egp-slider{
	overflow: hidden;
    position: relative;
    display: flex;
}

.egp-slider .item{
	min-width: 31%;
    	max-width: 31%;
    	float: left;
	margin-right: 3%;
}
.cardslider{
	border: 1px solid #ccc;
	box-shadow: 5px 20px 15px 0 #ECECEC;
	min-height: 46em;
}
.cardslider .alt-button{
	position: absolute;
	bottom: -10px;
}
.cardphoto{
	min-height: 280px;
	background-size:cover;
	background-position:center;
}

#slider video {
	width: 100%;
	background-color: black;
}

#slider .immagine {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.slider-content {
	margin-top: 20%;
	position: absolute;
	z-index: 3;
}

.slider-content .titolo h1, .text-video-container .titolo h1 {
	font-size: 46px;
	font-weight: 900;
	color: #fff;
}

.slider-content .sottotitolo h2, .text-video-container .sottotitolo h2 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}

.slider-content .button-link a:link, .slider-content .button-link a:visited, 
.slider-content .button-link a:hover, .slider-content .button-link a:active,
.text-video-container  .button-link a:link, .text-video-container .button-link a:visited, 
.text-video-container  .button-link a:hover , .text-video-container .button-link a:active {
	background-color: #fff;
	color: #333;
	width: 242px;
	padding: 10px;
	font-weight: 500;
}

.slider-content .button-link a i, .text-video-container .button-link a i {
	position: absolute;
	top: 13px;
	right: 10px;
}
.logocontainer{
	position: absolute;
    z-index: 5;
    top: 15px;
    right: 15px;
}
.logocontainer > img{
	max-height: 75px;
}

.main-button a{
	background-color: #fff;
    color: #333;
	border: 1px solid #fff;
    min-width: 300px;
    padding: 3px 6px;
    font-weight: 500;
	float: left;
	border-radius: 3px;
	max-width: max-content;
}
.main-button a:hover, .main-button a:active{
	background-color: #00709E;
    color: #fff;
	border: 1px solid #00709E;
}
.alt-button a{
	background-color: #00709E;
    color: #fff!important;
	border: 1px solid #00709E;
	min-width: 300px;
    padding: 3px 6px;
    font-weight: 500;
	float: left;
	border-radius: 3px;
	max-width: max-content;
}
.alt-button a:hover, .alt-button a:active{
	background-color: #fff;
    color: #00709E!important;
	border: 1px solid #00709E;
}
.menu-item.alt-button a{
	min-width: auto!important;
}

.button-list{
	width: 100%;
    display: flex;
}

.velina_bianca {
	background-color: #fff;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.velina_nera {
	background-color: #000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hide-info-video {
	pointer-events: none;
}

.text-video-container {
	width:80%!important;
	position: absolute;
	top:25%;
	left: 10%;
	pointer-events: auto;
}

.titolo h2 {
	font-size: 34px;
	font-weight: 900;
	color: #00709E;
}

.sottotitolo h3 {
	font-size: 25px;
	line-height: 1.3;
}


.box-prodotto-text .titolo h2, .box-prodotto-text .sottotitolo h3, .box-prodotto-text .testo, #slider-interno .titolo h2, #slider-interno .sottotitolo h3  {
	color: #fff;
}

.button-link a:link, .button-link a:visited, 
.button-link a:hover, .button-link a:active {
	display: block;
	width: 264px;
	border-radius: 3px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 6px 2px 6px;
	font-weight: bold;
	position: relative;
}

.button-link a i, #slider-interno .button-link a i {
	position: absolute;
	top: 6px;
	right: 6px;
}

#slider-interno .immagine {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}


#slider-interno .button-link.verde a:link, #slider-interno .button-link.verde a:visited, 
#slider-interno .button-link.verde a:hover, #slider-interno .button-link.verde a:active {
	display: block;
	width: 264px;
	border-radius: 3px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 6px 2px 6px;
	font-weight: bold;
	position: relative;
	background-color: #00709E;
	color: #fff;
}

#slider-interno .owl-dots {
	position: absolute;
	bottom: 6%;
	width: 100%;
}

.features .titolo-sezione h2 {
	color: #00709E;
}

#owl-features .bkg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
}

#owl-features .titolo {
	min-height: 100px;
}

#owl-features .titolo h3 {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.32;
	color: #333;
}

#owl-features .sottotitolo {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	color: #333;
}

.box-soluzioni, .box-testo-video {
	background-color: #f5f5f5;
}

.box-soluzioni .sottotitolo h3 {
	font-size: 25px;
	font-weight: 300;
	color: #333;
}

.box-soluzioni .skew-right {
	height: 650px;
	overflow: hidden;
	transform: skewX(-5deg);
	transform-origin: top left;
	filter: drop-shadow(0.4rem 5.4rem 2.45rem rgba(87, 87, 87, 0.3));
}

.box-soluzioni .skew-right .box-img {
	transform: skewX(5deg);
}

.box-soluzioni .skew-left {
	height: 650px;
	overflow: hidden;
	transform: skewX(5deg);
	transform-origin: top left;
	filter: drop-shadow(0.4rem 5.4rem 2.45rem rgba(87, 87, 87, 0.3));
}

.box-soluzioni .skew-left .box-img {
	transform: skewX(-5deg);
}

.box-soluzioni .box-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform-origin: top left;
}

.box-content-soluzioni .button-link {
	width: 264px;
}

.button-link.bianco a {
	background-color: #fff;
	color: #00709E;
}

.button-link.verde a {
	background-color: #00709E;
	color: #fff;
}

.box-img-logo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
}

.box-img-logo .adatta-box {
	padding: 150px 0 0 90px;
}

.box-img-logo .titolo h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
}

.box-img-logo .sottotitolo h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	color: #fff;
}

.box-testo-video .sottotitolo {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	color: #373737;
}

.box-testo-video .testo {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	color: #373737;
}

a.contact-link:link, a.contact-link:visited{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	display: block;
	background-color: #00709E;
	border-radius: 3px;
	width: 112px;
}

a.contact-link:hover, a.contact-link:active {
	color: #00709E;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	display: block;
	background-color: #fff;
	border: 1px solid #00709E;
	border-radius: 3px;
	width: 112px;
}

.lightgray-bg{
	background-color: #f9f9f9;
}

/*
h3 {
	font-size: 2.6rem;
	font-weight: 300;
}
*/
h4 {
	/*font-family: 'FSAlbert extrabold' ;*/
	color: #3a4c00;
	font-size: 2.6rem;
	font-weight: 900;
	text-transform: uppercase;
}
p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
a {
    color: #00709E;
}
a:hover{
	color: #3a4c00;
	text-decoration: none;
}
b, strong {
    font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
button:focus{
	outline:0!important;
}
.logo-sg{
	max-height: 40px;
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0.00001px);
}
.cn-button.bootstrap{
	background:#00709E!important;
}
.clear {
	clear: both;
}
.bkg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}
.shadow-cleaner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	z-index: 9;
}
.post-shadow-cleaner {
	z-index: 9;
	position: relative;
	height: 100%;
}
.ic-social {
	color: #000000;
	text-decoration: none;
	display: inline-flex;
	border: 0.1rem solid #CCCCCC;
	/* width: 2.2rem;
	height: 2.4rem; */
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 0.5rem;
	align-items: center;
	justify-content: center;
}
.ic-social:hover {
	color: #00709E;
	text-decoration: none;
}
.fa-youtube:hover{
	color: #FF2122!important;
}
.fa-linkedin-in:hover{
	color: #0076AE!important;
}
div.link {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
    /*margin-right: 1.5rem;*/
}
div.link a, 
div.link a:hover {
	color: #00709E;
	text-decoration: none;
}
div.link a:not(.btn):hover {
	color: #3a4c00!important;
}
div.link a.btn {
	border: 1px solid;
    text-align: left;
    position: relative;
    padding-right: 3rem;
	width: 100%;
	max-width: 240px;
	border-radius: 3px;
	text-transform: uppercase;
	background: #fff;
	font-weight: 500;
	font-size: 0.8em;
	letter-spacing: 0.6px;
	transition: all 0.3s ease 0s;
	outline: none;
}
div.link a.btn{
	background: #00709E;
	color:#ffffff;
}
div.link a.btn:hover{
	background: #3a4c00;
	color:#ffffff;
}
div.link a:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	padding-left: 1rem;
}
div.link a.btn:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	padding-left: 1rem;
	position: absolute;
	right: 10px;
}
div.link.download a:before {
	content: "\f56d";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.8rem;
	padding-right: 1rem;
}
div.link.download a:after {
	content: "";
	padding-left: 0;
}
.three-button div.link {
	min-width: 200px;
	display: inline-block;
}
.three-button .first:after {
	content: "\f063"!important;
	font-family: "Font Awesome 5 Pro";
	padding-left: 1rem;
	position: absolute;
	right: 10px;
}
.three-button .first.closing:after {
	content: "\f062"!important;
	font-family: "Font Awesome 5 Pro";
	padding-left: 1rem;
	position: absolute;
	right: 10px;
}
#page {
	position: relative;
	transition: all 1s;
	right: 0;
	overflow-x:hidden;
}

/* hide grecaptcha-badge */
.grecaptcha-badge {
	display: none;
}


/* fix owl-carousel autowidth */
.owl-carousel.autoWidth .owl-stage {
	display: -moz-box;
	display: -ms-box;
	display: -webkit-box;
	display: box;
}

/* override ui select */
.ui-selectmenu-button,
.ui-selectmenu-button:hover,
.ui-selectmenu-button:focus {
	background-color: #ebebeb !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-radius: 0.4rem;
	border-color: transparent;
	outline: none;
	font-size: 1.4rem;
	height: 52px;
}
.ui-selectmenu-button.ui-button {
	width: auto;
}
.ui-selectmenu-button .ui-icon {
	background: none;
	position: relative;
}
.ui-selectmenu-button .ui-icon:after {
	content: "\f078";
    font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
	text-align: right;
}
.ui-widget-content {
	background-color: #ebebeb !important;
	border: none !important;
	font-size: 1.4rem;
}
.ui-menu-item-wrapper{
	border-color: transparent !important;
}
.ui-state-active {
	background-color: #e0e0e0 !important;
	border-color: transparent !important;
	color: #000000 !important;
}

.wpcf7-form-control-wrap .ui-selectmenu-button,
.wpcf7-form-control-wrap .ui-selectmenu-button:hover,
.wpcf7-form-control-wrap .ui-selectmenu-button:focus {
	background-color: #ffffff !important;
	margin-top: 0.4rem;
    border-radius: 0.3rem;
    border: solid 0.1rem #d8d8d8;
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    height: 42px;
}

/* header */
#header {
	background-color: #ffffff;
	padding: 5px 0;
	-webkit-box-shadow: 0 -1.6rem 2.4rem 0 rgb(0, 0, 0);
	-moz-box-shadow: 0 -1.6rem 2.4rem 0 rgb(0, 0, 0);
	box-shadow: 0 -1.6rem 2.4rem 0 rgb(0, 0, 0);
	position: fixed;
	z-index:10;
	width:100%;
	height:80px;
}
#header .ic-search,
#header .ic-login,
#header .ic-wishlist {
	color: #000000;
	margin: 0 5px;
}
#header .ic-search:hover,
#header .ic-login:hover,
#header .ic-wishlist:hover {
	color: #00709E;
}
.header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-menu ul.menu {
	display: flex;
	justify-content: space-between;
}
.header-menu ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.header-menu ul.menu > li {
	font-weight: 400;
	position: relative;
}
.header-menu ul.menu > li > a {
	font-size: 16px;
	padding: 2px 10px;
}
.header-menu ul.menu > li > a:hover,
.header-menu ul.menu > li.current-menu-item > a,
.header-menu ul.menu > li.current-menu-ancestor > a {
	color: #00709E;
}
.header-menu ul.sub-menu {
	display: none;
	opacity: 0.95;
	background-color: #ededed;
	padding: .8rem 0;
	position: absolute;
	left: -4rem;
	z-index: 10;
}
.header-menu ul.menu li:hover .sub-menu {
	display: block;
}
.header-menu ul.menu li:hover .sub-menu .sub-menu{
	position: inherit;
	padding: 0;
}

.header-menu ul.sub-menu > li > a {
	white-space: nowrap;
	padding: 0.4rem 4rem;
}
.header-menu ul.menu li:hover .sub-menu .sub-menu li a{
	padding: 0.4rem 2rem 0.4rem 6rem;
}
.header-menu ul.sub-menu > li > a:hover,
.header-menu ul.sub-menu > li.current-menu-item > a {
	background-color: #d8d8d8;
}
#header .lang {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.4rem;
}
#header .lang .wpml-ls-legacy-dropdown-click {
	width: auto;
}
#header .lang .wpml-ls-legacy-dropdown-click a {
	text-decoration: none;
	padding: 0;
}
#header .lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	border: none;
	margin-left: 1rem;
	position: static;
	font-size: 1.2rem;
}

/* mobile menu */
#page.menu-mobile-open {
	right: 40%;
}
#header button.menu-mobile {
	background: none;
	border: none;
}
#block-menu-mobile {
	position: fixed;
	height: 100%;
	background-color: #fff;
	right: -40%;
	width: 40%;
	transition: all 1s;
	z-index: 9999;
	overflow: auto;
	box-shadow: inset 40px 0px 30px -60px #000;
}
#page.menu-mobile-open #block-menu-mobile {
	right: 0%;
}
#block-menu-mobile .menu-mobile-container {
	padding: 3rem;
}
#block-menu-mobile .header-menu-mobile ul {
	list-style: none;
	padding: 0;
	/*text-align: center;*/
}

#block-menu-mobile .header-menu-mobile ul.menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#block-menu-mobile .header-menu-mobile ul.menu li a:hover,
#block-menu-mobile .header-menu-mobile ul.menu li.current-menu-item > a,
#block-menu-mobile .header-menu-mobile ul.menu li.current-menu-ancestor > a {
	color: #00709E;
}
#block-menu-mobile .header-menu-mobile ul.menu > li {
	margin-top: 1rem;
	border-top: 0.1rem dotted #00709E;
	padding-top: 1rem;
}
#block-menu-mobile .header-menu-mobile ul.menu > li:first-child {
	border-top: none;
	padding-top: 0;
}
#block-menu-mobile .header-menu-mobile ul.menu > li > a {
	font-size: 1.2rem;
}
#block-menu-mobile .header-menu-mobile ul.sub-menu > li {}
#block-menu-mobile .header-menu-mobile ul.sub-menu > li > a {
	font-size: 1.2rem;
	padding: 0.3rem 0;
}
#block-menu-mobile .header-menu-mobile ul.sub-menu  {
	font-size: 1.2rem;
	padding: 0rem 2rem;
}
#block-menu-mobile .header-menu-mobile ul.sub-menu ul.sub-menu  {
	font-size: 1.5rem;
	padding: 0rem 4rem;
}

/* loghi header */
#loghi-header .top-left {
	width: 20rem;
	height: 50px;
	background-color: #ffffff;
	position: relative;
	z-index: 1020;
	/*margin-top: -0.2rem;*/
}
#loghi-header .top-left:before {
	content: "";
	background-color: #ffffff;
	position: absolute;
	left: -1000rem;
	top: 0;
	width: 1000rem;
	height: 100%;
}
#loghi-header .top-left .triangle {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
#loghi-header .top-left .triangle:after {
	content: "";
    position: absolute;
    left: 0%;
    bottom: 0rem;
    background: #ffffff;
    width: 7rem;
    height: 7rem;
    transform-origin: bottom left;
    transform: rotate(-45deg);
    box-shadow: 0 -1.6rem 2.4rem 0 #000000;
    z-index: 11;
}
#loghi-header .top-right {
	margin-top: 2rem;
	position: relative;
	z-index: 2;
}

/* breadcrumbs */
#breadcrumbs {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 1.1rem;
	padding: 0.4rem 0;
	text-transform: uppercase;
	z-index: 9;
	position: relative;
}
#breadcrumbs a, #breadcrumbs span {
	margin: 0 0.4rem;
}
#breadcrumbs a {
	color: #ffffff;
}

/* footer */
#footer {
	overflow: hidden;
	padding-top: 3.5rem;
	margin-top: -3rem;
	font-size:14px;
}
#footer .shadow-cleaner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	z-index: 9;
}
#footer .post-shadow-cleaner {
	z-index: 9;
	position: relative;
	height: 100%;
}
#footer .footer-content-big {
	position: relative;
}
#footer .footer-content-big:after {
	content: "";
	width: 1000rem;
	right: -1000rem;
	position: absolute;
	top: 0;
	height: 100%;
	box-shadow: 0 1.6rem 2.4rem 0 rgb(0, 0, 0);
	background-color: #ffffff;
}
#footer .footer-content-big .top-right {
	position: relative;
	background-color: #ffffff;
	height: 3rem;
	width: 18.5rem;
	box-shadow: 0 1.6rem 2.4rem 0 rgb(0, 0, 0);
}
#footer .footer-content-big .top-right .triangle {
	position: absolute;
	top: 0;
	left: -3rem;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
}
#footer .footer-content-big .top-right .triangle:after {
	content: "";
	position: absolute;
	left: -50%;
	right: 0;
	background: #fff;
	width: 150%;
	height: 150%;
	transform-origin: top right;
	transform: rotate(-45deg);
	box-shadow: 0 1.6rem 2.4rem 0 black;
	z-index: 9;
}
#footer .footer-content-small {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
	box-shadow: 0 1.6rem 2.4rem 0 rgb(0, 0, 0);
	background-color: #ffffff;
}
#footer .footer-content-small:before {
	content: "";
	width: 1000rem;
	left: -1000rem;
	position: absolute;
	top: 0;
	height: 100%;
	box-shadow: 0 1.6rem 2.4rem 0 rgb(0, 0, 0);
	background-color: #ffffff;
}
#footer .footer-content-small .logo-footer {
	position: absolute;
	right: 0;
	top: -1.5rem;
	z-index: 9;
}
#footer .footer-content-small .newsletter-link {
	font-family: 'Noto Sans', sans-serif;
	display: block;
	font-size: 24px;
	font-weight: 900;
	color: #333333;
	padding: 1rem 0;
	text-decoration: none;
}
#footer .footer-content-small .newsletter-link::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1rem;
    font-size: 24px;
}
#footer .footer-menu-top {
	margin: 3rem 0;
}
#footer .footer-menu-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-menu-top ul.menu {
	display: flex;
	justify-content: space-between;
}
#footer .footer-menu-top ul li {
	padding: 0.2rem 0;
}
#footer .footer-menu-top ul li a {
	color: #333333;
	text-decoration: none;
}
#footer .footer-menu-top ul.sub-menu {
	margin-top: 2rem;
}
#footer .footer-menu-top ul li.menu-reserved-area a {
	display: block;
	border: 0.1rem solid #3a4c00;
	border-radius: 0.4rem;
	color: #3a4c00;
	font-weight: bold;
	padding: 0.4rem 1.5rem;
	margin-top: -0.5rem;
}
#footer .footer-menu-top ul li.menu-reserved-area a:after {
	content: "\f30d";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1rem;
}
#footer .footer-menu-top ul li.menu-reserved-area a:hover {
	background-color: #3a4c00;
	color: #ffffff;
}
#footer .legal-menu-container {
	border-top: 2px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
}
#footer .legal-menu-container .copyright-info {
	color: #333333;
}
#footer .footer-menu-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	font-weight: bolder;
}
#footer .footer-menu-bottom ul li {
	padding: 0.2rem 0;
	margin-right: 3rem;
}
#footer .footer-menu-bottom ul li a {
	color: #333333;
	text-decoration: none;
}

/* frontpage - block slider */
.front-page #slider, .front-page #slidermobile {
	/* height: 46rem; */
	height: 100vh;
	max-height: calc(100vw*3/4);
	margin-top: -5rem;
	position: relative;
	overflow: hidden;
}
/* .front-page #slider:after, .front-page #slidermobile:after {
	content: "";
	position: absolute;
	height: 100%;
	background-color: #ECECEC;
	top: 100%; 
	right: 0;
	width: 130%;
	transform: rotate(3deg);
	transform-origin: top right;
	z-index: 1;
} */
.front-page #slider .owl-carousel, .front-page #slidermobile .owl-carouse, 
.front-page #slider .owl-stage-outer, .front-page #slidermobile .owl-stage-outer, 
.front-page #slider .owl-stage, .front-page #slidermobile .owl-stage,
.front-page #slider .owl-item, .front-page #slidermobile .owl-item {
	height: 100%;
	min-height: 100vh;
}
.front-page #slider .owl-nav button,.front-page #slidermobile .owl-nav button, .front-page #slider-interno .owl-nav button {
	background-color: rgba(0,0,0, 0.6);
	position: absolute;
	top: 50%;
	height: 3rem;
	width: 3rem;
	font-size: 10px;
}
.front-page #slider .owl-nav .owl-prev, .front-page #slidermobile .owl-nav .owl-prev, .front-page #slider-interno .owl-nav .owl-prev {
	left: 1.5rem;
}

.front-page #slider .owl-nav button span, .front-page #slidermobile .owl-nav button span {
	font-size: 3rem;
}
.front-page #slider .owl-nav button.owl-next, .front-page #slidermobile .owl-nav button.owl-next, .front-page #slider-interno .owl-nav button.owl-next {
	left: auto;
	right: 0;
}
.front-page #slider .item, .front-page #slidermobile .item {
	width: 100%;
	height: 100%;
}
.front-page #slider .item.img, .front-page #slidermobile .item.img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.front-page #slider .item.img .intro, .front-page #slidermobile .item.img .intro {
	padding-top: 12rem;
}
.front-page #slider .item.img .intro h4, .front-page #slidermobile .item.img .intro h4 {
	font-size: 4rem;
	color: #ffffff;
	max-width: 45rem;
}
.front-page #slider .item.img .intro p, .front-page #slidermobile .item.img .intro p {
	color: #ffffff;
	max-width: 45rem;
	margin: 2rem 0 0 4rem;
}
.front-page #slider .item.iframe iframe, .front-page #slidermobile .item.iframe iframe {
	width: 100%;
	height: 100%;
}

/* front-page - block-brands */
.front-page #block-brands {
	background-color: #ECECEC;
	padding: 6rem 0;
}
.front-page #block-brands .brand {
	background-color: #ffffff;
	border-radius: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20rem;
	padding: 2rem;
}
.front-page #block-brands .brand img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* front-page - block-products */
.front-page #block-products,
.brand-page #block-products {
	padding: 3rem 0;
}
.front-page #block-products .products-row,
.brand-page #block-products .products-row {
	padding: 4.5rem 0;
}
.front-page #block-products .products-row .product,
.brand-page #block-products .products-row .product {
	position: relative;
}
.front-page #block-products .products-row .product h3,
.brand-page #block-products .products-row .product h3 {
	position: absolute;
	color: #ffffff;
	padding: 1rem 1rem;
	font-weight: 400;
	font-size: 1.8rem;
}

/* front-page - block-categories */
.front-page #block-categories {
	z-index: 1;
	position: relative;
}

/* front-page - block company */
#block-company {
	overflow: hidden;
	/* padding-top: 5rem; */
	/* margin-bottom: 10rem; */
}
#block-company .bkg {
	background-color: #f4f4f4;
	position: relative;
	/* padding-bottom: 8rem; */
}
#block-company .bkg::before, .box-soluzioni::before {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -100%;
    background-color: #ffffff;
    transform: rotate(2deg);
    transform-origin: bottom left;
}
#block-company .container {
	top: -5rem;
	position: relative;
	z-index: 1;
}
#block-company .company-bkg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 6rem 5rem;
	height: 560px;
	margin-top: 60px;
	margin-bottom: 60px;
	filter: drop-shadow(0.1rem 2.5rem 2.5rem rgba(60, 60, 60, 0.6));
}
#block-company .company-bkg .intro {
	margin-left: 4rem;
	color: #ffffff;
}
#block-company .company-bkg .intro h4 {
	color: #ffffff;
}
#block-company .company-bkg .intro p {
	margin-left: 4rem;
	margin-top: 4rem;
}
#block-company .company-bkg .counters {
	display: flex;
	flex-wrap: wrap;
}
#block-company .company-bkg .counter {
	text-align: center;
	margin-bottom: 4rem;
	flex-basis: 50%;
}
#block-company .company-bkg .counter .num {
	color: #00709E;
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 2.5rem;
}
#block-company .company-bkg .counter .desc {
	color: #ffffff;
}

/* block solutions */
.front-page #block-solutions {
	margin-bottom: 10rem;
}
.front-page #block-solutions img.thumb {
	max-width: 100%;
}
.front-page #block-solutions h4 {
	margin: 0rem 2rem 4rem 4rem;
}
.front-page #block-solutions .desc {
	margin: 4rem 2rem 4rem 8rem;
}
.front-page #block-solutions .link {
	margin: 4rem 2rem 0rem 8rem;
}

/* block news events */
.front-page #block-news_events {
	margin-bottom: 10rem;
	overflow: hidden;
}
.brand-page #block-news_events {
	background-color: #f9f9f9;
	padding: 15rem 0 10rem;
	overflow: hidden;
}
.brand-page #block-news_events:after {
	content: "";
    position: absolute;
    top: 0;
    height: 10%;
    width: 150%;
    background-color: #fff;
    transform: rotate(-2deg);
    transform-origin: left top;
	overflow:hidden;
}
.tpl-solutions_child .link a:not(.btn),
.brand-page .link a:not(.btn){
	position: absolute;
	bottom: -35px;
}
.reserved-page #block-news_events {
	margin-top: 3.5rem;
	background-color: #f9f9f9;
	/*margin-bottom: -8rem;*/
	padding: 5rem 0 10rem;
	overflow: hidden;
}
#block-news_events .owl-carousel {
	margin-top: 2rem;
}
#block-news_events .owl-dots {
	margin-top: 3rem;
}
#block-news_events .owl-stage-outer {
	overflow: unset;
}
#block-news_events .owl-item {
	opacity: 0.3;
}
#block-news_events .owl-item.active {
	opacity: 1;
}
#block-news_events .item {}
#block-news_events .item .excerpt {
	margin: 4rem 2rem 4rem 4rem;
}
#block-news_events .item .link {
	margin-left: 4rem;
}

/* block featured projects */
#block-featured_projects {
	margin-bottom: -8rem;
	position: relative;
	overflow: hidden;
}
#block-featured_projects:before {
	content: "";
	width: 150%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 100%;
	background-color: #ffffff;
	transform: rotate(-2deg);
	transform-origin: bottom right;
	z-index: 1;
}
#block-featured_projects .bkg-image {
	height: 65rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	transition: all 8s;
}
#block-featured_projects .intro {
	padding-top: 15rem;
	position: relative;
}
#block-featured_projects h4 {
	color: #ffffff;
	max-width: 30rem;
}
#block-featured_projects .desc {
	margin: 4rem 2rem 4rem 8rem;
	color: #ffffff;
	max-width: 30rem;
}
#block-featured_projects .link {
	margin: 4rem 2rem 0rem 8rem;
}
#block-featured_projects .link a {
	color: #ffffff;
}
#block-featured_projects .link a:hover, #block-featured_projects .link a:active {
	color: #00709E!important;
}

/* block page-top */
#block-page_top {
	position: relative;
	margin-bottom: 3rem;
	z-index: 1;
	overflow: hidden;
  	padding-bottom: 6rem;
  	min-height: 400px;
  	margin-top: -3rem;
}
#block-page_topsmall {
	position: relative;
	z-index: 1;
	overflow: hidden;
  	padding-bottom: 3rem;
	margin-bottom: 4rem;
  	min-height: 5rem;
  	margin-top: -3rem;
}
#block-page_top .sfondo, #block-page_topsmall .sfondo {
  width: 100%;
  height: 100%;
  background-color: black; /* fallback color */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 8s;
}
.imgcarous{
	height: 100%;
	transition: all 1s;
	background-size: cover;
	background-position: center;
}
.imgcarous:hover{
	transform:scale(1.1);
}
/*
#block-page_top .sfondo .zoom {
  transform: scale(1.1);
  
}
*/
#block-page_top:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 100%;
	width: 150%;
	background-color: #fff;
	transform: rotate(-2deg);
	transform-origin: left top;
}
#block-page_top .container, #block-page_topsmall .container {
	position: relative;
}
#block-page_top h1, #block-page_topsmall h1 {
	color: #ffffff!important;
	font-size: 40px!important;
	font-weight: 900!important;
	text-transform: uppercase!important;
}
#block-page_top h2, #block-page_topsmall h2 {
	margin: 2rem 2rem 0rem 4rem!important;
	color: #ffffff!important;
	font-size: 2.8rem!important;
	font-weight: 500!important;
}
#block-page_top p {
	margin: 1rem 2rem 0rem 4rem!important;
	color: #ffffff!important;
}
#block-page_top .link {
	margin: 3rem 2rem 0rem 4rem!important;
}
#block-page_top .link a {
	color: #ffffff!important;
}
#block-page_top .link a.btn {
	background-color: #ffffff!important;
	color: #000000!important;
	padding: 1rem 3rem!important;
	font-size: 1.2rem!important;
	font-weight: 500!important;
	border: none!important;
}
#block-page_top .link a.btn:hover{
	background-color: #00709E!important;
	color: #ffffff!important;
}

.item.item-border > .link{
	position: absolute;
	bottom: 40px;
	width: 100%;
    text-align: center;
    left: 0;
}


#block-page_top video, .item video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.slidercaption{
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    width: 100%;
}
.slidercaption a, .slidercaption a:hover{
	color: black;
	text-decoration: none;
}

.front-page .owl-nav button, .brand-page .owl-nav button{
	position: absolute;
    top: 40%;
    /*font-size: 50px!important;*/
}
.front-page .owl-nav button.owl-prev, .brand-page .owl-nav button.owl-prev{
	left: 0%;
    margin-left: -25px;
}
.front-page .owl-nav button.owl-next, .brand-page .owl-nav button.owl-next{
	left: 100%;
    margin-left: 10px;
}
.resource{
	width: 20%!important;
	max-width: 20%!important;
}
.resource-img{
	border: 1px solid #d8d8d8;
	padding: 20%;
	background: white;
}
.resource-title{
	text-transform: uppercase;
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
.down-img{
	border: 1px solid #d8d8d8;
	background: white;
}


.item .date {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	color: #8b8b8b;
}
.item .category {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #8b8b8b;
	text-transform: uppercase;
	min-height: 32px;
}
.item .title {
	font-size: 2.2rem;
	margin-top: 2rem;
}
.item h3 {
	margin-bottom: 1rem;
}
.item h3 a {
	text-decoration: none;
	color: #000000;
}

.imgcarouselcontainer{
	overflow:hidden;
	height:370px;
}
th{
	background: #ffffff;
}
.ui-selectmenu-menu ul{
	max-height: 350px!important;
}

.fa-chevron-down, .fa-chevron-left, .fa-chevron-right{
	cursor: pointer;
	font-weight: 300;
	color:white;
}

blockquote p{
	font-style: italic;
	padding: 10px 30px;
}

.animated {
  -webkit-animation-duration: 2s!important;
  animation-duration: 2s!important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	width: 0.8rem!important;
	height: 0.8rem!important;
	border-radius: 50%!important;
	margin: 0 0.4rem!important;
	background-color: #d8d8d8!important;
}
.owl-dots .owl-dot.active {
	background-color: #00709E!important;
	width: 27px!important;
	border-radius: 10px!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #3a4c00;
}

.panel{
	background: white;
	border: 0.1rem solid #979797;
}
p.panel-title{
	margin-bottom: 0!important;
}
.panel-title a{
	color:#3a4c00;
	font-weight:500;
	text-decoration: none!important;
}
.panel-body{
	border-top: 0.1rem solid #979797;
}
#content{
		position: relative;
   		top: 80px;
	}



.page .fourthree{
	width: 100%!important;
}
.single .fourthree{
	width: 80%!important;
	margin-left: 10%!important;
}
.lyte, .lyMe{
    padding-bottom: 56.25%!important;
}

.buttonslide{
	position:absolute;
	right: 50px;
	bottom: 60px;
}
.buttonslide > .btn{
	background-color: #ffffff!important;
    	color: #000000!important;
    	padding: 1rem 4rem 1rem 3rem!important;
    	font-size: 1.2rem!important;
    	font-weight: 500!important;
    	border: none!important;
}

/* embedded iframe form */
.form-newsletter iframe {
	border: none;
	min-width: 100%;
	min-height: 750px;
}
.form-contact iframe {
	border: none;
	min-width: 100%;
	min-height: 1050px;
}

figcaption{
	font-size: 0.8em;
	margin-top: 0.1em;
	margin-bottom: 1.5em;
}

iframe > html{
	overflow: hidden;
}

/* RESPONSIVE */
@media only screen and (max-width: 787px) {
	.form-newsletter iframe {
		min-height: 1300px;
	}
	.form-contact iframe {
		min-height: 1700px;
	}
}
@media only screen and (max-width: 450px) {
	.form-newsletter iframe {
		min-height: 1400px;
	}
	.form-contact iframe {
		min-height: 1800px;
	}
}

/* media query */

@media (min-width: 1200px){
	.container {
		max-width: 1320px;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-content {
		margin-top: 12%;
	}
	/*
	.front-page #slider, .front-page #slidermobile {
		height: 65rem;
	}
	*/
	#footer {
		padding-top: 2.5rem;
	}
	#loghi-header .top-left {
		max-width: 8rem;
	}
	.egp-slider .item{
		min-width: 49%;
		max-width: 49%;
		margin-right: 2%;
	}
}
@media only screen and (max-width: 991px) {
	li.alt-button a{
		float: none;
	}
	.box-soluzioni .skew-left, .box-soluzioni .skew-left .box-img, 
	.box-soluzioni .skew-right, .box-soluzioni .skew-right .box-img {
		transform: none;
	}
	#loghi-header .top-left {
		max-width: none;
	}

}
@media only screen and (max-width: 767px) {
	#hvideo{
		width:unset!important;
		height:100%!important;
	}
	#header{
		height:auto;
	}
		
	.front-page #slider .item.img .intro, .front-page #slidermobile .item.img .intro {
		padding-top: 18rem;
	}
	#block-company .company-bkg .counter .num {
		margin-bottom: 1rem;
	}
	.front-page #slider:after, .front-page #slidermobile:after{
		display:none;
	}
	.owl-item.cloned > .item.video{
		display:none!important;
	}

	#footer .footer-menu-top ul.menu {
		flex-wrap: wrap;
	}
	#footer .footer-menu-top ul.menu > li {
		margin: 1rem 0;
		flex-basis: 33%;
	}
	#footer .footer-menu-top ul.menu > li.menu-reserved-area {
		flex-basis: 100%;
		text-align: center;
	}
	#footer .footer-menu-top ul.sub-menu {
		margin-top: 0rem;
	}
	#menu-principale-footer li:not(:last-child){
		display:none;
	}
	.resource{
		width: 50%!important;
		max-width: 50%!important;
	}
	.down-img{
		max-width:220px;
	}
	.action{
		border-bottom: 3px solid #00709E;
	}
	.item .excerpt{
		display:none;
	}
	.imgcarouselcontainer{
		overflow:hidden;
		height:190px;
	}
	.buttonslide{
		position:absolute;
		width:100%;
		text-align:center;
		bottom: 25px;
		right:0;
	}
	.buttonslide.link{
		margin-right:0;
	}
	

	.slider-content .titolo h1, .text-video-container .titolo h1 {
		font-size: 36px;
	}
	.slider-content .sottotitolo h2 {
		font-size: 26px;
	}
	.egp-slider .item{
		min-width: 100%;
		max-width: 100%;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 575px) {
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
   		width: 300%!important;
		left: -90%;
	}
	.box-prodotto > .embed-responsive{
		height: 260px!important;
	}
	.box-prodotto >.embed-responsive iframe {
		top: -40px!important;
		height: calc(100% + 80px)!important;
	}
	#slider-interno .immagine {
		min-height: 560px;
	}
	h3 {
		font-size: 2.1rem;
		font-weight: 300;
	}
	h4{
		font-size: 2.6rem;
	}
	#page.menu-mobile-open {
		right: 70%;
	}
	#block-menu-mobile {
		width: 70%;
		right: -70%;
	}
	.single .fourthree{
		width: 100%!important;
		margin-left: 0%!important;
	}
	.front-page #block-solutions h4 {
		margin: 0 0 4rem;
	}
	.front-page #block-solutions .desc,
	.front-page #block-solutions .link {
		margin: 0;
	}
	
	#block-page_top{
		min-height:25rem;
		padding-bottom:10rem!important;
	}
	#block-page_top h1, #block-page_topsmall h1{
		font-size:3rem!important;
	}
	#block-page_top h2,
	#block-page_top p {
		margin: 0;
	}
	#block-page_top .link {
		margin: 1rem 0 0;
	}
	.owl-prev, .owl-next{
		/*display:none;*/
	}
	.logo-sg{
		max-width:280px;
	}
	.resource{
		width: 100%!important;
		max-width: 100%!important;
	}
	
	.front-page #slider .owl-nav button, 
	.front-page #slider-interno .owl-nav button {
		width: 3rem;
		height: 3rem;
	}
	.fa-chevron-left, .fa-chevron-right {
		font-size: 1em;
	}

	.features .button-link a:link, .features .button-link a:visited,
	.box-img-logo .button-link a:link, .box-img-logo .button-link a:visited,
	.features .button-link a:hover, .features .button-link a:active,
	.box-img-logo .button-link a:hover, .box-img-logo .button-link a:active {
		width: 238px;
	}
	#footer .footer-content-small .newsletter-link {
		font-size: 2rem;
	}
	.box-soluzioni .skew-left, .box-soluzioni .skew-right,
	#block-company .company-bkg {
		height: 280px;
	}
	.front-page #slider .owl-nav button, 
	.front-page #slider-interno .owl-nav button {
		width: 3rem;
		height: 3rem;
	}
	.slider-content {
		margin-top: 25%;
	}
	.fa-chevron-left, .fa-chevron-right {
		font-size: 1em;
	}
	.front-page #slider, #slider .embed-responsive {
		height: 100vh;
		max-height: calc(100vh*3/4);
	}
	.hide-info-video {
		pointer-events: auto;
	}
	.velina_bianca {
		opacity: 0.5;
	}
}

