/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i');*/
body {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
}

body.rtl {
	direction: rtl;
}

.display-block {
	display: block !important;
}

.gray-bg {
	background-color: #fafafa;
}

.fancybox-slide>* {
	max-width: 100%;
}

.fancybox-loading {
	border: 0px none !important;
	border-radius: 0;
	height: 80px;
	width: 80px;
	-webkit-animation: 0s;
	animation: 0s;
	background: url(../../img/ring.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 99999;
	background-size: cover;
}

.scrollToTop {
	position: fixed;
	bottom: 27px;
	right: 80px;
	z-index: 99;
	font-size: 14px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #28a745;
	color: #fff;
}

.fixedPosition {
	position: fixed;
}

.fancybox-close-small {
	top: 40px;
	right: 20px;
}

.fancybox-close-small:hover {
	background: transparent;
}

.fancybox-close-small:hover img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.padding-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.margin-0 {
	margin: 0px !important;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-150 {
	margin-top: 150px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.form-control label.error,
.bar-newsletter label.error {
	color: #a52121;
	margin-left: 5px;
	display: inline-block;
}

.bar-newsletter label#nsl_email-error.error {
	position: relative;
	top: -20px;
	font-size: 10px;
}

.alert-success {
	display: inline-block;
}

a {
	color: #28a745;
}

a:hover,
a:focus {
	color: #000;
}

.form-box.form-control input[type="text"],
.form-box.form-control input[type="email"],
.form-box.form-control input[type="password"] {
	width: 100%;
	padding: 0px 25px;
	line-height: 50px;
	height: 50px;
	border: solid 1px #28a745;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
}

.form-box.form-control textarea {
	width: 100%;
	padding: 15px 25px;
	line-height: 25px;
	border: solid 1px #28a745;
	min-height: 80px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
}

.form-box input[type="submit"],
.form-box input[type="button"],
.form-box button {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #28a745;
	border: solid 1px #28a745;
	line-height: 38px;
	padding: 0px 20px;
	color: #fff;
}

.form-box input[type="submit"]:hover,
.form-box input[type="button"]:hover,
.form-box button:hover {
	background-color: #fff;
	color: #28a745;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.form-box label {
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

input::-webkit-input-placeholder,
.form-control ::-webkit-input-placeholder {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: "Roboto", sans-serif;
	color: #28a745;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
	height: inherit;
	letter-spacing: 1px;
}

input:-moz-placeholder,
.form-control :-moz-placeholder {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: "Roboto", sans-serif;
	color: #28a745;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
	height: inherit;
	letter-spacing: 1px;
}

input::-moz-placeholder,
.form-control ::-moz-placeholder {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: "Roboto", sans-serif;
	color: #28a745;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
	height: inherit;
	letter-spacing: 1px;
}

input:-ms-input-placeholder,
.form-control :-ms-input-placeholder {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: "Roboto", sans-serif;
	color: #28a745;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

input:focus {
	outline: 0;
}

.button {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing: 1px;
	/*IND - 90*/
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	padding: 17px 40px;
	text-align: center;
	line-height: 22px;
	background: transparent;
	margin-top: 30px;
	min-width: 260px;
}

.button_default:after {
	background: #f2f2f2;
}

.button_default:hover {
	border-color: #28a745;
	background-color: #28a745;
	color: #fff;
}

.responsive-button {
	max-width: 100%;
	width: 100%;
}

.button_back span {
	padding-right: 10px;
	font-size: 14px;
}

.styled-select {
	color: #28a745;
	border: solid 1px #28a745;
	background-color: #fafafa;
	padding: 0px;
	background: url(../../img/select-arrow.svg) no-repeat top right;
	background-size: 50px;
	overflow: hidden;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 110%;
	letter-spacing: 1.5px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.styled-select select option {
	min-height: 30px;
	padding: 5px 0px;
}

.readmore-arrow a img {
	display: inline-block;
}

.readmore-arrow span {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #fafafa;
	letter-spacing: 1.5px;
	padding: 0px;
	width: 0px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	height: 20px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	float: left;
}

.readmore-arrow a:hover span {
	width: 95px;
	color: #28a745;
}

a.back-link {
	padding-left: 40px;
	background: url(../../img/back-gold-arrow.svg) no-repeat center left;
	background-size: 20px;
}

a.back-link:hover {
	background: url(../../img/back-black-arrow.svg) no-repeat center left;
	background-size: 20px;
}

a.forth-link {
	padding-right: 40px;
	background: url(../../img/proceed-gold-arrow.svg) no-repeat center right;
	background-size: 20px;
}

a.forth-link:hover {
	background: url(../../img/proceed-black-arrow.svg) no-repeat center right;
	background-size: 20px;
}

.half-gray-row {
	position: relative;
	overflow: hidden;
}

.half-gray-row .graybox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 40%;
	background: #fafafa;
}

.gray-row {
	background-color: #fafafa;
}

/*Content animation*/
.w-hidden {
	opacity: 0 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	-moz-opacity: 0 !important;
	-khtml-opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	visibility: hidden !important;
}

.w-visible {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	visibility: visible !important;
}

/*Animations*/
.ani-arrow {
	position: absolute;
	bottom: 70px;
	left: calc(50% - 18.5px);
	height: 37px;
	width: 37px;
	overflow: hidden;
	z-index: 499;
}

.ani-arrow a {
	display: block;
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #28a745;
	overflow: hidden;
}

.ani-arrow a span {
	-webkit-animation: aniarrow 3s infinite;
	/* Safari 4.0 - 8.0 */
	animation: aniarrow 3s infinite;
	display: block;
	position: relative;
	height: 15px;
	width: 9px;
	left: calc(50% - 4.5px);
	top: calc(50% - 7.5px);
	background: url('../../img/proceed-gold-arrow.svg') no-repeat top left;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ani-arrow a:hover span {
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes aniarrow {
	from {
		top: -20px;
	}

	30% {
		top: -4px;
	}

	to {
		top: 50px;
	}
}

@keyframes aniarrow {
	from {
		top: -20px;
	}

	30% {
		top: -4px;
	}

	to {
		top: 50px;
	}
}


.ani-line {
	height: 1px;
	width: 82px;
	overflow: hidden;
	z-index: 499;
}

.ani-line.spacer {
	margin-bottom: 70px;
}

.ani-line a {
	display: block;
	width: 82px;
	height: 1px;
	cursor: default;
}

.ani-line a span {
	-webkit-animation: aniline 3s infinite;
	/* Safari 4.0 - 8.0 */
	animation: aniline 3s infinite;
	display: block;
	position: relative;
	height: 1px;
	width: 82px;
	left: 0px;
	background: #c0baa8;
}

.ani-line {
	height: 1px;
	width: 82px;
	overflow: hidden;
	z-index: 499;
}

.ani-line.spacer {
	margin-bottom: 70px;
}

.ani-line a {
	display: block;
	width: 82px;
	height: 1px;
	cursor: default;
}

.ani-line a span {
	-webkit-animation: aniline 3s infinite;
	/* Safari 4.0 - 8.0 */
	animation: aniline 3s infinite;
	display: block;
	position: relative;
	height: 1px;
	width: 82px;
	left: 0px;
	background: #c0baa8;
}

.ani-line-hover {
	height: 1px;
	width: 82px;
	overflow: hidden;
	z-index: 499;
}

.ani-line-hover a {
	display: block;
	width: 82px;
	height: 1px;
	cursor: default;
}

.ani-line-hover a span {
	display: block;
	position: relative;
	height: 1px;
	width: 82px;
	left: 0px;
	background: #c0baa8;
}

a.ani-line-link:hover+.ani-line-hover a span {
	-webkit-animation: aniline 3s infinite;
	/* Safari 4.0 - 8.0 */
	animation: aniline 3s infinite;
}

@-webkit-keyframes aniline {
	from {
		left: -90px;
	}

	30% {
		left: -44px;
	}

	to {
		left: 100px;
	}
}

@keyframes aniline {
	from {
		left: -90px;
	}

	30% {
		left: -44px;
	}

	to {
		left: 100px;
	}
}

@-webkit-keyframes anilinebig {
	from {
		left: -240px
	}

	30% {
		left: -160px
	}

	to {
		left: 240px
	}
}

@keyframes anilinebig {
	from {
		left: -240px
	}

	30% {
		left: -160px
	}

	to {
		left: 240px
	}
}

@-webkit-keyframes anilinebigger {
	from {
		left: -250px
	}

	30% {
		left: -140px
	}

	to {
		left: 240px
	}
}

@keyframes anilinebigger {
	from {
		left: -250px
	}

	30% {
		left: -140px
	}

	to {
		left: 240px
	}
}

/*Preloader*/
.page-preloader {
	background: #000000;
}

.page-preloader-wrapper {
	position: relative;
}

.page-preloader-logo {
	width: 200px;
	margin-left: 10px;
}

.page-preloader-wrapper .ani-line-bigger {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 220px;
}

.page-preloader-wrapper .ani-line-bigger a {
	width: 100%;
}

.page-preloader-wrapper .ani-line-bigger a span {
	width: 100%;
	-webkit-animation: anilinebigger 3s infinite;
	/* Safari 4.0 - 8.0 */
	animation: anilinebigger 3s infinite;
}

/**** HEADER ****/
header.page-header_default {
	position: absolute;
	width: 100%;
	margin: 0;
}

header .logo {
	padding: 34px 0px 24px;
}

.logo img {
	width: 100%;
}

.wrapper-payoff {
	color: #fff;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: .15em;
	text-align: left;
	font-size: 11px;
	padding-top: 28px;
	padding-left: 15px;
}

.wrapper-payoff a {
	color: #fff;
}

.wrapper-menu {
	padding-top: 28px;
	justify-content: flex-end;
}

.wrapper-logo {
	justify-content: center;
}

.menu-top>div {
	width: 170px;
}

body.home-page .menu-top {
	border-bottom: solid 1px #fff;
}

.menu-responsive-button {
	top: 6px;
}

.list-menu {
	top: 85px;
	border-top: solid 1px #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.list-menu .menu-responsive-button {
	color: #fff;
	font-size: 11px;
	padding-left: 30px;
	background: url(../../img/back-white-arrow.svg) no-repeat center left;
	background-size: 17px;
	margin-bottom: 30px;
	display: inline-block;
}

.list-menu .menu-responsive-button:hover {
	color: #28a745;
	background: url(../../img/back-gold-arrow.svg) no-repeat center left;
	background-size: 17px;
}

.list-menu__item a.js-nested-menu-opened,
.list-menu__item a.js-nested-menu-opened:focus,
.list-menu__item a.js-nested-menu-opened:hover,
.touch .list-menu__item a.list-menu__link_has-nested-menu,
.touch .list-menu__item a.list-menu__link_has-nested-menu:hover,
.touch .list-menu__item a.list-menu__link_has-nested-menu:focus {
	color: #fff;
}

.list-menu__item a:focus {
	color: #28a745;
}

.list-menu__item {
	text-align: left;
}

.list-menu__link {
	/*position: relative;
    display: inline-block;
    padding: 28px 0px;
    margin: 0px 20px;*/
	padding: 0px;
	margin: 0px;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: none;
	color: #fff;
	overflow: hidden;
	padding-right: 20px;
}

.list-menu__link:before {
	height: 2px;
	bottom: 12px;
	width: calc(100% + 20px);
}

.list-menu__link_has-nested-menu:before {
	width: calc(100% + 20px);
}

a.list-menu__link_has-nested-menu.js-nested-menu-opened:before,
.touch .list-menu__item a.list-menu__link_has-nested-menu:before {
	background-color: #fff;
}

.list-menu__link_has-nested-menu:after {
	content: "";
}

.list-menu_nested {
	padding: 0px 0px 0px 5px;
	display: block;
	max-height: 0px;
	transition: max-height 0.6s cubic-bezier(1, 1, 1, 1), padding-bottom 0.2s cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height 0.6s cubic-bezier(1, 1, 1, 1), padding-bottom 0.2s cubic-bezier(0, 1, 0, 1);
	-webkit-transition: max-height 0.6s cubic-bezier(1, 1, 1, 1), paggin-bottom 0.2s cubic-bezier(0, 1, 0, 1);
	overflow: hidden;
	margin-bottom: 0px;
}

.js-nested-menu-opened+.list-menu_nested {
	max-height: 500px;
	padding-bottom: 25px;
}

.list-menu_nested__link {
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
}

.list-menu_nested__link.active {
	color: #28a745;
}

.list-menu .other-links {
	margin-top: 10px;
	margin-bottom: 35px;
}

.list-menu .other-links li {
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
}

.list-menu .other-links li a:hover,
.list-menu .other-links li a:focus {
	color: #fff;
}

.list-menu .social-links a {
	display: inline-block;
	color: #fff;
	margin-right: 18px;
	font-size: 15px;
}

.list-menu .social-links a:hover {
	color: #28a745;
}

.menu-more {
	float: right;
}

.menu-more a {
	color: #fff;
	display: inline-block;
	margin-left: 32px;
	line-height: 21px;
	letter-spacing: 1px;
	/*IND - 50*/
}

.menu-more a:hover {
	color: #28a745;
}

.menu-more #switch-lang-select {
	background: transparent;
	border: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	letter-spacing: 1.5px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	margin-left: 32px;
	font-size: 14px;
}

.menu-more #switch-lang-select:focus {
	outline: none;
}

.menu-more #switch-lang-select option {
	padding: 5px;
	color: #ffffff;
	background-color: #000;
	border-color: #fff;
}

.menu-more #switch-lang-select option:hover {
	background: #fff;
	color: #000;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0px;
	border: solid 1px #28a745;
	padding: 0px 25px;
	height: 50px;
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: "Roboto", sans-serif;
	color: #28a745;
	font-size: 11px;
	font-weight: bold;
	line-height: inherit;
	height: inherit;
	letter-spacing: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #28a745 transparent transparent transparent;
}


header .select2 {
	color: #fff;
	display: inline-block;
	line-height: 21px;
	letter-spacing: 1px;
}

header .select2-selection__arrow {
	display: none;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #000;
	line-height: 28px;
	padding: 0;
	text-align: center;
	color: #fff;

}

header .select2-container--default .select2-selection--single {
	background-color: #000;
	border: 0;
	border-radius: 0;
	color: #fff;
	outline: none;
	height: auto;
}

header .select2-container--default .select2-selection--single[aria-expanded=true] {
	border: 1px solid #28a745;
}

header .select2-dropdown {
	background-color: #000;
	border: 1px solid #28a745;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	color: #fff;
}

header .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #28a745;
	color: white;
}

header .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #28a745;
}




/*Sticky Header*/
header.page-header_default.is-sticky {
	position: fixed;
	width: 100%;
}

header.page-header_default.is-sticky .menu-top {
	border: 0px none;
}

header.page-header_default.is-sticky .list-menu__link {}

header.page-header_default.is-sticky .list-menu__link:hover {}

/**** CONTENT ****/
.page-main {
	/*margin-bottom:485px;*/
	margin-bottom: 435px;
	position: relative;
	z-index: 1;
}

.page-section {
	padding: 110px 0px;
	overflow: hidden;
}

body.gray-bg .page-section {
	padding-top: 50px;
}

.page-section.page-section-faorlab,
.page-section.page-section-visible {
	overflow: visible;
}

.page-section.gray-section {
	background: #fafafa;
	padding: 0;
}

.page-section.gray-section>.paddingBox>.container {
	padding: 110px 0px;
	position: relative;
}

.page-main h1,
.page-main h3.WorldFaor,
.page-main h2.titleCss,
.popup-container h1,
.page-main h5.cloneH1Style,
.page-main h3.titleCss {
	font-weight: 500;
	font-size: 48px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-top: 0px;
}

.page-main h2.titleCss {
	margin-bottom: 0px;
}

.page-main h5.cloneH1Style {
	color: #000000;
}

.page-azienda-footer h5.cloneH1Style {
	margin-bottom: 70px;
	margin-top: -65px;
}

.page-main h2,
.popup-container h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 70px;
}

.contatti-main h2 {
	margin-bottom: 40px;
}

.page-main h2.bolded {
	font-size: 38px;
	font-family: "Playfair Display", serif;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 170px;
}

.page-main h2.superbolded {
	font-size: 90px;
	line-height: 95px;
	font-weight: 500;
	margin-bottom: 220px;
}

.page-main h3,
.popup-container h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.page-main h3.bolded,
.popup-container h3.bolded {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}

.popup-container h3 .subtitle {
	font-size: 14px;
	font-weight: normal;
}

/*.page-main h4,
.popup-container h4 {
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	color: #28a745;
	margin-top: 0px;
	margin-bottom: 30px;
}*/

.page-main h5,
.popup-container h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	letter-spacing: 1.5px;
	color: #28a745;
	margin-top: 5px;
	margin-bottom: 20px;
}

.page-main h6,
.popup-container h6 {
	font-weight: 500;
	font-size: 11px;
	line-height: 30px;
	letter-spacing: 1.5px;
	color: #cdc8ba;
	margin: 0px;
}

.page-main p,
.popup-container p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

.privacy-main.page-main p {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
}

/*HOME PAGE*/

/*Section Intro*/
.page-section_intro {
	background-color: #000;
	text-align: left;
	padding-top: 86px;
	/*min-height: calc(100vh - 86px);*/
	min-height: calc(100vh);
}

.page-main .page-section_intro__heading {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-top: 0px;
	line-height: 45px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
}

.page-main .page-section_intro__heading:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.page-main .page-section_intro__paragraph {
	color: #fff;
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}

.page-main .button_default.page-section_intro__button {
	margin-top: 70px;
	padding: 12px 70px;
	line-height: 16px;
	min-width: 0px;
}

.page-main .page-section_intro__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100vh - 86px);
}

.intro-text {}

.intro-text .ani-arrow {
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 100px;
	margin-bottom: 10px;
}

.intro-text .ani-arrow {
	position: absolute;
	margin-top: 60px;
}

.cd-background-sizer {
	width: 1180px;
	height: 650px;
	position: absolute;
	top: calc(50% - 325px);
	left: calc(50% - 585px);
}

.cd-background-wrapper {
	overflow: hidden;
	-webkit-perspective: 4000px;
	perspective: 4000px;
	/*max-height: 520px;
    padding: 30px 0px;*/
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
}

.cd-floating-background {
	position: relative;
	/*top: 30px!important;
    left: 0!important;*/
	top: 0 !important;
	left: 0 !important;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-floating-background.is-absolute {
	position: absolute;
}

.cd-floating-background img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(255, 255, 255, 0);
}

#intro-clap {
	/*width:648px;
	height:469px;*/
	-webkit-transform: translateZ(50px);
	-ms-transform: translateZ(50px);
	transform: translateZ(50px);
	display: block;

}

#intro-circles {
	/*width:648px;
	height:469px;*/
	-webkit-transform: translateZ(120px);
	-ms-transform: translateZ(120px);
	transform: translateZ(120px);
	position: absolute;
	top: 0px;
	left: 0px;

}

/*Section Prodotti*/
.page-section-prodotti {}

.page-section-prodotti .section-prodotti-img {
	width: 36%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../img/home-section-prodotti-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.page-section-prodotti .button_default {
	margin-bottom: 40px;
}

/*Section Servizi*/
.page-section-servizi {
	background-color: #f2f2f2;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

.page-section-servizi .graybox-title-wrapper {
	margin-bottom: 80px;
	background: #fff;
	position: relative;
	border-top: solid 1px #28a745;
}

.page-section-servizi .graybox-title-wrapper>.container {
	position: relative;
}

.page-section-servizi .grayblock {
	position: absolute;
	right: 0;
	left: 7%;
	bottom: 0;
	z-index: 0;
	background-color: #f2f2f2;
	width: 400%;
	height: calc(100% + 1px);
	border-top: solid 1px #ffffff;
	top: -1px;
}

.page-section-servizi h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 25%;
	padding-left: 20px;
}

.page-section-servizi .servizi-flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.page-section-servizi .servizi-goto {
	position: absolute;
	right: 20px;
	top: 45px;
	font-size: 12px;
}

/*x slide servizi
.servizi-flexbox .servizi-col-wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
	-webkit-justify-content:space-around;
	-ms-justify-content:space-around;
	justify-content:space-around;
	height:300px;
}*/
.servizi-flexbox .vertical-separator {
	width: 1px;
	background-color: #fff;
}

/* x slide servizi
.servizi-flexbox.owl-carousel .owl-stage-outer,
.servizi-flexbox.owl-carousel {
	margin-top:-100px;
	padding-top:100px;
}
.servizi-flexbox .owl-nav {
	position:absolute;
	top:0;
	right:0;
}
.servizi-flexbox .owl-nav .owl-prev,
.servizi-flexbox .owl-nav .owl-next{
	float:left;
	margin:0px 5px;
	font-size:16px;
}*/

.page-section-servizi .servizi-flexbox .servizi-col .inner-text {
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	position: relative;
}

.page-section-servizi .servizi-flexbox .servizi-col .inner-text p {
	line-height: 24px;
	font-size: 15px;
}

.page-section-servizi .servizi-flexbox .servizi-col .servizi-box-link {
	overflow: hidden;
	color: inherit;
}

.page-section-servizi .servizi-flexbox .servizi-col .servizi-box-link .fwd-ani-arrow {
	width: 0px;
	padding-right: 20px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	position: absolute;
	bottom: 50px;
	background: url("../../img/proceed-black-arrow.svg") no-repeat center right;
	background-size: 20px;
	height: 20px;
	line-height: 20px;
}

.page-section-servizi .servizi-flexbox .servizi-col .servizi-box-link:hover .fwd-ani-arrow {
	width: 70px;
}

.page-section-servizi .servizi-flexbox .servizi-col .servizi-box-link .fwd-ani-arrow span {
	font-size: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 0px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.page-section-servizi .servizi-flexbox .servizi-col .servizi-box-link:hover .fwd-ani-arrow span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 50px;
}

/*Section Faor Lab*/

.page-section-faorlab {
	height: 950px;
	border-bottom: 180px solid #fff;
	background-color: #fafafa;
}

.faorlab-jar,
.faorlab-jar-title {
	position: relative;
}

.faorlab-jar-title>h1,
.faorlab-jar-title>h3.WorldFaor {
	position: absolute;
	top: -55px;
	left: 20px;
	z-index: 100;
}

.faorlab-jar-title>h3.WorldFaor {
	margin-bottom: 0px;
}

.section-faorlab-img-wrapper {
	height: 750px;
	overflow: hidden;
}

.page-section-faorlab .section-faorlab-img {
	width: 59%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.faorlab-jar-text {
	padding-top: 75px;
}

.faorlab-jar-text>.row {
	border-top: solid 1px #28a745;
}

.faorlab-jar-text>.row>.faorlab-jar-innertext {
	margin-top: -1px;
	border-top: solid 1px #fafafa;
	padding-top: 70px;
	position: relative;
}

.faorlab-jar-text>.row>.faorlab-jar-innertext:before {
	content: "";
	height: 1px;
	background: #28a745;
	width: 95px;
	position: absolute;
	top: -1px;
	left: 0px;
}

.faorlab-jar-text>.row>.faorlab-jar-innertext h2 {
	margin-bottom: 60px;
}

/*Section Newsletter*/
.page-section-newsletter {
	padding-top: 45px;
}

.page-section-newsletter>.container {
	position: relative;
}

.page-section-newsletter .newsletter-form-wrapper {
	position: relative;
	padding-right: 0px !important;
}

.page-section-newsletter .newsletter-form-wrapper form {
	margin-top: 70px;
}

.page-section-newsletter .newsletter-form-wrapper input[type="email"] {
	background: transparent;
	border: 0px none;
	border-bottom: solid 1px #28a745;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0px;
	margin-bottom: 20px;
}

.page-section-newsletter .newsletter-form-wrapper .privacy {
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 20px;
}

.page-section-newsletter .newsletter-form-wrapper .privacy input[type="checkbox"] {
	position: relative;
	top: 3px;
}

.page-section-newsletter .newsletter-form-wrapper .submit-arrow {
	cursor: pointer;
}

.page-section-newsletter .newsletter-form-wrapper input[type="submit"] {
	border: 0px none;
	font-size: 11px;
	font-weight: bold;
	background: transparent;
	color: #28a745;
	letter-spacing: 1.5px;
	padding: 0px;
	width: 0px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	height: 20px;
	line-height: 20px;
	position: relative;
	color: #fafafa;
}

.page-section-newsletter .newsletter-form-wrapper .submit-arrow:hover input[type="submit"] {
	width: 85px;
	padding-right: 42px;
	color: #28a745;
}

.newsletter-form-wrapper input::-webkit-input-placeholder {
	font-size: 14px;
}

.newsletter-form-wrapper input:-moz-placeholder {
	font-size: 14px;
}

.newsletter-form-wrapper input::-moz-placeholder {
	font-size: 14px;
}

.newsletter-form-wrapper input:-ms-input-placeholder {
	font-size: 14px;
}

.page-section-newsletter .grayblock {
	height: 100%;
	width: 100%;
	background-color: #fafafa;
	padding: 120px 0px 40px 80px;
	overflow: hidden;
}

.page-section-newsletter .grayblock h1,
.page-section-newsletter .grayblock h3.WorldFaor {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.page-section-newsletter .catalogo-jar {
	position: absolute;
	right: 0px;
	height: 100%;
}

.page-section-newsletter .catalogo-jar .img-catalogo {
	position: absolute;
	right: 0px;
	top: -90px;
	z-index: 10;
}

.page-section-newsletter .catalogo-jar .catalogo-box-jar {
	position: absolute;
	bottom: 50px;
	left: 0px;
	padding-top: 125px;
	padding-bottom: 50px;
	border: solid 1px #28a745;
	z-index: 1;
}

.page-section-newsletter .catalogo-jar .catalogo-box-jar a {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	padding-right: 38px;
	position: relative;
	line-height: 16px;
}

.page-section-newsletter .catalogo-jar .catalogo-box-jar a:after {
	content: "";
	position: absolute;
	right: 0px;
	background: url(../../img/proceed-black-arrow.svg) no-repeat center right;
	background-size: 20px;
	width: 20px;
	height: 16px;
}

/*Section About*/
.page-section-about {
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 0px;
}

.page-section-about>.container {
	position: relative;
}

.page-section-about .about-inner-text {
	padding-top: 60px;
	padding-bottom: 100px;
}

.page-section-about .grayblock {
	position: absolute;
	left: 40px;
	bottom: 0;
	z-index: 0;
	background-color: #fafafa;
	width: 400%;
	height: 100%;
	top: 0px;
}

.page-section-about .section-about-img {
	width: 100%;
	background-image: url(../../img/home-about-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 480px;
	position: relative;
}

/*Section News*/
.page-section-news .news-flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
}

.page-section-news .news-flexbox:after {
	content: "";
	position: absolute;
	right: 0px;
	width: 2px;
	height: 100%;
	bottom: 0px;
	top: 0px;
	background-color: #fff;
	z-index: 1;
}

.news-flexbox .vertical-separator {
	width: 1px;
	background-color: #b2b2b2;
}

.page-section-news .news-col {
	padding-bottom: 80px;
	position: relative;
}

.page-section-news .news-col a.readmore {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	bottom: 0px;
}

/* PAGINE INTERNE */
.page-main-header {
	background-color: #fafafa;
	padding: 30px 0px 30px 0px;
	border-top: 94px solid #000;
}

body.gray-bg .page-main-header {
	padding: 120px 0px 30px 0px;
}

body.gray-bg .book-cancel-main .page-main-header {
	padding: 120px 0px 30px 0px;
}

.page-main-header h1 {
	margin-bottom: 0px;
}

body.gray-bg .page-main-header h1 {
	margin-bottom: 10px;
}

.page-main-header .breadcrumbs {
	margin-bottom: 15px;
	font-size: 14px;
}

.page-main-header .breadcrumbs a {
	font-weight: 500;
	color: #000;
}

.page-main-header .breadcrumbs a:hover {
	color: #28a745;
}

.page-main-header .button_default {
	float: right;
	margin-left: 30px;
	margin-top: 0px;
	padding: 9px 16px;
	min-width: 0px;
}

.page-section-subnav {
	padding-left: 25%;
	position: relative;
	margin-bottom: 60px;
}

.page-section-subnav .ani-line-big {
	position: absolute;
	left: 20px;
	top: 9px;
	width: 180px;
}

.page-section-subnav .ani-line-big a {
	width: 100%;
}

.page-section-subnav .ani-line-big a span {
	width: 100%;
	-webkit-animation: anilinebig 3s infinite;
	/* Safari 4.0 - 8.0 */
	animation: anilinebig 3s infinite;
}

.page-section-subnav>a {
	font-size: 11px;
	display: inline-block;
	margin-right: 45px;
}

/*Azienda*/

.azienda-top-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	top: 100px;
	width: 57%;
	max-width: 1150px;
	min-width: 760px;
}

.azienda-page .azienda-top-img {
	top: 320px;
	width: 63%;
	max-width: 1050px;
	min-width: 900px;
}

.azienda-main .graybox {
	margin-top: 0px;
	position: relative;
	background: #fafafa;
	padding-top: 100px;
	padding-bottom: 100px;
	float: left;
	/*margin-bottom:140px;*/
}

.azienda-main .graybox.first-graybox {
	padding-top: 470px;
	padding-bottom: 150px;
	z-index: -2;
	margin-top: 80px;
}

.azienda-page .graybox.first-graybox {
	margin-top: 0px;
}

.azienda-main .graybox .grayblock {
	position: absolute;
	left: 100%;
	top: 0;
	width: 400%;
	height: 100%;
	background: #fafafa;
}

.azienda-main .gray-section {
	margin-bottom: 90px;
}

.azienda-main .gray-section .whiteblock {
	width: 400%;
	height: 100%;
	position: absolute;
	left: 66.666666666667%;
	background: #fff;
	top: 0;
}

.storia-page .gray-section .whiteblock {
	left: 83.33333333%
}

.azienda-main .page-azienda-footer {
	padding-bottom: 70px;
}

.page-azienda-footer h1 {
	margin-top: -65px;
	margin-bottom: 70px;
}

.page-azienda-footer a.ani-line-link {
	color: #000000;
	font-weight: 500;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-top: 0px;
	display: inline-block;
}

.page-azienda-footer a.ani-line-link:hover,
.page-azienda-footer a.ani-line-link:focus {
	color: #28a745;
}

.page-azienda-footer-col {
	position: relative;
	padding-left: 105px;
	margin-bottom: 70px;
}

.page-azienda-footer-col .ani-line-hover {
	position: absolute;
	left: 0px;
	top: 50%;
}

.storia-page .cross-jarallax-left {
	margin-bottom: 90px;
}

.storia-page .cross-jarallax-right {
	margin-top: -315px;
}

/*Faor Lab*/
.faorlab-page .first-page-section {
	overflow: visible;
	position: relative;
	z-index: 11;
}

.faorlab-page .gray-section {
	padding-top: 210px;
}

.faorlab-top-img {
	position: absolute;
	right: 0;
	z-index: -1;
	top: 70px;
	width: 70%;
	max-width: 1150px;
}

.faorlab-left-img {
	position: absolute;
	left: 0;
	top: 80px;
	width: 50%;
	max-width: 950px;
}

.faorlab-page .page-section-servizio {
	margin-top: 80px;
}

/*Landing*/
.devoted-to-perfection-page #unmuteButton {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	background: url(../../img/ico-speaker.svg) no-repeat top left;
	background-size: 25px 22px;
	padding-left: 36px;
	color: #fff !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 27px;
	letter-spacing: .1rem
}

.devoted-to-perfection-page .page-section_intro__content h1 {
	color: #fff;
	margin-top: 50px;
	margin-bottom: 10px
}

.devoted-to-perfection-page .page-section_intro__content h3 {
	color: #fff
}

.devoted-to-perfection-page .page-section_intro__content .video-wrapper {
	position: relative
}

.devoted-to-perfection-page .title-box {
	margin-bottom: 40px
}

/*Servizi*/
.page-main.servizi-main .servizi-nav h5 {
	margin-bottom: 17px;
}

.servizi-page .page-servizi-img {
	position: relative;
	background-image: url(../../img/top-img-servizi.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 350px;
	margin-top: 20px;
}

.servizi-page .gray-section {
	padding-top: 250px;
	margin-top: -350px;
	z-index: 1;
}

.page-section-servizio .servizio-outer-wrapper {
	position: relative;
	overflow: hidden;
}

.page-section-servizio .servizio-wrapper {
	position: relative;
	padding-right: 0px !important;
	margin-top: 220px;
}

.page-section-servizio .grayblock {
	height: 100%;
	width: 100%;
	background-color: #fafafa;
	padding: 120px 0px 40px 80px;
	overflow: hidden;
}

.page-section-servizio .grayblock h1,
.page-section-servizio .grayblock h3.titleCss {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.page-section-servizio .servizio-jar {
	position: absolute;
	right: 0px;
	height: 100%;
}

.page-section-servizio .servizio-jar .img-servizio {
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 10;
}

/* News Master*/
.news-box-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fafafa;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 210px;
}

.news-box-wrapper .news-box-img {
	background-color: #000;
	text-align: center;
	border-right: 15px #fff solid;
	overflow: hidden;
	height: 370px;
	position: relative;
}

.news-box-wrapper .news-box-img a {
	display: inline-block;
}

.news-box-wrapper .news-box-img img {
	height: 100%;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.news-box-wrapper .news-box-img a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.news-box-wrapper .news-box-text {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*News detail*/
.news-detail-social-share {
	text-align: center;
	margin-bottom: 60px;
}

.news-detail-social-share .csbuttons {
	color: #000;
	display: inline-block;
	font-size: 16px;
	margin: 0px 15px;
}

.news-detail-social-share .csbuttons:hover {
	color: #28a745;
}

h1.news-detail-title {
	text-align: center;
	margin-bottom: 80px;
	line-height: 60px;
}

.news-detail-img {
	background-color: #000;
	text-align: center;
	overflow: hidden;
	height: 520px;
	position: relative;
	padding: 0px !important;
	margin-bottom: 150px;
}

.news-detail-img img {
	height: 100%;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.news-detail-text {
	padding: 0px !important;
}

.news-detail-text p {
	font-weight: normal;
}

.news-detail-text img {
	max-width: 100%;
}

.news-detail-footer {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	padding: 0px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.news-detail-footer a {
	-webkit-align-self: center;
	align-self: center;
}

.news-detail-footer a.button {
	margin-top: 0px;
}

/*Catalogo prodotti*/
.cat-box-fake-link {
	cursor: pointer;
}

.cat-box-wrapper {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin-top: -2px;
}

.cat-box-fake-link:hover .cat-box-wrapper,
.cat-box-fake-link.exploded .cat-box-wrapper {
	background: #fafafa;
	border-color: #d9d5cb;
}

.cat-box-wrapper .cat-readless {
	position: absolute;
	right: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.exploded .cat-box-wrapper .cat-readless {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.cat-box-fake-link .fwd-ani-arrow {
	width: 0px;
	padding-right: 20px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	background: url("../../img/proceed-black-arrow.svg") no-repeat center right;
	background-size: 20px;
	height: 20px;
	line-height: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.cat-box-fake-link:hover .fwd-ani-arrow {
	width: 70px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.cat-box-fake-link.exploded .fwd-ani-arrow,
.cat-box-fake-link.exploded:hover .fwd-ani-arrow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.cat-box-fake-link .dwn-ani-arrow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 0px;
	padding-right: 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	background: url("../../img/down-black-arrow.svg") no-repeat center right;
	background-size: 8px;
	height: 15px;
	line-height: 15px;
}

.cat-box-fake-link.exploded .dwn-ani-arrow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.cat-box-fake-link .fwd-ani-arrow span {
	font-size: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 0px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	float: left;
}

.cat-box-fake-link:hover .fwd-ani-arrow span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 50px;
}

.cat-box-fake-link.exploded .fwd-ani-arrow span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 0px;
}

.cat-box-fake-link span.dots {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.cat-box-fake-link:hover span.dots,
.cat-box-fake-link.exploded span.dots {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.cat-box-wrapper .cat-box {
	border-bottom: solid 1px #d9d5cb;
	padding-bottom: 50px;
	padding-top: 50px;
}

.cat-box-fake-link:hover .cat-box-wrapper .cat-box,
.cat-box-fake-link.exploded .cat-box-wrapper .cat-box {
	/*border-color:#fafafa;*/
	border: 0px none;
	margin-bottom: 1px;
}

.cat-box-img img {
	max-width: 100px;
}

.cat-box-text {
	max-height: 90px;
	overflow: hidden;
	/*transition: max-height 0.6s ease-in-out;
    -moz-transition: max-height 0.6s ease-in-out;
    -webkit-transition: max-height 0.6s ease-in-out;*/
	transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	-webkit-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
}

.exploded .cat-box-text {
	max-height: 700px;
	transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
}

.cat-readmore {
	margin-top: 20px;
}

.cat-box-prod-grid {
	max-height: 0px;
	overflow: hidden;
	/*transition: max-height 0.6s ease-in-out;
    -moz-transition: max-height 0.6s ease-in-out;
    -webkit-transition: max-height 0.6s ease-in-out;*/
	transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	-webkit-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exploded .cat-box-prod-grid {
	max-height: 1000px;
	margin-top: 40px;
	transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
}

.exploded .cat-box-prod-grid>a {
	/*display:inline-block;*/
}

.cat-box-prod-grid .cat-box-prod {
	text-align: center;
	border: solid 1px #fff;
	padding: 20px;
	cursor: pointer;
	transition: background-color 0.6s ease-in-out;
	-moz-transition: background-color 0.6s ease-in-out;
	-webkit-transition: background-color 0.6s ease-in-out;
}

.cat-box-prod-grid .cat-box-prod:hover {
	background-color: #f2f2f2;
}

.cat-box-prod-grid .cat-box-prod img {
	max-width: 100px;
}

.cat-box-wrapper .cat-box-footer {
	transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	-webkit-transition: max-height 0.6s cubic-bezier(0, 1, 0, 1);
	max-height: 0px;
	background: #f2f2f2;
	overflow: hidden;
}

.exploded .cat-box-wrapper .cat-box-footer {
	max-height: 500px;
	padding-top: 55px;
	padding-bottom: 55px;
}

.cat-box-wrapper .cat-box-footer .button_default {
	float: right;
	padding: 9px 20px;
	margin-top: 45px;
	min-width: 180px;
}

/*Contatti*/
.map-section {
	margin-bottom: 80px;
}

div#map {
	height: 500px;
}

.gray-section.form-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

/*Popup*/
.popup-container {
	padding: 90px 0px 40px 0px;
}

.page-section>.popup-container {
	padding: 0px;
}

/*Popup dettaglio prodotto*/
.prod-popup {
	padding-bottom: 0px;
}

.prod-popup .explodeForm {
	text-decoration: underline;
	background: url(../../img/down-black-arrow.svg) no-repeat center right;
	padding-right: 20px;
	background-size: 7px;
	margin-bottom: 20px;
	display: inline-block;
}

.prod-popup .gray-row {
	padding-bottom: 45px;
	padding-top: 55px;
	margin-top: 60px;
}

.prod-popup .prod-table {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	margin-top: 60px;
}

.prod-popup .prod-table:nth-child(1) {
	margin-top: 0px;
}

.prod-popup .prod-table th {
	font-weight: bold;
	/*font-family:"Playfair Display", serif;*/
	color: #28a745;
	text-align: center;
	text-transform: uppercase;
}

.prod-popup .prod-table td {
	padding: 15px 5px;
	border-bottom: solid 1px #cccccc;
	text-align: center;
}

.prod-popup .prod-table tr:nth-last-child(1) td {
	border: 0px none;
}

.prod-popup .prod-table td:nth-child(1),
.prod-popup .prod-table th:nth-child(1) {
	text-align: left;
}

.prod-popup .img-sec {
	margin: 0px 5px 5px 5px;
	display: inline-block;
}

#inforequest-prod {
	padding: 0px;
	display: block;
	max-height: 0px;
	transition: max-height 0.6s cubic-bezier(1, 1, 1, 1);
	-moz-transition: max-height 0.6s cubic-bezier(1, 1, 1, 1);
	-webkit-transition: max-height 0.6s cubic-bezier(1, 1, 1, 1);
	overflow: hidden;
	margin-bottom: 0px;
}

#inforequest-prod.exploded {
	max-height: 800px;
}

/*Popup newsletter*/
.popup-newsletter {
	max-width: 600px;
	padding: 15px 20px 15px 20px;
}

.popup-newsletter h2 {
	margin-bottom: 0px;
}

.popup-newsletter h5,
.popup-newsletter p {
	margin-bottom: 30px;
}

.popup-newsletter input[type="email"] {
	background: transparent;
	border: 0px none;
	border-bottom: solid 1px #28a745;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0px;
	margin-bottom: 20px;
}

.popup-newsletter .privacy {
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 30px;
}

.popup-newsletter input[type="checkbox"] {
	position: relative;
	top: 3px;
}

.popup-newsletter .submit-arrow {
	cursor: pointer;
}

.popup-newsletter input[type="submit"] {
	border: 0px none;
	font-size: 11px;
	font-weight: bold;
	background: transparent;
	width: 85px;
	padding-right: 42px;
	padding-left: 0px;
	letter-spacing: 1.5px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	height: 20px;
	line-height: 20px;
	position: relative;
	color: #28a745;
}

.popup-newsletter .submit-arrow:hover input[type="submit"] {
	color: #000;
}

.popup-newsletter input::-webkit-input-placeholder {
	font-size: 14px;
}

.popup-newsletter input:-moz-placeholder {
	font-size: 14px;
}

.popup-newsletter input::-moz-placeholder {
	font-size: 14px;
}

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

/*Popup inforequest*/
.popup-inforequest {
	padding: 35px 20px 35px 20px;
}

.popup-finalita-consenso {
	padding-top: 90px;
}

/**** FOOTER ****/
.page-footer__inner-content {
	padding: 100px 0px 50px;
}

footer.page-footer_default {
	background: #000;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 0;
	font-size: 11px;
	font-weight: 500;
}

footer h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	letter-spacing: 1.5px;
	color: #28a745;
	margin-top: 12px;
	margin-bottom: 20px;
}

footer p {
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
	margin: 0px;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #28a745;
}

footer .logo {
	padding: 0px;
}

footer .footer-flexbox {
	height: 285px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

footer .footer-flexbox .footer-col {}

footer .footer-bottom-links {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}

footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer ul li {
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
	margin: 0px;
	position: relative;
}

footer .social-link {
	padding-left: 25px;
}

footer .social-link:before {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	left: 0px;
	top: center;
	font-size: 14px;
}

footer .fb-link:before {
	content: "\f09a";
}

footer .tw-link:before {
	content: "\f099";
}

footer .in-link:before {
	content: "\f16d";
}

footer .lnk-link:before {
	content: "\f0e1";
}

footer .nw-link:before {
	content: "\f003";
}

/*RICHIEDI CATALOGO LANDING*/
.page-main-blank .page-main-header {
	border: 0px none !important;
}

.page-main-blank.page-main {
	margin-bottom: 0px;
}

/*PORCREO*/
.porcreo {
	height: 68px;
	margin-top: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*border-top: solid 1px #28a745;
    border-bottom: solid 1px #28a745;*/
}

.porcreo:nth-child(n+3) {
	border-top: solid 1px #444;
	margin-top: 0px;
}

.porcreo p {
	font-size: 11px;
	line-height: 36px;
	color: #888;
}

.porcreo a {
	color: #28a745;
}

.porcreo .loghi-wrapper {
	background: #fff;
	text-align: center;
}

#small-dialog {
	padding: 50px 20px;
	max-width: 360px;
}

.error {
	color: var(--danger);
}

.table-responsive {
	height: 350px;
}

.panel {
	border: 1px solid #ddd;
}

.panel-primary>.panel-heading {
	background-color: #37BC9B;
	color: #fff;
	padding: 10px 15px;
}

.panel-success>.panel-heading {
	background-color: #8CC152;
	color: #fff;
	padding: 10px 15px;
}

.panel-danger>.panel-heading {
	background-color: #E9573F;
	color: #fff;
	padding: 10px 15px;
}

.panel-info>.panel-heading {
	background-color: #4A89DC;
	color: #fff;
	padding: 10px 15px;
}

.panel-warning>.panel-heading {
	background-color: #F6BB42;
	color: #fff;
	padding: 10px 15px;
}

.panel-default>.panel-heading {
	background-color: #f5f5f5;
	color: #333;
	padding: 10px 15px;
}

.custom-select-book {
	width: 100%;
	padding: 0px 25px;
	line-height: 50px;
	height: 50px !important;
	border: solid 1px #28a745;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
}