/*
Theme Name: SG Deda
Theme URI: #
Author: Dedagroup WIZ
Author URI: #
Description: Tema per SG
Version: 1.0
*/
/*
:root {
	font-size: 62.5%;
	--default-red: #6BA43A;
	--default-green: #027223;
	--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');

html{
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}

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

.blob {
	background: #027223;
	border-radius: 50%;
	margin: 10px;

	box-shadow: 0 0 0 0 #6BA43A;
	transform: scale(1);
	animation: pulse 2s infinite;
}
.e-hotspot__inner-circle, .e-hotspot__outer-circle{
	background-color: #027223!important;
}
.e-hotspot__button{
	color: #027223!important;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(58, 76, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(58, 76, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(58, 76, 0, 0);
	}
}

body {
	/*font-family: 'FSAlbert regular', sans-serif;*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color:#333333;
}
h3 {
	font-size: 2.6rem;
	font-weight: 300;
}
h4 {
	/*font-family: 'FSAlbert extrabold' ;*/
	color: #027223;
	font-size: 2.6rem;
	font-weight: 900;
	text-transform: uppercase;
}
p {
    margin-top: 0;
    margin-bottom: 3rem;
}
p + ul{
    position: relative;
    margin-top: -2.2rem;
}
a {
    color: #027223;
}
a:hover{
	color: #6BA43A;
	text-decoration: none;
}
b, strong {
    font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
button:focus{
	outline:0!important;
}
.logo-sg{
	max-height:52px;
	image-rendering: -webkit-optimize-contrast;
	transform: translateZ(0.00001px);
}
.cn-button.bootstrap{
	background:#027223!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%;
}
.wp-block-table td, .wp-block-table th{
	border: 0!important;
}
.ic-social {
	color: #000000;
	text-decoration: none;
	font-size: 1.6rem;
	display: inline-flex;
	border: 0.1rem solid #CCCCCC;
	width: 2.2rem;
	height: 2.4rem;
	text-align: center;
	border-radius: 0.5rem;
	align-items: center;
	justify-content: center;
}
.ic-social:hover {
	color: #027223;
	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: #027223;
	text-decoration: none;
}
div.link a:not(.btn):hover {
	color: #6BA43A!important;
}
div.link a.btn {
	border: 1px solid;
	
    text-align: left;
    position: relative;
    padding-right: 3rem;
	width: 100%;
	max-width: 240px;
	border-radius: 3px;
	/*margin: 0.5em 1em;*/
	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: #027223;
	color:#ffffff;
}
div.link a.btn:hover{
	background: #6BA43A;
	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;
}
a.contact-link:link, a.contact-link:visited{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	display: block;
	background-color: #027223;
	border-radius: 3px;
	width: 112px;
}
a.contact-link:hover, a.contact-link:active {
	background-color: #fff;
    color: #027223!important;
	border: 1px solid #027223;
}

.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;
}
.col-border-top{
	border-top: 0.2rem solid #d8d8d8;
}

/* 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;
}
.alt-button a{
	background-color: #027223;
    color: #fff!important;
	border: 1px solid #027223;
	min-width: 250px;
    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: #027223!important;
	border: 1px solid #027223;
}
.menu-item.alt-button a{
	min-width: auto!important;
}


/* numeric pagination */
#pagination {
	margin-top: 8rem;
	text-align: center;
}
#pagination .page-numbers {
	font-size: 1.6rem;
	color: #a4a4a4;
	text-decoration: none;
	padding: 0.4rem 0.4rem;
}
#pagination .page-numbers.dots {}
#pagination .page-numbers.current {
	color: #000000;
}
#pagination .prev, 
#pagination .next {
	font-size: 1.9rem;
	color: #575757;
}
#pagination .prev {
	margin-right: 3.5rem;
} 
#pagination .next {
	margin-left: 3.5rem;
} 
#pagination .page-numbers:before {
	content: "-";
	margin-right: 0.8rem;
	color: #a4a4a4;
}
#pagination .page-numbers.prev::before,
#pagination .page-numbers.next::before,
#pagination .page-numbers.dots::before,
#pagination .page-numbers.prev + .page-numbers::before,
#pagination .page-numbers.dots + .page-numbers::before,
#pagination .page-numbers:first-child::before {
	content: "";
	margin: 0;
}

/* block categories */
#block-categories {}
#block-categories .intro {}
#block-categories .intro .excerpt {
	margin-left: 5rem;
	margin-top: 7rem;
}
#block-categories .items {
	position: relative;
	margin-top: 2rem;
	height: 150rem;
}
#block-categories .items .item {
	position: absolute;
}
#block-categories .items .item a {
	text-decoration: none;
	color: #000000;
}
#block-categories .items .item h6 {
	/*font-family: 'FSAlbert regular' ;*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 0 1.5rem;
	text-align: center;
}
#block-categories .items .item .img {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1.5rem solid #ffffff;
}
#block-categories .items .item.item-0 {
	left: 0;
	top: 9rem;
	z-index: 4;
}
#block-categories .items .item.item-0 .img {
	height: 35rem;
	width: 33rem;
}
#block-categories .items .item.item-1 {
	top: 19rem;
	left: 20rem;
	z-index: 3;
}
#block-categories .items .item.item-1 h6 {
	max-width: 60%;
	margin-left:25%;
}
#block-categories .items .item.item-1 .img {
	height: 41rem;
	width: 45rem;
}
#block-categories .items .item.item-2 {
	top: 0;
	right: 18rem;
	z-index: 2;
}
#block-categories .items .item.item-2 .img {
	width: 34rem;
	height: 35rem;
}
#block-categories .items .item.item-3 {
	top: 26rem;
	right: 0rem;
	z-index: 1;
}
#block-categories .items .item.item-3 h6 {
	text-align: right;
}
#block-categories .items .item.item-3 .img {
	width: 58rem;
	height: 30rem;
}
#block-categories .items .item.item-4 {
	top: 68rem;
	left: 5rem;
	z-index: 1;
}
#block-categories .items .item.item-4 .img {
	width: 34rem;
	height: 30rem;
}
#block-categories .items .item.item-5 {
	top: 69rem;
	left: 36rem;
	z-index: 2;
}
#block-categories .items .item.item-5 h6 {
	text-align: left;
	padding-left: 10rem;
}
#block-categories .items .item.item-5 .img {
	width: 42rem;
	height: 48rem;
}
#block-categories .items .item.item-6 {
	top: 65rem;
	right: 4rem;
	z-index: 3;
}
#block-categories .items .item.item-6 .img {
	width: 45rem;
	height: 30rem;
}
#block-categories .items .item.item-7 {
	top: 102rem;
	right: 0rem;
	z-index: 1;
}
#block-categories .items .item.item-7 h6 {
	text-align: right;
}
#block-categories .items .item.item-7 .img {
	width: 86rem;
	height: 32rem;
}

/* header */
#header {
	background-color: #ffffff;
	padding: 11px 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%;
}
#header .ic-search,
#header .ic-login,
#header .ic-wishlist {
	color: #000000;
	font-size: 18px;
	margin: 0 5px;
}
#header .ic-search:hover,
#header .ic-login:hover,
#header .ic-wishlist:hover {
	color: #027223;
}
#header .header-menu {}
#header .header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header .header-menu ul.menu {
	display: flex;
	justify-content: space-between;
}
#header .header-menu ul li {}
#header .header-menu ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
#header .header-menu ul.menu > li {
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;
}
#header .header-menu ul.menu > li > a {
	padding: 2px 10px;
}
#header .header-menu ul.menu > li > a:hover,
#header .header-menu ul.menu > li.current-menu-item > a,
#header .header-menu ul.menu > li.current-menu-ancestor > a {
	color: #027223;
}
#header .header-menu ul.sub-menu {
	display: none;
	opacity: 0.95;
	background-color: #ededed;
	padding: .8rem 0;
	position: absolute;
	left: -4rem;
	z-index: 10;
}
#header .header-menu ul.menu li:hover .sub-menu {
	display: block;
}
#header .header-menu ul.menu li:hover .sub-menu .sub-menu{
	position: inherit;
	padding: 0;
}

#header .header-menu ul.sub-menu > li > a {
	white-space: nowrap;
	padding: 0.4rem 4rem;
}
#header .header-menu ul.menu li:hover .sub-menu .sub-menu li a{
	padding: 0.4rem 2rem 0.4rem 6rem;
}
#header .header-menu ul.sub-menu > li > a:hover,
#header .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;
	color: #000;
}
#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: 5rem;
}
#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: #027223;
}
#block-menu-mobile .header-menu-mobile ul.menu > li {
	margin-top: 1.2rem;
	border-top: 0.1rem dotted #027223;
	padding-top: 1.2rem;
}
#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: 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.5rem;
	padding: 0.3rem 0;
}
#block-menu-mobile .header-menu-mobile ul.sub-menu  {
	font-size: 1.5rem;
	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 {}
#loghi-header .top-left {
	width: 20rem;
	height: 4rem;
	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: -4rem;
	width: 4rem;
	height: 4rem;
	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;*/
}
#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: 4rem;
	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: -5rem;
	width: 5rem;
	height: 5rem;
	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: 2.2rem;
	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: 2.1rem;
}
#footer .footer-menu-top {
	margin: 3rem 0;
	font-size: 1.4rem;
}
#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;
	font-size: 1.2rem;
}
#footer .footer-menu-top ul li.menu-reserved-area a {
	display: block;
	border: 0.1rem solid #027223;
	border-radius: 0.4rem;
	color: #027223;
	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: #027223;
	color: #ffffff;
}
#footer .legal-menu-container {
	border-top: 0.2rem solid #d8d8d8;
	border-bottom: 0.2rem solid #d8d8d8;
	padding: 4rem 0;
	font-size: 1.4rem;
}
#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;
}
#footer .copyright-container {
	font-size: 1.4rem;
}

/* frontpage - block slider */
.front-page #slider, .front-page #slidermobile {
	height: 45rem;
	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: 310px;
}
.front-page #slider .owl-nav button,.front-page #slidermobile .owl-nav button {
	background-color: rgba(255,255,255, 0.8);
	position: absolute;
	top: 50%;
	height: 5rem;
	width: 5rem;
	margin-top: -3rem;
}
.front-page #slider .owl-nav .owl-prev, .front-page #slidermobile .owl-nav .owl-prev {
	left: 2rem;
}

.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{
	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 {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -100%;
    background-color: #ffffff;
    transform: rotate(-2deg);
    transform-origin: bottom right;
}
#block-company .bkg::after {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    transform: rotate(2deg);
    transform-origin: top right;
}
#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: 10rem 8rem;*/
	padding: 6rem 5rem;
}
#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: #027223;
	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-dots .owl-dot {
	background-color: #d8d8d8;
	width: 1.5rem;
	height: 0.2rem;
	transition: all ease 0.5s;
}
#block-news_events .owl-dots .owl-dot:hover,
#block-news_events .owl-dots .owl-dot.active {
	background-color: #6b6b6b;
	height: 0.4rem;
}
*/
#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: 50vw;
}
#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: #027223!important;
}

/* block page-top */
#block-page_top {
	position: relative;
	margin-bottom: 3rem;
	z-index: 1;
	overflow: hidden;
  	padding-bottom: 6rem;
  	min-height: 40rem;
  	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: 4rem!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: #027223!important;
	color: #ffffff!important;
}

/* block page form */
#block-page_form {
	padding: 4rem 0 0;
	background:#f5f5f5;
}
#block-page_form .form-container {}
#block-page_form .form-container h3 {
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 3rem;
}
#block-page_form .form-container .testo_sezione {
	margin-bottom: 3rem;
}
#block-page_form .form-container label {
	font-size: 1.1rem;
    text-transform: uppercase;
    width: 100%;
    margin: 0.8rem 0;
}
#block-page_form .wpcf7-acceptance label {
    margin: 0.5rem 0;
}
#block-page_form .form-container label .required {}
#block-page_form .form-container input.wpcf7-text,
#block-page_form .form-container textarea.wpcf7-textarea {
	margin-top: 0.4rem;
	border-radius: 0.3rem;
	border: solid 0.1rem #d8d8d8;
    width: 100%;
    font-size: 1.5rem;
    padding: 0.9rem 2rem;
}
#block-page_form .form-container textarea.wpcf7-textarea {
	height: 90px;
}
#block-page_form .form-container textarea.wpcf7-textarea {}
#block-page_form .form-container input.wpcf7-submit {
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #26a55d;
	border-radius: 0.3rem;
	padding: 1rem 8rem;
	text-transform: uppercase;
	border: 2px solid #26a55d;
}

#block-page_form .form-container input.wpcf7-submit:hover, #block-page_form .form-container input.wpcf7-submit:active{
	color: #26a55d;
	background-color: #ffffff;
}

/* standard page */
.page-standard {}

/* about us */
.tpl-about_us {}
#block-numbers {
	margin-bottom: 8rem;
}
#block-numbers .element {
	text-align: center;
}

#block-numbers .element .icona img {
	max-height: 6rem;
}
#block-numbers .element .number {
	margin-top: 2rem;
	font-size: 3rem;
	font-weight: 900;
	color: #027223;
}
#block-numbers .element .desc {
	margin-top: 1.8rem;
}
.tpl-about_us #block-timeline {
	margin-bottom: 8rem;
}
.tpl-about_us #block-timeline .carousel-top {
	margin-bottom: 3rem;
	position: relative;
}
.tpl-about_us #block-timeline .carousel-top .item {
	padding-left: 5rem;
	padding-right: 5rem;
}
.tpl-about_us #block-timeline .carousel-top .item .logo {
	margin-bottom: 3rem;
}
.tpl-about_us #block-timeline .carousel-top .item .logo img {
	height: 2rem;
	width: auto;
}
.tpl-about_us #block-timeline .carousel-top .item .descrizione_breve {
	font-size: 2.1rem;
	padding-right: 10%;
}
.tpl-about_us #block-timeline .carousel-top .item .descrizione_lunga {
	margin-bottom: 2rem;
	min-height: 42px;
}
.tpl-about_us #block-timeline .carousel-top .item .immagine {
	height: 40rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.tpl-about_us #block-timeline .carousel-top .owl-nav {}
.tpl-about_us #block-timeline .carousel-top .owl-nav button {
	position: absolute;
	/*font-size: 50px!important;*/
	top: 40%;
}
.tpl-about_us #block-timeline .carousel-top .owl-nav button.owl-prev {
	left: 25%;
}
.tpl-about_us #block-timeline .carousel-top .owl-nav button.owl-next {
	right: 0;
}
/*
.tpl-about_us #block-timeline .carousel-top .owl-nav button span {
	display: none;
}
*/
.tpl-about_us #block-timeline .carousel-bottom {}
.tpl-about_us #block-timeline .carousel-bottom .item {
	width: 10rem;
	height: 10rem;
	border: 0.1rem solid transparent;
	border-radius: 50%;
}
.tpl-about_us #block-timeline .carousel-bottom .item.active {
	border: 0.1rem solid #333333;
	line-height: 10rem;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno {
	color: #333333;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	text-align: center;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno.verde {
	color: #7ac58b;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno.rosso {
	color: #c57a7a;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno.blu {
	color: #00729F;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno.verdetyman {
	color: #027223;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno.verdequanex  {
	color: #027223;
}
.tpl-about_us #block-timeline .carousel-bottom .item .anno.black {
	color: #000000;
}
.tpl-about_us #block-timeline .carousel-bottom .item.active .anno {
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo {
	text-align: center;
}
.tpl-about_us #block-timeline .carousel-bottom .item.active .logo {
	display: none;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo img {
	display: inline;
	width: auto;
	max-height: 24px;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo.Schlegel img {
	width: 8rem;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo.Giesse img {
	width: 8rem;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo.Reguitti img {
	width: 8rem;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo.Jatec img {
	width: 8rem;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo.SchlegelGiesse img {
	width: 2rem;
}
.tpl-about_us #block-timeline .carousel-bottom .item .logo.Tyman img {
	width: 2rem;
}
.tpl-about_us #block-brand_family {
	position: relative;
	overflow: hidden;
	margin-bottom: 10rem;
}
.tpl-about_us #block-brand_family:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	background: #ffffff;
	width: 150%;
	height: 100%;
	transform-origin: right top;
	transform: rotate(3deg);
}
.tpl-about_us #block-brand_family .bkg-image {
	padding-top: 8rem;
	padding-bottom: 10rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.tpl-about_us #block-brand_family .intro {
	margin-bottom: 2rem;
}
.tpl-about_us #block-brand_family .intro h4 {
	margin-bottom: 2rem;
}
.tpl-about_us #block-brand_family .item {
	text-align: center;
	margin: 0 0 5rem ;
}
.tpl-about_us #block-brand_family .item .logo {
	margin-bottom: 1rem;
	min-height: 90px;
}
.tpl-about_us #block-brand_family .item .logo img {}
.tpl-about_us #block-brand_family .item p {
	padding: 0 10%;
}
.tpl-about_us #block-brand_family .item  .link {
	margin-top: 1rem;
}
#block-altri_brand {
	margin-bottom: 10rem;
}
#block-altri_brand .row {
	/*margin: 4rem 0;*/
}
#block-altri_brand .row .col-12 {
	margin: 2rem 0;
}
#block-altri_brand .item.item-border {
	border: 0.5rem solid #f4f4f4;
	padding: 4rem 3.5rem 7rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#block-altri_brand .item .logo {
	text-align: center;
	margin-bottom: 3rem;
	min-height: 60px;
}
#block-altri_brand .item .logo img {}
#block-altri_brand .item-border p {
	font-size: 1.4rem;
}
#block-altri_brand .item  .link {
	margin-top: 1rem;
}
.item.item-border > .link{
	position: absolute;
	bottom: 40px;
	width: 100%;
    text-align: center;
    left: 0;
}


/* tpl news/events */
.tpl-news_events {}
.tpl-news_events #block-page_top {
	padding-bottom: 35rem;
}
.tpl-news_events #block-news_area {
	overflow: hidden;
	margin: -35rem 0rem 10rem 0;
}
.tpl-news_events .news-area {
	min-height: 50rem;
	padding: 5rem 0rem 0 14rem;
	/*margin-left: -14rem;*/
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.tpl-news_events .news-area:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 1000rem;
	height: 100%;
	left: 100%;
	top: 0;
}
.tpl-news_events .news-area .filtri {}
.news-area .filtri input[type="text"] {
	font-size: 1.4rem;
	color: #686868;
	border-radius: 0.4rem;
	background-color: #ebebeb;
	padding: 1.6rem 1.6rem 1.6rem 1.9rem;
	line-height: normal;
	width:170px;
	height: 52px;
	position: absolute;
    margin-left: 0.4rem;
	border: 0;
}
.news-area h4 {
	margin-top: 4rem;
}
.tpl-news_events .news-area .item {
	margin: 2rem 0;
	padding-bottom: 30px;
}
.img-container{
	border: solid 1px #d8d8d8;
	height: 20rem;
	overflow: hidden;
}
.img,
.brand-page .img,
.tpl-news_events .news-area .item .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20rem;
}

.img:hover,
.brand-page .img:hover,
.tpl-news_events .news-area .item .img:hover,
.tpl-solutions_child .block-related .item .img:hover{
	transition: all 1s;
 	transform: scale(1.1);
}
.tpl-news_events .news-area .item .img a {
	width: 100%;
	height: 100%;
	display: block;
}
.tpl-news_events .news-area .item .date {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	color: #8b8b8b;
}
.tpl-news_events .news-area .item .category {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #8b8b8b;
	text-transform: uppercase;
	min-height: 32px;
}
.tpl-news_events .news-area .item h3 {
	margin-bottom: 1rem;
}
.tpl-news_events .news-area .item h3 a {
	text-decoration: none;
	color: #000000;
}
.tpl-news_events .news-area .item .link {
	margin-top: 1rem;
	position: absolute;
	bottom: 0;
}

/* tpl solutions child */
.tpl-solutions_child {}
.tpl-solutions_child .block-embed_video {
	margin-top: 7rem;
}
.tpl-solutions_child .block-embed_video .iframe-container {
	position: relative;
	padding-top: 56%; 
	overflow: hidden;
}


.tpl-solutions_child .block-embed_video .iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.tpl-solutions_child .block-descrizione_con_link {
	margin-top: 7rem;
	background-color: #f9f9f9;
	padding: 7rem 0;
}
.tpl-solutions_child .block-embed_video + .block-descrizione_con_link {
	margin-top: -7rem;
	padding-top: 14rem;
}
.tpl-solutions_child .block-descrizione_con_link .link {
	margin-top: 3rem;
}
.tpl-solutions_child .block-related {
	margin-top: 7rem;
	background-color: #f9f9f9;
	padding: 7rem 0;
}
.tpl-solutions_child .block-descrizione_con_link + .block-related {
	margin-top: 0rem;
	padding-top: 0rem;
}
.tpl-solutions_child .block-embed_video + .block-related {
	margin-top: -7rem;
	padding-top: 14rem;
}
.tpl-solutions_child h4 {
	font-size: 2.6rem;
}
.tpl-solutions_child .block-related .item {
	margin-top: 4rem;
}
.tpl-solutions_child .block-related .item .img {
	height: 20rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tpl-solutions_child .block-related .item .date {
	font-size: 1.2rem;
	color: #8b8b8b;
	margin-top: 1rem;
}
.tpl-solutions_child .block-related .item .category {
	font-size: 1.2rem;
	color: #8b8b8b;
	text-transform: uppercase;
	margin-top: 1rem;
}
.tpl-solutions_child .block-related .item .title {
	font-size: 2.2rem;
	margin-top: 2rem;
}
.tpl-solutions_child .block-related .item .excerpt {
	margin-top: 2rem;
}
.tpl-solutions_child .block-related .item .link {
	margin-top: 1rem;
}
.tpl-solutions_child .block-brochure {
	margin-top: 7rem;
}
.tpl-solutions_child .block-brochure img {}
.tpl-solutions_child .block-brochure .titolo {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}
.tpl-solutions_child .block-brochure .descrizione {
	margin-bottom: 1rem;
}
.tpl-solutions_child .block-brochure .link {}

/* tpl sustainability */
.page-template-template-sustainability #block-numbers{
	margin-bottom: 1.5rem;
}
.tpl-sustainability .content {
	margin-bottom: 8rem;
}
.tpl-sustainability .extra-content {
	margin-bottom: 2rem;
}
.tpl-sustainability .items {
	background-color: #F9F9F9;
	padding: 4rem 0 12rem;
	margin-bottom: -8rem;
}
.tpl-sustainability .items .item {
	margin: 3rem 0;
}
.tpl-sustainability .items .item .immagine {
	margin-bottom: 2rem;
	height: 30rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tpl-sustainability .items .item.first .immagine {
	margin-right: 2rem;
}
.tpl-sustainability .items .item h5 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 2rem;
}

/* tpl career */
.tpl-career {}
.tpl-career .block-embed_video {
	margin-top: 7rem;
}
.tpl-career .block-embed_video .iframe-container {
	position: relative;
	padding-top: 56%; 
	overflow: hidden;
}
.tpl-career .block-embed_video .iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tpl-career .block-jobs {
	margin-top: 1rem;
	background-color: #f9f9f9;
	padding: 4rem 0 12rem;
	margin-bottom: -8rem;
}
.tpl-career .block-embed_video + .block-jobs {
	margin-top: -7rem;
	padding-top: 14rem;
}
.tpl-career .block-jobs .item {
	margin-top: 4rem;
	border-top: 0.1rem solid #A3A3A3;
	padding-top: 4rem;
}
.tpl-career .block-jobs .item:first-child {
	margin-top: 0rem;
	padding-top: 0rem;
	border: none;
}
.tpl-career .block-jobs .item .img {}
.tpl-career .block-jobs .item .title {
	font-size: 2.2rem;
	margin-top: 2rem;
}
.tpl-career .block-jobs .item .description {
	margin-top: 1rem;
}
.tpl-career .block-jobs .item .link {
	margin-top: 3rem;
}

.tpl-contacts #block-contacts {
	overflow: hidden;
	margin: -35rem 0rem 10rem 0;
}
.tpl-contacts #block-contacts .contacts-area {
	min-height: 50rem;
	padding: 5rem 0rem 0 14rem;
	/*margin-left: -14rem;*/
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.tpl-contacts #block-contacts .contacts-area:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 1000rem;
	height: 100%;
	left: 100%;
	top: 0;
}
.tpl-contacts #block-contacts .contacts-area #block-page_form {
	padding: 0;
}
.tpl-contacts .block-mappa_contatti {
	background-color: #f5f5f5;
	padding: 8rem 0 12rem;
	position: relative;
	/*margin-bottom: -9rem;*/
}
#imgmap-detail {
	position: absolute;
	background: #fff;
	width: 45rem;
	max-width: 100%;
	padding: 2rem;
	z-index: 9999;
	font-size: 15px;
}
#imgmap-detail .close-container {
	float: right;
	margin-bottom: 1rem;
}
#imgmap-detail .close-container .close-btn {
	cursor: pointer;
}
#imgmap-detail .titolo {
	color: #027223;
	font-weight: 500;
}
#imgmap-detail .testo {}

/* tpl download */
.tpl-download {}
.tpl-download .items {
	margin-top: 5rem;
}
.tpl-download .items h3 {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.tpl-download .items .item {
	font-size: 1.2rem;
	text-transform: uppercase;
	align-items: center;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.tpl-download .items .item:nth-child(even) {
	background-color: #f4f4f4;
}
.tpl-download .items .item > div {
	padding: 1.8rem 1.2rem;
}
.tpl-download .items .item .brand,
.tpl-download .items .item .language {
	color: #8b8b8b;
}
.tpl-download .items .item .title {
	font-weight: 500;
	color: #000000;
	font-size: 1.2rem;
	margin:0;
}

.tpl-download .items .item .action {
	background-color: #ebebeb;
}
.tpl-download .items .item .action .link {
	font-size: inherit;
}

/* page standard */
.tpl-page-standard {}
.tpl-page-standard .content {
	margin-bottom: 8rem;
}

/* single */
.single {}
.single #block-page_top {
	padding-bottom: 35rem;
}
.single #block-news_area {
	overflow: hidden;
	margin: -35rem 0rem 0 0;
}
.single .news-area {
	padding: 10rem 5rem 0 14rem;
	/*margin-left: -14rem;*/
	position: relative;
	background-color: #fff;
	z-index: 1;
	margin-bottom: 4.5rem;
}
/*
.single .news-area:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 1000rem;
	height: 100%;
	left: 100%;
	top: 0;
}
*/
.single #block-news_area .link.anno {
	font-size: 1.8rem;
	font-weight: 900;
	position: relative;
	margin-bottom: 2.5rem;
	cursor: pointer;
}
.single #block-news_area .link.anno a {
	color: #027223;
}
.single #block-news_area .link.anno a:after {
	content: "\f060";
	position: absolute;
	left: -3rem;
	padding-left: 0;
	top: 0;
	font-weight: 300;
}
.single #block-news_area .data {
	color: #8b8b8b;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.single #block-news_area h1 {
	font-size: 3.4rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.single #block-news_area h2 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.single #block-news_area #slider {
	margin-top: 3rem;
	position: relative;
}
.single #block-news_area #slider .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 40rem;*/
}
.single #block-news_area #slider .owl-nav button {
	background-color: rgba(255,255,255, 0.8);
	position: absolute;
	top: 50%;
	height: 5rem;
	width: 5rem;
	margin-top: -3rem;
}
.single #block-news_area #slider .owl-nav .owl-prev {
	left: 0%;
	margin-left: -50px;
	/*font-size: 50px!important;*/
}
.single #block-news_area #slider .owl-nav .owl-next {
	right: 0%;
	margin-right: -50px;
	/*font-size: 50px!important;*/
}
/*
.single #block-news_area #slider .owl-nav button span {
	font-size: 3rem;
}
*/
/*
.single #block-news_area #slider .owl-dots {
	text-align: center;
}
.single #block-news_area #slider .owl-dots .owl-dot {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	margin: 0 0.4rem;
	background-color: #d8d8d8;
}
.single #block-news_area #slider .owl-dots .owl-dot.active {
	background-color: #027223;
}
*/
.single #block-news_area .content {
	margin-top: 2rem;
	/*margin-bottom: 8rem;*/
	padding-bottom: 2rem;
}
.single #block-news_area #block-single_solutions {
	margin-bottom: 4rem;
}
.single #block-news_area #block-single_solutions h4 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 3rem;
}
.single #block-news_area #block-single_solutions .item {}
.single #block-news_area #block-single_solutions .item .img {
	height: 30rem;
	border: 0.2rem solid #979797;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 2rem;
}
.single #block-news_area #block-single_solutions .item .azienda {
	color: #979797;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.single #block-news_area #block-single_solutions .item .nome {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.single #block-news_area #block-single_solutions .item .link {}
.single #block-news_area #block-single_solutions .item .link a {}
.single #block-file_download {
	background-color: #f9f9f9;
	padding: 4rem 0 8rem;
	margin-bottom: -8rem;
}
.single #block-file_download h4 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 3rem;
	margin-left: 14rem;
}
.single #block-file_download .link {
	margin-left: 14rem;
}
.single #block-file_download .link a {}

/* single product */
/*
#main.single-product {
	margin-top: 6rem;
}
*/
#main.single-product h1 {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
}
#main.single-product .title-separator {
	background-color: #027223;
	height: 0.3rem;
	width: 4rem;
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
#main.single-product .slider-prodotto {
	width: 50rem;
	max-width: 100%;
	position: relative;
	margin-bottom: 2.5rem;
}
#main.single-product .slider-prodotto .item {
	border: solid 0.1rem #ededed;
}
#main.single-product .slider-prodotto .item .immagine {
	height: 50rem;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
#main.single-product .slider-prodotto .owl-nav button {
	background-color: rgba(255,255,255, 0.8);
	position: absolute;
	top: 50%;
	height: 5rem;
	width: 5rem;
	margin-top: -3rem;
}
#main.single-product .slider-prodotto .owl-nav .owl-prev {
	left: 2rem;
}
#main.single-product .slider-prodotto .owl-nav .owl-next {
	right: 2rem;
}
#main.single-product .slider-prodotto .owl-nav button span {
	font-size: 3rem;
}
#main.single-product .didascalie {
	margin-bottom: 2.5rem;
}
#main.single-product .didascalie .didascalia {
	margin-bottom: 2.5rem;
}
#main.single-product .didascalie .didascalia .descrizione {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	color: #333333;
}
#main.single-product .didascalie .didascalia .immagine {}
#main.single-product .didascalie .didascalia .immagine img {
	max-width: 60%;
}
/*
#main.single-product .content {
	font-size: 1.4rem;
}
*/
#main.single-product .block-download,
#main.single .block-download {
	border-top: 0.1rem solid #ededed;
	padding: 3rem 0;
	margin-top: 2rem;
}
#main.single-product .block-download h3,
#main.single .block-download h3 {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 3.5rem;
}
#main.single-product .block-download .link {}
#main.single-product .block-download .link a {}
#main.single-product .block-products,
#main.single .block-products {
	padding: 6rem 0;
	background-color: #f4f4f4;
	/*margin-bottom:-8rem; */
}
#main.single-product .block-products .changeViewLinks,
#main.single .block-products .changeViewLinks {
	text-align: right;
	margin-bottom: -2.5rem;
}
#main.single-product .block-products .changeViewLinks a,
#main.single .block-products .changeViewLinks a {
	color: #333333;
	text-decoration: none;
	opacity: 0.3;
}
#main.single-product .block-products .changeViewLinks a.active,
#main.single .block-products .changeViewLinks a.active  {
	opacity: 1;
}
#main.single-product .block-products .block,
#main.single .block-products .block {
	margin-top: 5rem;
}
#main.single-product .block-products .block.block0,
#main.single .block-products .block.block0 {
	margin-top: 0;
}
#main.single-product .block-products .block h3,
#main.single .block-products .block h3 {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
}
#main.single-product .block-products .block .item,
#main.single .block-products .block .item {
	margin: 2rem 0;
}
#main.single-product .block-products .block .img,
#main.single .block-products .block .img {
	height: 16rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0.2rem solid #979797;
}
#main.single-product .block-products .block .img a,
#main.single .block-products .block .img a {
	display: block;
	height: 100%;
}
#main.single-product .block-products .block .brand,
#main.single .block-products .block .brand {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: #8b8b8b;
	text-transform: uppercase;
	font-weight: 400;
}
#main.single-product .block-products .block .name,
#main.single .block-products .block .name {
	font-size: 1.3rem;
	font-weight: 900;
	color: #333333;
	line-height: normal;
	word-break:break-word;
}
#main.single-product .block-products .block .name a,
#main.single .block-products .block .name a {
	color: #333333;
	text-decoration: none;
}

/* sidebar */
#sidebar {}
#sidebar h6 {
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
#sidebar .select-solution {
	border-radius: 4px;
	border: 0.1rem solid #ededed;
	padding: 1.4rem 2rem;
	margin-bottom: 2rem;
}
#sidebar .select-solution .ui-selectmenu-button {
	width: 100%;
}
#sidebar .products {
	border-radius: 4px;
	border: 0.1rem solid #ededed;
	padding: 1.4rem 2rem;
}
#sidebar .products ul {
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
	color: #d8d8d8;
}
#sidebar .products ul li {
	font-size: 1.2rem;
	margin: 0.5rem 0;
	text-transform: uppercase;
}
#sidebar .products ul li a {
	color: #333333;
	text-decoration: none;
}

#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;
}
/*
.owl-next:hover, .owl-prev:hover{
	transition: all 0.2s;
 	transform: scale(1.4);
}
*/
.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;
}

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;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(6px);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(4px);
  }
  40% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(6px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(4px);
  }
  40% {
    transform: translateY(0px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounceleft {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-7px);
  }
  20% {
    -webkit-transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceleft {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-7px);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(0);
  }
}
.bounceleft {
  -webkit-animation-name: bounceleft;
  animation-name: bounceleft;
}

@-webkit-keyframes bounceright {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(7px);
  }
  20% {
    -webkit-transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceright {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(7px);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(0);
  }
}
.bounceright {
  -webkit-animation-name: bounceright;
  animation-name: bounceright;
}

.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: #027223!important;
}

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

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



.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 only screen and (min-width: 1700px) {
	.front-page #slider, .front-page #slidermobile{
		height: 75rem;
	}
}
@media only screen and (max-width: 1199px) {
	.front-page #slider, .front-page #slidermobile {
		height: 42rem;
	}
	#footer {
		padding-top: 2.5rem;
	}
	#header {
		padding: 13px 0;
	}
	#loghi-header .top-left {
		max-width: 8rem;
	}
	#block-categories .items {
		height: 135rem;
	}
	#block-categories .items .item.item-0 {
		left: 0;
		top: 5rem;
	}
	#block-categories .items .item.item-0 .img {
		height: 37rem;
		width: 24.2rem;
	}
	#block-categories .items .item.item-1 {
		top: 15rem;
		left: 10rem;
	}
	#block-categories .items .item.item-1 .img {
		height: 38.6rem;
		width: 40.9rem;
	}
	#block-categories .items .item.item-2 {
		top: 0;
		right: 25rem;
	}
	#block-categories .items .item.item-2 .img {
		width: 27.2rem;
		height: 30rem;
	}
	#block-categories .items .item.item-3 {
		top: 20rem;
		right: 0rem;
	}
	#block-categories .items .item.item-3 .img {
		width: 58.2rem;
		height: 27.5rem;
	}
	#block-categories .items .item.item-4 {
		top: 60rem;
		left: 5rem;
	}
	#block-categories .items .item.item-4 .img {
		width: 33rem;
		height: 30rem;
	}
	#block-categories .items .item.item-5 {
		top: 64rem;
		left: 30rem;
	}
	#block-categories .items .item.item-5 .img {
		width: 33rem;
		height: 43rem;
	}
	#block-categories .items .item.item-6 {
		top: 68rem;
		right: 5rem;
	}
	#block-categories .items .item.item-6 .img {
		width: 35rem;
		height: 23rem;
	}
	#block-categories .items .item.item-7 {
		top: 98rem;
		right: 0rem;
	}
	#block-categories .items .item.item-7 .img {
		width: 80rem;
		height: 30rem;
	}
	#content{
		position: relative;
   		top: 64px;
	}
}
@media only screen and (max-width: 991px) {
	li.alt-button a{
		float: none;
	}
	#loghi-header .top-left {
		max-width: none;
	}
	#header {
		padding: 6px 0;
	}
	#block-categories .items {
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#block-categories .items .item {
		position: static;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		flex-basis: 50%;
	}
	#block-categories .items .item h6 {
		text-align: center !important;
		padding: 0 !important;
		max-width: 100% !important;
		margin-left:0% !important;
	}
	#block-categories .items .item .img, .imgbrandprod {
		height: 23rem !important;
		width: 100% !important;
		overflow: hidden;
		border: 1.5rem solid #ffffff;
	}
	#block-company .company-bkg .intro {
		margin-left: 0;
	}
	.form-contact iframe {
		min-height: 1600px;
	}
	/*
	#block-news_events .owl-dots {
		text-align: center;
	}
	*/
	.tpl-about_us #block-numbers .element {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.tpl-news_events #block-news_area,
	.single #block-news_area,
	.tpl-contacts #block-contacts {
		margin-top: 0;
	}
	.tpl-news_events #block-news_area .news-area,
	.single #block-news_area .news-area,
	.tpl-contacts #block-contacts .contacts-area {
		padding: 0;
	}
	.single #block-file_download h4,
	.single #block-file_download .link {
		margin-left: 0;
	}
	.resource{
		width: 33%!important;
		max-width: 33%!important;
	}
}
@media only screen and (max-width: 767px) {
	#hvideo{
		width:unset!important;
		height:100%!important;
	}
	.front-page #slider, .front-page #slidermobile {
		margin-top: 0rem;
		height:31rem;
	}
		
	.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;
	}

	.tpl-about_us #block-timeline .carousel-top .item {
		margin-top: 3rem;
	}
	.tpl-about_us #block-timeline .carousel-top .item .logo {
		margin-bottom: 1rem;
	}
	.tpl-about_us #block-timeline .carousel-top .item .descrizione_lunga {
		margin-bottom: 1rem;
	}
	.tpl-about_us #block-timeline .carousel-top .owl-nav button.owl-prev {
		left: 0;
	}
	.news-area .filtri form > span,
	.news-area .filtri form > input {
		display: block;
		width: 100%!important;
		margin: 1rem 0;
	}
	.tpl-download .filtri form > span,
	.tpl-download .filtri form > input {
		display: block;
		width: 100%;
		margin: 1rem 0;
	}
	#main.single-product .didascalie .didascalia .immagine {}
	#main.single-product .didascalie .didascalia .immagine img {
		max-width: 100%;
	}
	#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;
	}
	#content{
		position: relative;
   		top: 61px;
	}
	.down-img{
		max-width:220px;
	}
	.action{
		border-bottom: 3px solid #027223;
	}
	.item .excerpt{
		display:none;
	}
	.imgcarouselcontainer{
		overflow:hidden;
		height:190px;
	}
	#block-page_top,#block-page_topsmall{
		margin-top:0;
	}
	.buttonslide{
		position:absolute;
		width:100%;
		text-align:center;
		bottom: 25px;
		right:0;
	}
	.buttonslide.link{
		margin-right:0;
	}
	.news-area .filtri input[type="text"] {
		position: relative;
		margin-left:0;
	}
	.tpl-about_us #block-timeline .carousel-top .item .immagine {
		height: 23rem;
	}
}
@media only screen and (max-width: 575px) {
	.container {
		width: calc(100% - 30px);
	}
	#header {
		padding: 12px 0;
	}
	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;
	}
	#block-categories .items .item {
		flex-basis: 100%;
	}
	#block-company {
		padding-top: 10rem;
		margin-bottom: 5rem;
	}
	#block-company .bkg{
		padding-bottom:3rem;
	}
	#block-company .company-bkg {
		padding: 4rem 3rem;
	}
	#block-company .company-bkg .intro p {
		margin-left: 0;
		margin-top: 2rem;
	}
	#block-company .company-bkg .counters {
		margin-top: 2rem;
	}
	.front-page #block-solutions h4 {
		margin: 0 0 4rem;
	}
	.front-page #block-solutions .desc,
	.front-page #block-solutions .link {
		margin: 0;
	}
	#block-news_events .item .excerpt,
	#block-news_events .item .link,
	/*
	#block-news_events .owl-dots {
		margin: 0;
	}
	*/
	#block-featured_projects .desc,
	#block-featured_projects .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;
	}
	#block-featured_projects .bkg-image{
		height:45rem;
	}
	#block-featured_projects .intro{
		padding-top:2rem;
	}
	#block-company .company-bkg .counter{
		margin-bottom: 2rem;
	}
	.tpl-about_us #block-numbers .element .number {
		margin-top: 1rem;
	}
	.tpl-about_us #block-numbers .element .desc {
		margin-top: 0
	}
	.tpl-about_us #block-timeline .carousel-top .item .immagine {
		height: 14rem;
	}
	.tpl-about_us #block-brand_family .intro h4,
	.tpl-about_us #block-brand_family .intro {
		margin-bottom: 1rem;
	}
	.tpl-about_us #block-brand_family .item {
		margin: 2rem 0;
	}
	.tpl-about_us #block-brand_family .item .logo {
		margin-bottom: 1rem;
	}
	.tpl-about_us #block-brand_family .item p {
		padding: 0;
	}
	.tpl-download .items .item > div {
		padding: 0.6rem 1.2rem;
	}
	.tpl-solutions_child .link a:not(.btn), .brand-page .link a:not(.btn){
		position:inherit;
	}
	#content{
		position: relative;
   		top: 102px;
	}
	.owl-prev, .owl-next{
		/*display:none;*/
	}
	.logo-sg{
		max-width:280px;
	}
	.resource{
		width: 100%!important;
		max-width: 100%!important;
	}
}
@media only screen and (max-width: 410px) {
	.front-page #block-brands .col-6,
	.front-page #block-products .products-row .col-6, 
	.brand-page #block-products .products-row .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.front-page #slider, .front-page #slidermobile {
		height:17rem;
	}
	.front-page #slidermobile .owl-item{
		min-height: 175px;
	}
}

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