
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two');

:root {

	--font-base: 'Raleway', sans-serif;
	--font-base2: "Shadows Into Light Two", sans-serif;

	--color-bk: #fff;	
	--color-bk-header: #fff;
	--color-header: #323232;
	--color-header-hover: #323232;
	--color-font:#333;
	--font-body-size:1.5rem;
	--font-body-line-height:2rem; 
	--font-body-weight:400;
	--font-footer-size:1.3rem;
    --font-footer-line-height:1.8rem;
    --font-footer-color:#fff;

	--font-header-size:2rem; 
    --font-header-transform:uppercase;
    --font-header-weight:400;
	
	--height-header:100px;
    --line-height-header:100px;
    --height-header-fixed:100px;
    --line-height-header-fixed:100px;
	
	--background-footer:#323232; 
    --background-footer-baseline:#323232;
	
	--backcolor-button-toogle:#333;
}

a.lang-markup,
span.lang-markup {
	display: none !important;
}

html[lang='en-US'] span[rel-lang='en'],
html[lang='en-US'] a[rel-lang='en']{
	display: inline-block !important;
} 

html[lang='it-IT'] span[rel-lang='it'], 
html[lang='it-IT'] a[rel-lang='it']{
	display: inline-block !important;
}

html[lang='fr-FR'] span[rel-lang='fr'],
html[lang='fr-FR'] a[rel-lang='fr']{
	display: inline-block !important;
}

html[lang='de-DE'] span[rel-lang='de'],
html[lang='de-DE'] a[rel-lang='de']{
	display: inline-block !important;
}

html[lang='es-ES'] span[rel-lang='es'],
html[lang='es-ES'] a[rel-lang='es']{
	display: inline-block !important;
} 

html {
    font-size: 62.5% !important;
}

html.layout-edit {
	font-size: 100% !important; 
}
 
.equal {
	display: flex;
	flex-wrap: wrap;
}	


.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-items-top {
    -webkit-box-align: top!important;
    -ms-flex-align: top!important;
    align-items: top!important;
}


.align-horizontal-items-center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	 justify-content: center;
}

.align-items-space {
    justify-content: space-around;
}

.equal_stessa_altezza * {
	height: 100%; 
	display: flex;
    flex-direction: column;
}

.equal_stessa_altezza img { 
	height: 100% !important;
	object-fit: cover;
}

.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}

.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}

.margin-left-65 {  
	margin-left: 65px;
}

.max-padding {padding: 99px 0;}
.default-padding {padding: 50px 0 50px 0;}
.no-margin {margin: 0 !important;}




.image-border-white {border: 1px solid #fff;}
.image-border-green {border: 1px solid #3e984c;}
.image-border-lightgreen {border: 1px solid #9ecca5;}
.img-shadow {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
}
.img-responsive {width: 100%;}


.qx-container {max-width: 1170px;}

@media (min-width: 1200px){
.container { width: 1170px;}
}

@media (min-width: 1300px){
.container { width: 1170px;}
}

@media (min-width: 1500px){
.container { width: 1170px;}
}

#t3-content p a,
#t3-content a {
	color: var(--color-font);
}

#t3-content a.qx-btn-primary,
#t3-content .qx-element-accordion-item a {
	text-decoration: none; 
}

[class*='qx-divider'] {
	margin-bottom: 0;
}

body {
	font-family: var(--font-base);
	color: var(--color-font);
	font-size: var(--font-body-size);
	line-height: var(--font-body-line-height);
	font-weight: var(--font-body-weight);
	background: var(--color-bk);
}

body #t3-mainbody {
	background: var(--color-bk);
}

#t3-mainbody {
	padding-top: 100px; 
	
}

a {
	transition: none;
	color: var(--color-font);
}

a:hover {
	text-decoration: underline;
	color: var(--color-font);
}

b, strong {
	font-weight: 700;
}

em {
	color: inherit;
}

.qx-element-divider-separator-v2 {margin-top: -30px;}

.t3-footer {background: #000;}

.t3-mainbody {
    padding: 0px 0;
	min-height: 700px; 
}



.tx-main-menu .mod-quix-library {
	float: right;
}

.tx-main-menu .navbar {width: 100%;}

.header-white #t3-header  .menu-white,
.header-white #t3-header .logo-img-sm { 
	display: inline-block;
	
}

#t3-header {
	background: var(--color-header);
	position: relative;
	width: 100%;
	z-index: 14;
	height: 140px;
	line-height: 140px;
	padding-top: 0;
	padding-bottom: 0;
}


#t3-header .logo-image img {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}


.header-v1 .logo a {
	vertical-align: middle;
}

.qx-slider-pro-v2 .slider-pro-item>img {
	object-position: 0 0;
}



.off-canvas-toggle {
	display: none;
}

#t3-header,
#t3-header .nav li a,
#t3-header .qx-element-social-icon li a,
#t3-mainnav,
#t3-mainnav .logo-img,
.t3-megamenu > ul {
	transition: all 1.0s ease;
}

#t3-header .nav li {margin: 0 10px;}



.navbar-default .navbar-nav > li,
#t3-footer ul.nav > li { 
	padding-left: 12px;
	padding-right: 12px; 
	position: relative;
}

#t3-mainnav .logo-img {
	max-width: 100%;
	max-height: 70px;
}

#t3-mainnav {
	background: var(--color-bk-header);
	border: 0;
	position: fixed;
	width: 100%;
	top:0;
	z-index: 20;
}

#t3-mainnav, .t3-megamenu > ul {
    height: var(--height-header);
    line-height: var(--line-height-header);
}

#t3-mainnav.navbar-fixed-top, .navbar-fixed-top .t3-megamenu > ul {
    height: var(--height-header-fixed);
    line-height: var(--line-height-header-fixed);
}

.navbar-default .navbar-nav > li:last-child,
#t3-footer ul.nav > li:last-child {
	padding-right: 0;
}

.navbar-default .navbar-nav > li a,
#t3-footer ul.nav > li a {
	padding-left: 0;
	padding-right: 0;
	color: var(--color-header-hover) !important;
	font-family: var(--font-base);
	font-size: var(--font-header-size);
	text-transform: var(--font-header-transform);
	font-weight: var(--font-header-weight);
	padding-bottom: 20px;
	padding-top: 20px;
	
}

.t3-megamenu .mega-nav > li a, 
.t3-megamenu .dropdown-menu .mega-nav > li a {
	white-space:nowrap;
	font-size: 12px;
	padding: 0;
}

.t3-megamenu .mega-inner {
	padding: 0;
}


#t3-footer ul.nav > li a { 
	font-size: 16px;
}

.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.open > a,
.t3-megamenu .mega-nav > li > a:hover, .t3-megamenu .dropdown-menu .mega-nav > li >a:hover,
.t3-off-canvas .t3-off-canvas-body .nav.menu li,
.t3-off-canvas .t3-off-canvas-body .nav.menu li a,
.t3-off-canvas .t3-off-canvas-body .nav.menu li a:hover  {
	text-decoration: none !important;
	color: var(--color-header) !important;
	background: transparent !important;
	font-weight: 400;
}


.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.open > a {
	font-weight: 700;
}


.t3-off-canvas .t3-off-canvas-body .nav.menu li,
.t3-off-canvas .t3-off-canvas-body .nav.menu li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff !important;
	padding-bottom: 0px; 
	text-align: center;
}

.t3-off-canvas .t3-off-canvas-body .nav.menu li.active a  {
	color: #fff !important;
	text-decoration: underline !important;
}

.t3-off-canvas .t3-off-canvas-body .nav.menu li ul {
	padding-top: 10px;
}

.t3-off-canvas .t3-off-canvas-body .nav.menu li ul li a {
	white-space: normal;
	font-weight: 400;
	padding-bottom: 15px;
}

.t3-off-canvas .t3-off-canvas-body {
	padding: 100px 40px 15% 40px; 
}

.t3-off-canvas .t3-off-canvas-body .dropdown li a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
}

.language-object,
.t3-megamenu,
.header-social,
.right_menu {
	display: inline-block;
}

.t3-megamenu {
	margin-left: 20px;
}

.header_menu > div {
	display: flex;
}

.right_menu {
	margin-left: 10%;
}

.logo-container {
	text-align: center;
}

.language-object li a {
    color: #323232;
    display: inline-block;
    text-decoration: none;
    padding: 0 8px;
    line-height: 50px;
	text-transform: lowercase;
}

.language-object li {
    display: inline-block;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    color: #323232;
    font-size: 20px;
	background: none !important; 
	margin: 0 !important;
}

.language-object li.lang-active a {
	font-weight: 700;
}
 
.language-object li:first-child:after {
	content: '/';
	display: inline-block;
	position: relative;
	right: 0px;
}

#contact-top ul li.item-2 i {
	padding: 4px 7px;
	font-size: 18px;
}

.sb-search.sb-search-open, .no-js .sb-search {max-width: 270px}

#social-mobile {display: none;}

.header-area {
	box-shadow: none;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--font-base);
	letter-spacing: inherit;
	color: var(--color-font) !important;
	line-height: 1.1;
}

.item-page h1, .h1 {
	font-size: 40px; 
}

.item-page h2, .h2 {
	font-size: 35px; 
}

.item-page h3, .h3 {
	font-size: 30px; 
}

#t3-content em {
	color: var(--color-font); 
}

.text-titolone span {
	font-family: var(--font-base2);
	font-size: 3.6rem;
	line-height:4rem; 
	word-spacing: -0.1em;
}


.text-titolo span{
	font-family: var(--font-base);
	font-size: 4.8rem;
	line-height: 5rem; 
} 

.text-titolo2 span{
	font-family: var(--font-base);
	font-size: 6.5rem;
	line-height: 7rem; 
} 

.text-titolo-prod span{
	font-family: var(--font-base2);
	font-size: 5.6rem;
	line-height: 6rem; 
} 

.text-titoletto span
{
	font-family: var(--font-base);
	font-size: 2.4rem;
	line-height: 3rem;
}

.text-titoletto2 span
{
	font-family: var(--font-base);
	font-size: 3.6rem;
	line-height: 4.2rem;
}

.text-sottotitolo,
.text-sottotitolo span
{
	font-family: var(--font-base);
	font-size: 2.1rem;
	line-height: 2.5rem;
}


.text-titolino span
{
	font-family: var(--font-base);
	font-size: 2.0rem;
	line-height: 2.6rem;
}

.text-testo-plus,
.text-testo-plus span
{
	font-family: var(--font-base);
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 300;
}


.text-testo-plus strong {
	color: #0385c3;
}

.text-testo span
{
	font-family: var(--font-base);
	font-size: 28px;
	line-height: 34px;
}

.text-testo-small span
{
	font-family: var(--font-base);
	font-size: 18px;
	line-height: 20px;
}

.text-border span {
	display: inline-block;
}

.text-border span:after { 
  content: '';
  display: block;
  margin: 20px auto 20px;
  padding: 0;
  border-bottom: 1px solid #009de0;
  overflow: visible;
  width: 80%;
}

.image-circle img {
	border: 4px solid #fff;
	border-radius: 100%;
}

.titolone-padding {
	
    margin-left: -100px;
}

.titolo-logo {
	position: relative;
}



.navbar-nav li .text-titoletto span
{
	font-size: 22px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}


.text-uppercase, .text-uppercase span {text-transform: uppercase;}

.text-tiny, .text-tiny span {font-weight: 200 !important;}
.text-xlight, .text-xlight span {font-weight: 200;}
.text-light, .text-light span, .text-book span {font-weight: 300;}
.text-regular, .text-regular span {font-weight: 400;}
.text-medium, .text-medium span {font-weight: 500;}
.text-semibold, .text-semibold span {font-weight: 600;}
.text-bold, .text-bold span {font-weight: 700;}
.text-xbold, .text-xbold span {font-weight: 800;}
.text-xblack, .text-xblack span {font-weight: 900;}

.text-white, a.text-white, .text-white a, .text-white span, .text-white a {color: #fff !important;}
.text-black, a.text-black, .text-black a, .text-black span {color: #000 !important;}
.text-backgray, a.text-backgray, .text-backgray span {color: #25303a;}

.text-lightgray, a.text-lightgray {color: #4d4d4d;}
.text-orange, a.text-orange {color: #e6bd42;}

.text-marrone, .text-marrone span, a.text-marrone { 
	color: #7B352B;  
}

.text-red span, a.text-red, .text-red { 
	color: #c05c28;
}

.text-beige, a.text-beige, .text-beige span {color: #D1C6B8;}

.text-trans, a.text-trans, .text-trans span {color: rgba(0,0,0,0.2);}

.text-primary, .text-primary span, 
.navbar-default .navbar-nav li .text-primary span {
	color: #0099cc; 
}

a.text-primary:hover {
	color: #0099cc !important; 
}

.backgroud-lightblue { 
	background: rgba(130,152,167,0.27);
} 

.background_gray {
	background: #f0f0f0;
}

.background_dark { 
	background: #7B352B;
}

.background_lightdark { 
	background: #D1C6B8;
}

.background_footer {
	background: var(--background-footer);
}

.background_footer_baseline {
	background: var(--background-footer-baseline);
}

.background_blue {
	background: #262e6c;
}

.background_azure {
	background: #0385c3;
}

.Background01 {
    background-image: url(/images/header/internatop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#t3-off-canvas {
	background: #333;
}

.no-gutters .qx-col-wrap {
	padding: 0 !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important; 
}



.t3-footnav .t3-module {
	margin-bottom: 0; 
	margin-top: 0;
}

.qx-inner.frontend .contenuto-servizzi .qx-row .qx-column {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#t3-mainbody {
	overflow: hidden;
}

.t3-content {
	padding: 0;
}

.cf-control-group.newsletter label {
	text-transform: uppercase;
	font-weight: 700;
}

.qx-img-fluid {width: 100%;} 


.btn, .qx-btn {
	font-size: 30px;
	font-weight: 100;
}
 
.qx-btn-secondary {
	color: #fff;
	background: transparent;
	font-size: 2.1rem;
	text-decoration: underline;
	border: 0;
}

.qx-btn-secondary:hover {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}

.readmore.more-big {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 50px;
}

.slide-content .readmore.more-big {
	position: relative;
	top:-6px;
	left: 20px;
}

.qx-btn-primary {
	  background: transparent !important;
    position: relative;
    padding: 6px 0px !important;
    border: 0px solid #7B352B !important;
	text-transform:uppercase;
	border-radius: 0px !important;
	font-size: 15px !important;
	font-weight: 700;
	font-family: var(--font-base);
	color: #606060 !important;	
}

.qx-btn-link {
	  background: transparent !important;
    position: relative;
    padding: 10px 30px !important;
    border: 1px solid #323232 !important;
	text-transform:uppercase;
	border-radius: 0px !important;
	font-size: 16px !important;
	font-weight: 400;
	font-family: var(--font-base);
	color: #323232 !important;	
	text-decoration: none !important;	
}



.link_pdf .qx-btn-primary {
	text-transform:none;
}


.qx-btn-primary span {
	color: #606060;
	text-decoration: none;	
} 

.qx-btn-link span {
	color: #323232;
	text-decoration: none;	
} 

.link_pdf .qx-btn-primary span {
	color:#323232;
}

.qx-btn-primary:hover {
	background: transparent !important;
	border:0px solid #7B352B !important;	
}

.qx-btn-link:hover {
	background: #323232 !important;
	border:1px solid ##323232 !important;	
}

.qx-btn-primary:hover span {
	color: #333;
}

.qx-btn-link:hover span {
	color: #fff;
}

.button-plus .qx-btn-primary {
	padding: 14px 15px 12px 15px !important;
}

.button-plus .qx-btn-primary span:after {
	content: '';
	width: 27px;
	height: 27px;
	display: block;
	background: transparent url("/images/plus.png") no-repeat;
	transition: all 0.3s ease;
	background-size: 27px 27px; 
}

.button-plus .qx-btn-primary:hover span:after {

	background: transparent url("/images/plus-white.png") no-repeat;
	background-size: 27px 27px; 
}

.btn-white .qx-btn-primary span {
	color: #fff;
}


#back-to-top .btn {
    background: transparent url(/images/up.png) no-repeat;
	width: 83px;
	height: 83px;
	border: 0;
	border-radius: 0;
}

#back-to-top .fa-angle-up:before {
	content: '';
}

.back-to-top .btn:hover {
	background: #FFF;
    color: #D1FF29;
	border: 5px solid #D1FF29;
}

.menu-ham {
	width: 43px;
	margin-top: 10px;
}

hr.primary {
	border-bottom: 2px solid #0099cc;
}

#t3-mainbody .qx-element-text-v2 a {
    text-decoration: underline;
}

.form-visual .cf-form-wrap {
	padding: 0 !important ;
	background: transparent !important;
}

.form-visual {
	max-width: 100% !important;
	background: transparent !important;
	font-family: "acumin-pro" !important;
}

.form-visual ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #323232 !important;

}
.form-visual ::-moz-placeholder { /* Firefox 19+ */
	color: #323232 !important;

}
.form-visual :-ms-input-placeholder { /* IE 10+ */
	color: #323232 !important;

}
.form-visual :-moz-placeholder { /* Firefox 18- */
	color: #323232 !important;

}

::-webkit-input-placeholder { /* WebKit browsers */
     opacity: 1 !important;

}

.cf-content-wrap {display: none !important;}



#visual-form .cf-control-group {
	padding: 0 0 10px 0;
}
 
.form-visual .cf-input {  
	background: transparent !important;
	font-size: 15px !important;
	border: 1px solid #6d6d6d !important;
	color: #323232 !important;
	font-family: var(--font-base) !important;
	padding: 8px 10px !important;
	border-radius: 3px;
	min-height: 40px;
}

.form-visual .cf-input[required] {
	border-left: 5px #277f01 solid !important;
}

.form-visual textarea.cf-input {
	height: 70px;
}

.form-visual .form-check-input {vertical-align: top;}

.form-visual .form-check-label {width: 95%;}

.form-visual .cf-btn {
    background: transparent !important;
    position: relative;
    padding: 10px 30px !important;
    border: 1px solid #323232 !important;
	text-transform:uppercase;
	border-radius: 0px !important;
	font-size: 16px !important;
	font-weight: 400;
	font-family: var(--font-base);
	color: #323232 !important;	
	text-decoration: none !important;	
}

.form-visual .cf-btn:hover {
	background: #323232 !important;
	border:1px solid ##323232 !important;	
}
.form-visual .cf-btn span {
	color: #323232;
}

.form-visual .cf-btn:hover span {
	color: #FFF;
}

#t3-footer,
#t3-footer p,
#t3-footer a {
	font-size: var(--font-footer-size);
	line-height: var(--font-footer-line-height);
	color: var(--font-footer-color) !important;
}

#t3-footer .text-white,
#t3-footer .text-white a {
	color: #FFF !important;
}

#t3-footer .text-titoletto {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}

.t3-footer {
	border: 0;
	color: #fff !important;
} 

.footer_section {
	justify-content: space-around;
	margin-top: 200px;
}

.footer_section a,
.contatti_section a { 
	margin-right: 6px;
}



.contatti_section h4 {
	margin-top:40px;
	margin-bottom: 10px;
}

.footer_section h4 {
	margin-bottom: 5px;
}

.txtPrivacy,
.txtPrivacy a,
.convertforms .cfup-file .cfup-details > div {
	text-transform: none;
	max-width: 100%;
	color: var(--color-header) !important;
	text-align: left;
}

.privacy_check {
	position: absolute;
	right: -130%;
    bottom: 20%;
} 

.convertforms .cf-label {
	color:  var(--color-header) !important;
	
}

#qx-form-captcha canvas {
	max-height: 60px;
	background: #000;
}



.social a:hover {
	text-decoration: none;
}

.social .qxio-social-twitter:before {
	content: '';
	background: transparent url(/images/x-logo.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	display: inline-block;
	margin-top: 2px;
}

.social .qxif-facebook-square {
	margin-right: 10px;
}

.social .qxio-social-linkedin {
	font-size: 34px !important;
	position: relative;
	top:-1px;
}

.qx-row .qx-row {
	margin: 0;
} 

.footer-info,
.footer-info a {
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	font-family: sans-serif;
}

.t3-footer .t3-module a {
	color: #FFF !important;
}

footer a:hover,
footer a:focus {
	color: #0099cc;
}

#t3-footer {
	overflow-x: hidden;
}
#footer-info {
	position: relative;
	z-index: 0;
}
#footer-info:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;

	z-index: 0;
	opacity: 0.35;
}

#footer-info .qx-container {
	z-index: 1;
	position: relative;
}

#footer-header {
	position: relative;
}

#footer-header:after {
	content: '';
	width: 200vw;
	position: absolute;
	bottom: 0;
	left: -100%;
	border-bottom: 1px solid #000;
}

.footer-menu ul,
.footer-menu li {
	list-style: none;
}

.footer-menu li {
	padding: 0;
}

.footer-menu li,
.footer-menu li a {
	font-family: sans-serif;
	line-height:34px;
	font-size: 29px;
	font-weight: 300;
	padding:0;
	color: #fff !important;
	display: block;
}

.footer-menu.footer-menu-centrale li a {
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 0 !important;
}

.footer-menu ul {padding-left: 15px;}

.footer-menu li a:hover {
	background: none;
	color: #fff; 
	text-decoration: underline; 
}

.footer-baseline,
.footer-baseline a { 
	font-size: 15px;
}

.social-icon li.inline-item {
	margin: 0;
}
 

.social-icon a {
	line-height: 70px;
}

#mappa-contatti .phocamaps-box {padding: 0 !important; margin: 0 !important;}

.phocamaps-map {
	height: 500px;
}
 

.no-margin span {margin: 0;}


#t3-off-canvas {
	width: 100%;
	
}

#t3-header.navbar-fixed-top {
	height: 0;
	line-height: 0;
	opacity: 0;
	visibility: 0;
}


.menu-right {
	width: 20%;
	float: right;
	background: #fff;
	height: 100vh;
	position: relative;
	padding-right: 8%;
}



.menu-right a.close {
	background-image:url(/images/close.png);
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-size: 38px 38px;
	position: relative;
	top:65px;
	right: 30px;
}  

.menu-left { 
	width: 80%;
	padding: 0 100px 0 100px;
	height: 100vh;
}

.menu-right .t3-module {
	margin-top: 242px;
	text-align: right;
}

.menu-left .t3-module,
.menu-left  .menu_centrale_canvas {
	width: 50%
}

.menu-left li a {
	font-weight: 300;
}

.menu-left .menu_centrale_canvas li a {
	font-weight: 400;

	text-transform: uppercase;
}


#menu-lingua {
	max-width: 85px;
	margin:100px auto 0 auto;
	text-align: center;
}

#menu-lingua li,
#menu-lingua li a,
#menu-lingua .titolo {
	font-size: 15px;
	line-height: 20px;
	color: #9d9c9c;
}

#menu-lingua ul {
	margin-top: 20px;
}

#menu-lingua li {
	background: transparent;

	text-align: center;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent; 
}

.t3-megamenu > ul,
#t3-footer ul.nav {
	display: flex;
	justify-content:flex-start;
	float: none;
}

.t3-megamenu > ul > li,
#t3-footer ul.nav > li {
	display: flex;
	align-items: center;
}



.t3-megamenu .dropdown.mega {
    position: relative !important; 
}

.t3-megamenu .dropdown.mega > .dropdown-menu {
    left: 0 !important;
    width: 100%;
    margin: 0 auto;
	background: transparent!important;
	box-shadow:none;
	border: 0;
	border-radius: 0;
	padding-top: 30px;
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle,
.t3-off-canvas .t3-off-canvas-body .nav.menu li.dropdown {
	position: relative;
}



.t3-megamenu .nav > .dropdown > .dropdown-toggle:before,
.t3-off-canvas .t3-off-canvas-body .nav.menu li.dropdown:before {
	content: '+';
	display: inline-block;
	margin-right: 6px;
}

.t3-off-canvas .t3-off-canvas-body .nav.menu li.dropdown:before {
	position: absolute;
	left: -6px;
	top:10px;;
}

.nav .caret{
	display: none !important;
}

.t3-megamenu .mega-col-nav {
	padding-left: 5px;
	border-left: 1px solid #7B352B;
	background: #FAF6EC;
	position: fixed;
}

.t3-navbar.navbar-collapse {
	display: flex !important;
	border: 0 !important;
	justify-content: space-around;
}

.t3-megamenu > ul > li > a {
	color: #ececec !important;
}

.video-retina-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 650px;
    z-index: 1;
}

.video-retina-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}


.video-link .video-fullscreen {
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	margin: 0 auto;
	z-index: 1
}

.video-link-full .video-fullscreen  {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.video-link {
	position: relative;
}

.video-link .poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.video-overlay video {
    object-fit: cover;
    width: 100%;
}

.video-overlay.video-absolute video {
    position: absolute;
	top:50%;
	transform: translateY(-50%);
}

.video-overlay {
    height: auto;
    overflow: hidden;
    position: relative;
	line-height: 0;
}

#video-wrapper {
	position: relative;
}

.video-controls {
	opacity: 0;
	-webkit-transition: -webkit-opacity 1s;
	transition: opacity 1s;
}

#video-wrapper:hover .video-controls {
	opacity: 1;
}

.video-home .video-overlay {
	max-width: 31%;
    margin: 0px 11px;
}

.video-home .video-link-full .video-fullscreen {
	width: 50px;
}

.no-button .video-link-full .video-fullscreen {
	opacity: 0;
}

.video-full {
	position: relative; 
	height: calc(100vh - 80px);
}

.video-overlay.video-full video {
    object-fit: cover;
    width: 100%;
	height: 100%;
}

.video-full .content {
	position: absolute;
	left: 10%;
	top:10%;
}

video {
    clip-path: inset(1px 1px);
}

#play-pause,
#mute,
#play-pause-2,
#mute-2 {cursor: pointer;}


/* SlideShow gallery Homepage */
#slideshow {
    position:relative;
    height:700px;
	overflow: hidden;
}

#slideshow .slide {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	width: 100%;
    height: 700px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	

	-webkit-transition:opacity 1.0s ease;
	-moz-transition:opacity 1.0s ease;
	transition:opacity 1.0s ease;
}

	#slideshow  .title,
	#slideshow  .description {
		position: absolute;
		z-index: 15;
		color: #000000;
		display: block;
		width: 100%;
		left: 100%;
		text-align: center;

		-webkit-transition:all 2.0s ease;
		-moz-transition:all 2.0s ease;
		transition:all 2.0s ease;
	}

	#slideshow  .title strong,
	#slideshow  .description strong { font-weight:400; }
	#slideshow  .title { 
		font-family:'Shadows Into Light Two', cursive; 
		text-shadow:5px 2px 0px #ffffff; 
		top:30%; 
		font-size:100px; 
		line-height:1.5em; 
		left:-100%; 
}
	#slideshow .description { 
		text-shadow:2px 1px 0px #ffffff; 
		font-weight:300; 
		top:30%; 
		margin-top:170px; 
		font-size:32px; 
		text-transform:uppercase; 
		left:100%; 
}

#slideshow .slick-active { z-index:10; opacity:1; }
#slideshow > div.last-active { z-index:9; }

	#slideshow .slick-active .title,
	#slideshow .slick-active .description { left:0; }


@media only screen and (max-width: 768px) {


		#slideshow > div .title { top:20%; font-size:11vw; line-height:0.9em; padding-left:15px; padding-right:15px; padding-bottom:20px; }
		#slideshow > div .description { top:20%; font-size:4vw; font-weight:400; margin-top:160px; padding-left:15px; padding-right:15px; }
	
} 

@media only screen and (max-width: 560px) {


		#slideshow > div .title { top:20%; font-size:13vw; line-height:0.9em; padding-left:15px; padding-right:15px; padding-bottom:20px; }
	
}

.gallery_fixed_height {
	height: 425px;
	margin-bottom: 150px;
}

.gallery_fixed_height img {
	height: 425px !important; 
	object-fit: cover;
}



.slide_prodotto .slick-arrow {
	opacity: 1;
	top:inherit; 
	transform:translateY(-50%);
	top:50%
}

.slide_prodotto .slick-next {
	right: 20px;
}

.slide_prodotto.slick-prev {
	left: 20px;
}

.slide_prodotto .slick-arrow {
	background: transparent;
	z-index: 14;
	opacity: 0.5;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear; 
}

.slide_prodotto .slick-arrow:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 0 auto;
	opacity: 1;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}


.slide_prodotto .slick-prev:before {
	background-image: url(/images/arrow-prev-black.png);
}

.slide_prodotto .slick-next:before {
	background-image: url(/images/arrow-next-black.png);
}

.video-controls #play-pause,
.video-controls #play-pause-2{
	float: left;
}


.video-controls .pause .fa-play,
.video-controls .play .fa-pause,
.video-controls .mute .fa-volume-up,
.video-controls .audio .fa-volume-off { 
	display: block;
}

.video-controls .play .fa-play,
.video-controls .pause .fa-pause,
.video-controls .mute .fa-volume-off,
.video-controls .audio .fa-volume-up{
	display: none;
}

.video-controls #mute,
.video-controls #mute-2{
	float: right;
}

.header-text h1 {
	line-height: 180px;
}

.header-text h2 {
	margin-right: 8px;
}

#t3-mainnav .icona-megamenu img {
	height: 66px;
	width: auto;
	max-width: auto;
}



.gup-10 {
	margin-left: -5px;
    margin-right: -5px;
}

.gup-10  .qx-col-wrap {
	padding: 15px 5px !important; 
}

#elenco-tag {
	text-align: left;
	margin-bottom: 80px;
	margin-top: 90px; 
	opacity: 0; 
}

#elenco-tag h4 {
    font-family: dico-code-one;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
	font-size:14px;
	display: inline-block; 
	margin: 0;
	font-weight: 400;
}

#elenco-tag span {
	padding: 8px 0;
}

#elenco-tag h4,
#elenco-tag span {
	float: left;

}

#elenco-tag h4:hover,
#elenco-tag h4.active {
    background-color: #000;
    color: #ffffff;
}



#elenco-tag .lista-progetti {
	margin-left: -10px;
	margin-top: 30px;
}

.tags-servizi {
	margin-left: 8px;
}


figure.effect-zoe .description p {
	font-size: 12px;
}

figure.effect-zoe .description h3 {
	font-size: 30px;
}


figure.effect-zoe .description p,
figure.effect-zoe .description h3 {
	display: table;
	margin-bottom: 10px;
	
	background: #000;
	color: #fff;
	padding: 5px 16px;
	text-transform: none;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-zoe .description h3 {padding-top: 10px}

figure.effect-zoe .description p.tag  {
	margin-bottom: 5px;
}

figure.effect-zoe .description h3 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe .description p.tag  {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe .description p.intro {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover .description h3 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-zoe:hover .description p.tag {
	-webkit-transition-delay:  0.05s;
	transition-delay:  0.05s;
}

figure.effect-zoe:hover .description p.intro {
	-webkit-transition-delay:0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover .description p,
figure.effect-zoe:hover .description h3{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
 

.header-image {
	position: relative;
	max-height: 600px;
	overflow: hidden;
}

.header-image .header-title {
	position: absolute;
	bottom: 10px;
	right: 100px;
}


.video-inline {
	object-fit: cover;
}

#t3-footer .convertforms .cf-content-wrap {display: none;}


#shared_this {
	position: absolute;
	left: 0;
	right: 0;
	top:40px;
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
}

#shared_this .at4-show {
	display: inline-block !important;
}

#shared_this .addthis_counter .atc_s  {
	background-color: #fff;
	color: #000;
	font-family: dico-code-one !important;
    font-size: 16px;
	letter-spacing: 0.010em;
	text-transform: uppercase; 
	font-weight: 400 !important;
}

#shared_this .addthis_counter .atc_s:before {
	display: none !important;
    content: "\f1e0";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

#shared_this .addthis_counter.addthis_pill_style {
	height: 18px;
}



.mega-dropdown-menu #product-list .box {
	padding-bottom: 50px;
	background-size: 80% 80%;
}

#product-list.prodotti .box img,
.mega-dropdown-menu #product-list .box img {
	width: 60%;
}

#product-list.sottocategorie .box img {
	height: 200px;
	width: auto;
}

.mega-dropdown-menu #product-list {
	padding-top: 40px;
}

.mega-dropdown-menu {
    top: calc(100% - 20px) !important;
}

.navbar-default .navbar-nav li .text-titolo {
	margin: 20px 0;
}

.navbar-default .navbar-nav li .text-titolo span {
	font-size: 28px;
	line-height: 32px;
}

#product-list .text-titolo span  {
	max-width: 70%;
	display: inline-block;
	 
}
.child-categories {
	margin-bottom: 1px;
	padding: 0;
}

	.child-categories  li { list-style:none; }
	.child-categories > li { background-color:#f5f5f5; margin-bottom:2px; padding:10px 20px; }
	.child-categories > li.active { background-color:#e5e5e5; }
	.child-categories  li.active > a { font-weight:700; }
	.child-categories  li  a { position:relative; display:block; line-height:2em; text-transform:uppercase; }
	.child-categories  li  a:hover { color:#323232; }
	.child-categories > li ul li a { display:block; padding:0px; line-height:2em; text-transform:none; }

@media (max-width:480px) {
	.child-categories { margin:21px 0 0 0; }
}

.tipologia .text-titolo {
	display: inline-block;
	margin-right: 30px;
}

#prodotto {
	margin-bottom: 80px;
}

.icone-prodotto img {
	margin-right: 20px;
}

.tipologia .text-titolo {
	min-width: 190px;
}

.tipologia .pallino {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: rgba(0,153,204,0.3);
	border-radius: 20px;
}

.tipologia .pallino.active {
	background: #0099cc;
}

.tipologia .check:before {
	content: '';
	font-size: 25px;
    color: #0099cc;
    font-weight: 700;
}

.tipologia .check.unchecked:before {
	content: '\2716';
}

.tipologia .check.checked:before {
	content: '\2714';
}

.t3-wrapper {
	z-index: 0;
	position: inherit;
}

.tabella th {
	font-size: 18px;
	padding-right: 55px;
	padding-left: 4px;
	background: rgba(0,153,204,0.3);
	color: #fff;
}

.tabella td {
	font-size: 16px;
	line-height: 26px;
	padding-top: 6px;
	padding-left: 4px;
	border: 0;
}

.destinazione-wrapper .box {
	display: inline-block;
	max-width: 88px;
	text-align: center;
	margin-right: 30px;
}

.destinazione-wrapper .box h6 {
	font-size: 18px;
	font-weight: 500;
}

.btn-download {
	margin-bottom: 20px;
}

.btn-download a {
	color: #0099cc;
	display: inline-block; 
	
}

.btn-download1:before {
	background: url("../images/download-arrow.png") no-repeat center center;
	background-size: contain;
	content:"";
	width: 36px;
	height: 36px;
	margin-right: 15px;
	text-align: center;
	display: inline-block;
}

.btn-download .acfup-item img {
	position: relative;
	top:-2px;
	margin-right: 15px;
}

.slide_simple .slick-dots {
	bottom: -55px;
}

.slide_simple .slick-dots li button {
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.slide_simple .slick-slide {
	text-align: center;
}

.slide_simple .slick-slide img {
	display: inline-block;
	max-height: 600px;
}

.slide_simple .slick-dots li button:before {
	font-size: 15px;
	border:2px solid  #25303a;
	border-radius: 100%;
	color: transparent;
	width: 15px;
	height: 15px;
	line-height: 15px;
	opacity: 1;
	position: relative
}

.slide_simple .slick-dots li.slick-active button:before {
	color: #25303a;
	background: #25303a;
	opacity: 1;
}

.slide_simple.slide_prodotto_top {
	margin-top: -79%;
}

.slick-dotted.slick-slider.product_bottom {
	margin-bottom: -30%; 
}



.swiper-container {
	width: 100%;
	height: 400px;
	position: relative;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-scrollbar {
	background: #c05c28;
	transition: background 0.5s;
	position: relative;
	height: 17px !important;
	top:inherit !important;
	bottom: -100px !important;
}

.scroll-text {
	position: absolute;
	top: -25px;
	width: 100%;
	text-align: center;
	color: #c05c28;
	font-weight: bold;
	transition: color 0.5s;
}

#caurosel-related {
	padding: 70px 100px;
}

#caurosel-related .item {
	margin: 0 50px;
	text-align: center;
	opacity: 0.5;
} 

#caurosel-related .item img {
	margin-bottom: 20px;
}

#caurosel-related .item.slick-current {
	opacity: 1;
}

#carousel-news .slide {
	height: 500px;
	text-align: center;
}

#carousel-news img {
	width: auto;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}


.fp-arrow {
	display: none !important;
}

.fp-slides .col-md-3,
.fp-slides .image-bottom {
	height: calc(100vh - 180px) !important;
}

.fp-slides .image-bottom img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fp-slides .slide {
	flex-direction: column; 
	display: flex !important; 
	justify-content: center;
}

.section-centered .fp-tableCell {
	flex-direction: column; 
	display: flex; 
	justify-content: center;
}

.popup {
	display: none;
	background: #e0cdb7;
}

#lightcasepopup-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.layout-iframe .popup,
#lightcasepopup-case .lightcase-inlineWrap .popup {
	display: block;
}

#lightcasepopup-case .lightcase-inlineWrap {
	padding: 0 !important;
}

#lightcasepopup-case {
	font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
}

#lightcasepopup-case,
#lightcasepopup-case .lightcase-contentInner {
	width: 100% !important;
}

.history-ipad {
	display: none;
}


#categorie_home .category {
	position: relative;
	min-height: 20vw;
}

#categorie_home .category img {
	width: 100%;
}

.prodotti .item {
	position: relative;
	height: 270px;
	overflow: hidden;
}

.prodotti .item.item_battiscopa {
	height: 330px;
}

.prodotti .item img { 
	width: 100%;
	height: 100%;
	object-fit: cover; 
}

.correlati .item img {
	height: auto;
	object-fit:contain;  
}


#categorie_home .category_video {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#categorie_home .title,
.prodotti .title {
	
	font-size: 32px;
    line-height: 1.2em;
	color: #323232;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	text-transform: uppercase;
    text-shadow: 2px 2px 0px #ffffff;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.9);
}

.prodotti .title { 
	font-size: 22px;
	bottom:0px;
	background-color:#fff; 
	max-width: 85%;
	right: -1px;
	border-right:1px solid #f0f0f0;
}

#categorie_home .play {
	

	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	 
}

#categorie_home .category_video a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(/images/play.png);
    background-repeat: no-repeat;
    background-size: 38%;
    border-radius: 50%;
    background-position: 58% center;
    margin: -48px 0 0 -48px;
}

.prodotti article {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 50px;
    border: 1px solid #f0f0f0;

} 

.prodotti article .dettaglio {
	position: relative; 
}

.prodotti article::before {
    bottom: 15px;
    box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
    content: "";
    height: 10%;
    left: 5px;
    position: absolute;
    transform: rotate(-4deg);
    width: 40%; 
    z-index: 0;
	display: block;
}

.prodotti article .dettaglio {
	padding: 15px;
	background: #fff;
	width: 100%;
}


.prodotti article .dettaglio p {
    line-height: 1.2em;
    min-height: 2.4em;
}

.prodotti article .dettaglio .open_article_btn {
    font-weight: 600;
    color: #277f01 !important;
    display: block;
    text-align: right;
}

#slide_single_product.slick-slider img{
	height: 100%;
	width: auto;
	margin: 0 auto;
	display: inline-block;
}

#slide_single_product.slick-slider,
#slide_single_product.slick-slider .slide {
	height: 500px;
}

#battiscopa #slide_single_product.slick-slider,
#battiscopa #slide_single_product.slick-slider .slide {
	height: auto;
}

#battiscopa .slider-nav .slick-track {
	transform: none !important;
	margin-left: 0 !important;
}

#battiscopa .slider-nav .slick-list {
	padding-left: 0 !important;
}

#battiscopa .slider-nav .slick-current {
	border: 2px solid rgba(0,0,0,0.7);
}

#battiscopa .slider-nav .slide {
	margin-right: 2px;
}

#battiscopa .slider-nav img {
	cursor: pointer;
}

#slide_single_product {
	
	margin-bottom:50px;
	overflow: hidden;
	text-align: center;
}

#slide_single_product img {
	width: 100%;
}

.prodotto .content h3 {
	text-transform: uppercase;
}

.prodotto .content .qx-container {
	padding-left: 0;
	padding-right: 0;
}
 
.prodotto .image img {
	width: 100%;
}


.container_link {
	margin-bottom: 40px;
}

.ciesse_link {
	margin-bottom: 2px;
	padding:12px 20px 10px 20px;
	background-color: #f5f5f5;
    
}

.ciesse_link img {
	display: block;
	margin-top: 8px;
}

.correlati .item {
	margin-bottom: 20px;
	height: auto;
}

.referenze_images a{
	display: inline-block;
	margin: 1px;
	position: relative;
}


.varianti img {
  max-width: 50px !important;
  border-radius: 50%;
  transition: transform 0.3s ease;
	border:2px solid rgba(0, 0, 0, 0.3);
}

.varianti img.active {
	border:3px solid rgba(0, 0, 0, 0.6);
}

.varianti > div {
	display: inline-block;
	position: relative;
	margin-right: 5px; 
	margin-bottom: 5px;
}

#battiscopa .varianti > div {
	cursor: pointer;
}

#battiscopa .row {
	margin-left: 0;
	margin-right: 0;
}

.varianti >div:hover img {
  transform: scale(1.03);
}

.tooltip {
  position: absolute;
  bottom: 110%; /* sopra l'immagine */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 1.4rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
	font-family: var(--font-base);
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.varianti >div:hover .tooltip,
.gallery_images a:hover .tooltip{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pagination {
	float: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #e5e5e5;
	border-color:#e5e5e5;
}

.downloads .pdf img {
	height: 400px;
	width: auto; 
	object-fit: cover;
	margin-bottom: 20px; 
	border: 1px solid rgba(0,0,0,0.5); 
}

.referenze_images img {
	width: 280px;
}

.layout-iframe .fp-slides .image-bottom img,
.layout-iframe .move_top,
.layout-iframe .move_top2, 
.layout-iframe .about_01, 
.layout-iframe .about_02,
.layout-iframe #banner {
	position: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
	top: inherit;
}

.layout-iframe .history-ipad {
	display: block;
}

.nofullpage .section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.nofullpage .footer-section {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.nofullpage .footer-100 {
	height: auto;
}


@media (resolution: 1.25dppx) {

  .footer-100 {
		height: auto;
  }
}




@media (max-width: 1500px){
	
	.right_menu {
		margin-left:5%;
	}
	
	.history-desktop {
		display: none;
	}
	
	.history-ipad {
		display: block;
	}
	
	.footer-menu li, .footer-menu li a {
		font-size: 24px;
		line-height: 30px;
	}
	
	.footer-100 {
		height: auto;
	}
	
	.section {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	
	.footer-section {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.titolo-left {
		margin-left: 0;
	}
	

	
	#t3-mainnav .menu_border {
		max-width: 100% !important;
		flex: 100% !important;
		margin-left: 0 !important;
		width: 100% !important;
	}

	
}

@media (max-width: 1400px){
	.right_menu {
		margin-left: 3px;
	}
}

@media (max-width: 1200px){
	

	.header-v6 .t3-mainnav {
		margin-top: 0 !important;
	}
	
	.t3-megamenu > ul {
		display: block;
		text-align: center; 
	}
	
	.t3-megamenu > ul > li {
		display: block;
		text-align: center;
		padding: 0 !important;
	}
	
	.navbar-default .navbar-nav li a {
		color: #ececec !important;
	}
	
	.fit-to-screen {
		height: auto !important;
	}
	
	.t3-header,
	.navbar {
		min-height: 130px;
		line-height: 130px;
	}
	
	.t3-header.navbar-fixed-top {box-shadow: none;}
	
	
	.margin-left-65 {
		margin-left: 0;
	}
	
	
	.grid figure {
		min-width: auto !important;
	}
	
	.t3-off-canvas .t3-off-canvas-body .nav.menu li ul {
		display: none;
		padding-left: 25px;
	}
	
	.t3-off-canvas .t3-off-canvas-body .nav.menu li.parent:hover ul {
		display: block; 
		background: transparent;
	}
	
	.navbar-fixed-top #social-mobile {
		position: absolute;
		display: block;
		padding-top: 5px;
		left: -15px;
	}
	
	.navbar-fixed-top .tx-main-menu {position: relative;}
	
	#social-mobile li {
		margin: 0 10px !important;
	}
	
	#social-mobile li.item-0 {
		margin-left: 0 !important;
	}
	
	

	
	#t3-footer  .qx-col-wrap,
	#t3-footer-home  .qx-col-wrap{
		border-left: 0 !important;
	}
	
	.convertforms {
		display: inline-block;
		margin-top: 40px !important; 
	}
	
	.footer-menu {
		margin-top: 40px !important;
	}
	
	.menu-left {
		padding: 40px 0px 0 40px;
	}
	
	.t3-navbar.navbar-collapse {
		display: none !important;
	}
	
	#t3-mainnav, .t3-megamenu > ul {
		height: var(--height-header-fixed);
		line-height: var(--line-height-header-fixed);
		min-height: var(--height-header-fixed);
	}
	
	#t3-mainnav.navbar-fixed-top .logo-img {
		max-width: 100%;
	}
	
	.header_menu {
		position: relative;
	}

	.logo-container {
		text-align: left;
	}
	
	.logo-img {
		max-width: 100%;
	}
	
	.off-canvas-toggle {
		display: block !important;
		box-shadow:none;
		background: transparent;

	}
	
	#t3-off-canvas .off-canvas-toggle {
		right: 45px;
		top:45px;
		position: absolute;
	}
	
	.off-canvas-toggle span {
		background-color: var(--backcolor-button-toogle);
	}
	
	.off-canvas-open .off-canvas-toggle span {
		background: #fff;
	}
	
	#t3-header {
		height: 120px;
		line-height: 120px;
	}
	
	#t3-header .text-center {
		text-align: left; 
	}
	
	.logo-img {
		margin-left: 20px;
	}
	
	.navbar-header {
		float: none;
		position: absolute;
		right: 45px;
		top:50%;
		transform: translateY(-50%);
	}
	
	.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
		position: inherit;
	}
	
	.loghi-cert-company {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.referenze_images a {
		flex: 30%;
		max-width: 30%;
	}
	
}





@media (max-width: 1024px){

	
	
	.video-full {
		height: auto !important;
	}
	
	
	.section {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	
	.qx-section.qx-section-height-full {
		height: 100vh;
	}
	
	.move_top {
		top:-90px;
	}

	.move_top2 {
		top:-90px;
	}
	
	.last_move_top2 {
		margin-bottom: -90px;
	}
	
	.hide-ipad {
		display: none;
	}
	
	.hide-desktop {
		display: block;
	}

	
	#categorie_home .category_video {
		min-height: 40vw;
	}	
	
	.text-titolo2 span {
		font-size: 5rem;
		line-height: 6rem;
	}
	 
}

@media (max-width: 992px){
	
	
	.qx-row .qx-column { width: 100%;}
	
	#workflow-number {display: block}
	
	
	
	.map_canvas,
	#phocaMapPlgPM1 {
		height: 400px !important;  
	}
	
	
	
	#elenco-tag h4, #elenco-tag span {
		float: none;
	}
	
	
	
	#shared_this {
		position: relative;
		top: 40px;
		
	}
	
	.margin-left-65 {
		margin-left: 0;
	}
	
	.numeri .equal {
		display: block;
		text-align: center;
	}
	
	

	
	.qx-section-height-full .qx-container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.news-list {
		display: block;
	}
	
	#blog_list .box {
		margin-bottom: 50px;
	}
	
	#blog .row {
		text-align: center;
	} 
	
	.mobile-no-pull {
		float: none !important;
	}
	
	.text-line-bottom.line-bottom-left span:after {
		width: 65px;
		height: 1px;
		position: inherit;
		bottom: inherit;
		right: inherit;
		left: inherit; 
		margin-left: 15px;
	}
	
	.privacy_check {
		position: inherit;
		right: inherit;
		bottom: inherit;
	}
	
	.txtPrivacy {
		max-width: 100%;
	}
	
	.referenze_images {
		margin-left: 0;
		width: 100%;
	}
	
	.referenze_images .item {
		width: 46%; 
	}
	
	.visible_after {
		opacity: 1;
	}
	
	#slideshow,
	#slideshow .slide {
		height: 500px;
	}
	
	.referenze_images a {
		flex: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.referenze_images img {
		width: 100%;
	}
	
	#product-list .list_products {
		display: block;
	}
	
	#product-list .col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.prodotto .image {
		height: auto;
	}
	
	

}

@media (max-width: 959px){
	#t3-footer-home .footer-menu > div,
	#t3-footer .footer-menu > div {
		display: block!important;
	}
	
	#t3-footer-home .qx-flex-left .qx-button,
	#t3-footer .qx-flex-left .qx-button {
		display: none!important;
	}	
	
	
}


@media (max-width: 768px){
	.invisible {
		opacity: 1 !important;
		visibility: visible !important;
	}
	 
	.t3-mainbody { 
		min-height: auto;
	}
	
	
	.section {
		margin-top: 60px;
		margin-bottom: 60px; 
	}
	
	#elenco-tag .lista-progetti .box {
		width: 46%;
	}
	
	#elenco-tag .lista-progetti {margin-left: 0;margin-right: 15px;}
	
	.logo-footer img {
		max-width: 80%;
	}


	
	.header-v1 .off-canvas-toggle {
		top: 41px;
	}
	
	.max-padding {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.max-padding-bottom {
		padding-bottom: 20px !important;
	}
	
	
	.qx-element-social-icon ul.qx-inline {
		justify-content: center !important;
	}
	
	
	
	.footer-menu li {text-align: center;}
	.footer-menu ul {padding-left: 0;}
	
	.footer-menu .nav-child li,
	.footer-menu .nav-child li a {
		font-size: 12px;
		line-height: 19px;
	}

	
	.qx-element-heading-v2 {
		/*padding: 15px; */
	}
	
	.text-titolone span {  
		font-size: 46px;
		line-height: 48px;
		letter-spacing: 0;
	}
	
	.text-line span:after {
		width: 65px;
	}
	
	.text-line-bottom span:after {
		height: 65px;
		bottom: -75px;
	}
	
	.text-line.line-left span:after {
		left: -75px;
	}
	
	.titolo-about {
		position: relative;
		left: 0;
		top:-45px;
		text-align: left !important;
	}
	
	.carousel-mostre .swiper-slide {
		height: 210px;
		width: auto !important;
	}

	#t3-content .carousel-mostre img {
		height: 210px;
	}
	
	.gallery_simple {
		margin-bottom: 60px;
	}
	
	.footer_section {
		display: block;
		margin-top: 40px;
	}
	
	.footer_section .item {
		margin-bottom: 30px;
	}
	
	#googleMaps {
		height: 500px !important;
	}

	#slideshow,
	#slideshow .slide {
		height: 400px;
	}	
	
	#t3-footer p {
		text-align: center;
	}
	
	
	
}



@media screen and (max-width: 560px) {
	

	
	.loghi .item {
		margin: 0 4%;
	}
	
	.map_canvas,
	#phocaMapPlgPM1 {
		height: 300px !important;
		
	}
	
	.header-v1 .logo-img {height: auto;}
	
	#elenco-tag .lista-progetti .box,
	.grid figure img {
		width: 100%;
	}
	
	.header-v10 .off-canvas-toggle {
		top:50px !important;
	}
	
	.mb-90 {
		margin-bottom: 40px;
	}
	
	.mt-90 {
		margin-top: 40px
	}
	
	.convertforms {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.logo-img {
		max-width: 200px;
	}
	
	#slideshow,
	#slideshow .slide {
		height: 300px;
	}	
	
}

@media (max-width: 520px){
	
	.qx-element-text-v2 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	
	
	.t3-header, .navbar {
		min-height: 80px;
		line-height: 80px;
	}
	

	
	
	.btn, .qx-btn {
		font-size: 20px;
	}
	
	
	.footer-baseline .qx-element,
	.footer-baseline p,{
		font-size: 15px !important;
		line-height: 22px;
	}
	



	
	.convertforms {
		margin-top: 0 !important;
	}
	
	#t3-footer, #t3-footer p, #t3-footer a {
		font-size: 16px;
    	line-height: 20px; 
	}
	
	#footer_baseline,
	#footer_baseline a,
	#t3-footer .txtPrivacy,
	#t3-footer .txtPrivacy a {
		font-size: 12px !important;
		line-height: 16px !important;
	}
 
	.convertforms {
		margin-bottom: 40px !important;
	}
	
	.bollo img {
		max-width: 300px !important;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.cf-text-left {
		text-align: center;
	}
	
	#googleMaps {
		height: 350px !important;
	}
	

}
@media screen and (max-width: 320px) { 
	
	

	.map_canvas,
	#phocaMapPlgPM1 {
		height: 220px !important;
	}
}
