		button.btn.btn-link.collapsed > svg {
			    position: relative;
			    top: -10px;
			}
		span.logo {
		    display: block;
		    padding: 1rem;
		}
		div#header-menu ul {
		    position: relative;
		    display: flex;
		    text-align: right;
		    justify-content: flex-end;
		    align-items: center;
		}
		.slidepage .content-slide {
		    max-width: 800px;
		}
		div#header-menu ul li {
		    padding: 0;
		    color: #000;
		    top: 0;
		    display: inline-block;
		    padding: 1rem;
		}
		.menu-toggle {
			  display: block;
			  width: 30px;
			  height: 30px;
			  position: relative;
			  cursor: pointer;
			}

			.menu-toggle span {
			  display: block;
			  width: 100%;
			  height: 1px;
			  background-color: #0069B4;
			  position: absolute;
			  top: 50%;
			  left: 0;
			  transform: translateY(-50%);
			  transition: background-color 0.3s ease;
			}

			.menu-toggle span:before,
			.menu-toggle span:after {
			  content: "";
			  display: block;
			  width: 100%;
			  height: 1px;
			  background-color: #0069B4;
			  position: absolute;
			  transition: transform 0.3s ease;
			}

			.menu-toggle span:before {
			  top: -8px;
			}

			.menu-toggle span:after {
			  bottom: -8px;
			}

			.menu-toggle.active span {
			  background-color: transparent;
			}

			.menu-toggle.active span:before {
			  transform: rotate(45deg) translate(6px, 6px);
			}

			.menu-toggle.active span:after {
			  transform: rotate(-45deg) translate(6px, -6px);
			}
			header#wrapper-navbar {
			    position: fixed;
			    z-index: 3;
			    width: 100%;
			    background: #fff;
			    display: block;
			    align-items: center;
			    justify-content: center;
			    /*height: 60px;*/
			  /*  top: -400px;*/
			}
			div#page-wrapper {
			    padding: 0;
			}
			header#wrapper-navbar {
			    transition: all 0.5s ease-in-out;
			}
			div#submenu-big ul {
			    position: relative;
			    display: block;
			}

			div#submenu-big ul li {
			    padding: 0;
			    top: 0;
			    font-family: 'Helvetica Neue';
			    font-size: 18px;
			    color: #0069B4;
			    margin-bottom: 25px;
			}

			div#submenu-big {
			    position: fixed;
			    width: 100%;
			    z-index: 2;
			    top: 80px;
			    background: #fff;
			    height: calc(100vh - 80px);
			    padding: 0 3rem;
			    overflow: scroll;
			}
			header#wrapper-navbar {
			   /* border-bottom: solid 2px #ddd;*/
			    z-index: 9999999!important;
			}
			#submenu-big span.title-menu {
			    display: block;
			    font-size: 18px;
			    font-weight: 700;
			    color: #0069B4;
			    margin-top: 3rem;
			    
			}
			#header-menu a:hover {
			    color: #5a5a5a;
			}
			li.round a:hover {
			    text-decoration: none!important;
			}
			.round a:hover:after {
			    display: none!important;
			}
			ul.menu-out li.round {
			    opacity: 0.9;
			}

			ul.menu-out li.round:hover {
			    opacity: 1;
			}
			div#header-menu {
			    position: relative;
			    z-index: 3;
			}
			.menu-in-big {
			    padding: 3rem;
			    /*border: solid 0.5px #ddd;*/
			    display: flex; 
			    flex-flow: column;
			    justify-content: center
			}
			#submenu-big .only-titles span.title-menu {
			    margin: 0.2rem 3rem!important;
			}

			.menu-in-big.only-titles {
			    justify-content: flex-start;
			    padding-top: 3rem;
			}
			div#submenu-big {
			    top: -150vh;
			    transition: all 1s ease;
			}
			div#submenu-big.show {
			    top: 80px;
			}

		/*	html.noscroll {
			    overflow: hidden;
			}*/
			.menu-in-big .card-header {
			    padding: 0;
			}

			.menu-in-big .card-header button {
			    padding: 0;
			    font-family: 'Helvetica Neue';
			    font-size: 18px;
			    font-weight: 700;
			}
			.menu-in-big.noflex {
			    justify-content: flex-start;
			    padding-top: 3rem;
			}

			.menu-in-big.noflex button {
			    color: #0069B4;
			}

			.menu-in-big .card-body {
			    padding: 0;
			}
			div#header-menu ul li:nth-child(5), div#header-menu ul li:nth-child(6), div#header-menu ul li:nth-child(7) {
			    padding: 1rem;
			    border-left: solid 1px;
			    width: 100px;
			    height: 80px;
			    justify-self: center;
			    align-self: center;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    margin: 0;
			}

			ul.menu-out li {
			    font-family: 'Helvetica Neue';
			    font-size: 16px;
			    line-height: 22px;
			    color: #0069B4!important;
			    font-weight: 400;
			    margin-right: 2rem;
			}

			.round {
				background: url('../../imgs/contattaci_back.png');
				background-size: 100%;
			    background-repeat: no-repeat;
			    background-position: center;
			    padding: 1.8rem!important;
			    color: #fff!important;
			}

			.round a {
			    color: #fff!important;
			}

			ul.menu-out a {
			    color: #0069B4;
			    display: inline-block;
			    text-align: center;
			    left: 0;
			    width: 100%;
			}
			.submenuout {
			    position: absolute;
			    top: -200vh;
			    width: 100%;
			    background: #fff;
			    transition: all 1s ease;
			    height: 100vh;
			}
			li.round {
			    width: 165px;
			    margin: 0!importan;
			}
			.menu-in-big a:hover {
			    color: #5a5a5a!important;
			    text-decoration: none!important;
			}

			.menu-in-big a:hover:after {
			    display: none!important;
			}
			.submenuout a {
			    color: #0069B4;
			    font-family: 'Helvetica Neue';
			    font-size: 16px;
			    font-weight: 700;
			    line-height: 26px;
			}

			.submenuout .flex-content {
			    align-items: center;
			    padding: 0 0 4rem 0;
			}

			span.item-calcolatori {
			    padding: 1rem 0 0 0;
			    text-transform: uppercase;
			}
			
			.menu-out li {
				cursor: pointer;
			}

			.wpml-ls-legacy-dropdown-click {
			    width: 21px;
			}

			li.wpml-ls-slot-shortcode_actions {
			    padding: 0!important;
			    width: 35px!important;
			    height: 35px;
			}
			.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
			    display: none;
			}

			.wpml-ls-legacy-dropdown-click a {
			    background: transparent;
			    border: 0;
			    text-align: center;
			}

			.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
			    top: 0;
			    background: #fff;
			}
			div#submenu-big a {
			    padding: 0;
			    top: 0;
			    font-family: 'Helvetica Neue';
			    font-size: 18px;
			    color: #0069B4;
			    line-height: 26px;
			    font-weight: 400;
			}
			.menu-in-big ul {list-style-type: none;margin: 0;padding: 0;}

			div#accordionmenu7 {
			    position: relative;
			    min-height: 250px;
			    display: flex;
			    flex-wrap: wrap;
			    align-items: center;
			}

			div#accordionmenu7 .card {
			    width: 100%;
			    border: 0;
			}
			span.menulogosvg {
			    position: absolute;
			    display: flex;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    justify-content: center;
			    align-items: center;
			}
			div#headingmenu7 a {
			    text-transform: uppercase;
			    font-weight: 700;
			}
			

			.absolute {
			    position: absolute;
			    bottom: -150px;
			    width: 100%;
			    z-index: 100;
			}

			.absolute .col-3 {
			    background: #fff;
			    display: block;
			    padding: 1rem;
			    text-align: center;
			    font-family: 'Helvetica Neue';
			    font-size: 16px;
			    line-height: 21px;
			    color: #5A5A5A;
			}

			.absolute .col-3 a {
			    text-align: center;
			    font-family: 'Helvetica Neue';
			    font-size: 16px;
			    line-height: 21px;
			    color: #5A5A5A;
			}

			.col-lg-3.col-sm-3.col-md-3.col-3.active {
			    background: #0069B4;
			    color: #fff;
			}

			.absolute {
			    font-family: 'Helvetica Neue';
			    font-size: 16px;
			    font-weight: 700;
			}
			.absolute .col-3 {
			    box-shadow: 0px 3px 6px -4px #5A5A5A!important;
			}
			.social-in-big {
			    display: flex;
			    width: 100%;
			    height: 670px;
			    align-items: center;
			    justify-content: center;
			}

			.social-in-big ul {
			    list-style-type: none;
			    padding: 0;
			}
			ul span.menulogosvg {
			    position: relative;
			}
			li.flexx {
			    position: absolute;
			    display: flex;
			    width: 100%;
			    height: 100%;
			    align-items: center;
			}
			div#headingmenu7 button {
			    padding: 0!important;
			}
			@media(max-width: 1550px) {
			    div#submenu-big a {
			        font-size: 16px;
			    }
			    .col-xl-2.col-lg-12.col-md-12.col-sm-12.col-12.fixedMagic0 {
				    z-index: 3;
				}
			    .menu-in-big, .menu-in-big.noflex, .menu-in-big.only-titles {
			        padding: 1rem!important;

			    }

			    div#submenu-big button.btn.btn-link.collapsed > svg {
				    position: relative;
				    top: 0px;
				}
			}

			@media(max-width: 1200px) {
			    div#submenu-big a {
			        line-height: 30px;
			        display:block;
			        margin-bottom: 0.5rem
			    }
			    .menu-in-big.noflex {
			        padding-top: 1rem
			    }
			}

			@media(max-width: 1200px) {
			    .slidepage h1 {
			        font-size: 60px;
			        line-height: 60px;
			    }
			    
			    .breadcrumb {
			        font-size: 14px;
			    }
			    
			    .slidepage h3 {font-size: 32px;line-height: 40px;}
			    
			    .slidepage > .row > .col-12 {
			        min-height: 450px;
			    }
			    
			    ul.menu-out li {display: none!important;}
			    
			    ul.menu-out li.toggle {
			        display: block!important;
			    }
			}
			.da-thumbs {
				list-style: none;
				width: 100%;
				position: relative;
				padding: 0;
			}
			.da-thumbs li {
				float: left;
				margin: 0px;
				background: #fff;
				padding: 8px;
				position: relative;
				box-shadow: 0 1px 3px rgba(0,0,0,0.1);				
				width: 25%;
				height: 75px!important;
			}
			.da-thumbs li a,
			.da-thumbs li a img {
				display: block;
				position: relative;
			}
			.da-thumbs li a {
				overflow: hidden;
			}
			.da-thumbs li a:hover div {
				background: #0069B4;
				background: rgba(0,105,180,14);
				color: #fff;
				font-weight: 700;
			}

			.da-thumbs li a div:hover span {
				color: #fff;
				font-weight: 700;
			}

			.da-thumbs li a div {
				position: absolute;
				width: 100%;
				height: 100%;
			}
			.da-thumbs li a div.custom-hover-object {
				position: absolute;
				background: #0069B4;
				background: rgba(0,105,180,14);
				width: 100%;
				height: 100%;
			}
			ul#da-thumbs span {
			    color: #5A5A5A;
			}
			div#info-row {
			    z-index: 3000;
			    position: relative;
			    background: #fff
			}



			.otgs-development-site-front-end {
			    display: none;
			}
			.da-thumbs li a {
			    text-align: center;
			    font-size: 14px!important;
			    padding: 1rem 0!important;
			    margin: 0!important;
			    height: 100%;
			}

			.da-thumbs li {
			    padding: 0;
			}

			.da-thumbs li a img {
			    opacity: 0;
			}
			ul#da-thumbs a:hover > span {
			    color: #fff!important;
			    z-index: 300!important;
			    position: relative!important;
			}

			a.active:after {
			    content: "";
			    position: absolute;
			    left: 0;
			    top: 0;
			    width: 100%;
			    height: 100%;
			    background: #0069B4;
			    z-index: 0;
			}

			a.active > span {
			    color: #fff!important;
			    position: relative;
			    z-index: 3;
			}
			ul#da-thumbs {
			    display: flex;
			    width: 100%;
			    align-items: self-start;
			    justify-content: space-between;
			}

			.col-12.invia {

			}
			.col-12.invia p {
				background: url('../../imgs/sfondobottone.jpg');
			    max-width: 310px;
			    max-height: 55px;
			    background-size: contain!important;
			    background-repeat: no-repeat;
			    background-position: center;
			    margin: 0 auto;
			}

			.col-12.invia input {
			    height: 55px!important;
			    border: 0;
			    color: #fff;
			}
			.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
			    background: transparent;
			    border: none;
			}
			.content-form {
			    display: flex;
			    flex-flow: column;
			    width: 100%;
			    height: 100%;
			    align-items: center;
			    justify-content: center;
			    overflow-y: scroll;
			}

			div#search-box-hide {
			    position: fixed;
			    bottom: 0;
			    width: 100%;
			    left: 0;
			    height: calc(100% - 80px);
			    background: #fff;
			    transition: all 1s ease;
    			top: -120vh;
			}
			form.search-form {
			    position: absolute;
			    top: 3rem;
			    left: 0;
			    width: 100%;
			    height: 30%;
			    display: flex;
			    flex-flow: column;
			    justify-content: flex-start;
			    align-content: center;
			}

			form.search-form .input-group {
			    max-width: 600px;
			    width: 100%;
			    margin: 0 auto;
			}

			div#search-results {
			    position: absolute;
			    left: 0;
			    bottom: 0;
			    width: 100%;
			    height: 70%;
			    overflow-y: scroll;
			}
			div#search-results h2 a {
			    font-family: 'Helvetica Neue';
			    color: #0069B4;
			    font-size: 50px;
			    line-height: 73px;
			    font-weight: 200;
			}

			div#search-results {
			    text-align: center;
			    padding-top: 3rem;
			}
			div#search-box-hide.show {
			    top: 80px;
			}
			div#language-switcher {
			    position: fixed;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    background: #fff;
			    transition: all 1s ease;
    			top: -120vh;
			}

			.content-language {
			    display: flex;
			    height: calc(100% - 80px);
			    width: 100%;
			    position: absolute;
			    bottom: 0;
			    justify-content: center;
			    align-items: center;
			}
			.content-language li a {
			    color: #0069B4;
			    font-family: 'Helvetica Neue';
			    font-size: 20px;
			    line-height: 25px;
			    font-weight: 700;
			    text-align: left;
			}

			.content-language li {
			    margin-bottom: 25px!important;
			    display: block;
			}
			div#language-switcher.show {
			    top: 0;
			}
			.input-group input.submit.search-submit.btn.btn-primary {
			    display:none
			}
			input[type="search"] {
			    padding: 5rem;
			    background: url('/wp-content/themes/understrap/imgs/logosvgmenu.svg ');
			    background-position-x: 15%;
			    background-size: 140px;
			    background-repeat: no-repeat;
			    text-align: center;
			    border: 0;
			    font-size: 60px;
			    color: #0069B4!important;
    			font-weight: 300;
			}

			.form-control:focus {
			    box-shadow: none;
			}
			span.testo {
			    display: inline-block;
			    margin: 0 5px;
			}

			span.ico-menu {
			    display: inline-block;
			}

			span.ico-menu svg {
			    transform: rotate(180deg);
			}
			li.language.opened .ico-menu svg {transform: rotate(0deg);}
			.opened div#header-menu {
			    border-bottom: solid 1px #0069B4;
			}
			div#submenu-big .col-12 {
			    border-right: solid 1px;
			    border-color: #eee;
			}

			div#submenu-big .col-12:nth-last-child(1) {
			    border: none;
			}
			.btn.focus, .btn:focus {
			    box-shadow: none;
			}
			.flexx a {
			    font-weight: 700!important;
			}
			/*.menu-in-big ul li:nth-child(1) a {
			    font-weight: 700!important;
			}

			.menu-in-big.only-titles li a {
			    font-weight: 700!important;
			}
			*/
			div#collapsemenu7 ul li a {
			    font-weight: 400!important;
			}
			span.titolo.section-title {
			    font-weight: 200;
			}

			span.section-title {
			    font-weight: 200;
			}
			.social-in-big ul li:hover svg path {
			    fill: rgb(90, 90, 90);
			    cursor: pointer;
			}

			.social-in-big ul li svg path {
			    fill: #0058A7;
			}
			.submenuout.exit {
			    top: 0;
			}
			div#close-calcolatori {
			    position: absolute;
			    top: 100px;
			    right: 3rem;
			}

			div#close-calcolatori svg {
			    width: 22px;
			    height: 22px;
			    cursor: pointer;
			    opacity: 0.7;
			}

			div#close-calcolatori svg:hover {
			    opacity: 1;
			}
			ul.menu-out a:hover {
			    text-decoration: none;
			}
			.menu-in-big > ul > li:nth-child(1) a {
			    font-weight: 700!important;
			}

			.card-header ul li a {
			    font-weight: 700!important;
			}

			.menu-in-big.only-titles ul li a {font-weight: 700!important;}
			#submenu-big .row.align-items-center {
			    height: 50px;
			}
			div#iubenda-cs-banner {
			    z-index: 99999999998!important;
			}
			@media(max-width: 991px) {
				.content-three ul {
				    max-width: 85%;
				    margin: 0 auto;
				}
				
				.opened div#header-menu {
				    background: #fff;
				}
				div#projects h3 {
				    max-width: 100%;
				    width: 100%;
				}

				#projects p {
				    max-width: 100%;
				    margin: 1rem auto;
				}
				div#submenu-big.show {
				    top: 50px;
				    padding-top: 80px;
				}
			}

			button.menu-toggle {
			    background: transparent;
			    border: 0;
			}
@media(max-height: 780px) {

    div#counter-slides span:after {
        display:none
    }
    .card-header button.btn.btn-link {
	    top: -5px!important;
	    position: relative;
	}

	form#filters button {
		top: 0px!important;
	}
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0!important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul li {
    padding: 0.5rem!important;
}
.wpml-ls-current-language img {
    border: solid 1px;
}

.col-12.languageinside li a:hover > img {
    border: solid 1px;
}
