/*
Theme Name: ASZ
Theme URI: https://aszarchitetti.com
Description: New ASZarchitetti theme built with Bootstrap
Author: Francesco Prosperi
Author URI: http://loveblank.com/
Version: 1.2
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/

:root {
  --blu: #1b437a;
  --giallo: #eabb00;
  --nero: #1f1f1f;
  --bianco: #f7f7f7;
  --grigiochiaro: #888888;
  --font-main: Inter;
  --font-main-size-1: 48px;
  --font-main-size-2: 26px;
  --font-main-size-3: 16px; /* ex 18px */
  --font-main-size-4: 14px; /* Pre-footer, Footer */
  --font-secondary: Oswald;
  --font-secondary-size-1: 42px;
  --font-secondary-size-2: 32px;
  --font-secondary-size-3: 24px;
  --font-secondary-size-4: 20px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-linkedin:before {
	content: "\f08c" !important;
}

.text-white {color: var(--bianco);}

html, body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

body {
	height: 100%;
  	min-height: 100%;
	padding-top: 120px;
	overflow-y: scroll;
	background: var(--bianco);
	font-family: var(--font-main), sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.anchor {
    margin-top: -255px;
    padding-bottom: 255px;
    display: block;
    visibility: hidden;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.vc_custom_heading a:hover {
	opacity: 1 !important;
}

.container-fluid {padding: 0;}

body .lightbox .lb-image, body .lb-outerContainer {border-radius: 0;}

.rs-layer strong {font-weight: 400 !important;}

*:focus {outline: none;}
a:hover, a:active, a:focus {text-decoration: none;}

.clearfix {clear: both;}

video {display: block;} /* IE8 Hack */
 
.navbar-default {border: none; font-family: var(--font-secondary), sans-serif; font-size: 18px; font-weight: 400; line-height: 22px; }
.navbar-fixed-top {background: #fff; -webkit-box-shadow: none; box-shadow: none; border: none; height: 120px;}
.navbar .navbar-brand {padding: 0 15px; margin-top: 25px;}
.navbar .navbar-brand img {max-height: 70px; display: block; width: auto;}

.admin-bar .navbar-fixed-top {top: 32px;}

.navbar .container {position: relative;} 
.wpml-ls {position: absolute; top: 21px; right: 10px; font-size: 14px; line-height: 1em; text-transform: uppercase;}
.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal a {padding: 0 0 0 10px; border: 0;}
.wpml-ls-item:last-child .wpml-ls-link:before {content: '|'; vertical-align: bottom; color: var(--grigiochiaro);}
.wpml-ls-item:last-child a {padding-left: 4px;}
.wpml-ls-link {color: var(--grigiochiaro);}

.navbar-fixed-top,
.navbar .navbar-brand,
.navbar .navbar-brand img,
.button.more,
footer a,
.entry a,
.woocommerce ul.products li.product img,
.bw,
.bw .vc_column-inner .wpb_wrapper,
.woocommerce ul.products li.product .button,
.filter-item.checkbox a,
.pre-footer a,
.video-wrapper img,
.video-wrapper:after,
.servizi .wpb_wrapper h3,
.frecciadestra::before,
.caret-right,
.caret-right::before,
.blue-label,
.blue-label::before
{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .nav {float: right;} 
.navbar .nav > li {margin-top: 77px;}
.navbar .nav > li > a {color: #555555; text-transform: uppercase; margin: 0px 10px 0 10px; padding: 0; transition: 0.5s; -webkit-transition: 0.5s}
.navbar .nav > li > a:hover {color: var(--blu);}

.navbar-fixed-top.ridotta {height: 70px; -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.4); box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.4);}

.navbar-fixed-top.ridotta .navbar-brand {margin-top: 17px;}
.navbar-fixed-top.ridotta .navbar-brand img {max-height: 38px;}
.navbar-fixed-top.ridotta .nav li a {margin-top: 24px;} 
.navbar .nav > li.current-menu-item > a, .wpml-ls-current-language a {color: var(--blu);}

.navbar-toggle {margin-top: 17px;}

body .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0 0;
	margin: 0;
	font-size: 16px;
	text-align: right;
	list-style: none;
	background-color: var(--blu);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none !important;
}
.dropdown-menu > li:last-child {
	padding-bottom: 5px;
}

.dropdown-menu > li > a {color: var(--bianco);}
.navbar-nav > li > .dropdown-menu {margin-top: 23px; right: 10px;}
.dropdown-menu > li > a {padding: 3px 15px; text-transform: uppercase; margin-top: 0 !important;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: var(--giallo);
	background-color: inherit;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #333;
	background-color: inherit;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background: transparent;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: var(--blu);
	background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: var(--giallo);
}

.dropdown-menu > li.creativita {
	background: var(--nero);
}
.creativita .fas {font-size: 13px; vertical-align: middle;}

h1 {text-align: left; font-weight: bold; margin-bottom: 20px; text-transform: none; }
h2 {letter-spacing: -1px;}
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;	
}

.rigasotto {position: relative; padding-bottom: 15px;}
.rigasotto:after {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	bottom: 0px;
	left: 0;
}

.rigasotto2 {position: relative; padding: 30px; opacity: .9; background: var(--blu); color: var(--bianco) !important; width: min-content; white-space: nowrap;}

.entry {padding-bottom: 50px;}
.entry a {color: var(--grigiochiaro);}
.entry a:hover {color: var(--blu);}
.entry p {font-size: 16px; line-height: 1.5em;}

.post-navigation {font-size: 20px; text-transform: uppercase; margin-top: 5px; letter-spacing: 0px;}
.post-navigation .alignleft {float: left;}
.post-navigation .alignright {float: right;}

.about_paypal {display: none;}

rs-module {overflow: visible !important;}
.boxbianco strong {font-size: 1.8em; line-height: 1.15em; font-weight: 700 !important; margin-bottom: 10px; display: inline-block;}
.boxblu strong {font-weight: 700;}
.tp-bullet-title {display: none;}
.video-wrapper {position: absolute; bottom: -40px; right: 0; z-index: 100;  width: auto; box-sizing: border-box;}
.video-wrapper img {position: relative; border: 10px solid #fff; width: 400px; cursor: pointer;}
.video-wrapper iframe {position: relative !important; border: 10px solid #fff; width: 450px !important; height: 270px !important; cursor: pointer;}
.video-wrapper:hover img {border: 5px solid var(--blu);}

/*.video-wrapper::after {
	position: absolute;
	width: 0;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -30px;
	height: 0;
	content: '';
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	border-left: 45px solid white;
	cursor: pointer;
	pointer-events: none;
}

.video-wrapper:hover::after {
	border-left: 45px solid var(--blu);
} */

.video-box video::-webkit-media-controls-volume-slider,
.video-box video::-webkit-media-controls-mute-button {
	display: none;
}

.video-box {
	width: 450px !important;
	max-width: 800px;
	text-align: center;
	position: absolute; bottom: -60px; right: 0; z-index: 100;  width: auto; box-sizing: border-box;
}

.video-box video {
	width: 100%;
	border: 10px solid #fff;
}

a.pulsante {
	margin-top: 20px;
	display: inline-block;
	color: var(--grigiochiaro);
	border: 1px solid var(--grigiochiaro);
	padding: 10px 20px;	
}

a.pulsante:hover, a.pulsante:active, a.pulsante:focus {
	background: var(--grigiochiaro);
	color: var(--bianco);
	border: 1px solid var(--grigiochiaro);
}

/*
.video-box video::-webkit-media-controls {
	display: none !important;
}
.video-box video::media-controls {
	display: none !important;
} */

.servizi .wpb_wrapper img {
/*	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	filter: url(/wp-content/themes/asz/_/css/desaturate.svg#greyscale);
	filter: grayscale(100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); */
	max-width: 100%;
	transition: 0.4s;
	opacity: 1;
}

.servizi .sfd .wpb_wrapper img {
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); */
	opacity: 1;
}

.servizi .wpb_wrapper:hover img {
/*	-webkit-filter: none; -moz-filter: none;
	filter: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); */
	opacity: 1;
	transform: scale(1.05);
}

.servizi .wpb_wrapper h3 {pointer-events: none;}

.servizi .wpb_wrapper:hover h3 {
/*	filter: alpha(opacity=100); */
	opacity: 1;
}

.servizi-label {position: relative; z-index: 100; top: -106.5px; opacity: .9;}
.servizi-label:before {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	top: 30px;
	left: 30px;	
}

.servizi-label-external:after {
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	content: "\f35d";
	display: inline-block;
	font-weight: 900;
	font-size: 0.7em;
	margin-left: 4px;
}

.blue-label {opacity: .9; position: relative; margin: 0 auto; display: inline-block; width: auto;}
.blue-label:hover, .blue-label:active {opacity: 1;}

.blue-label::before {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	top: 30px;
	left: 30px;	
}

.blue-label:hover::before {
	width: calc(100% - 60px);
}

.work-title {position: absolute; z-index: 100; top: -95px; left: 15px; opacity: .9; background: #1B437A; padding: 40px 30px; color: #fff; margin: 0; letter-spacing: 0;}
.row-content {margin-top: 40px;}
.single .container.entry h3 {
	margin: 0 0 30px;
	color: var(--blu);
	background: transparent;
	padding: 10px 0px 15px;
	text-align: left;
	font-size: 22px;
	font-style: italic;
	border-bottom: 1px solid #dedede;
	width: auto;
	display: inline-block;
}

.about-label-container h3, .about-label {position: absolute; z-index: 100; top: 0; left: 0; opacity: .9;}
.about-label-container h3 {background: #1B437A; padding: 20px 30px; color: #fff; margin: 0; z-index: 4;}
.about-label-right {left: auto; right: 0;}
.about-label::before, .work-title::before {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	bottom: 30px;
	left: 30px;	
}
.about-label-container h3::before {
	content: '';
	width: 0;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	bottom: 30px;
	left: 30px;	
}

.about-label-container h3 {
	transition: .4s all; 
	pointer-events: none;
}
.vc_grid-item-mini:hover .about-label-container h3 {
	padding: 40px 30px;
}
.vc_grid-item-mini:hover .about-label-container h3::before {
	transition: .4s all; 
	width: 50px;
}

.portfolio-box {
	max-width: 100%;
	-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
	filter: url(/wp-content/themes/asz/_/css/desaturate.svg#greyscale);
	filter: grayscale(100%);
	transition: 0.4s;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	border: 15px solid #f7f7f7;
}

.portfolio .vc_gitem-animated-block .vc_gitem-zone:hover {
	-webkit-filter: none; -moz-filter: none;
	filter: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	border: 0px solid #f7f7f7;
}

.portfolio .vc_gitem-zone.vc_gitem-zone-c {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 30px;
	top: 0px;
}

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item {
	z-index: initial !important;
}

.clienti .wpb_single_image .vc_single_image-wrapper, .clienti .vc_figure, .clienti .wpb_single_image img {width: 100%;}

body .carosello .vc_carousel-indicators {margin: 0 !important; bottom: -45px; right: auto; left: 14rem; width: auto;}
h3.portfolio {position: relative; margin-top: 20px;}
h3.portfolio:before {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	top: -10px;
	left: 0px;	
}

body .vc_images_carousel .vc_carousel-indicators li {
	border: 1px solid var(--blu) !important;
	background-color: var(--blu);	
	opacity: .3;
	margin: 1px 3px;
}

body .vc_images_carousel .vc_carousel-indicators .vc_active, body .vc_images_carousel .vc_carousel-indicators li:hover {
	background-color: var(--blu);
	opacity: 1;
	margin: 1px 3px;
}

.frecciadestra {
	display: inline-block;
	position: relative;
	padding-right: 5px;
	padding-bottom: 2px;
}

.frecciadestra::before {
	background-image: url('_/img/freccia.png');
	background-size: 70px 25px;
	display: inline-block;
	width: 70px; 
	height: 25px;
	content:"";
	margin-right: 20px;
}

.frecciadestra:hover::before {
	background-size: 70px 25px;
	display: inline-block;
	width: 70px; 
	height: 25px;
	content:"";
	margin-right: 15px;
	margin-left: 10px;
	filter: invert(80%) brightness(0.8);
}

.frecciadestra::after {
  content: '';
  background-color: var(--giallo);
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.frecciadestra:hover::after {
  bottom: 0;
  height: 100%;
}

.page-title {text-transform: uppercase; margin-bottom: 45px; margin-top: 50px;}
.page-title::after {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	bottom: 30px;
	left: 15px;
}
.sub-section {position: relative; letter-spacing: 0;}

.sub-section::after {
	content: '';
	width: 50px;
	height: 3px;
	background: var(--giallo);
	position: absolute;
	bottom: -10px;
	left: 0px;
}


.wpsm_number {font-weight: 800 !important;}
.wpsm_number, .wpsm_count-title {font-family: var(--font-main) !important;}
.wpsm_count-title {letter-spacing: 1px !important;}
.wpsm_counterbox {background: var(--giallo);}

/*.facts .wpb_content_element {background: var(--blu); padding: 50px 0; color: var(--bianco); position: relative;}
.facts .wpb_content_element::before {content:''; position: absolute; height: 100%; opacity: .5; width: 100%; z-index: -1;}
.facts .number {color: var(--bianco); font-weight: 700;}
.facts .testo {color: var(--bianco) !important; font-size: var(--font-main-size-2);}
*/
.facts .wpb_content_element {background: transparent; padding: 0; color: var(--blue); position: relative; padding: 40px 0;}
.facts .wpb_content_element::before {content:''; position: absolute; height: 100%; opacity: .5; width: 100%; z-index: -1;}
.facts .number {color: var(--blu) !important; font-weight: 700;}
.facts .testo, .facts .testo2 {color: var(--blu) !important; font-size: var(--font-main-size-3);}

.facts .number, .facts .testo, .facts .testo2 {color: var(--blu) !important; text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;}
.facts .testo {display: none;}
.facts .semiopaco {display: none;}
.facts .wpb_content_element.testo2 {padding: 15px 0 0 0;}

/*.facts .wpb_content_element {background: transparent; padding: 0px 0; color: var(--blu); position: relative;}

*/
.facts .wpb_content_element.progetti::before {top: 0px; left: 0px; background-size: contain; background-repeat: no-repeat; background-image: url('https://aszarchitetti.com/new/wp-content/uploads/2025/10/icon_projects-1.png'); background-position: center center;}
.facts .wpb_content_element.anni::before {top: 0px; left: 0px; background-size: contain; background-repeat: no-repeat; background-image: url('https://aszarchitetti.com/new/wp-content/uploads/2025/10/icon-years.png'); background-position: center center;}
.facts .wpb_content_element.paesi::before {top: 0px; left: 0; background-size: contain; background-repeat: no-repeat; background-image: url('https://aszarchitetti.com/new/wp-content/uploads/2025/10/icon-countries.png'); background-position: center center;}
.facts .wpb_content_element.studi::before {top: 0px; left: 0; background-size: contain; background-repeat: no-repeat; background-image: url('https://aszarchitetti.com/new/wp-content/uploads/2025/10/icon_branches.png'); background-position: center center;}

.fade-in-up {
	animation: fadeInUp 0.8s ease-out both;
}

.wpb_single_image img, .wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper {width: 100%;}

.page-cover {
	overflow: hidden;
/*	background: var(--blu); */
	background: rgb(27,67,122);
/*	background: linear-gradient(140deg, rgba(27,67,122,1) 35%, rgba(234,187,0,1) 100%); */
	background: linear-gradient(140deg, rgba(27,67,122,1) 35%, rgba(100,150,255,1) 100%); 
	position: relative;
	max-height: 300px;
}

.gradient1 {
	overflow: hidden;
}

.gradient1 ul {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding-left: 18px;
}

.ov-hidden .vc_column-inner {overflow: hidden;}

.gradient1 .vc_column-inner {
	overflow: hidden; /* background: linear-gradient(140deg, rgba(27,67,122,.8) 35%, rgba(234,187,0,.8) 100%); */
	background: linear-gradient(140deg, rgba(27,67,122,1) 35%, rgba(100,150,255,1) 100%); 
}
.bignumber {position: absolute; bottom: -11em; right: -20px;}
.bignumber p {font-size: 20em; font-weight: 900; color: #ffffff22}


.wide-container {
	margin-bottom: 50px;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.page-cover img {
	width: 100%;
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	opacity: .3;
	-moz-opacity: .3;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	vertical-align: middle;
	min-width: 100%;
}

.page-cover .page-title::after {
	bottom: 50px;
	left: 0;
}

.page-cover .page-title {
	position: absolute;
	top: 50%;
	width: 100%;
	color: var(--bianco);
	text-align: left;
	font-size: 3em;
	margin: 0;
	line-height: 4.2em;
	margin-top: -2.1em;
}

.caret-right {}
.caret-right:hover {background: var(--blu); color: var(--bianco); padding-left: 10px; border-left: 10px solid var(--giallo) !important;}
.caret-right:hover a {color: var(--bianco) !important;}

/*
.caret-right {padding-left: 1em;}

.caret-right::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 0.3em solid transparent;
	border-left: 0.3em solid var(--giallo);
	border-bottom: 0.3em solid transparent;
	transform: rotate(45deg);
	left: 10px;
	top: 6px;
	position: absolute;
}

.caret-right:hover::before {
	border-top: 0.6em solid transparent;
	border-left: 0.6em solid var(--blu);
	border-bottom: 0.6em solid transparent;
}
*/

.citta h2 {letter-spacing: 2px;}

.vc_custom_1738686837492 {overflow: visible !important;}

.pre-footer {margin-top: auto; background: var(--blu); padding: 80px 0; font-size: var(--font-main-size-4);}
.pre-footer .menu, footer .menu {margin: 0; padding: 0; list-style: none;}
.pre-footer a {color: var(--bianco); text-decoration: underline; line-height: 1.8em;}
.pre-footer li:not(.current_page_item) a:hover, .pre-footer li:not(.current_page_item) a:active {color: var(--giallo); margin-left: 5px;}
.pre-footer .pre-footer-container {border-left: 3px solid var(--giallo); padding-left: 15px;}
.pre-footer li.current_page_item a {font-weight: 600; color: var(--giallo);}

.pre-footer h3.widget-title {margin: 0; color: var(--bianco); font-size: var(--font-secondary-size-4); margin-bottom: 40px;}
footer h3.widget-title {margin: 0; color: var(--bianco); font-family: var(--font-main), sans-serif; font-size: var(--font-main-size-4); margin-bottom: 20px; font-weight: 600;}

footer {margin-top: 0; width: 100%; height: auto; font-size: var(--font-main-size-4); color: #a9a9a9; padding: 50px 0 25px; background-color: var(--nero);}
footer p {margin: 0;}
footer a {color: #a9a9a9;}
footer a:hover, footer a:active {color: var(--bianco);}
footer img.image {height: 70px !important; width: auto !important;}
footer a.facebook:hover, footer a.facebook:active {color: #3b5998;}
footer a.linkedin:hover, footer a.linkedin:active {color: #007bb6;}
footer a.twitter:hover, footer a.twitter:active {color: #56ACEE;}
footer .copyright {color: #666; font-size: 12px; margin-top: 25px;}
footer .copyright a {color: #666;}
footer .copyright a:hover, footer .copyright a:active {color: #a9a9a9;}

.cli-style-v2 {font-size: 9pt !important;}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {font-size: 11px !important;}



/* MEDIA QUERIES */

@media (max-width: 991px) {
	.servizi-label {font-size: 22px;}
}

@media (min-width: 768px) {
	.gradient1 {min-height: 250px !important;}
}

@media (max-width: 767px) {
	body {padding-top: 70px;}
	.admin-bar .navbar-fixed-top {top: 46px;}

	.navbar-fixed-top {height: 70px;}
	.navbar-collapse {background: #fff; text-align: center; -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.4); box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.4);}
	.navbar .nav {float: none;}
	.current-menu-item a {border-bottom: none;}

	.navbar-default .navbar-toggle {border: none; border-radius: 0; margin-right: 5px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {background-color: #000;}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 28px;
	    height: 3px;
	    margin-bottom: 5px;
	    border-radius: 0;
	}	
	
	.navbar .navbar-brand, .navbar .navbar-brand img {
	  -webkit-transition: none;
	  -moz-transition: none;
	  -o-transition: none;
	  transition: none;
	}

	.navbar-fixed-top .navbar-brand {margin-top: 17px;}
	.navbar-fixed-top .navbar-brand img {max-height: 38px;}
	.navbar-fixed-top .nav li a {margin-top: 5px; padding: 10px 0;} 
	body .navbar .nav > li > a {display: block;}
	body .dropdown-menu {text-align: center;}
	.navbar .nav > li {
		margin-top: 0px;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding-left: 15px;}	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: var(--blu);
		background-color: transparent;
	}
	
/*	.video-wrapper {display: none;} */

/*	.facts .semiopaco {padding-left: 20% !important; padding-right: 20% !important;}

	.facts .number { margin-top: -59% !important;}
	.facts .testo {margin-top: 20% !important;}
*/
	.video-box {width: 280px !important;}

	h1 {font-size: 24px;}

	.page-cover {
		height: 120px;
	}
	.page-cover img {margin: 0 !important;}

	.video-wrapper {bottom: -30px; right: 15px; width: 50%; box-sizing: border-box;}
	.video-wrapper img {border-width: 5px;}

	.page-cover img {
		width: 100%;
		height: auto;
	}

	.page-cover .page-title {font-size: 1.5em; line-height: 1em; margin-top: -10px;}	
	.page-cover .page-title::after {
		top: -10px;
		left: 0;
	}
	
	.vc_row.vc_column-gap-30 {margin-left: -15px !important; margin-right: -15px !important;}

	.work-title {top: -125px !important; left: 0px !important;}

	hr {margin-top: 10px; margin-bottom: 10px;}
	
	.servizi-label {font-size: 24px;}
	
	.wpml-ls {top: 26px; right: 60px;}
	
	.progress-bar-item.number {font-size: 42px !important;}

	.citta h2 {font-size: 21px; letter-spacing: 1px;}

	.pre-footer {padding: 30px 0;}
	.pre-footer h3.widget-title {margin-bottom: 20px;}
	.pre-footer .pre-footer-container {margin-bottom: 30px;}
	
	.pre-footer .col-xs-6:nth-child(odd) {
		clear: left;
	}
	.pre-footer li {margin: 0 0 10px 0;}
	
	footer {text-align: center;}
	footer .text-right {text-align: center;}
	footer {font-size: 12px; padding: 30px 0;}
	footer .col-xs-12 {margin-bottom: 20px;}
	footer .copyright {text-align: center; padding: 0 20px 0; margin-bottom: 0;}
}

@media screen and (max-width: 600px) {
	#wpadminbar {position: fixed;}
}

@media (max-width: 479px) {
	h1 {font-size: 24px;}
	.mini {font-size: 11px;}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 1570px) {
	.page-cover {
		max-height: 400px;
	}
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

