
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700&display=swap');

:root {

	--font-base: 'Montserrat', sans-serif;
	--font-base2: "dico-code-one", sans-serif;

	--color-bk: #fff;	
	--color-bk-header: #fff;
	--color-header: #262e6c;
	--color-header-hover: #262e6c;
	--color-font:#000000;
	--font-body-size:1.8rem;
	--font-body-line-height:2.6rem;
	--font-body-weight:300;
	--font-footer-size:1.4rem;
    --font-footer-line-height:2rem;
    --font-footer-color:#fff:

	
	--font-header-size:1.6rem;
    --font-header-transform:uppercase;
    --font-header-weight:600;
	
	--height-header:180px;
    --line-height-header:180px;
    --height-header-fixed:100px;
    --line-height-header-fixed:100px;
	
	--background-footer:#262e6c;
    --background-footer-baseline:#000;
}

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: 1440px;}

@media (min-width: 1200px){
.container { width: 1170px;}
}

@media (min-width: 1300px){
.container { width: 1200px;}
}

@media (min-width: 1500px){
.container { width: 1440px;}
}

#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);
}

.home #t3-mainbody {
	padding-top: 0; 
	
}



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: 0%;
	padding-right: 0%; 
	position: relative;
}

#t3-mainnav .logo-img {
	max-width: 100%;
}

#t3-mainnav {
	background: var(--color-bk-header);
	border: 0;
}

#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);
}

#t3-mainnav.navbar-fixed-top .logo-img {
	max-width:215px;
}

.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: 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;
}

#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-base);
	font-size: 80px;
	line-height:82px; 
	letter-spacing: 2px; 
}


.text-titolo span{
	font-family: var(--font-base);
	font-size: 3.6rem;
	line-height: 4.5rem; 
} 

.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.2rem;
	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: 22px;
	line-height: 30px;
}

.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: #d3d5d7;
}

.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;
}

#t3-off-canvas {
	background: #262e6c;
}

.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: 8px 6px !important;
    border: 0px solid #7B352B !important;
	text-transform:uppercase;
	border-radius: 0px !important;
	font-size: 28px !important;
	font-weight: 800;
	font-family: var(--font-base);
	color: #FFF !important;	
}

.qx-btn-primary:before,
.qx-btn-primary:after {
	content: '';
	width: 38px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 38px 35px;
	display: inline-block;
	position: absolute;
}

.qx-btn-primary:before {
	background-image: url("/images/button_left.png");
	top: 2px;
    left: -12px;
}

.qx-btn-primary:after {
	background-image: url("/images/button_right.png");
	bottom: 0px;
	right: -12px;
}

.qx-btn-primary span {
	color: #FFF;
	text-decoration: none;
	
} 

.qx-btn-primary:hover {
	background: transparent !important;
	border:0px solid #7B352B !important;	
}

.qx-btn-primary: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: #FFF !important;
	text-transform: uppercase;
	text-align: center;
}
.form-visual ::-moz-placeholder { /* Firefox 19+ */
	color: #FFF !important;
	text-transform: uppercase;
}
.form-visual :-ms-input-placeholder { /* IE 10+ */
	color: #FFF !important;
	text-transform: uppercase;
}
.form-visual :-moz-placeholder { /* Firefox 18- */
	color: #FFF !important;
	text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
     opacity: 1 !important;
	text-transform: uppercase;
	text-align: center;
}

.cf-content-wrap {display: none !important;}



#visual-form .cf-control-group {
	padding: 0 0 10px 0;
}
 
.form-visual .cf-input {  
	background: #262e6c !important;
	font-size: 16px !important;
	border: 0px solid #7B352B !important;
	color: #FFF !important;
	font-family: var(--font-base) !important;
	padding: 20px 4px !important;
	font-weight: 600 !important;
}

.form-visual textarea.cf-input {
	height: 200px;
}

.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: 8px 25px !important;
    border: 2px solid #262e6c !important;
	text-transform:none;
	border-radius: 30px !important;
	font-size: 20px !important;
	font-weight: 500;
	margin-top: 20px;
	font-family: var(--font-base);
	color: #262e6c !important;
}

.form-visual .cf-btn:hover {
	background: #262e6c !important;
	border:2px solid #262e6c !important;	
}
.form-visual .cf-btn span {
	color: #262e6c;
}

.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 {
	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;
}

a {
	transition: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

.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: space-around;
	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: block !important;
	border: 0 !important;
}

.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;}

#slider-home .slide-content h2 {
	font-size: 72px;
	line-height: 72px;
	font-weight: 800;
	text-transform: uppercase;
}

#slider-home .slide-content p {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;

}


#slider-home .qx-slideshow-items li:nth-child(even) .qx-position-center-right {
	right: inherit;
	left: 0;
}

#slider-home .qx-slideshow-items li:nth-child(even) .qx-transition-slide-right {
    transform: translateX(-100%);
}

#slider-home .qx-slideshow-items li:nth-child(odd) .qx-text-right {
    text-align: left !important;
}

#slider-home .qx-slideshow-items li:nth-child(even) .qx-text-right {
    text-align: left !important;
}

#slider-home .qx-slideshow-items li:nth-child(odd) .slide-content {
	padding-left: 0%;
    margin-left: 54%;
    padding-right: 15%;
    padding-bottom: 9%;
}

#slider-home .qx-slideshow-items li:nth-child(even) .slide-content {
	padding-left: 0%;
	margin-left: 10%;
	padding-right: 50%;
	padding-bottom: 10%;
}

#slider-home .qx-slideshow-items li.qx-transition-active .qx-transition-slide-right{
    transform: translate(0, 0);
}

#slider-home .slide-content a.qx-btn {
	
	padding: 0 !important;
	border: 0 !important;
	box-shadow:none !important;
	position: relative;
	display: block;
	width: 555px;
	margin-top: 0px !important;
	line-height: 32px;
}

#slider-home .qx-slideshow-items li:nth-child(even) .slide-content a.qx-btn {
	text-align: left;
}


#slider-home .slide-content a.qx-btn::before {
	font-family: sans-serif;
	font-weight: 300;
	content: '+';
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 74px;
	border-radius: 40px;
	text-align: center;
	font-size: 120px;
	background: #4d4d4d;
	color: #fff;
	float: left;
	position: relative;
	top:-11px;
}

.gallery_fixed_height {
	height: 425px;
	margin-bottom: 150px;
}

.gallery_fixed_height img {
	height: 425px !important; 
	object-fit: cover;
}

.gallery_simple .slick-next {
	right: 80px;
}

.gallery_simple .slick-arrow {
	opacity: 1;
	top:inherit;
	transform: none;
	bottom: -80px;
}

.gallery_simple .slick-prev {
	left: 80px;
}

.gallery_simple .slick-arrow {
	width: 27px;
	height: 49px;
	background: transparent;
	z-index: 14;
	opacity: 1;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.gallery_simple .slick-arrow:before {
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	width: 27px;
	height: 49px;
	display: inline-block;
	background-size: 27px 49px;
	margin: 0 auto;
	opacity: 1;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 27px;
	height: 49px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}


.gallery_simple .slick-prev:before {
	background-image: url(/images/arrow-prev.png);
}

.gallery_simple .slick-next:before {
	background-image: url(/images/arrow-next.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,
.child-categories li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;	
}


.child-categories li {
	margin: 15px 0;
	display: inline-block;
	
}

.child-categories li span {
	border-right: 2px solid #9d9c9c;
	padding: 0px 10px;
	font-weight: 400;
	cursor: pointer;
	
}

.child-categories li:last-child span {
	border-right: 0;
}

.child-categories li a {
	color: rgba(0,124,176,0.7);
}

.child-categories li a.active {
	color: #007cb0;
}

.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;
}

.lista_articoli .item {
	margin-bottom: 30px;
}

.container-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.container-box.brand .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px;
}

.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: 1700px){

}

@media (max-width: 1500px){
	

	
	.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: 1200px){
	
	.home #t3-mainbody {
		padding-top: 100px;
	}

	.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: #262e6c;
	}
	
	.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;
	}
	
}





@media (max-width: 1024px){

	
	
	.video-full {
		height: auto !important;
	}
	
	.qx-flex-column-reverse {
		flex-direction: column-reverse !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;
	}
	
	#t3-content .app-mount .qx-row .qx-element-text-v2, 
	#t3-content .qx-inner.frontend .qx-row .qx-element-text-v2 {
		padding: 15px 30px;
	}
	
		
	
}

@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;
	}
	
	.slick-list {
		max-width: 100vw;
		width: 100%;
		overflow: hidden;
	}
	

	
	.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;
	}
	
	

}

@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;
	}

}



@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;
	}
	
	
	
	
}

@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;
	}
}



