body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	min-width: 300px
}

.font2 {
	font-family: 'Oswald', sans-serif
}

p {
	margin-bottom: 16px;
	line-height: 25px
}

a {
	color: inherit;
	text-decoration: none
}

a[href]:not(.btn):hover {
	text-decoration: underline
}

b, strong {
	font-weight: 600
}

i, em {
	font-style: italic
}

ol, ul {
	padding-left: 40px
}

ul {
	list-style: disc
}

ul.ulCustom ul {
	list-style-type: none
}

ul.ulCustom ul > li:before {
	content: "–";
	margin-left: -1.1em;
	padding-right: 1em
}

ol {
	list-style: decimal
}

img,
.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

hr {
	margin: 40px 0 30px;
	max-width: 70px;
	border: none;
	border-top: 3px solid #fff;
}

h2, .h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600
}

h3, .h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600
}

h4, .h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600
}

h5, .h5 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600
}

sup {
	vertical-align: super !important;
	font-size: 80%
}

label {
	display: block;
	margin-bottom: 30px
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea {
	display: block;
	width: 100%;
	border: none;
	padding: 8px 12px;
	font-size: 16px;
	background-color: #e5e5e5;
	color: #6b6b6b;
	margin: 5px 0 0;
}

.clearfix {
	clear: both
}

.clearfix:after {
	content: '';
	display: table;
	clear: both
}

.upcase {
	text-transform: uppercase
}

.txt-center {
	text-align: center
}

.aligncenter img {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.btn.info:hover{
	color: #0060a5;
	background-color: #fff !important;
}

.btn {
	display: inline-block;
	background: #0060a5;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 1;
	padding: 10px 30px;
	transition: all .3s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.btn-round {
	border-radius: 50px
}

.bg-light-blue {
	background-color: #0f84ca;
	color: #fff
}

.bg-blue {
	background-color: #0060a5;
	color: #fff
}

.bg-dark-blue {
	background-color: #075688;
	color: #fff
}

.bg-dark-blue-t {
	background-color: rgba(7, 86, 136, .93);
	color: #fff
}

.bg-light-grey {
	background-color: #f1f1f1;
	color: #000
}

.bg-grey {
	background-color: #e5e5e5
}

.bg-dark-grey {
	background-color: #282828;
	color: #fff
}

.bg-black {
	background-color: #000;
	color: #fff
}

.bg-white {
	background-color: #fff;
	color: #000
}

.bg-orange {
	background-color: #ff7f00;
	color: #fff
}

.txt-white {
	color: #fff
}

.txt-light-blue {
	color: #0f84ca
}

.txt-blue {
	color: #0060a5
}

.txt-dark-blue {
	color: #075688
}

.btn.btn-orange {
	background: #ff7f00;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 12px;
	padding: 8px 15px;
	margin-top: 15px
}

.btn:hover {
	color: #ff7f00;
	background: #fff !important;
}

.btn.bg-orange:hover {
	background-color: #0060a5;
	color: #fff
}

.col-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px
}

.social-icons a {
	margin-right: 12px
}

.social-icons a:hover {
	text-decoration: none
}

#cookies-auth-content p {
	font-size: inherit;
	line-height: inherit
}

.btns-line {
	margin: 0
}

.btn-line {
	padding: 15px;
	transition: .3s ease;
	opacity: 1
}

.btn-line:hover {
	opacity: .75
}

.btn-line i {
	float: right;
	margin-right: 50px
}

.banner-cta {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-cta .banner-content {
	padding: 60px 0;
	background-color: rgba(255, 255, 255, .5)
}

.banner-cta .banner-content > .container > * {
	margin-bottom: 20px
}

.banner-cta video {
	display: none
}

#header #top-bar ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px
}

#header #top-bar ul li:not(:first-child) {
	padding-left: 15px;
	border-left: 1px solid #fff;
	margin-left: 15px
}

#header > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px
}

#header .logo img {
	display: block;
	max-height: 70px
}

#header .toggle-main-menu-container {
	position: relative;
	height: 54px
}

#header #toggle-main-menu {
	background: none;
	border: none;
	padding: 10px;
	outline: none;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 1000
}

body.main-menu-open #header #toggle-main-menu {
	right: 3px
}

body.main-menu-open #toggle-main-menu .fa-bars, body:not(.main-menu-open) #toggle-main-menu .fa-times {
	display: none
}

#header ul {
	padding: 0;
	list-style: none
}

#main-menu {
	min-width: 300px;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
	z-index: 999;
	overflow: auto
}

body.main-menu-open {
	overflow: hidden
}

body.main-menu-open #main-menu {
	left: 0
}

#main-menu .menu-cols {
	padding: 30px
}

#main-menu .menu-cols:first-child {
	background-image: url(https://www.dana-industrial.com/wp-content/themes/dana-industrial/assets/img/menu-brevini.jpg);
	background-size: cover;
	background-position: center
}

#header #main-menu .logo {
	display: inline-block;
	margin-bottom: 10px
}

#main-menu .menu-root > li > a {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px
}

#main-menu ul li a {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.2
}

#main-menu ul.sub-menu {
	padding-left: 20px
}

#main-menu .menu-root > li > .sub-menu {
	display: none
}

#main-menu .menu-root > li > .sub-menu.open {
	display: block
}

#main-menu-main .menu-item-has-children, #main-menu-side, #main-menu-market {
	position: relative
}

#main-menu .sub-menu-toggle {
	position: absolute;
	top: -5px;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

#main-menu-main .sub-menu-toggle {
	color: #0f84ca
}

#main-menu #main-menu-main.menu-root > li > a {
	color: #0f84ca
}

#main-menu-side > li > .sub-menu > li > a, #main-menu-market ul li a {
	text-transform: uppercase;
	font-weight: 600
}

#main-menu #main-menu-market ul li a {
	display: flex;
	align-items: center
}

#main-menu-market a span {
	display: inline-block;
	margin-right: 10px;
	width: 60px
}

body.admin-bar #main-menu {
	top: 46px;
	height: calc(100vh - 46px)
}

#title_bar {
	padding: 24px 0
}

#title_bar .page_title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

#breadcrumbs {
	font-size: 14px
}

#breadcrumbs li {
	display: inline
}

#breadcrumbs li:not(:last-child):after {
	content: '|';
	margin: 0 10px
}

#footer {
	background-color: #312F30;
	color: #fff;
	padding: 40px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3
}

#footer a {
	color: inherit
}

#footer .wpcf7-form {
	margin-top: 20px
}

#footer input[type="email"] {
	color: #000;
	padding: 6px 6px;
	font-size: 13px;
	width: 90%
}

#footer span.wpcf7-list-item {
	margin: 0
}

#footer span.wpcf7-list-item input {
	margin-left: 0
}

#footer input[type="submit"] {
	background-color: #FF7F00;
	color: #fff;
	font-weight: 600;
	width: 90%;
	padding: 5px 0 4px 0;
	font-size: 13px
}

#mapfilters {
	padding: 10px 30px 0
}

#mapfilters .reset {
	margin: 0 0 20px
}

#legend {
	display: flex;
	flex-direction: column;
	padding: 20px 15px
}

.legend-el {
	display: flex;
	align-items: center;
	margin-top: 12px
}

.legend-el img {
	margin-right: 10px
}

#countryDetails {
	margin-top: 80px;
	padding: 60px 0
}

#filialiList {
	padding-bottom: 80px
}

#filialiList h3 {
	display: inline-block;
	padding: 20px 30px;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	transform: translateY(-50%);
	margin-bottom: 20px
}

#filialiList .filialebox {
	display: block;
	position: relative;
	margin-bottom: 30px
}

#filialiList .filialebox > img {
	width: 100%
}

#filialiList .filialebox .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 24px;
	align-items: center;
	top: 72%;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

#filialiList .filialebox .overlay:hover {
	top: 50%
}

#filialiList .filialebox .overlay:hover .labeldots {
	display: none
}

#filialiList .filialebox .overlay h4 {
	flex-grow: 1
}

#filialiList .filialebox .overlay img {
	margin-left: 5px;
	float: right
}

.ui-autocomplete.ui-menu {
	background-color: #fff;
	width: 350px !important;
	margin-left: -1px;
	list-style-type: none;
	padding: 10px 20px;
	z-index: 9999
}

#withoutfiliali {
	position: fixed;
	width: 550px !important;
	max-width: 100%;
	height: 280px;
	max-height: 100%;
	z-index: 888;
	top: 30%;
	left: 30%;
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px 0 rgba(158, 155, 158, 1);
	-moz-box-shadow: 0 0 6px 0 rgba(158, 155, 158, 1);
	box-shadow: 0 0 6px 0 rgba(158, 155, 158, 1)
}

#withoutfiliali h5 {
	text-transform: uppercase;
	color: #075688;
	font-weight: 700;
	float: left;
	margin-bottom: 10px
}

#withoutfiliali button.close {
	float: right
}

.infoContent {
	font-family: 'Roboto', sans-serif;
	font-size: 16px
}

.infoContent h3 {
	font-weight: 600;
	font-size: 18px;
	color: #075688;
	margin-bottom: 10px
}

.secondary-header {
	margin-bottom: 35px
}

.secondary-header > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px
}

.secondary-header .go_back {
	display: none
}

.language_selector {
	text-transform: uppercase;
	font-size: 13px
}

.language_selector li {
	display: inline-block
}

.language_selector li:not(:last-child):after {
	content: '|';
	margin: 0 10px
}

.language_selector li a.active {
	font-weight: 600
}

.filiale-type {
	padding: 0 0 15px 0;
	border-bottom: 3px solid #0061A5;
	margin-bottom: 30px;
	display: flex;
	align-items: center
}

.filiale-type strong {
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 1px
}

.filiale-contatti {
	background-color: #F1F1F1;
	padding: 20px 30px;
	margin-bottom: 20px
}

.filiale-contatti .row > div:not(:first-child) {
	margin-top: 3px
}

.filiale-contatti strong {
	text-transform: uppercase
}

.filiale-contatti a {
	color: #0060a5
}

.single-filiale img.alignleft {
	float: left;
	padding: 0 20px 20px 0
}

.single-filiale img.alignright {
	float: right;
	padding: 0 0 20px 20px
}

.single-filiale img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0
}

.single-filiale table.wp-block-table {
	width: 60%
}

.single-filiale table.wp-block-table td {
	padding: 8px 4px;
	font-weight: 600
}

.single-filiale .wpcf7 {
	margin: 0 !important
}

.single-filiale form label {
	margin-bottom: 0px !important;
	margin-top: 4px
}

.single-filiale form input:not([type="checkbox"]):not([type="radio"]), .single-filiale form select, .single-filiale form textarea {
	border: 1px solid #075688;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px 6px
}

.single-filiale form textarea {
	height: 140px
}

.single-filiale form input[type=submit] {
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(7, 86, 136, .93);
	color: #fff
}

.wp-block-kadence-tabs .kt-tabs-title-list {
	background-color: #0060a5;
	margin-bottom: 60px
}

.wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item {
	margin-right: 25px
}

.wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item:first-child {
	margin-left: 25px
}

.wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item > .kt-tab-title {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 20px 15px;
	border-radius: 0;
	position: relative
}

.wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item > .kt-tab-title:hover, .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item.kt-tab-title-active > .kt-tab-title {
	background: #f1f1f1;
	color: #333
}

.kt-tabs-id_fa7314-26 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
	border: none
}

.single-filiale .wp-block-kadence-tabs h3 {
	color: #0060a5;
	margin: 50px 0 30px
}

.kt-accordion-pane {
	margin-bottom: 10px
}

.kt-blocks-accordion-header {
	background-color: #075688;
	color: #fff;
	outline: none
}

.kt-blocks-accordion-header:hover {
	background-color: #0060a5;
	color: #fff
}

.kt-blocks-accordion-header.kt-accordion-panel-active {
	background-color: #444
}

.kt-blocks-accordion-icon-trigger:after {
	display: none;
	content: none
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
	width: 10px;
	height: 10px;
	border: 3px solid #fff;
	border-top: none;
	border-left: none;
	background: none;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 70% 70%;
	-ms-transform-origin: 70% 70%;
	transform-origin: 70% 70%
}

.kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before {
	background: none;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before {
	background: none
}

.kt-accordion-panel-inner {
	background: #f1f1f1
}

.famiglia-box {
	display: block;
	position: relative;
	margin-bottom: 30px
}

.famiglia-box img {
	display: block;
	width: 100%
}

.famiglia-box span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	background-color: rgba(7, 86, 136, .93);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px
}

.filiale-markets {
	margin: 60px 0 120px
}

.filiale-market {
	margin: 0;
	padding: 15px;
	margin-bottom: 30px;
	color: #fff;
	position: relative
}

.filiale-market:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 100%;
	background: #0060a5;
	transition: .3s ease
}

.filiale-market:hover:before {
	box-shadow: 0 0 15px 0 #777
}

.filiale-market a {
	font-size: 14px
}

.filiale-market a i {
	font-size: 12px
}

.filiale-markets .mktname {
	min-height: 45px;
	margin-bottom: 0
}

.filiale-chs {
	margin-bottom: 80px
}

.filiale-chs > div {
	margin-bottom: 50px
}

.filiale-ch {
	margin-bottom: 30px
}

.filiale-ch p {
	padding: 5px 10px;
	margin: 10px 0 0;
	min-height: 55px
}

.filiale-ch span {
	float: right
}

.filiale-news {
	margin-bottom: 80px
}

.filiale-news > div, .archivio-news > div {
	margin-bottom: 90px
}

.archivio-fairs > div {
	margin-bottom: 40px
}

.news {
	margin: 0;
	padding: 35px 15px;
	border: 3px solid #075688;
	position: relative;
	min-height: 270px;
	height: 100%
}

.news.category-fairs {
	min-height: 150px;
	padding: 30px 30px 10px 30px
}

.archivio-news a {
	text-decoration: none !important
}

.news .news-category {
	position: absolute;
	top: -3px;
	left: -3px;
	list-style: none;
	padding: 10px 20px;
	z-index: 100;
	font-weight: 600
}

.news .news-descrizione {
	font-size: 14px;
	margin: 20px 0 20px
}

.news .excerptcnt {
	min-height: 80px;
	margin-bottom: 10px
}

.news .news-button {
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	background-color: #075688;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	margin: 0 15px
}

.ch-info {
	padding: 24px;
	text-transform: uppercase;
	font-size: 18px
}

.ch-info .info > div:not(:last-child) {
	padding-bottom: 24px;
	margin: 24px 0;
	position: relative
}

.ch-info .info > div:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 240px;
	border-bottom: 1px solid #fff
}

.ch-grid {
	margin-top: 80px;
	margin-bottom: 120px
}

.ch-grid .cell {
	margin-bottom: 30px
}

.ch-grid .cell .img {
	padding-bottom: 70%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.post-header {
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	margin: 30px 0
}

article {
	margin-bottom: 120px
}

article .post-title {
	margin-bottom: 15px
}

article .post-content {
	margin-bottom: 30px
}

article .post-meta {
	margin-bottom: 15px
}

.big-bg-header {
	background-size: cover;
	background-position: bottom center;
	height: 19.168vw;
	max-height: 300px
}

.market-children {
	margin-top: 30px
}

.market-casehistory .container {
	margin-top: 30px;
	margin-bottom: 30px
}

.market-children .container {
	padding-left: 50px;
	padding-right: 50px
}

.market-children .bg-blue, .market-casehistory .bg-blue {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative
}

.market-children .bg-blue:before, .market-casehistory .bg-blue:before {
	right: 100%
}

.market-children .bg-blue:after, .market-casehistory .bg-blue:after {
	left: 100%
}

.market-children .bg-blue .h3, .market-casehistory .bg-blue .h3 {
	margin-right: 50px
}

.market-children .rect-solid {
	height: 30px;
	border: 3px solid #0060a5;
	border-top: none
}

.market-children .rect-dashed {
	padding-top: 35px;
	padding-bottom: 35px;
	border: 1px dashed #0060a5;
	border-top: none;
	border-right: none
}

.market-children .sub-market {
	margin-bottom: 80px
}

.market-children .sub-market .machines .single-machine {
	position: relative;
	padding-left: 10%;
	padding-bottom: 15px;
	margin: 40px 0;
	min-height: 505px
}

.market-children .sub-market .machines .single-machine:before {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f1f1f1;
	z-index: -1
}

.market-children .sub-market .machines .single-machine, .market-children .sub-market .machines .single-machine:before, .market-children .sub-market .machines .single-machine > * {
	transition: all .35s ease 0s
}

.market-children .sub-market .machines .single-machine:hover > * {
	color: #fff
}

.market-children .sub-market .machines .single-machine:hover:before {
	background: #0061A5
}

.market-children .sub-market .machines .single-machine .title, .market-children .sub-market .machines .single-machine .descr, .market-children .sub-market .machines .single-machine .link {
	padding-right: 15px
}

.market-children .sub-market .machines .single-machine .title {
	margin-top: 15px
}

.market-children .sub-market .machines .single-machine .link {
	letter-spacing: 3px;
	padding: 0;
	margin: 15px 0;
	display: inline-block
}

.market-children .sub-market .machines .single-machine .descr {
	min-height: 75px
}

.filters-container {
	padding: 10px 20px;
	display: flex;
	align-items: center
}

.filter {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: transparent;
	border: 2px solid #075688;
	margin: 3px 0 3px 10px;
	display: inline-block;
	padding: 1px 12px;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bg-grey .filters .filter:first-child {
	margin-right: 40px;
	margin-left: 30px
}

h4.endedfairs {
	padding: 10px;
	text-align: center;
	background-color: #e5e5e5
}

.filter.current, .filter:hover, select.filter.active, select.filter:focus {
	background-color: #ff7f00;
	color: #fff;
	transition: all .3s ease;
	border: 2px solid #ff7f00
}

select.filter {
	width: calc(50% - 10px)
}

select.filter.fairsFilter {
	width: calc(200% - 10px)
}

select.filterY {
	width: calc(35% - 10px)
}

#noposts {
	font-size: 18px;
	font-weight: 600;
	margin: 20px auto 50px;
	text-align: center
}

.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 60px
}

.wp-pagenavi > * {
	display: inline-block;
	padding-top: 5px;
	text-align: center;
	height: 30px;
	width: 30px;
	margin: 0 2px;
	font-weight: 700;
	font-size: 15px;
	transition: .15s ease
}

.wp-pagenavi a:hover {
	background: #f1f1f1
}

.wp-pagenavi .current {
	background: #0f84ca;
	color: #fff
}

#ghost-container {
	margin-top: 30px;
	margin-bottom: 60px
}

#ghost {
	position: relative
}

#ghost > img {
	width: 100%
}

#ghost-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#ghost-dots .dot {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s ease
}

#ghost-dots svg {
	display: none
}

#ghost-dots .dot:hover, #ghost-dots .dot.active {
	background-color: #282828
}

#ghost-dots .dot .icon {
	display: none
}

#ghost-dots .dot .number {
	display: block;
	font-size: 14px;
	line-height: 1
}

#ghost-dots .dot .descrizione {
	display: none
}

#ghost-popup {
	position: absolute;
	z-index: 30;
	padding: 15px;
	top: 0;
	left: 15px;
	right: 15px
}

#ghost-popup .controls {
	position: absolute;
	bottom: 100%;
	right: 0
}

#ghost-popup .controls i {
	font-size: 16px;
	padding: 3px 6px;
	margin: 3px 7px;
	cursor: pointer;
	display: block;
	float: left
}

#ghost-popup[data-prev="0"] .controls i[data-action="prev"], #ghost-popup[data-next="0"] .controls i[data-action="next"] {
	display: none
}

#ghost-popup .immagine {
	max-width: 305px;
	max-height: 305px;
	background-color: #fff;
	margin: auto
}

#ghost-popup .d3d[href=""] {
	display: none
}

body.error404 section.is404 {
	text-align: center;
	margin: 80px auto
}

body.error404 section.is404 h2 {
	font-size: 200px;
	line-height: 1
}

body.error404 section.is404 h3 {
	font-size: 30px
}

body.error404 section.is404 h4 {
	margin-top: 20px;
	text-transform: none;
	font-weight: 400
}

@media screen and (max-width: 991px) {
	#mapfilters label {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 767px) {
	.wp-block-columns {
		display: block
	}

	#mapfilters input:not([type="checkbox"]):not([type="radio"]), #mapfilters select {
		padding: 3px 5px;
		font-size: 14px
	}
}

@media (max-width: 575px) {
	#mapfilters {
		padding: 10px 30px
	}

	#mapfilters label, #mapfilters .reset {
		margin-bottom: 10px
	}
}

#map {
	width: 100%;
	height: 660px
}

.wp-block-kadence-tabs .kt-tabs-content-wrap .wp-block-kadence-tab {
	border-width: 3px 0 0 0;
	border-color: #0a6689;
	background: #fff
}

.containerS {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.blu-title {
	font-size: 22px;
	margin-bottom: 0
}

@media screen and (min-width: 576px) {
	.containerS {
		max-width: 540px
	}
}

@media screen and (min-width: 768px) {
	.containerS {
		max-width: 720px
	}

	.blu-title {
		padding-left: 20px !important;
		margin-left: -20px !important
	}
}

@media screen and (min-width: 992px) {
	.containerS {
		max-width: 860px
	}

	.blu-title {
		padding-left: 50px !important;
		margin-left: -50px !important
	}
}

@media screen and (min-width: 1200px) {
	.containerS {
		max-width: 840px
	}

	.blu-title {
		padding-left: 110px !important;
		margin-left: -110px !important
	}
}

@media screen and (min-width: 1470px) {
	.containerS {
		max-width: 1040px
	}

	.blu-title {
		padding-left: 110px !important;
		margin-left: -110px !important
	}
}

.Mnegative {
	margin-top: -80px;
	position: relative
}

.wp-block-separator.white {
	border-top: 2px solid #fff;
	max-width: 80%;
	margin: 0 auto 30px
}

.bkg2 .PnegMargin, .bkg3 .PnegMargin {
	margin-top: -20px
}

.glueCols .kt-has-2-columns {
	padding-top: 10px
}

.glueCols .inner-column-1 {
	margin-right: -113px !important
}

.glueCols .inner-column-1 figure {
	margin: 0
}

.glueCols .inner-column-1 figure img {
	height: 198px;
	width: 100%
}

.mb-0 {
	margin-bottom: 0
}

.mb-30 {
	margin-bottom: 30px
}

figure.abs-img img {
	display: none
}

.service_boxes .row.hinner-row {
	padding-right: 15px;
	margin-bottom: 20px
}

.service_boxes .layout-small, .service_boxes .layout-large {
	margin-bottom: 30px
}

.service_boxes .layout-small.h280 .row.hinner-row {
	min-height: 280px;
	height: 100%
}

.service_boxes .box-col-1 {
	display: none
}

.service_boxes .box-col-1 img {
	display: block;
	max-width: 160px;
	max-height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -80px
}

.service_boxes .box-col-2 {
	background-color: #EEE;
	padding-top: 30px;
	padding-left: 30px
}

.service_boxes .box-col-2 .box_cnt {
	margin-bottom: 24px;
	display: inline-block
}

.service_boxes .box-col-2 .btn-box, .service_boxes .box-col-3 .btn-box {
	background-color: #FF7F00
}

.service_boxes .box-col-3 {
	background-color: #EEE;
	padding-top: 36px;
	border-left: 15px solid #0F84CA;
	padding-left: 30px;
	padding-bottom: 60px
}

.contacts-box {
	padding: 30px 20px;
	margin-bottom: 0
}

.contacts-box:hover {
	-webkit-box-shadow: 0 0 25px #cacaca;
	-moz-box-shadow: 0 0 25px #cacaca;
	box-shadow: 0 0 25px #cacaca;
	background-color: rgba(15, 132, 202, .9)
}

.contacts-box img {
	padding-bottom: 20px
}

.contacts-box h3 i {
	font-size: 14px;
	font-weight: 400;
	text-transform: none
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea {
	background-color: #fff
}

.page-id-13506 input[type="submit"] {
	background-color: #FF7F00;
	color: #fff;
	width: 50%;
	margin: 0 auto;
	border-radius: 5px
}

.page-id-13506 input[type="submit"]:hover {
	background: rgba(68, 68, 68, 1)
}

:root {
	font-size: 50%
}

@media (min-width: 768px) {
	:root {
		font-size: 62.5%
	}
}

.single-landing h2 {
	font-size: 4rem;
	text-transform: unset;
	font-weight: 700;
	line-height: 1.2
}

.single-landing h3 {
	font-size: 3rem;
	text-transform: unset;
	font-weight: 400
}

.single-landing h4 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px
}

.single-landing p {
	font-size: 2.5rem;
	line-height: 3.5rem;
	font-weight: 400
}

.single-landing .btn, #landing-sky-dot .popup .btn {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1.5rem 2rem;
	border-radius: 10px;
	letter-spacing: 0;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	max-width: 100%;
}

#landing-testata .link-landing a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 130px;
	margin-right: 16px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px
}

#landing-testata .link-landing a label {
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0 10px;
	cursor: inherit
}

#landing-testata .link-landing-mobile {
	text-align: right;
	padding-top: 15px
}

#landing-testata .link-landing-mobile #toggle-landing-mobile-menu {
	font-size: 24px;
	padding: 6px 5px 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	position: relative;
	z-index: 3000
}

#landing-testata .link-landing-mobile #toggle-landing-mobile-menu .fa-times {
	display: none
}

#landing-testata .link-landing-mobile.open #toggle-landing-mobile-menu .fa-times {
	display: block
}

#landing-testata .link-landing-mobile.open #toggle-landing-mobile-menu .fa-bars {
	display: none
}

#landing-testata .link-landing-mobile .landing-mobile-menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 2000;
	transition: all 1s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

#landing-testata .link-landing-mobile.open .landing-mobile-menu {
	left: 0
}

#landing-testata .link-landing-mobile .landing-mobile-menu a {
	margin: 10px;
	padding: 15px;
	width: 160px;
	height: 110px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

#landing-testata .link-landing-mobile .landing-mobile-menu a label {
	margin: 5px 0 0;
	pointer-events: none;
	text-transform: uppercase;
	font-weight: 600
}

#landing-testata .cta_1 {
	padding-top: 90px
}

#landing-testata .cta_1 .btn {
	margin-bottom: 50px
}

#landing-testata .elemento-3D img {
	margin: 0 auto -70px;
	position: relative;
	z-index: 100
}

#landing-principale {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px
}

#landing-principale img {
	margin: -50px auto 0
}

#landing-principale div {
	text-align: center;
	max-width: 1300px;
	padding-bottom: 60px
}

#landing-principale .video {
	width: 100%;
	max-width: 1088px;
	margin: 0 auto -160px;
	padding: 0
}

#landing-principale .video > div {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

#landing-principale .video > div > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#landing-secondario {
	padding-top: 150px;
	padding-bottom: 65px
}

#landing-accessori {
	position: relative
}

#landing-accessori .accessorio-mobile {
	margin-bottom: 20px
}

#landing-accessori .accessorio-mobile:last-child {
	margin-bottom: 0
}

#landing-accessori .divider {
	height: 2px;
	background-color: #fff;
	border: none;
	margin: 15px 0 25px;
	width: 700px;
	max-width: 100%
}

#landing-cta_2 p, #landing-form p {
	font-size: 15px;
	line-height: 24px
}

#landing-form > div > div:first-child {
	max-width: 1300px;
	margin: 0 auto 30px
}

#landing-form div.wpcf7 {
	width: 100%;
	max-width: 1300px
}

#landing-form div.wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), #landing-form div.wpcf7 select, #landing-form div.wpcf7 textarea {
	margin: 6px 0
}

#landing-form div.wpcf7 input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	vertical-align: bottom
}

#landing-sky-dot {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 116px;
	height: 116px;
	z-index: 9999;
	background-image: url(../img/sky-dot.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 50%;
	cursor: pointer
}

#landing-sky-dot .popup {
	display: none;
	position: absolute;
	bottom: calc(100% + 15px);
	right: 0;
	width: 340px;
	max-width: calc(100vw - 100px);
	background: #f1f1f1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 20px 15px;
	border-radius: 5px;
	cursor: auto
}

#landing-sky-dot .popup.open {
	display: block
}

#landing-sky-dot .popup .btn {
	width: 100%;
	text-align: center;
	line-height: 1.3
}

.single-landing.landing-template-single-landing-gutenberg p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.landing-template-single-landing-gutenberg strong {
	font-weight: 700
}

.landing-template-single-landing-gutenberg label {
	margin-bottom: 15px
}

.landing-template-single-landing-gutenberg textarea {
	height: 125px;
	min-height: 125px;
	width: 100% !important;
	max-width: 100%
}

.landing-template-single-landing-gutenberg #landing-form {
	padding: 30px
}

.landing-template-single-landing-gutenberg div#kt-layout-id_793f86-9e > div {
	padding-bottom: 0
}

.landing-template-single-landing-gutenberg .kt-inside-inner-col > p {
	margin: 0
}

.landing-template-single-landing-gutenberg #landing-form {
	position: absolute;
	top: 0;
	right: 40px;
	width: 30%;
	z-index: 99999;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px
}

@media (max-width: 800px) {
	.landing-template-single-landing-gutenberg > main {
		position: relative
	}


}

@media (max-width: 767px) {
	#kt-layout-id_a98d59-29 > .kt-row-column-wrap, #kt-layout-id_1afcae-3a .kt-row-layout-inner > .kt-row-column-wrap {
		padding-left: 30px !important;
		padding-right: 30px !important
	}

	.kt-row-has-bg > .kt-row-column-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

.bloccoLandingContenitoreFixed {
	position: relative;
	z-index: 100000
}

.postid-17669.landing-template-single-landing-gutenberg #landing-form {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	padding: 0 50px
}

.postid-17669 .kt-inside-inner-col {
	text-align: center
}

.postid-17669 .wp-block-kadence-tabs .kt-tabs-title-list {
	background-color: transparent;
	padding-left: 15px
}

.postid-17669 .sottotitolo {
	margin: 0 20px !important;
	margin-top: -70px !important;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	position: relative;
	padding-top: 10px
}

.postid-17669 #landing-sky-dot .btn-orange {
	display: none
}

.postid-17669 i.fa-chevron-down {
	display: flex;
	justify-content: center;
	font-size: 50px
}

.postid-17669 .kt-title-text {
	font-style: italic
}

.postid-17669 .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item > .kt-tab-title {
	background: #0096d5;
	border: 2px solid #0096d5;
	color: #fff;
	position: unset;
	padding: 10px 15px
}

.postid-17669 .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item.kt-tab-title-active > .kt-tab-title, .postid-17669 .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item > .kt-tab-title:hover, .wp-block-kadence-tabs > .kt-tabs-wrap > .kt-tabs-title-list > .kt-title-item.kt-tab-title-active > .kt-tab-title {
	background: #fff;
	color: #0096d5;
	border: 2px solid #0096d5
}

.postid-17669 .kt-tabs-id_939385-45 > .kt-tabs-content-wrap > .wp-block-kadence-tab, .postid-17669 #kt-layout-id_9acfa5-40 {
	background-color: transparent;
	border: transparent
}

.postid-17669 p.desktop {
	display: none
}

.postid-17669 p.mobile {
	display: inline;
	padding: 0 10px !important
}

.postid-17669 div.mobile {
	height: 20px !important
}

@media (min-width: 400px) {
	.postid-17669 .kt-tab-title {
		margin-top: 10px
	}
}

.postid-17669 h2.titolo {
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	color: #000;
	line-height: .9
}

.postid-17669 #rev_slider_22_1_wrapper, .postid-17669 .revslider-initialised.rev_redraw_on_blurfocus {
	height: 420px !important
}

.postid-17669 .formdamobile {
	padding-top: 20px
}

.postid-17669 .kadence-column_070c75-14 .kt-inside-inner-col, .postid-17669 .kadence-column_051e39-09 .kt-inside-inner-col {
	margin: 0 20px
}

.postid-17669 .wp-block-image.editorskit-no-desktop {
	margin-left: -15px
}

.postid-17669 div.wpcf7 .wpcf7-submit:disabled {
	display: inline;
	cursor: pointer !important
}

@media (max-width: 700px) {
	.postid-17669 .sottotitolo {
		margin-bottom: -50px !important
	}
}

.contactformsac {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	margin: 0
}

.video {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%
}

.video > * {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#landing-custom-title {
	margin-top: 60px;
	text-align: left
}

#landing-custom-title h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px
}

#landing-custom-title ul {
	font-weight: 400;
	font-size: 15px
}

@media (min-width: 1400px) {
	#landing-custom-title h1 {
		font-size: 50px
	}
}

@media (max-width: 767px) {
	body #kt-layout-id_73fbac-79 > .kt-row-column-wrap {
		padding-left: 0;
		margin-right: 14px
	}
}


#kt-layout-id_a98d59-29 > .kt-row-column-wrap {
	padding-left: 140px;
	padding-right: 140px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#kt-layout-id_a98d59-29 > .kt-row-column-wrap {
	}
}

.wp-block-kadence-advancedheading mark {
	color: #f76a0c;
	background: transparent;
	border-style: solid;
	border-width: 0
}

#kt-layout-id_1afcae-3a {
	background-image: url(https://www.dana-industrial.com/wp-content/uploads/2020/06/back-custom-solution.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#kt-layout-id_168ece-ca > .kt-row-column-wrap {
	padding-left: 140px;
	padding-right: 140px;
}

#kt-layout-id_48334d-24 > .kt-row-column-wrap {
	padding-left: 140px;
	padding-right: 140px;
}

.kt-block-spacer {
	position: relative;
	height: 60px
}

.kt-block-spacer .kt-divider {
	width: 100%;
	border-top: solid 1px #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	-webkit-transform: perspective(1px) translate(-50%, -50%);
	transform: perspective(1px) translate(-50%, -50%)
}

.kt-divider-stripe {
	width: 100%;
	border: 0;
	position: absolute;
	top: 50%;
	margin: 0;
	height: 20px;
	padding: 0;
	left: 50%;
	-webkit-transform: perspective(1px) translate(-50%, -50%);
	transform: perspective(1px) translate(-50%, -50%)
}

.kt-block-spacer.kt-block-spacer-halign-left .kt-divider, .kt-block-spacer.kt-block-spacer-halign-left .kt-divider-stripe {
	left: 0;
	-webkit-transform: perspective(1px) translate(0%, -50%);
	transform: perspective(1px) translate(0%, -50%)
}

.kt-block-spacer.kt-block-spacer-halign-right .kt-divider, .kt-block-spacer.kt-block-spacer-halign-right .kt-divider-stripe {
	left: auto;
	right: 0;
	-webkit-transform: perspective(1px) translate(0%, -50%);
	transform: perspective(1px) translate(0%, -50%)
}

#kt-layout-id_b244d6-fd > .kt-row-column-wrap {
	padding-left: 140px;
	padding-right: 140px;
}



.error {
	border: 2px solid #ea969e;
	padding: 10px 15px;
	font-weight: 600;
	color: #842029;
	background-color: #f8d7da;
	margin-bottom: 20px;
}



#slider {
	position: relative;
}
#slider .slide {
	padding: 0 30px;
}
#slider .content {}
#slider .slider-big-img {
	min-height: 300px;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -2;
	position: relative;
	margin: -60px 0 60px;
}
#slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#slider .owl-nav button {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	outline: none;
	font-size: 70px;
}
#slider .owl-nav button.owl-next {
	left: auto;
	right: 0;
}
#slider .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
#slider .owl-dots .owl-dot {
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #0086CD;
	margin: 0 3px;
	outline: none;
	border: 3px solid #0086CD;
}
#slider .owl-dots .owl-dot.active {
	background: #fff;
}
#slider .slider-big-img {
	margin: 0 0 0 -60px !important;
}

@media (min-width: 1200px) and (max-width: 1700px){
	.container{
		min-width: 1150px;
	}
	#slider .slider-big-img {
		margin: 0 0 0 -60px !important;
	}
}

@media screen and (max-width: 790px){
	.landing-template-single-landing-gutenberg #landing-form{
		position: unset !important;
		width: unset !important;
	}
	#landing-principale .video { height: auto; }
	#landing-secondario { padding-top: 5px; }
}

@media (max-width: 450px){
	.container{
		min-width: 350px;
	}

}


#quattro-colonne img {
	margin: auto;
}