:root {
	--font: 'Roboto', sans-serif;
	--primary-color: #007b6c;
	--red: #e61d2b;
	--darkgrey: #2c2b30;
	--lightgrey: #e5e5e5;
	--greynav: #a3a3a3;
	--greymenu: #c3c3c3;
	/* --grey: #58585a;
    --textcolor_dark: #1d1d1b;t
    --textcolor_light: #dbdbdb; */
}

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

* {
	white-space: normal;
	word-wrap: break-word;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body,
html {
	font-family: var(--font);
	position: relative;
	padding-left: 70px;
	color: var(--darkgrey) !important;
	background-color: var(--lightgrey) !important;
}

body>* {
	/* color: var(--darkgrey) !important; */
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
.header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
.header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
	box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

strong {
	font-weight: bold;
}

button:focus {
	outline: none !important;
}

img {
	max-width: 100%;
}

a {
	color: inherit;
}

a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

h1,
.h1 {
	font-size: 70px;
}

h2,
.h2 {
	font-size: 64px;
	margin-bottom: 0px;
}

.h3-big {
	font-size: 44px;
	margin-bottom: 0px;
}

h3,
.h3 {
	font-size: 38px;
}

h4,
h4>a,
.h4 {
	font-size: 34px;
}

h5 {
	font-size: 26px;
}

/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

/* h3, .h3 {
    font-size: 32px !important;
} */



@media(max-width:1300px) {
	.h3-big {
		font-size: 38px;
	}

	h2,
	.h2 {
		font-size: 60px;
	}

	h4,
	h4>a,
	.h4 {
		font-size: 28px;
	}
}

@media(max-width: 1024px) {

	h1,
	.h1 {
		font-size: 62px;
	}

	h2,
	.h2 {
		font-size: 54px;
	}
}

@media(max-width: 767px) {
	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h4,
	h4>a {
		font-size: 24px;
	}
}

@media(max-width: 576px) {

	h1 {
		font-size: 36px;
	}

	.h1 {
		font-size: 40px;
	}

	h5 {
		font-size: 22px;
	}

	/* .h3 {
        font-size: 26px !important;
    } */

	h2 {
		font-size: 34px;
	}

	h3,
	.h3 {
		font-size: 28px !important;
	}

	.h3-big {
		font-size: 28px !important;
	}

}

@media(max-width: 480px) {
	/* h2 {
    	font-size: 24px;
	} */

	.h3 {
		font-size: 22px !important;
	}
}

.nowrap-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.uppercase {
	text-transform: uppercase;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: var(--red);
	text-decoration: none;
}

.relative {
	position: relative;
}

.background-black {
	background-color: var(--darkgrey) !important;
}

.background-white {
	background-color: #fff !important;
}

.background-red {
	background-color: var(--red) !important;
}

.background-primary {
	background-color: var(--primary-color) !important;
}

.color-primary {
	color: var(--primary-color);
}

.color-white {
	color: #fefefe !important;
}

.color-red {
	color: var(--red) !important;
}

.color-grey {
	color: #5b5b5b;
}

.small,
.small a {
	font-size: 12px !important;
	font-weight: 400;
}

.underline {
	text-decoration: underline !important;
}

.d-hide {
	display: none !important;
}

.background-cover-center {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.background-cover-top {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.background-cover-right {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.background-image--square {
	display: inline-block;
	background-size: cover;
	width: 100%;
	background-position: center;
	position: relative;
	padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.image-squareCol {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* .image-square:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
} */

.image-square>img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ratio_box {
	padding-top: 56.25%;
	position: relative;
}

.swiper {
	width: 100%;
	height: 100%;
}

/* .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

/* mie colonne */

[class*="custom-col--"] {
	margin: 0.5%;
	flex: 0 0 0;
}

.bold {
	font-weight: bold !important;
}

.medium {
	font-weight: 500;
}

.light {
	font-weight: 300;
}

.italic,
em {
	font-style: italic;
}

.overflow {
	overflow: hidden;
}

.wrapperVideo {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-top: 56.25%;
	height: 0px;
	position: relative;
	margin-bottom: -6px;
}

.wrapperVideo.square {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-top: 100%;
	height: 0px;
	position: relative;
	margin-bottom: -6px;
}

.wrapperVideo>iframe,
.wrapperVideo>video {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.fancybox-image {
	background-color: var(--lightgrey);
}

.fancybox-skin {
	background: transparent !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0px !important;
}

/* clear fix */

.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ui group */

.ui-group {
	display: inline-block;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                 MODAL POPUP             ------------------ */
/* ----------------------------------------------------------------------------- */

/*top*/

.modal.top {
	padding-right: 0 !important;
}

.modal-top {
	max-width: 100%;
	margin: 0px auto;
	border: 0px;
	border-radius: 0px;
	padding: 0;
	width: 100%;
}

.top .modal-content {
	border-radius: 0px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu,
.no__border-radius {
	border-radius: 0px !important;
	-webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0.1);
	outline: 0 none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

button {
	background-color: transparent;
}

.btn-scroll,
.pointer {
	cursor: pointer;
}

.btn-scroll:hover {
	color: var(--primary-color) !important;
}

a:not([href]) {
	/*color: inherit !important;*/
	text-decoration: none;
	cursor: pointer;
}

.btn-plus {
	position: relative;
	/* padding-right: 50px; */
	display: flex;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: var(--textcolor_dark);
	display: flex;
	height: 40px;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
}

.btn-plus.simple {
	padding-left: 30px;
	font-size: 16px;
	line-height: 18px;
}

.btn-plus.light {
	color: #fefefe !important;
}

.btn-plus.light:before {
	background-color: #c3c3c3;
	color: var(--darkgrey);
}

.btn-plus:not(.simple):after {
	/* content: "+"; */
	content: "";
	background-image: url('../images/arrow.svg');
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--red);
	color: #fefefe;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border-radius: 50%;
	text-align: center;
	/* line-height: 34px;
    font-weight: 500;
    font-size: 22px; */
	margin-left: 15px;
	/* position: absolute;
    top: 0;
    bottom: 0;
    right: 0; */
	/* transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear; */
}

.btn-plus.simple:before {
	content: "+";
	position: absolute;
	background-color: transparent;
	color: #fefefe;
	text-align: center;
	line-height: 38px;
	font-weight: 500;
	font-size: 22px;
	top: 0;
	bottom: 0;
	left: 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	width: auto;
}

.btn-plus:hover {
	color: inherit !important;
}

.btn-plus.simple:hover:before {
	transform: rotate(90deg);
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}

.btn-search {
	position: relative;
	padding-left: 50px;
	display: flex;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #fefefe;
	display: flex;
	height: 40px;
	align-items: center;
}

.btn-search.grey {
	color: var(--textcolor_dark);
}

.btn-search.grey:before {
	background-color: var(--grey);
}

.btn-search:before {
	content: "";
	background-image: url('../images/icona_search.svg');
	background-size: 22px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0;
	margin: auto;
	left: 0px;
	background-color: var(--red);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-weight: 500;
	font-size: 22px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}

.btn-video {
	position: relative;
	padding-left: 50px;
	display: flex;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: var(--textcolor_dark);
	display: flex;
	height: 40px;
	align-items: center;
}

.btn-video:before {
	content: "";
	background-image: url('../images/icona_video.svg');
	background-size: 15px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: 13px center;
	bottom: 0;
	margin: auto;
	left: 0px;
	background-color: var(--darkgrey);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	font-weight: 500;
	font-size: 22px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}

.btn-background,
.btn-download,
.btn-scrolldown,
.btn-scrollup {
	background-color: var(--primary-color);
	color: #fefefe;
	padding: 15px;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}

.btn-background:before {
	content: "+";
	background-color: transparent;
	color: #fefefe;
	font-weight: 500;
	font-size: 22px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	padding-right: 15px;
}

.btn-background:hover {
	color: #fefefe !important;
}

.btn-scrollup:hover {
	background-color: var(--darkgrey);
	color: #fff !important;
}

.head-container .btn-scroll:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

.head-container .btn-scroll.btn-form--scroll:hover {
	text-decoration: none !important;
	background-color: #fff !important;
	color: #00564b !important;
}

.btn-download:before {
	content: "";
	background-color: transparent;
	color: #fefefe;
	font-weight: 500;
	background-image: url('../images/icona_download.svg');
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	padding-right: 15px;
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.btn-architetti {
	position: relative;
	padding-left: 50px;
	display: flex;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: var(--textcolor_dark);
	display: flex;
	height: 40px;
	align-items: center;
}

.btn-architetti:before {
	content: "";
	position: absolute;
	background-color: var(--darkgrey);
	background-image: url('../images/icona_login_areaarchitetti-wh.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #fefefe;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-weight: 500;
	font-size: 22px;
	top: 0;
	bottom: 0;
	left: 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}

.btn-scrolldown {
	padding-right: 25px;
}

.btn-scrolldown:after {
	content: "";
	position: absolute;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	display: inline-block;
	margin: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translate(5px, 2px);
	-webkit-transform: translate(5px, 2px);
	-moz-transform: translate(5px, 2px);
	-ms-transform: translate(5px, 2px);
	-o-transform: translate(5px, 2px);
}

.btn-scrollup {
	padding-left: 25px;
}

.btn-scrollup::before {
	content: "";
	position: absolute;
	transition: all 200ms linear;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid;
	border-left: 6px solid transparent;
	display: inline-block;
	margin: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translate(-15px, -3px);
}

.btn-border {
	border: 1px solid var(--lightgrey);
	color: var(--lightgrey);
	padding: 15px 25px;
	font-weight: bold;
}

@media(max-width:1024px) {

	.btn-plus,
	.btn-search,
	.btn-video {
		height: 28px;
		padding-left: 37px;
		font-size: 14px;
	}

	.btn-background,
	.btn-download,
	.btn-scrolldown,
	.btn-scrollup {
		/* padding: 10px 15px; */
		font-size: 14px;
	}

	.btn-plus:before,
	.btn-plus.simple:before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}

	.btn-search:before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		background-size: 16px;
	}

	.btn-search:before,
	.btn-video:before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		background-size: 13px;
		background-position: 10px center;
	}

}

@media(max-width:576px) {
	.btn-download {
		font-size: 14px;
	}
}

/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.wpcf7-form {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

header .dropdownLeft .listaNav .information-form form {
	transform: translate(-15px, 0px);
	-webkit-transform: translate(-15px, 0px);
	-moz-transform: translate(-15px, 0px);
	-ms-transform: translate(-15px, 0px);
	-o-transform: translate(-15px, 0px);
}

.wpcf7-form label,
.form-custom label {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
	display: inline-block;
	width: 100%;
	color: var(--darkgrey);
	font-size: 16px;
}

.form-custom.reg input,
.form-custom.reg select {
	box-shadow: none;
	background: none !important;
	border-radius: 0px;
	color: var(--lightgrey);
	height: 50px;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid var(--lightgrey) !important;
	font-weight: normal;
	font-size: 22px;
	border: 0px;
	padding: 0;
}

.form-custom.reg select option {
	color: var(--darkgrey)
}

.form-control:disabled,
.form-control[readonly] {
	opacity: 0.25;
}

.wpcf7-form input,
.form-custom input {
	box-shadow: none;
	background: none !important;
	border-radius: 0px;
	color: var(--greynav);
	height: 50px;
	margin-bottom: 5px;
	width: 100%;
	border: 1px solid var(--greynav);
	font-weight: normal;
	font-size: 16px;
}

.wpcf7-form input[type="file"],
.form-custom input[type="file"] {
	border: 0px solid var(--greynav);
	padding: 0px 0px;
	margin: 5px 0px;
}

.wpcf7-form textarea,
.form-custom textarea {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--greynav);
	height: 120px;
	/*color: #14233a;*/
	padding: 10px;
	margin: 5px 0px;
	border-radius: 0 !important;
	resize: none;
	margin-bottom: 15px;
	font-size: 16px;
	color: var(--greynav);
}

.wpcf7-form select,
.form-custom select {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--greynav);
	height: 50px;
	padding: 0px 10px;
	-webkit-appearance: none;
	font-size: 16px;
	color: var(--greynav);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.wpcf7-form .col-check {
	margin-top: 30px;
}

.wpcf7-form .col-check .wpcf7-list-item label {
	margin-top: 0px;
	margin-bottom: 0px;
}

::-webkit-input-placeholder {
	color: var(--greymenu);
	font-family: var(--font);
	font-size: 16px;
}

::placeholder {
	color: var(--greymenu);
	font-family: var(--font);
	opacity: 1;
	font-size: 16px;
}

:-ms-input-placeholder {
	color: var(--greymenu);
	font-family: var(--font);
	opacity: 1;
	font-size: 16px;
}

::-ms-input-placeholder {
	color: var(--greymenu);
	font-family: var(--font);
	opacity: 1;
	font-size: 16px;
}

.form-custom.reg input::placeholder {
	color: var(--lightgrey) !important;
	font-size: 22px !important;
	opacity: 1;
}

.codedropz-upload-handler {
	border: 2px dashed var(--greymenu);
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	color: var(--grey);
}

.dragdrop label {
	text-transform: uppercase;
	margin: 5px 0 5px;
	font-size: 14px;
	color: var(--grey);
}

.codedropz-upload-inner h3 {
	margin: 7px 0;
	font-size: 24px;
	line-height: 24px;
	word-break: break-word;
}

.wpcf7-form .check {
	margin: 10px 0px;
	text-align: left;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0px !important;
}

.wpcf7-form .check label {
	margin-top: 5px;
	margin-bottom: 5px;
}

.wpcf7-form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 0px 10px 0px 0px;
	/* flex: 0 0 13px; */
	/* -webkit-appearance: none; */
	border: 1px solid;
	padding: 0;
}

.form-check-input {
	width: 20px !important;
	height: 20px !important;
	border: 1px solid;
	padding: 0 !important;
	margin: 0px 10px 0px 0px !important;
	position: relative;
	flex: 0 0 20px;
}

.form-check-label {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.filter-check .form-check-label {
	font-weight: bold;
	font-size: 16px;
}

/* .form-check-input:checked {
    border: none;
    outline: 1px solid var(--primary-color);
  } */

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
}

.wpcf7-form input[type="submit"] {
	text-align: center;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	display: block;
	z-index: 10;
	transition: all 100ms linear;
	max-width: 100%;
	border: 0px;
	border-radius: 0px !important;
	color: #fefefe;
	background-color: var(--primary-color) !important;
	margin: 40px auto 0px;
	height: auto;
}

.form-custom .send-form {
	text-align: center;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	display: block;
	z-index: 10;
	transition: all 100ms linear;
	max-width: 100%;
	border: 0px;
	border-radius: 0px !important;
	color: #fefefe;
	background-color: var(--primary-color) !important;
	width: 100%;
	cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
	color: #fefefe;
	background-color: #a0bcc0;
	text-decoration: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	display: grid;
	position: absolute;
	width: 100%;
	right: 0;
	text-align: right;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px 0px 35px;
	padding: 0.2em 1em;
	border: 0;
	text-align: center;
	width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #237ae4;
	font-weight: 500;
}

.wpcf7-form .btn-group-submit {
	border: 1px solid #222222;
	width: 200px;
	margin: auto;
}

#success_nl {
	font-size: 20px;
	text-align: center;
}

@media(max-width:767px) {
	::-webkit-input-placeholder {
		font-size: 14px;
	}

	::placeholder {
		font-size: 14px;
	}

	:-ms-input-placeholder {
		font-size: 14px;
	}

	::-ms-input-placeholder {
		font-size: 14px;
	}

	.form-custom.reg input::placeholder {
		font-size: 18px !important;
	}
}

@media(max-width: 567px) {
	.wpcf7-form label {
		font-size: 13px;
	}
}


/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

body>* {}

.font-text--primary,
p,
a,
li {
	font-size: 18px;
	/* font-weight: 300; */
}

.fz14 {
	font-size: 14px;
}

.fz20,
.fz20 p,
.fz20 li,
.fz20 a {
	font-size: 20px !important;
}

.fz24,
.fz24 p,
.fz24 li,
.fz24 a {
	font-size: 24px;
}

.fz18,
.fz18>p,
.fz18>a {
	font-size: 18px;
}

.fz16,
.fz16>a {
	font-size: 16px;
}

.fz30 {
	font-size: 30px;
}

.fz40 {
	font-size: 40px;
}

.fz14 {
	font-size: 14px !important;
}

button,
.whatsapp_btn {
	cursor: pointer;
}

@media(max-width: 1024px) {
	.h2 {
		font-size: 42px;
	}

	.font-text--primary,
	p,
	a,
	li {
		font-size: 16px;
	}
}

@media(max-width: 567px) {

	.fz20,
	.fz20 p,
	.fz20 li,
	.fz20 a {
		font-size: 18px !important;
	}

	.fz18,
	.fz18>p {
		font-size: 16px;
	}

	.fz40 {
		font-size: 26px;
	}

	.h2 {
		font-size: 30px;
	}
}

@media(max-width: 420px) {

	.fz20,
	.fz20 p,
	.fz20 li,
	.fz20 a {
		font-size: 16px !important;
	}

	.fz40 {
		font-size: 24px;
	}

	.h2 {
		font-size: 23px;
	}
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

.overlay-before:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}

.zIndex10 {
	position: relative;
	z-index: 100;
}

@media(max-width: 767px) {
	.fz24 {
		font-size: 20px;
	}
}

@media(max-width: 567px) {
	.fz24 {
		font-size: 18px;
	}
}

.container-custom {
	position: relative;
	width: 92%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}

@media(max-width:991px) {
	.container-custom {
		width: 94%;
	}
}

header {
	color: #fefefe;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
}

header a.navbar-brand {
	position: absolute;
	z-index: 99999;
	left: 4%;
	top: 48px;
}

header.positionStart a.navbar-brand img {
	width: 160px;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

header a.navbar-brand img {
	width: 90px;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}

header .navbar {
	padding: 0px;
}

header .subNav {
	background-color: var(--lightgrey);
	width: 100%;
}

header .content {
	width: 92%;
	margin: auto;
}

header .subNav .boxitem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 25px;
}

header .subNav .boxitem a {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	color: var(--darkgrey);
}

#inputcerca_nav {
	display: none;
	width: 100%;
	background-color: var(--darkgrey);
	position: fixed;
	left: 0;
	z-index: 9999;
	margin: 0 !important;
	top: 0px;
	height: 100%;
}

#inputcerca_nav .abs_head {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	opacity: 0.1;
}

.searchoverlay-wrapper {
	z-index: 1;
	width: 60%;
	margin: auto;
}

.search-products-wrapper img,
#inputcerca_nav_form img {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	-webkit-filter: invert(1);
}

.search-products-wrapper {
	position: relative;
	z-index: 10;
}

#inputcerca_nav #inputcerca_nav_form {
	width: 60%;
	margin: 20px auto;
}

#inputcerca_nav .search-nav {
	width: 100%;
	display: block;
	height: 90px;
	padding: 15px 15px 15px 60px;
	max-width: 100%;
	border: 0px solid var(--greymenu);
	border-radius: 0px !important;
	color: var(--textcolor_dark);
	font-size: 20px;
}

#inputcerca_nav .close_cerca_nav {
	position: absolute;
	top: 40px;
	right: 40px;
	filter: invert(1);
}

header .subNav>.d-flex {
	height: 40px;
}

header #navOpen {
	width: 100%;
	/* height: 60px; */
}

header:not(.positionStart) #navOpen {
	background-color: var(--darkgrey);
}

header .navbarcontent .nav-item a.nav-link {
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: bold;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	height: 100%;
	white-space: nowrap;
	justify-content: center;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	font-weight: 400;
}

header .navbarcontent .searchstore_btn {
	padding: 15px;
	display: flex;
	align-items: center;
}

header .navbarcontent .nav-item a.nav-link:hover {
	background-color: var(--primary-color);
	color: #fefefe;
}

header .navbarcontent .nav-item.background-red a:hover {
	background-color: #fefefe;
	color: var(--red) !important;
}

header .navbarcontent .borderNav {
	border-left: 1px solid var(--greymenu);
	/* border-right: 1px solid var(--lightgrey); */
}

/* header:not(.positionStart) .navbarcontent .nav-item a {
    color: var(--textcolor_dark);
} */

header .navbarcontent .nav-item a.white {
	color: #fefefe !important;
}

header .navbarcontent .nav-item .nav-link.active {
	background-color: #000;
	text-decoration: underline;
}

header .dropdownLeft {
	background-color: #000;
	position: absolute;
	/* top: 100%; */
	right: -100%;
	width: 100%;
	/* min-height: 50vh; */
	max-height: 100vh;
	margin-top: 1px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	padding: 25px 10px;
	display: flex;
}

header .dropdownLeft.open {
	position: absolute;
	right: 0%;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

header .dropdownLeft .menu-item a {
	font-size: 22px;
	text-transform: uppercase;
	color: var(--textcolor_dark);
	/* font-weight: 300; */
	display: block;
	padding: 4px 0;
}

header .dropdownLeft .menu-item a:hover {
	color: var(--primary-color);
}

header .dropdownLeft .menu-item.show-all a {
	font-size: 18px;
	text-transform: none;
	text-decoration: underline;
	padding-bottom: 20px;
	font-weight: 400;
}

.navbar-toggler {
	border: 0px;
	border-radius: 0px;
	z-index: 9999;
	width: 30px;
	padding: 0px;
}

.navbar-toggler span {
	height: 2px;
	width: auto;
	display: block;
	margin: 5px 0px;
	background-color: #fefefe;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.navbar-toggler[aria-expanded="true"] span.first {
	transform: rotate(45deg) translate(0px, 5px);
	-webkit-transform: rotate(45deg) translate(0px, 5px);
	-moz-transform: rotate(45deg) translate(0px, 5px);
	-ms-transform: rotate(45deg) translate(0px, 5px);
	-o-transform: rotate(45deg) translate(0px, 5px);
}

.navbar-toggler[aria-expanded="true"] span.second {
	display: none;
}

.navbar-toggler[aria-expanded="true"] span.third {
	transform: rotate(-45deg) translate(0px, -5px);
	-webkit-transform: rotate(-45deg) translate(0px, -5px);
	-moz-transform: rotate(-45deg) translate(0px, -5px);
	-ms-transform: rotate(-45deg) translate(0px, -5px);
	-o-transform: rotate(-45deg) translate(0px, -5px);
}

header .subNav .boxitem.lang {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

header .subNav .boxitem.lang select {
	background-color: transparent;
}

.social a {
	display: flex;
	align-items: center;
	/* width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid;
    padding: 2px;
    margin-right: 5px; */
}

.paddNav {
	padding-top: 150px;
}

header .dropdownLeft .col6 h3 {
	font-size: 28px;
	font-weight: 300;
}

header .dropdownLeft .show_all {
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 14px;
	display: block;
}

header .dropdownLeft .list_subNav a {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.04em;
}

header .dropdownLeft .list_subNav a span {
	color: var(--greynav);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
}

/* dk nav */
@media(max-width:1300px) {
	header .dropdownLeft .list_subNav a {
		font-size: 18px;
	}

	header.positionStart a.navbar-brand img {
		width: 140px;
	}
}

@media(min-width:992px) {
	header .subNav .boxitem.lang {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	header .navbarcontent {
		min-width: 50%;
		/* margin-left: 50%; */
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: normal !important;
		align-items: normal !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
		height: 100%;
		margin-left: auto;
	}

	/* header .navbarcontent .nav-item--fibrenet {
        border-left: 2px solid rgba(88,88,90,0.4);
    } */

	header .navbarcontent .nav-item {
		/* border-bottom: 2px solid rgba(88,88,90,0.4); */
		width: 100%;
	}

	header .navbarcontent .nav-item {
		border-bottom: 1px solid var(--greymenu);
	}

	.listaNav--mb,
	.nav_hideDK {
		display: none !important;
	}

	header .navbar-nav {
		width: 100%;
	}

	header .dropdownLeft .col6 {
		width: 50%;
		float: left;
		padding: 25px;
	}

	header .dropdownLeft .col6:first-of-type {
		border-right: 1px solid var(--greymenu);
	}
}

@media(max-width:1200px) {
	header .subNav .boxitem {
		padding: 0px 15px;
	}

	header .navbarcontent .nav-item a.nav-link {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 14px;
		white-space: normal;
	}

	header.positionStart a.navbar-brand img {
		width: 140px;
	}

	header .dropdownLeft .col6 h3 {
		font-size: 22px;
	}

	header .dropdownLeft .list_subNav a {
		font-size: 20px;
	}

	header .dropdownLeft .menu-item a {
		font-size: 24px;
		line-height: 24px;
	}

	header .navbarcontent .nav-item:not(.searchstore_btn) {
		width: 110px;
	}

	header .navbarcontent .searchstore_btn {
		width: auto;
	}
}

@media(max-width:1024px) {
	header.positionStart a.navbar-brand img {
		width: 100px;
	}
}

/* mobile nav */
@media(max-width:991px) {

	header .back_nav {
		color: #fefefe;
		position: relative;
		padding-left: 20px;
		display: flex;
		margin-left: auto;
	}

	header .back_nav:after {
		content: "";
		position: absolute;
		left: 0px;
		transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-right: 6px solid;
		border-left: 6px solid transparent;
		border-bottom: 6px solid transparent;
		display: inline-block;
		margin: auto;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	header .lang {
		display: flex;
		align-items: center;
		padding: 25px 25px;
	}

	header .lang li {
		margin-right: 8px;
	}

	header .current-lang {
		opacity: 0.2;
	}

	header .lang li:after {
		content: "/";
		padding-right: 4px;
		padding-left: 4px;
	}

	.nav_hideMB {
		display: none !important;
	}

	.paddNav {
		padding-top: 80px;
	}

	header.positionStart .navbar-collapse {
		background-color: var(--darkgrey);
	}

	header .navbarcontent .nav-item a.active {
		background-color: var(--grey);
	}

	header nav.navbar {
		padding: 0px 25px;
		height: 80px;
		background-color: var(--darkgrey);
	}

	/* .listaNav--mb {
        display: none;
        background-color: var(--grey);
        padding-bottom: 10px;
        padding-top: 10px;
    } */

	.subNav {
		padding: 10px 25px;
	}

	.subNav .col_first_subNav {
		width: 50%;
		flex: 0 0 50%;
	}

	header .subNav>.d-flex {
		height: auto;
	}

	header a.navbar-brand img {
		width: 70px;
	}

	header a.navbar-brand {
		position: static;
	}

	header .subNav .boxitem {
		padding: 10px 0px;
		width: 100%;
		flex: 0 0 100%;
	}

	header .subNav .boxitem.lang {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	header .subNav #inputcerca_nav {
		top: 40px;
	}

	header .subNav #inputcerca_nav .search-nav {
		width: 60%;
		font-size: 14px;
		margin-left: calc(40% - 15px);
	}

	header #navOpen {
		/* height: auto; */
		padding-top: 0px;
		padding-bottom: 0px;
		position: absolute;
		top: 79px;
		left: 0px;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100vh;
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	header #navOpen::-webkit-scrollbar {
		display: none;
	}

	header #navOpen::-webkit-scrollbar-track {
		display: none;
	}

	header #navOpen::-webkit-scrollbar-thumb {
		display: none;
	}

	header .navbarcontent .nav-item a.nav-link {
		font-size: 14px;
		padding: 15px 25px !important;
		color: var(--lightgrey);
		justify-content: start;
		height: auto;
		white-space: normal;
		font-weight: 400;
		text-align: left;
	}

	header .navbarcontent .nav-item:not(.searchstore_btn) {
		width: auto;
	}

	header br.mbHide {
		display: none;
	}

	header .navbarcontent .nav-link.dropdown-toggle-custom:after {
		content: "";
		position: absolute;
		right: 15px;
		transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;

		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-left: 6px solid;
		border-right: 6px solid transparent;
		border-bottom: 6px solid transparent;
		display: inline-block;
		margin: auto;
	}

	header .navbarcontent .nav-link.dropdown-toggle-custom.active:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	}

	/* header .navbarcontent .listaNav--mb .small {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    header .navbarcontent .listaNav--mb .small li a {
        font-size: 14px !important;
    } */

	header .navbarcontent .borderNav {
		border-top: 1px solid var(--lightgrey);
		/* border-bottom: 1px solid var(--lightgrey); */
		border-left: 0px;
		border-right: 0px;
	}

	header .mobile_order {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
		/* height: 100%; */
		/* justify-content: space-between; */
	}

	header .dropdownLeft {
		width: 100%;
		top: 0;
		/* height: 100vh; */
		right: -100%;
		z-index: 999;
		padding: 25px;
		padding: 25px;
		/* flex-wrap: wrap; */
		flex-direction: column;
		min-height: 100vh;
		height: auto;
		padding-bottom: 70px;
		max-height: none;
		/* max-height: auto; */
	}

	header .dropdownLeft .col6:first-of-type {
		border-bottom: 1px solid var(--greymenu);
		margin-bottom: 25px;
		padding-bottom: 25px;
		margin-top: 15px;
	}

	header .dropdownLeft .list_subNav a span {
		display: none;
	}

	/* header .dropdownLeft .col6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    } */

	header .dropdownLeft .col6 h3 {
		font-size: 22px !important;
	}

	header .dropdownLeft .list_subNav a {
		font-size: 20px;
	}
}

@media(max-width:576px) {
	header nav.navbar {
		height: 60px;
	}

	header #navOpen {
		top: 59px;
	}

	header .dropdownLeft .list_subNav a {
		font-size: 18px;
	}

	header .dropdownLeft .list_subNav a span {
		font-size: 12px;
	}
}

.general-content p {
	margin-top: 10px;
	margin-bottom: 10px;
	/* font-size: 16px; */
}

.general-content li a {
	margin-bottom: 10px;
	/* display: block; */
	margin-top: 5px;
	text-decoration: underline;
	color: var(--primary-color);
}

.general-content a:not(.btn-plus) {
	text-decoration: underline;
}

.general-content h3,
.general-content h4,
.general-content h2 {
	/* color: var(--darkgrey); */
	margin-top: 35px;
}

.general-content h3:first-of-type,
.general-content h4:first-of-type,
.general-content h2:first-of-type {
	/* color: var(--darkgrey); */
	margin-top: 0px;
}

.general-content h2 {
	font-size: 34px;
}

.general-content h3 {
	font-size: 28px;
}

.general-content h4 {
	font-size: 22px;
}

.general-content ul {
	list-style: disc;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.general-content.special-list ul li {
	color: var(--primary-color);
	font-weight: bold;
}

.general-content ol {
	list-style: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*home*/

.slideHome {
	height: 100vh;
	overflow: hidden;
}

.slideHome.paddNav {
	padding-top: 105px;
}

.slideHome .colText {
	width: 92%;
	margin-left: 4%;
	z-index: 100;
	position: relative;
	min-height: 30vh;
	max-height: 65vh;
}

.slideHome .colText .colText_primary {
	background-color: var(--primary-color);
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	padding: 40px;
	position: relative;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slideHome .colText .colText_descr {
	background-color: var(--lightgrey);
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	z-index: 100;
	padding: 40px 20px;
	position: relative;
}

.slideHome .colText .tit {
	color: #fefefe;
	font-size: 48px;
}

.slideHome .colImage {
	width: 75%;
	height: 80vh;
	position: absolute;
	right: 0;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.slideHome .colImage img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideHome .colText .abs_anteprima {
	width: auto;
	height: 100px;
	position: absolute;
	top: -20px;
	z-index: 300;
	left: 40px;
	transform: translate(0px, -50%);
}

.open_description {
	width: 40px;
	height: 40px;
	background-color: var(--red);
	color: #fefefe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, 0%);
	bottom: 0;
	margin: auto;
}

.open_description.open img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.slideHome .colText_descr .img_abs {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	/* height: 80%; */
	/* width: auto; */
	/* transform: translate(-30%, 0px); */
	width: 25%;
	height: 100%;
}

.slideHome .colText_descr .img_abs img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	object-fit: cover;
	object-position: right;
	bottom: 0;
	margin: auto;
}

.slideHome .colText_descr .paddLeft {
	width: 75%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin-left: auto;
}

.slideHome .colText_descr .paddLeft.noPadd {
	width: 96%;
}

.slideHome .colText_descr .paddLeft p,
.slideHome .colText_descr .paddLeft a {
	font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 20px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	background-size: 20px 30px;
	filter: grayscale(1) invert(1);
	-webkit-filter: grayscale(1) invert(1);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-custom-next.swiper-button-disabled,
.swiper-custom-prev.swiper-button-disabled {
	opacity: 0;
}

.boxLink_content {
	margin-top: -50px;
	position: relative;
	z-index: 300;
	transform: translate(0px, -20px);
	-webkit-transform: translate(0px, -20px);
	-moz-transform: translate(0px, -20px);
	-ms-transform: translate(0px, -20px);
	-o-transform: translate(0px, -20px);
}

.boxLink {
	display: inline-flex;
	padding: 15px 20px;
	color: #fefefe;
	font-weight: 800;
	font-size: 16px;
}

.boxLink.fix p {
	color: #fefefe;
	font-weight: 600;
	font-size: 14px;
}

.boxLink.fix {
	width: 100px;
	padding: 10px;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	position: fixed;
	right: -100%;
	opacity: 0;
	bottom: 20px;
	z-index: 1000;
	box-shadow: 0px 0px 20px -7px #000;
}

.boxLink.static .borderLeft {
	border-left: 1px solid var(--greymenu);
}

.boxLink:hover {
	filter: grayscale(1);
	cursor: pointer;
	-webkit-filter: grayscale(1);
}

#sidebarNav {
	background-color: #00564b;
	width: 350px;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 9999;
	max-width: 90%;
	padding: 30px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100vh;
}

#sidebarNav.open {
	right: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

#sidebarNav h4 {
	font-size: 22px;
}

#sidebarNav li a {
	font-size: 16px;
}

.overlayfixed {
	overflow: hidden;
}

.overlayfixed:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0000006e;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#sidebarNav .widget {
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebarNav .widget li {
	font-weight: bold;
	padding: 3px 0px;
	display: block;
}

#sidebarNav .icon_list li {
	font-size: 20px;
	font-weight: 400 !important;
	padding: 10px 0px;
}

#sidebarNav .icon_list .icona_preventivo:before {
	content: url('../images/icona_calcola_preventivo.svg');
	display: block;
}

#sidebarNav .icon_list .icona_consulente:before {
	content: url('../images/icona_consulenza.svg');
	display: block;
}

#sidebarNav .icon_list .icona_rivenditore:before {
	content: url('../images/icona_pin.svg');
	display: block;
}

#sidebarNav .icon_list .icona_contattaci:before {
	content: url('../images/icona_assistenza.svg');
	display: block;
}

.close_sidebar {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-bottom: 20px;
}

.close_sidebar img {
	filter: invert(1);
	-webkit-filter: invert(1);
}

.breadcrumbs a,
.breadcrumbs p {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

@media(max-width:576px) {

	.breadcrumbs a,
	.breadcrumbs p {
		font-size: 12px;
	}
}

.head .img_prod {
	z-index: 100;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* position: absolute;
    right: 0;
    bottom: 0px;
    transform: translate(0px, 25%);
    -webkit-transform: translate(0px, 25%);
    -moz-transform: translate(0px, 25%);
    -ms-transform: translate(0px, 25%);
    -o-transform: translate(0px, 25%); */
}

.head .img_prod img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.head-architetti {
	height: 100vh;
}

.single .head:not(.notSingle) {
	min-height: 570px;
}

@media(max-width:1300px) {
	.slideHome .colText .colText_primary {
		padding: 30px;
	}

	.slideHome .colText .tit {
		;
		font-size: 36px;
		line-height: 36px;
	}
}

@media(max-width:1200px) {

	.slideHome .colText .abs_anteprima {
		height: 90px;
		left: 30px;
	}

	.slideHome .colText .colText_descr {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		z-index: 100;
		padding: 30px 20px;
	}
}

@media all and (orientation:portrait) and (max-width:991px) {
	.slideHome .colText .colText_primary {
		/* background-color: #ea0000 !important; */
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 50px 30px;
	}

	.slideHome.paddNav {
		padding-top: 75px;
	}

	.slideHome .colText {
		width: 82%;
		min-height: auto;
		max-height: 80vh;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.slideHome .open_description,
	.slideHome .colText_descr {
		display: none !important;
	}

	.slideHome .swiper-slide.align-items-center {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.slideHome .colImage {
		width: calc(100% - 40px);
		height: 65vh;
		left: 0;
		bottom: 20px;
		top: auto;
	}

	.slideHome .colText .abs_anteprima {
		position: static;
		transform: translate(15px, 35px);
		-webkit-transform: translate(15px, 35px);
		-moz-transform: translate(15px, 35px);
		-ms-transform: translate(15px, 35px);
		-o-transform: translate(15px, 35px);
	}

	.slideHome .colText .tit {
		font-size: 42px;
		width: 80%;
	}

	.slideHome .colText .abs_anteprima {
		height: 100px;
	}
}

@media(max-width:991px) {
	.single .head:not(.notSingle) {
		min-height: auto;
	}
}

@media(max-width:767px) {
	.boxLink.fix {
		width: 60px;
	}

	.boxLink.fix p {
		display: none;
	}

	.slideHome .colText .colText_primary {
		padding: 30px;
	}

	.slideHome .colText .abs_anteprima {
		display: none;
	}
}

@media (max-width:680px) {
	.single .head {
		min-height: 450px;
	}

	.boxLink_content {
		margin-top: 0px;
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
	}

	.boxLink.static {
		font-size: 13px;
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 8px 15px;
	}

	.slideHome .colText .tit {
		font-size: 28px;
	}
}

.box-standard .colText:not(.col6) {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.moduli .box-standard .colText.col6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	/* padding-right: 5%; */
	padding-left: 15px;
	padding-right: 15px;
}

.box-standard .colImage:not(.col6) {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-left: 5%;
}

.moduli .box-standard .colImage.col6 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	margin: 0px auto;
}

.box-standard.borderPadd .colText {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

section:not(.moduli) .box-standard .colText p,
section:not(.moduli) .box-standard .colText ul li {
	font-size: 16px;
}

.box-standard.reverse {
	flex-direction: row-reverse;
}

.box-standard.reverse .colImage {
	margin-left: 0%;
	margin-right: 5%;
}

.box-standard.no-reverse .colImage {
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 30px;
	border-left: 1px solid var(--greymenu);
}

.box-standard.no-reverse .colText {
	padding-right: 5%;
}

.box-standard.reverse.borderPadd .colImage {
	margin-left: 0%;
	margin-right: 0%;
	padding-right: 30px;
	border-right: 1px solid var(--greymenu);
}

.box-standard.borderPadd .padd,
.box-standard.borderPadd .colLink-single {
	padding-left: 30px !important;
}

.box-standard.borderPadd.no-reverse .padd {
	padding-left: 0px !important;
	padding-right: 30px !important;
}

section:not(.moduli) .box-standard .general-content strong {
	color: var(--primary-color);
}

.box-standard .colLink {
	border-top: 1px solid var(--greymenu);
	margin-top: 25px;
}

.box-standard .colLink-single {
	padding: 15px;
	border-right: 1px solid var(--greymenu);
}

.box-standard .colLink-single:first-of-type {
	padding-left: 0px;
}

.box-standard .colLink-single:last-of-type {
	border-right: 0px;
	padding-right: 0px;
}

.moduli .row_alternata .image-square {
	padding-bottom: 70%;
}

.moduli .row_alternata.borderBottom:last-of-type {
	border-bottom: 0px;
}

#sliderDettagli .colText_primary {
	margin-left: 4%;
	background-color: var(--primary-color);
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 40px;
	position: relative;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fefefe;
	text-align: left;
}

#sliderDettagli .colText_primary .tit,
.boxLateral .tit {
	color: #fefefe;
	font-size: 44px;
}

#sliderDettagli .colImage {
	width: 75%;
	margin-left: -4%;
	height: 0;
	padding-bottom: 38%;
	position: relative;
}

#sliderDettagli .colImage img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.boxLateral .colText_primary {
	margin-left: -4%;
	background-color: var(--primary-color);
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 40px;
	position: relative;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fefefe;
}

.boxLateral .colImage {
	width: 75%;
	max-width: 75%;
	flex: 0 0 75%;
	display: flex;
	align-items: center;

	position: relative;
	height: calc(100vh - 200px);
}

.boxLateral .colImage img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

.slideDett.navigation {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 100%; */
	right: 0px;
}

.slideDett.navigation.special {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	right: 0px;
	z-index: 500;
	padding-bottom: 20px;
	position: relative;
}

.slideDett.navigation .swiper-custom-prev img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.overlayBlack:after {
	content: "";
	width: 100%;
	height: 50vh;
	background-color: var(--darkgrey);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.section-banner .abs_img {
	position: absolute;
	bottom: 0;
	max-height: 100%;
	width: auto;
	right: 4%;
	max-width: 50%;
}

.tab_related .nav-pills a {
	font-size: 20px;
	border-bottom: 1px solid var(--greymenu);
	width: 100%;
	display: block;
	padding: 15px 0px;
}

.tab_related .nav-pills .active {
	font-weight: 900;
	border-bottom: 3px solid var(--primary-color);
}

.tab_related .tab-pane .colImage {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	border-right: 1px solid var(--greymenu);
	padding-right: 25px;
}

.tab_related .tab-pane ul {
	list-style: disc;
	padding-left: 20px;
}

.tabs-responsive .card-header {
	display: none !important;
	padding: 15px 0px;
	background-color: transparent;
}

.tab-pane.card {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.cropimage {
	position: relative;
	overflow: hidden;
	height: 0px;
	padding-bottom: 55%;
}

.cropimage img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.tab_related .tab-pane .colInfo {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.boxlayout {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	color: var(--grey);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	justify-content: center;
}

.boxlayout .colImage {
	border-right: 1px solid var(--greymenu);
	padding-right: 25px;
	height: 100%;
	display: flex;
	align-items: center;
}

.boxlayout .colImage img {
	max-width: 90%;
	max-height: 80%;
	width: auto;
	height: auto;
	margin: auto;
}

.boxlayout .colInfo {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.tab_related .tab-pane .colInfo .padd {
	padding: 10px 25px;
	margin-bottom: auto;
	margin-top: auto;
}

.boxlayout .colInfo .padd {
	padding: 25px 25px;
	margin-bottom: auto;
}

.tab_related .boxlayout .colInfo .padd {
	padding: 0px 25px;
	margin-bottom: auto;
}

.tab_related .tab-pane .colInfo .padd-btn,
.boxlayout .colInfo .padd-btn {
	padding: 25px;
	margin-top: 25px;
	border-top: 1px solid var(--greymenu);
}

.carouselDouble {
	height: 350px;
}

#progettiCarousel {
	height: 400px;
	padding-bottom: 50px;
}

#relatedCaseHistory {
	padding-bottom: 50px;
}

.navigation-standard {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}

.navigation-standard .swiper-pagination.swiper-pagination-fraction {
	margin-top: 0px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	bottom: 0;
}

.navigation-standard .swiper-custom-prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	display: flex;
	align-items: center;
}

#carouselDesign {
	height: 700px;
	padding-bottom: 80px;
}

#carouselRivenditore {
	height: 450px;
	padding-bottom: 50px;
}

#carouselRivenditore .swiper-slide img {
	/* width: 100%; */
	/* height: 100%; */
}

#carouselDesign .navigation-standard {
	width: calc(92% - 30px);
	margin: 25px auto 0px;
}

#carouselGallery_right {
	margin-bottom: 30px;
}

.carouselDouble .swiper-slide {
	position: relative;

	max-width: 60%;
	position: relative;
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
}

#carouselRivenditore .swiper-slide {
	max-width: 33.333%;
	width: auto;
	align-items: center;
	display: flex;
}

.carouselDouble .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.colText_primary.boxCarousel {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 40px;
	position: relative;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--lightgrey);
	position: absolute;
	top: -50px;
	right: 20%;
}

.colText_primary.boxCarousel.left {
	right: auto;
	left: 20%;
	top: auto;
	bottom: -50px;
}

.colText_primary.boxCarousel:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 123 108 / 80%);
	background-blend-mode: multiply;
	z-index: 10;
}

.pb100 {
	padding-bottom: 100px;
}

@media(max-width:1300px) {
	#carouselDesign {
		height: 500px;
	}

	#sliderDettagli .colText_primary {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		padding: 30px;
	}

	#sliderDettagli .colImage {
		width: 60%;
		margin-left: -4%;
		padding-bottom: 48%;
	}

	.tab_related .tab-content p {
		font-size: 16px;
	}
}

@media(max-width:1300px) {

	#sliderDettagli .colText_primary,
	.boxLateral .colText_primary {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		padding: 30px;
	}

	#sliderDettagli .colImage {
		width: 60%;
		margin-left: -4%;
		padding-bottom: 48%;
	}

	.boxLateral .colImage {
		width: 60%;
		max-width: 60%;
		flex: 0 0 60%;
	}

	#sliderDettagli .colText_primary .tit,
	.boxLateral .colText_primary .tit {
		font-size: 38px;
	}

	.colText_primary.boxCarousel {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}

	#carouselDesign {
		height: 500px;
	}

}

@media(max-width:1024px) {
	.boxlayout .colImage {
		max-width: 30%;
		flex: 0 0 30%;
	}

	.boxlayout .colInfo {
		width: 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.boxlayout .colImage img {
		max-width: 100%;
		max-height: 90%;
	}

	.colText_primary.boxCarousel {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		padding: 20px;
		right: 15%;
	}

	.colText_primary.boxCarousel.left {
		left: 15%;
	}
}

@media(max-width:991px) {
	.box-standard .colText {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.box-standard .colText:not(.col6),
	.box-standard .colImage:not(.col6) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		/* width: 100%; */
		margin-top: 25px;
	}

	.box-standard .colText:not(.col6) {
		width: 100%;
	}

	.box-standard.reverse .colImage {
		margin-left: 0%;
		margin-right: 0%;
	}

	.box-standard .colImage {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.box-standard .colImage:not(.col6) {
		margin-left: 0%;
	}

	.box-standard .colLink-single {
		padding: 20px 15px;
	}

	.box-standard {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.tab_related .tab-pane .colImage {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.tab_related .tab-pane .colInfo {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.section_scarica_catalogo h2 {
		font-size: 40px;
	}

	.tab_related .nav-pills a {
		font-size: 16px;
		padding: 10px;
	}

	.section-banner .abs_img {
		right: 0%;
		max-width: 45%;
	}
}

@media(max-width:767px) {

	#sliderDettagli .colText_primary,
	.boxLateral .colText_primary {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		margin-left: 15px;
		font-size: 14px;
	}

	#sliderDettagli .colImage {
		width: 80%;
		margin-left: -50%;
		padding-bottom: 70%;
	}

	.boxLateral.wrap_mb {
		flex-wrap: wrap;
	}

	.boxLateral .colImage {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.boxLateral.wrap_mb .colImage {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 350px;
	}

	.boxLateral.wrap_mb .colText_primary {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
	}

	.overlayBlack:after {
		height: 40vh;
	}

	#sliderDettagli .colText_primary .tit,
	.boxLateral .colText_primary .tit {
		font-size: 28px;
	}

	.section-banner .abs_img {
		position: initial;
		max-width: 50%;
		margin-left: auto;
		margin-bottom: -3rem;
	}

	.tab_related .tab-pane .colImage {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0px;
		padding-right: 0px;
		margin-top: 15px;
		/* -ms-flex-order: 1;
        order: 1; */
	}

	.tab_related .tab-pane .colInfo {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		/* -ms-flex-order: 0;
        order: 0; */
	}

	.tab_related .tab-pane .colInfo .padd {
		padding: 25px 0px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.tab_related .tab-pane .colInfo .padd-btn,
	.boxlayout .colInfo .padd-btn {
		margin-top: 0px;
	}

	.tab_related .tab-pane .colInfo .padd-btn {
		margin-top: 0px;
		padding: 0px 0px 25px 0px;
		margin-top: 15px;
		border-top: 0px;
	}

	/* trasforma in accoriond */
	.tabs-responsive .nav-pills {
		display: none !important;
	}

	.tabs-responsive .card-header {
		display: block !important;
	}

	.tabs-responsive .card-header button {
		font-weight: bold;
		font-size: 20px;
		text-align: left;
		color: var(--darkgrey);
	}

	.tabs-responsive .card-header button[aria-expanded="true"] {
		color: var(--primary-color);
	}

	.tabs-responsive .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}

	.tabs-responsive .tit_hide_accordion,
	.tabs-responsive .colInfo .tit {
		display: none;
	}

	.tabs-responsive .card-body {
		padding: 0px;
	}

	/* trasforma in accoriond */

	.colText_primary.boxCarousel {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 80%;
		padding: 20px;
		right: 15px;
		top: -15px;
	}

	.pb100 {
		padding-bottom: 30px;
	}

	.colText_primary.boxCarousel.left {
		left: 15px;
		bottom: -15px;
	}

	.col-lg-6.py-3 {
		padding: 0;
	}

	.boxlayout .colInfo .padd {
		padding: 25px 15px;
	}

	.overlayBlack:after {
		content: none;
	}

	#progettiCarousel {
		height: 280px;
	}
}

@media(max-width:567px) {
	.boxLateral.wrap_mb .colImage {
		height: 250px;
	}

	.box-standard .colLink {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.box-standard .colLink-single {
		border-right: 0px;
		width: 100%;
		border-bottom: 1px solid var(--greymenu);
	}

	.box-standard .colLink-single:first-of-type {
		padding-left: 15px;
	}

	.boxlayout .colImage {
		max-width: 100%;
		flex: 0 0 100%;
		height: auto;
		border: 0px;
	}

	.boxlayout .colInfo {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.boxlayout .colImage img {
		max-width: 100%;
		max-height: initial;
		width: 180px;
		margin: 0;
	}

	#sliderDettagli .colText_primary,
	.boxLateral .colText_primary {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
		margin-left: 5%;
		margin-bottom: 30px;
	}

	#sliderDettagli .swiper-slide {
		flex-wrap: wrap;
	}

	#sliderDettagli .colImage {
		display: none;
	}

	.carouselDouble .swiper-slide {
		max-width: 90%;
	}

	#carouselDesign,
	#carouselRivenditore {
		height: 230px;
	}

	.carouselDouble .swiper-slide img {
		width: auto;
		height: 100%;
	}
}

footer {
	background-color: #1d1d1b;
}

footer .social.white img {
	filter: invert(1);
	-webkit-filter: invert(1);
}

footer .social.white a {
	/* padding-right: 10px; */
	width: 30px;
	height: 30px;
	border: 1px solid var(--greymenu);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	padding: 7px;
}

footer .colFoot h4 {
	font-size: 20px;
	font-weight: 900;
	color: #fefefe;
	margin-bottom: 25px;
}

footer .colFoot .menu a {
	font-size: 14px;
	color: var(--greymenu);
}

@media(max-width:991px) {
	footer .colFoot {
		flex: 0 0 33.3333%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media(max-width:767px) {
	footer .colFoot {
		flex: 0 0 50%;
	}

	footer .colFoot h4 {
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	footer {
		padding-top: 20px;
	}
}


section.head.simple {
	min-height: 460px;
}

section.head .tit-head,
section.head .subtit {
	font-size: 60px;
	line-height: 58px;
}

section.head .abs_head {
	opacity: 0.1;
	position: absolute;
	right: 5px;
	/* top: 0; */
	bottom: 20px;
	margin: auto;
	max-width: 60%;
	width: 50%;
}

.page-template-page-area-riservata section.head .abs_head {
	filter: invert(1);
	width: 350px;
	bottom: -80px !important;
	right: 20%;
	top: auto;
	-webkit-filter: invert(1);
}

section.head.simple .abs_head,
.single-rivenditori section.head .abs_head {
	bottom: 0px;
}

.modal-content {
	border: 0;
	border-radius: 0;
}

.modal-body {
	padding: 25px;
}

.btn_close_modal {
	position: absolute;
	top: 15px;
	right: 15px;
}

.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	/* background-color: var(--greynav); */
}

.grid.borderTop {
	border-top: 1px solid var(--greynav);
}

.colBoxArchive {
	background-color: var(--lightgrey);
	min-height: 400px;
	outline: 1px solid var(--greynav);
}

.colBoxArchive .padd {
	padding: 50px calc(9% + 30px);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.colBoxArchive .tit_prod {
	font-weight: 300;
	font-size: 34px;
}

.single-porte-ingresso .colBoxArchive .imgProd img {
	max-height: 350px;
	width: auto;
}

.colBoxArchive .padd.paddVantaggi {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	height: 100%;
}

.colBoxArchive .padd.paddVantaggi .center {
	margin-top: auto;
	margin-bottom: auto;
}

.hover_animation .anim_open,
.hover_animation .anim_close {
	/* height: 380px; */
	/* width: auto; */
	height: auto;
	width: 80%;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

.hover_animation .anim_open {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
}

.hover_animation.active_hover .anim_open {
	opacity: 1;
	visibility: visible;
}

.hover_animation.active_hover .anim_close {
	opacity: 0;
	visibility: hidden;
}

.colBoxArchive .hover_animation,
.colBoxArchive--related .hover_animation {
	margin-bottom: 0px;
	margin-top: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.borderTop {
	border-top: 1px solid var(--greynav);
}

.borderBottom,
.riga {
	border-bottom: 1px solid var(--greynav);
}

.colBoxArchive.box_special img {
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* .modulo_banner--nero .toAbs_img .image-square {
    padding-bottom: 60%;
} */

@media(max-width:1300px) {

	section.head .subtit,
	section.head .tit-head {
		font-size: 40px;
		line-height: 38px;
	}

	section.head .intro {
		font-size: 16px;
	}

	.colBoxArchive .padd {
		padding: 50px calc(4% + 30px);
		height: 100%;
		display: flex;
		flex-direction: column;
	}
}

@media(max-width:1200px) {
	.colBoxArchive .tit_prod {
		font-size: 30px;
	}
}

@media(max-width:1024px) {

	.grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid .colBoxArchive.special {
		grid-column: 1 / span 2;
	}

	.colBoxArchive .tit_prod {
		font-size: 28px;
	}

	.colBoxArchive .tit_prod {
		font-size: 28px;
	}

	.colBoxArchive.special h4 {
		font-size: 32px;
	}

	.colBoxArchive .padd {
		padding: 30px;
	}

	section.head.simple {
		min-height: 300px;
	}
}

@media(max-width:767px) {
	.grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.grid .colBoxArchive,
	.grid .colBoxArchive.special {
		grid-column: 1;
	}

	.colBoxArchive .imgProd {
		max-width: 70%;
		margin: auto;
	}

	.colBoxArchive .padd.paddVantaggi .center {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.colBoxArchive {
		min-height: auto;
	}

	.hover_animation .anim_open,
	.hover_animation .anim_close {
		height: auto;
		width: auto;
		max-width: 60%;
	}

	.toAbs_img {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.toAbs_img img {
		position: absolute;
		bottom: -40px;
		width: 100px;
		right: 0;
	}

	.image-square>img {
		width: 100% !important;
	}

	.box-standard .colText {
		margin-top: 20px;
	}

	.box-standard .colLink {
		border-top: 0px solid;
		margin-top: 5px;
	}

	#carouselDesign,
	#carouselRivenditore {
		height: 300px;
	}
}

@media(max-width:576px) {
	.colBoxArchive.special h4 {
		font-size: 26px;
	}

	.hover_animation .anim_open,
	.hover_animation .anim_close {
		max-width: 100%;
	}

	section.head .subtit,
	section.head .tit-head {
		font-size: 32px;
	}

	section.head .abs_head {
		top: auto;
		bottom: 0;
		max-width: 90%;
		width: 70%;
	}
}

.backgroundProd {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: -80px;
}

.product_anim:before {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 55%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.boxShowMore .btn-scroll {
	position: relative;
}

.boxShowMore .btn-scroll:after {
	content: "";
	position: absolute;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	display: inline-block;
	margin: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translate(5px, 2px);
	-webkit-transform: translate(5px, 2px);
	-moz-transform: translate(5px, 2px);
	-ms-transform: translate(5px, 2px);
	-o-transform: translate(5px, 2px);
}

.btn-form--scroll {
	background-color: #fff;
	color: var(--primary-color) !important;
	padding: 10px 25px 10px 12px;
	margin-top: 15px;
	font-weight: bold;
	width: auto;
	align-self: baseline;
}

.filter-black {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}

.filter-white {
	filter: invert(1);
	-webkit-filter: invert(1);
}

.gallery_porteingresso .swiper-slide {
	width: 22%;
	padding: 0px 30px;
}

.gallery_porteingresso .swiper-slide:first-of-type {
	margin-left: 30px;
}

/*.gallery_porteingresso .swiper-slide:last-of-type {
    margin-right: calc(4% - 30px);
} */

.gallery_porteingresso:after {
	content: "";
	width: 100%;
	height: 60vh;
	background-color: #fff;
	position: absolute;
	top: 0;
	margin: auto;
	bottom: 0px;
	left: 0px;
}

.swiper-pagination.swiper-pagination-fraction {
	margin-top: 30px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	bottom: 0;
}

.gallery_porteingresso .arrowSlide {
	width: 40px;
	height: 40px;
	margin-top: -15px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	background-color: var(--red);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery_porteingresso .arrowSlide img {
	height: 25px;
	width: auto;
}

.gallery_porteingresso .arrowSlide.swiper-custom-prev {
	left: 10px;
}

.gallery_porteingresso .arrowSlide.swiper-custom-prev img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.gallery_gamma .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

.gallery_porteingresso .arrowSlide.swiper-custom-next {
	right: 10px;
}

/* @media(max-width:1300px){
    .backgroundProd {
        height: 60vh;
        margin-top: -20px;
    }
} */

@media(max-width:1024px) {
	.gallery_porteingresso:after {
		height: 40vh;
	}
}

@media(max-width:767px) {
	.gallery_porteingresso .swiper-slide {
		width: 40%;
	}
}

@media(max-width:567px) {
	.gallery_porteingresso .swiper-slide {
		width: 70%;
	}

	.gallery_porteingresso:after {
		height: 20vh;
	}

	.gallery_porteingresso p {
		font-size: 14px;
	}
}

.box_number .num {
	font-weight: 900;
	font-size: 70px;
}

.box_number .box {
	position: relative;
	padding: 12px 0px;
}

.box_number .box:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--primary-color);
	position: absolute;
	top: 0;
}

.box_number .box p {
	font-size: 24px;
	font-weight: 100;
}

.box_pdf img.filter-black {
	margin-bottom: 7px;
}

.box_partner .logo img {
	padding: 20px;
	width: 90%;
}

/* trova rivenditore */

.colSidebar {
	height: 550px;
	overflow: hidden;
	overflow-y: auto;

	scrollbar-width: thin;
	scrollbar-color: var(--greynav) var(--lightgrey);
}

.colSidebar::-webkit-scrollbar {
	width: 6px;
	width: 6px;
}

.colSidebar::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: var(--lightgrey);
}

.colSidebar::-webkit-scrollbar-track:active,
.colSidebar::-webkit-scrollbar-track:hover {
	background-color: var(--lightgrey);
}

.colSidebar::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: var(--greynav);
}

.colSidebar::-webkit-scrollbar-thumb:hover {
	background-color: var(--primary-color);
}

.colSidebar::-webkit-scrollbar-thumb:active {
	background-color: var(--primary-color);
}

.colSidebar--locator {
	border-top: 1px solid var(--greymenu);
	position: relative;
	font-size: 16px;
}

.colSidebar--locator p,
.colSidebar--locator a {
	font-size: 16px;
}

.colSidebar--locator:last-of-type {
	border-bottom: 1px solid var(--greymenu);
}

.colSidebar--locator .w-100 {
	padding-right: 70px;
}

.colSidebar--locator .pin-locatore {
	/* max-width: 50px;
    flex: 0 0 50px;
    margin-left: auto;
    margin-right: 0px; */
	position: absolute;
	right: 0px;
	top: 20px;
}

.colSidebar--locator .btn_scheda {
	transform: translate(70px, 0px);
	-webkit-transform: translate(70px, 0px);
	-moz-transform: translate(70px, 0px);
	-ms-transform: translate(70px, 0px);
	-o-transform: translate(70px, 0px);
}

.page-template-page-trova-rivenditore #map {
	width: 92%;
	height: 100%;
	margin-left: 2%;
}

.page-template-page-trova-rivenditore #map #content,
.page-template-page-trova-rivenditore #map #content p,
.page-template-page-trova-rivenditore #map #content a,
.popupMap a,
.popupMap p,
.popupMap button {
	font-size: 14px;
}

.mappa_single {
	width: 100%;
	height: 70vh;
	min-height: 300px;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
	padding: 15px;
}

/*single rivenditore*/

.form-custom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.form-error {
	color: var(--red);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #fff;
}

.form-custom.reg #submit_btn {
	background-color: #fff;
	color: var(--primary-color);
	font-weight: 900;
	padding: 20px 0px;
	margin-top: 20px;
}

input.transparent-input:focus,
select.transparent-input:focus {
	box-shadow: none;
	background-color: transparent;
}

.checkStep .image-checkbox .form-check-label {
	font-size: 20px;
	line-height: 22px;
}

.checkStep .image-checkbox.active .form-check-label {
	color: var(--lightgrey);
}


.form-step {
	display: none;
}

.form-step.current {
	display: block;
	width: 100%;
}

/* .button-container {
    display: block;
    margin: 0 auto;
} */


.prev-form-step {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
}

.next-form-step {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: var(--primary-color);
	color: var(--lightgrey);
}

.spinner {
	margin-right: 8px;
	width: 25px;
	height: 25px;
}

.choice {
	background-color: var(--lightgrey);
	border: 1px solid var(--greynav);
}

.active-choice {
	background-color: var(--primary-color);
	color: var(--lightgrey);
	border: 1px solid var(--primary-color);
}

.step-container {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.step {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	border-radius: 50%;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
}

.step-active {
	background-color: var(--primary-color);
	color: var(--lightgrey);
}

.step-line {
	width: 100%;
	height: 1px;
	background-color: var(--primary-color);
}

.image-checkbox {
	display: flex;
	align-items: center;
	border: 1px solid var(--greynav);
	z-index: 2;
	padding: 5px 15px;
	height: 100%;
}

.checkbox-container:hover,
.radio-container:hover {
	cursor: pointer;
}

.image-checkbox.active {
	display: flex;
	align-items: center;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	color: var(--lightgrey);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rotate {
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
}


.btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: transparent;
	padding: 15px 30px;
	display: inline-block;
}

.btn-primary:hover {
	background-color: var(--lightgrey);
	color: var(--primary-color);
	border-color: var(--lightgrey);
}

.radio-container.invisible {
	display: none;
}

.moduli h2.tit {
	font-size: 46px;
}

.intro_area-arch h2 {
	font-size: 50px;
}

.mTopOffset {
	margin-top: -250px;
	padding-top: 250px;
}

.box-number--arch .num {
	font-size: 130px;
	font-weight: 700;
	padding-right: 30px;
}

.box-number--arch h4 {
	font-size: 40px;
	font-weight: bolder;
}

.box-number--arch p.text {
	font-size: 28px;
	font-weight: lighter;
	width: 80%;
	line-height: 30px;
}

.box-servizi--arch {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 100px;
}

.box-servizi--arch hr,
hr.white {
	border-top: 2px solid var(--lightgrey);
}

.box-servizi--arch p {
	font-size: 26px;
	line-height: 28px;
}

#sliderArchitettiIntro {
	margin-left: calc(4% + 15px);
}

#sliderArchitettiIntro .swiper-slide {
	width: 75%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #828181;
}

.section-newsletter--arch #close {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.filter-search .input-group-text {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
}

.filter-search .filter-order select {
	width: 250px;
	border: 0px;
}

#sliderView {
	padding-left: calc(4% + 15px);
	padding-right: calc(4% + 15px);
}

#sliderView .swiper-slide {
	width: 80%;
}

#sliderView .swiper-slide .background-cover-center {
	min-height: 500px;
}

.posts_pagination .pag_link[data-enabled="0"] {
	opacity: 0.5;
}

.posts_pagination .pag_link {
	display: flex;
	align-items: center;
}

.posts_pagination .pag_link img {
	width: 20px;
}

.posts_pagination .pag_link.posts_pagination_prev img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.box-posts {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	color: var(--grey);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.box-posts .colImage img {
	margin-right: 0px;
	margin-left: auto;
}

.box-posts .colImage {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	position: relative;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .3);
	height: 100%;
	padding-right: 30px;
	cursor: pointer;
}

.box-posts .colInfo {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.box-posts .colInfo .padd {
	padding: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.box-posts .colInfo .padd-btn {
	padding: 30px;
	margin-bottom: 0px;
	margin-top: auto;
}

.box-posts .tit.big {
	font-size: 18px;
	line-height: 20px;
}

.box-posts .content {
	font-size: 15px;
	margin-top: 15px;
}

.colFilter button {
	padding: 10px;
	background-color: var(--primary-color);
	color: #fff;
	margin: 5px;
}

.colFilter .active {
	background-color: var(--greynav);
}

.box_related a .backgound-cover-center {
	height: 0;
	padding-bottom: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.box_related a:hover .backgound-cover-center .plus {
	background-color: var(--primary-color);
}

.box_related a .backgound-cover-center .plus {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: var(--red);
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 20px 2px #000;
	color: #fff;
	/* font-weight: bold; */
	font-size: 22px;
	text-align: center;
	line-height: 48px;
}

.carousel_moduli {
	padding-bottom: 40px;
}

#submit_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.form-step:not(.step-11) [class*="col-"] {
	margin-bottom: 30px;
}

@media(max-width:1300px) {
	.moduli h2.tit {
		font-size: 36px;
	}
}

@media(max-width:1200px) {
	#sliderView .swiper-slide {
		width: 100%;
	}

	#sliderView .general-content p,
	#sliderView .general-content li {
		font-size: 16px !important;
	}

	.box-posts .colImage {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0;
		height: auto;
		padding-right: 0px;
	}

	.box-posts .colImage img {
		margin-right: 0px;
		margin-left: 0;
	}

	.box-posts .colInfo {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.box-posts .colInfo .padd {
		padding: 30px 0px;
	}

	.box-posts .colInfo .padd-btn {
		padding: 30px 30px 30px 0px;
		margin-bottom: 0px;
		margin-top: 0;
	}
}

@media(max-width:1024px) {
	.boxLink--single a.h3 {
		font-size: 25px;
	}

	.backgroundProd {
		height: 400px;
		background-attachment: scroll;
		margin-top: 0px;
	}
}

@media(max-width:991px) {
	#sliderView .swiper-slide .background-cover-center {
		min-height: 250px;
	}

	.head .img_prod {
		display: none;
	}

	.backgroundProd {
		height: 350px;
	}

	.form-step .col {
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
}

@media(max-width:767px) {

	.box_number .num {
		font-size: 40px;
	}

	.box_number .box p {
		font-size: 20px;
	}

	.boxLink--single .colImg {
		width: 40%;
	}

	.step-container {
		flex-wrap: wrap;
	}

	.step {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 5px;
	}

	.form-step .col {
		-ms-flex-preferred-size: 0;
		flex-basis: auto;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.form-step .svg,
	.form-step .image-checkbox img {
		height: 40px;
	}

	.checkStep .image-checkbox .form-check-label {
		font-size: 14px;
		line-height: 14px;
	}

	.step-line {
		display: none;
	}

	.image-checkbox {
		padding: 5px 10px;
	}

	.form-step .fz20 {
		font-size: 16px !important;
	}

	.next-form-step {
		padding: 10px 15px;
		font-size: 14px;
	}

	.form-step:not(.step-11) [class*="col-"] {
		margin-bottom: 15px;
	}
}

#popup-download-catalogo {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999999;
	background: rgba(0, 0, 0, 0.5);
}

#popup-download-catalogo-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#popup-download-catalogo-close img {
	width: 20px;
	cursor: pointer;
}

#popup-download-catalogo-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 650px;
	max-width: 92%;
	background: #fff;
	padding: 20px;
	max-height: 90%;
	overflow-y: auto;
}

#popup-download-catalogo-content .form-group input {
	border: 1px solid #000;
	display: block;
	padding: 4px 10px;
}

#popup_download_catalogo_invia {
	cursor: pointer;
}

@media(max-width:767px) {
	.colContent {
		padding: 0px;
	}

	.page-template-page-trova-rivenditore #map {
		width: 92%;
		height: 400px;
		margin-left: 0%;
		width: 100%;
	}

	.colSidebar {
		height: 300px;
		order: 1;
		border: 4px solid #ccc;
	}

	.mappa_single {
		height: 300px;
	}

	#carouselRivenditore .swiper-slide {
		max-width: 50%;
		width: auto;
	}

	#carouselRivenditore .swiper-button-next,
	#carouselRivenditore .swiper-button-prev {
		position: relative;
		margin: 0;
		padding-top: 70px;
	}

	#carouselRivenditore .navigation {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.moduli .box-standard .colText.col6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.moduli .box-standard .colImage.col6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0px auto;
	}

	.page-template-template-label .slideHome .colText {
		margin-top: 20px;
		margin-bottom: -30px;
	}

	.page-template-template-label .head-container {
		flex-direction: column;
	}

	.page-template-template-label .slideHome .colImage {
		position: relative;
		height: 340px;
		max-height: 70vh;
	}

	.page-template-template-label .slideHome .colText .tit {
		font-size: 40px
	}

	.page-template-template-label .slideHome {
		height: auto;
	}
}

@media(max-width:576px) {
	#carouselRivenditore .swiper-slide {
		max-width: 90%;
		width: auto;
	}

	.page-template-template-label .slideHome .colText .tit {
		font-size: 28px;
	}

	.moduli h2.tit {
		font-size: 30px;
	}

	.general-content h2 {
		font-size: 26px;
	}

}

.home .swiper-button-next,
.home .swiper-button-prev {
	background-color: black;
    width: 30px;
    border-radius: 150px;
    padding: 24px;
}

.description-rivenditore h2 {
	font-size: 32px;
}
.description-rivenditore h3 {
	font-size: 24px;
}
.single-wpsl_stores .container-custom h2 {
	margin: 24px 0;
}

.single-wpsl_stores .container-custom p {
	margin-bottom: 16px;
}
