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;
} 

.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-items-end {
    -webkit-box-align: flex-end!important;
    -ms-flex-align: flex-end!important;
    align-items: flex-end !important
}

.align-items-bottom {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items:baseline !important;
}

.align-horizontal-items-center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	 justify-content: center;
}


.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;}

.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 {
	color: #000;
}

[class*='qx-divider'] {
	margin-bottom: 0;
}

body {
	color: #000;
	font-size: 25px;
	line-height: 32px;
	font-weight: 200;
}

body #t3-mainbody {
	background: #fff;
}

span u {
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
}

.qx-element-divider-separator-v2 {margin-top: -30px;}

.t3-footer,
.mega-dropdown-menu {background: #fff;}

.t3-mainbody {
    padding: 0px 0;
	min-height: 500px;
}

#t3-mainnav .off-canvas-toggle {
	display: inline-block;
	position: absolute;
	top:15px;
	right: 200px;
}

#t3-off-canvas {
	width: 30%;
}

.t3-mainnav .t3-navbar {
	position: relative;
}

.tx-main-menu .mod-quix-library {
	float: right;
}

.tx-main-menu .navbar {width: 100%;}

.header-v1 .logo-img {
	
	height: 85px;
	
}

.header-v1 .logo-img-sm {
	height: 65px;
}

.header-v1 .logo a {
	vertical-align: middle;
}

.qx-slider-pro-v2 .slider-pro-item>img {
	object-position: 0 0;
}

#t3-header {background: #000;}

/*
#t3-header,
#t3-header .nav li a,
#t3-header .qx-element-social-icon li a {
	transition: all 1.0s ease;
}*/

#t3-header .nav li {margin: 0 26px;}

#t3-header .nav li:first-child {margin-left: 0;}

.navbar-default {
    transition:all 0.3s ease;
}

.header-logo .logo-img,
.navbar-fixed-top .header-logo .logo-img-sm {

	display: inline-block; 
}

.header-logo .logo-img {
	height: 85px;
	margin-bottom: -12px;
}



.navbar-fixed-top .header-logo .logo-img-sm {
	margin-bottom: -9px;
}

.navbar-fixed-top .header-logo .logo-img {
	display: none;
}

.navbar-fixed-top.navbar-default {
	top:80px;
	background: #000;
}

.navbar-fixed-top .header-logo {
	top:0;
}

.navbar-fixed-top .header-logo {
    position: fixed;
    width: 100%;
    background: #000;
}



.navbar-fixed-top .t3-header,
.t3-header.navbar-fixed-top .navbar {
	min-height: 80px;
	line-height: 80px;
}


.t3-header.navbar-fixed-top .navbar li a {
    padding-top: 36px;
    padding-bottom: 36px;
	
}

#top-header {
	height: 50px;
	line-height: 50px;
	background: #0099cc;
}

#contact-top ul li.item-2 i {
	padding: 4px 7px;
	font-size: 18px;
}

#menu-lingua-mobile li a {
    padding: 8px 0px 8px 15px;
    line-height: 1;
    display: inline-block;
	font-size: 22px;
	font-weight: 400;
}

#menu-lingua-mobile li {
	display: inline-block;
}

.sb-search.sb-search-open, .no-js .sb-search {max-width: 270px}

#social-mobile {display: none;}

.header-area {
	box-shadow: none;
}

.nolineheight h1, 
.nolineheight h2, 
.nolineheight h3, 
.nolineheight h4, 
.nolineheight h5, 
.nolineheight h6 {
	line-height: 0;
}

.text-titolone span {
	font-family: "Manrope", sans-serif;
	font-size: 105px;
	line-height: 110px;
}

.text-titolo-prod span {
	font-family: "Manrope", sans-serif;
	font-size: 60px;
	line-height: 68px;
}

.text-titolo span{
	font-family: "Manrope", sans-serif;
	font-size: 40px;
	line-height: 45px;
}

.text-titoletto span
{
	font-family: "Manrope", sans-serif;
	font-size: 37px;
	line-height: 42px;
}

.text-sottotitolo span
{
	font-family: "Manrope", sans-serif;
	font-size: 21px;
	line-height: 20px;
}

.text-titolino span
{
	font-family: "Manrope", sans-serif;
	font-size: 28px;
	line-height: 34px;
}

.text-testo span
{
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.3;
}


.text-head-footer span
{
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 20px;
}


.titolone-padding {
	
    margin-left: -100px;
}

.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: 100;}
.text-xlight, .text-xlight span {font-weight: 200;}
.text-light, .text-light 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-whitewhite, .text-black a, .text-white span {color: #fff !important;}
.text-black, a.text-black, .text-black a, .text-black span {color: #000 !important;}
.text-gray, a.text-gray, .text-gray span {color: rgba(0,0,0,0.30);}
.text-green, a.text-green {color: #3e984c;}
.text-lightgray, a.text-lightgray {color: #4d4d4d;}
.text-orange, a.text-orange {color: #e6bd42;}

.text-blue span, a.text-blue {
	color: #20305a;
}

.text-violet span, a.text-violet {
	color: #868397;
}

.text-red, .text-red span {
	color: #cd1719; 
}

.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);
}



.no-gutters .qx-col-wrap {
	padding: 0 !important;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}



.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;
}

.qx-img-fluid {width: 100%;} 

.qx-btn-primary {
	border: 0;
}
 
.readmore,
.qx-btn-primary span::after{
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	color: #0099cc;
	background: #fff;
	font-size: 40px;
	display: inline-block;
	text-align: center;
}

.qx-btn-primary span::after {
	content: '+';
	background: #0099cc;
	color: #fff;
	margin-left: 10px;
	position: relative;
	bottom: -4px;
	padding-right: 1px;
}

.qx-btn-secondary {
	color: #fff;
	background: #0099cd;
	font-size: 36px;
	min-width: 300px;
	border-radius: 50px;
	border: 0;
}

.btn-link a {
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-thickness:1px;
}

.qx-btn-secondary.btn-operatore {
	font-size: 30px;
}

.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: 0 !important;
	margin: 0 !important;
}

.qx-btn-primary span {
	color: #000;
	text-decoration: underline;
}

hr.primary {
	border-bottom: 2px solid #0099cc;
}

#t3-mainbody .qx-element-text-v2 a {
    color:inherit ;
    text-decoration: underline;
}

.form-visual .cf-form-wrap {
	padding: 0 !important ;
}

.form-visual {
	background: transparent !important;
	display: inline-block;
}

.form-visual ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000 !important;
}
.form-visual ::-moz-placeholder { /* Firefox 19+ */
	color: #000 !important;
}
.form-visual :-ms-input-placeholder { /* IE 10+ */
	color: #000 !important;
}
.form-visual :-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}

.form-visual .form-check-input,
.form-visual .form-check-label {
	display: inline-block;
}

.cf-content-wrap {display: none !important;}

#visual-form .cf-control-group {
	padding: 0 0 10px 0;
}



.form-visual .cf-input { 
	background: #fff !important;
	font-size: 24px !important;
}

.form-visual .form-check-input {vertical-align: top;}

.form-visual .form-check-label {width: 95%;}

.form-visual .cf-btn {
    color: #000 !important;
    background: #fff;
   border:0px solid #000 !important; 
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0 !important;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
}

.form-visual .cf-btn:hover {
	color: #000 !important;
    background: #fff !important;
	border:0px solid #fff !important;
}

.txtPrivacy,.txtPrivacy a {
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
}

#qx-form-captcha canvas {
	max-height: 60px;
	background: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

.qx-row .qx-row {
	margin: 0;
} 

.footer-info,
.footer-info a {
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	font-family: "Manrope", sans-serif;
}

.t3-footer .t3-module a {
	color: #fff;
}

.t3-footer .t3-module {
	font-size: 20px;
	line-height: 25px;
}

.t3-footnav .t3-module ul > li {
	line-height: 0;
}

.t3-footnav .t3-module ul > li > a {
	padding: 0;
	font-size: 15px;
	line-height: 25px;
}

.t3-footnav .t3-module ul > li > a:hover,
.t3-footer .t3-module a:hover {
	background: transparent;
	text-decoration: underline;
	color: #fff;
}

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,
.footer-menu li a {
	font-family: "Manrope", sans-serif;
	line-height:20px;
	font-size: 14px;
	font-weight: 700;
	padding:0;
	color: #fff;
	text-transform:uppercase;
}

.footer-menu ul {padding-left: 15px;}

.footer-menu li a:hover {
	background: none;
	color: #fff; 
	text-decoration: underline; 
}

.social-icon li.inline-item {
	margin: 0;
}


.social-icon a {
	line-height: 70px;
}

#mappa-contatti .phocamaps-box {padding: 0 !important; margin: 0 !important;}

.no-margin span {margin: 0;}

.list-no-space li:before {display: none;}


.k2CategoriesListBlock.category-list {
	text-align: center;
}



.k2CategoriesListBlock.category-list li,
#qx-section-categories .categories-module li,
#t3-mainnav .mega-dropdown-menu .categories-module li {
	margin-bottom: 10px;
	list-style: none !important;
	text-align: center;
}

#qx-section-categories .categories-module li {
	padding: 0;
	border: 0;
	margin: 0 0 16px 0;
}

.k2CategoriesListBlock.category-list .catTitle,
#t3-mainnav .mega-dropdown-menu .categories-module li a,
#qx-section-categories .categories-module li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 500;
}

.mega-dropdown-menu .k2CategoriesListBlock.category-list .catTitle,
#t3-mainnav .mega-dropdown-menu .categories-module li a {
	font-size: 16px;
}

.mega-dropdown-menu {
	background: #fff;
	
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent; 
}

.t3-megamenu .dropdown.mega {
    position: static!important;
}

.t3-megamenu .dropdown.mega > .dropdown-menu {
    
    width: 100%;
    margin: 0 auto;
}

#t3-mainnav .mega-dropdown-menu .categories-module li a:hover {
	color: #fff !important;
}


#t3-mainnav .t3-megamenu .mega-nav > li {
    white-space: nowrap;
	padding: 5px 0;
	margin: 0 20px 0 15px;
}

#t3-mainnav .mega > .mega-dropdown-menu {
	min-width: auto
}

#t3-mainnav .t3-megamenu .mega-nav > li a {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	text-transform: lowercase;
	white-space: nowrap;
	text-align: left;
	
}

#t3-mainnav .t3-megamenu .mega-nav > li.active a, 
#t3-mainnav .t3-megamenu .mega-nav > li a:hover {
	background: transparent;
	color: #000;
	text-decoration: underline;
}

#t3-mainnav .mega-col-nav,
#t3-mainnav .mega-inner,
#t3-mainnav .mega-dropdown-inner li a {
	padding: 0;
}


.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: 650px;
    overflow: hidden;
    position: relative;
}

#video-wrapper {
	position: relative;
}

.video-controls {
	opacity: 0;
	-webkit-transition: -webkit-opacity 1s;
	transition: opacity 1s;
}

#video-wrapper:hover .video-controls {
	opacity: 1;
}

#play-pause,
#mute,
#play-pause-2,
#mute-2 {cursor: pointer;}



.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;
}


#titolo-progetto .info {
	margin-top: 50px;
	margin-left: 20px;
}


.info .tags {
	max-width: 300px;
}

.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;
}

#progetti-home {
	margin-left: -10px;
	margin-top: 60px;
}

#elenco-tag .lista-progetti .box { 


    margin: 10px;
	display: inline-block;
	width: 30%;
}

#progetti-home .box  { 

	display: inline-flex;
	width: 100%;
	margin-bottom: 30px;
}

#progetti-home .box img {
	width: 100%;
	height: auto;
}

#elenco-tag .lista-progetti .box .title {
	display: none;
}

#progetti .grid figure{
	max-height: 350px;
}

.progetti-servizi .grid {
	width: 278px;
	height: 278px;
}

#progetti-home .grid figure,
.progetti-servizi  .grid figure {
	width: 100%;
	min-width: auto;
}

#progetti figure.effect-zoe figcaption,
#progetti-home figure.effect-zoe figcaption,
.progetti-servizi  figure.effect-zoe figcaption {
	top: -100%;
	bottom: inherit;
	padding: 1em;
	height: 100%;
	background: transparent;
	color: #000;
	opacity: 0;
	-webkit-transition: -webkit-opacity 1s;
	transition: opacity 1s;
	-webkit-transform: translate3d(0,100%,0) !important;
	transform: translate3d(0,100%,0) !important;
	
}

.progetti-servizi figure.effect-zoe figcaption {
	padding: 4px;
}

figure.effect-zoe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-zoe:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

#progetti figure.effect-zoe:hover figcaption,
#progetti-home figure.effect-zoe:hover figcaption,
.progetti-servizi figure.effect-zoe:hover figcaption {
	opacity: 1;
}


#progetti figure.effect-zoe .description,
#progetti-home figure.effect-zoe .description,
.progetti-servizi figure.effect-zoe .description {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 30px; 
	color: #fff;
	text-align: left;
}

.progetti-servizi figure.effect-zoe .description {
	padding: 0px 30px; 
}

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;
}

#pointer-wrapper {
	padding-bottom: 195px;
	position: relative;
	border-bottom:6px solid #0099cc;
}

#pointer-wrapper .box {
	margin: 0 73px;
	display: inline-block;
	position: relative;
}

#pointer-wrapper .box .text-titolo { 
	text-align: center;
	position: relative;
}

#pointer-wrapper .box .text-titolo:before {
	content: '';
	width: 3px;
	height: 146px;
	display: block;
	position: absolute;
	top:85px;  
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #0099cc;
}

#pointer-wrapper .box:before {
	content: '';
	width: 54px;
	height: 54px;
	display: block;
	position: absolute;
	top:290px;  
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 27px;
	border:10px solid #0099cc;
	background: #fff;
	z-index: 2;
}

#pointer-wrapper .box.box-first {
	margin-left: 0;
}

#pointer-wrapper .box.box-last {
	margin-right: 0;
}

#product-list .box {
	padding-bottom: 125px;
}

#product-list .box img {
	border:3px solid #eef1f2;
}



.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;
}

.navbar-default .navbar-nav > li > a,
.navbar-fixed-top.navbar-default .navbar-nav > li > a {
	color: rgba(255,255,255,0.5);
}

#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:before {
	content: '';
	width: 3px;
	height: calc(100% - 30px);
	display: inline-block;
	background: #0099cc;
	position: absolute;
	left: -33px;
    top: 15px;
}

.child-categories li {
	margin: 15px 0;
	
}

.child-categories li:before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border-radius: 16px;
	position: absolute;
	left: -40px;
	top:12px;
	border:2px solid #0099cc;
}

.child-categories li.active:before {
	background: #0099cc;
}

.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;
}

#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;
}


#slide-home .slick-next {
    right: 25px;
}

#caurosel-related .slick-arrow {
    opacity: 1;
}

#slide-home .slick-prev {
    left: 25px;
}

#caurosel-related .slick-arrow,
#slide-home .slick-arrow {
    width: 20px;
    height: 50px;
    background: transparent;
    z-index: 14;
    opacity: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#caurosel-related .slick-arrow:before,
#slide-home .slick-arrow:before {
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
    display: inline-block;
    background-size: 20px 50px;
    margin: 0 auto;
    opacity: 1;
}

#slide-home .slick-arrow.slick-disabled {
	display: none !important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


#caurosel-related .slick-prev:before,
#slide-home .slick-prev:before {
    background-image: url(/templates/tx_morph/images/arrow-prev-white.png);
}

#caurosel-related .slick-next:before,
#slide-home .slick-next:before {
    background-image: url(/templates/tx_morph/images/arrow-next-white.png);
}

#slide-home .box {
	position: relative;
	text-align: center;
}

#slide-home .box .titolo {
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	opacity: 0;
}

#slide-home .box .titolo span {
	color: #fff;

	padding: 4px 6px;
}

.flip-in-hor-bottom {
	-webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.fade-out {
	-webkit-animation: fade-out 1s ease-out both;
	        animation: fade-out 1s ease-out both;
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.slide-in-top {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} 



@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}


.metal-element-top {
	position: relative;
	top:-140px;
}

.hide-desktop {
	display: none;
}

.show-tablet {
	display: none;
}

.layout-iframe .hide-desktop {
	display: block;
}

.layout-iframe .metal-element-top {
	position: inherit;
	top:inherit;
}

.d-none {
	display: none;
}

@media (max-width: 1200px){
	.logo-control .logo-img,
	.navbar-fixed-top .header-logo .logo-img-sm {
		display: inline-block;
	}
	 
	.logo-control .logo-img-sm {
		display: none;

	}
	
	.header-logo .text-center {
		text-align: left;
	}
	
	.header-v7 .off-canvas-toggle {
		top:50px;
		float: right;
	}

	.navbar-fixed-top .off-canvas-toggle  {
		top:25px;
	}
	
	.navbar-fixed-top .header-logo .logo-img-sm {
		margin-bottom:0px; 		
	}
	
	.t3-header,
	.navbar {
		min-height: 130px;
		line-height: 130px;
	}
	
	.t3-header.navbar-fixed-top {box-shadow: none;}
	
	
	.d-xs-block {
		display: block;
	}
	
	
	.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; 
	}
	
	.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;
	}

}




@media (max-width: 1024px){
	
	

	
	
}

@media (max-width: 992px){
	
	
	
	.qx-row .qx-column { width: 100%;}
	
	#workflow-number {display: block}
	
	.qx-flex-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	
	.map_canvas,
	#phocaMapPlgPM1 {
		height: 400px !important;  
	}
	
	
	
	#elenco-tag h4, #elenco-tag span {
		float: none;
	}
	
	
	
	#shared_this {
		position: relative;
		top: 40px;
		
	}
	
	
	#t3-off-canvas {
		width: 100%;
	}
	
}

@media (max-width: 840px){
	
}

@media (max-width: 768px){
	.invisible {
		opacity: 1 !important;
		visibility: visible !important;
	}
	 
	.t3-mainbody { 
		min-height: auto;
	}
	
	
	
	#elenco-tag .lista-progetti .box {
		width: 46%;
	}
	
	#elenco-tag .lista-progetti {margin-left: 0;margin-right: 15px;}
	
	.logo-footer img {
		max-width: 80%;
	}
		
	.t3-footnav .t3-module ul > li {
		text-align: center;
	}
	
}
 
@media (max-width: 768px){
	
	.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;
	}
	
	.text-titolo-servizi span {
		font-size: 70px;
		line-height: 70px;
	}
	
	.text-titolone span {
		font-size: 82px;
		line-height: 66px;
	}
	
	.text-sottotitolo span {
		line-height: 29px;
	}
	
	#progetti figure.effect-zoe figcaption, 
	#progetti-home figure.effect-zoe figcaption, 
	.progetti-servizi figure.effect-zoe figcaption {
		opacity: 1;
		background: transparent;
		padding: 4px;
	}
	
	figure.effect-zoe figcaption::before {
		-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
		45deg
		) translate3d(0,100%,0);
		transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
		45deg
		) translate3d(0,100%,0);
	}
	
	figure.effect-zoe .description p, figure.effect-zoe .description h3 {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	.qx-flex-column-reverse {
		flex-direction: row !important;
	}
	
	.progetti-servizi .grid {
		width: auto;
	}
	
	.grid figure figcaption::before, .grid figure figcaption::after {
		display: none;
	}
	
	#progetti figure.effect-zoe .description, 
	#progetti-home figure.effect-zoe .description, 
	.progetti-servizi figure.effect-zoe .description {
		padding: 10px;
	}
	
	figure.effect-zoe .description h3 {margin-top: 0;}
	
	.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;
	}
	
}

@media screen and (max-width: 560px) {
	
	
	.qx-flex-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.metal-element-top {
		position: inherit;
		top:inherit;
	}
	
	.map_canvas,
	#phocaMapPlgPM1 {
		height: 300px !important;
		
	}
	
	.header-v1 .logo-img {height: auto;}
	
	#elenco-tag .lista-progetti .box,
	.grid figure img {
		width: 100%;
	}
	
	#progetti .grid figure {
		max-height: none;
	}
}

@media (max-width: 414px){
	
	
	.text-titolone span {
		font-size: 44px;
		line-height: 40px;
	}

	
	.text-titolo span {
		font-size: 40px;
		line-height: 48px;
	}
	
	#slide-home .box .titolo span {
		font-size: 36px;
	}
	
	.t3-header, .navbar {
		min-height: 80px;
		line-height: 80px;
	}
	
	#text-35-anni h1 {
		font-size: 21px;
	}
	
	.text-titolo-servizi span {
		font-size: 50px;
		line-height: 50px;
	}
	
	#pagination .pagenav li > a, #progetto_detail .text-background-progetto a {
		font-size: 14px;
	}
	
	#progetto_detail .text-background-progetto a {
		margin-bottom: 10px;
		display: block;
	}
	
	.text-sottotitolo span {
		font-size: 17px;
		line-height: 22px;
	} 
	
	.header-logo .logo-img {
		height: 55px;
		margin-bottom: 0;
	}
	
	.header-v7 .off-canvas-toggle {
		top:25px;
	}
	

}
@media screen and (max-width: 320px) { 
	
	

	.text-titolone span {
		font-size: 34px;
		line-height: 28px;
	}
	

	.text-titolo span {
		font-size: 20px;
		line-height: 24px;
	}

	.map_canvas,
	#phocaMapPlgPM1 {
		height: 220px !important;
	}
}