@charset "utf-8";
/*
Theme Name: ItaliaCamp
Author: Domino Srl
Version: 1.2
*/
@font-face {
  font-family: 'Titillium';
  src: url('fonts/Titillium-Bold.eot');
  src: url('fonts/Titillium-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium-Bold.woff2') format('woff2'), url('fonts/Titillium-Bold.woff') format('woff'), url('fonts/Titillium-Bold.ttf') format('truetype'), url('fonts/Titillium-Bold.svg#Titillium-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/Titillium-Black.eot');
  src: url('fonts/Titillium-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium-Black.woff2') format('woff2'), url('fonts/Titillium-Black.woff') format('woff'), url('fonts/Titillium-Black.ttf') format('truetype'), url('fonts/Titillium-Black.svg#Titillium-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/Titillium-BoldItalic.eot');
  src: url('fonts/Titillium-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium-BoldItalic.woff2') format('woff2'), url('fonts/Titillium-BoldItalic.woff') format('woff'), url('fonts/Titillium-BoldItalic.ttf') format('truetype'), url('fonts/Titillium-BoldItalic.svg#Titillium-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/Titillium-RegularItalic.eot');
  src: url('fonts/Titillium-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium-RegularItalic.woff2') format('woff2'), url('fonts/Titillium-RegularItalic.woff') format('woff'), url('fonts/Titillium-RegularItalic.ttf') format('truetype'), url('fonts/Titillium-RegularItalic.svg#Titillium-RegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('fonts/Titillium-Regular.eot');
  src: url('fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium-Regular.woff2') format('woff2'), url('fonts/Titillium-Regular.woff') format('woff'), url('fonts/Titillium-Regular.ttf') format('truetype'), url('fonts/Titillium-Regular.svg#Titillium-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('fonts/MaterialIcons-Regular.woff2') format('woff2'), url('fonts/MaterialIcons-Regular.woff') format('woff'), url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MetaPro';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/MetaPro-Medium.eot');
  src: url('fonts/MetaPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/MetaPro-Medium.woff2') format('woff2'), url('fonts/MetaPro-Medium.woff') format('woff'), url('fonts/MetaPro-Medium.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: auto;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*@primario:		#3292FF;
@secondario:		#418CDD;*/
.preloader {
  background: url(/images/al.gif) center center no-repeat #FAFAFA;
}
.button {
  background: #3B98fD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center !important;
  color: white !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 24px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}
.button:hover {
  background: #2f86e8;
}
.button:active {
  background: #2861a3 !important;
}
.button.bigger {
  width: 350px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .button.bigger {
    width: 100%;
    max-width: 350px;
  }
}
.buttonborder {
  background: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center !important;
  color: #3399FF !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 24px;
  line-height: 1;
  border: 2px solid #3B98fD;
  text-decoration: none !important;
  background: transparent;
  cursor: pointer;
}
.buttonborder:hover {
  background-color: #e3e3e3;
}
.buttonborder:active {
  color: white !important;
  border: 2px solid #2861a3;
  background: #2861a3 !important;
}
.buttonborder.bigger {
  width: 350px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .buttonborder.bigger {
    width: 100%;
    max-width: 350px;
  }
}
.buttonborderwhite {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 24px;
  line-height: 1;
  text-decoration: none !important;
  background: transparent;
  color: white !important;
  border: 2px solid white;
  cursor: pointer;
}
.buttonborderwhite:hover {
  background-color: rgba(25, 25, 25, 0.1);
}
.buttonborderwhite:active {
  color: white !important;
  border: 2px solid #2861a3;
  background: #2861a3 !important;
}
.buttonborderwhite.bigger {
  width: 350px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .buttonborderwhite.bigger {
    width: 100%;
    max-width: 350px;
  }
}
.buttonrectangle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 17px 0px;
  line-height: 1;
  text-decoration: none !important;
  background: transparent;
  color: #000000 !important;
  border-bottom: 1px solid #CBCACD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 14px;
  cursor: pointer;
}
.buttonrectangle span,
.buttonrectangle i {
  display: block;
}
.buttonrectangle span.text,
.buttonrectangle i.text {
  max-width: 350px;
  padding-left: 10px;
}
.buttonrectangle span.row,
.buttonrectangle i.row {
  width: 20px;
  font-size: 34px;
}
.buttonrectangle:hover {
  background-color: #3B98fD;
  color: white !important;
  padding-left: 20px;
}
.buttonrectangle:active {
  color: white !important;
  background: #2861a3 !important;
}
.buttonrectangle.bigger {
  font-size: 18px;
  height: 72px;
}
.buttonM a {
  background: #3B98fD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center !important;
  color: white !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 24px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}
.buttonM a:hover {
  background: #2f86e8;
}
.buttonM a:active {
  background: #2861a3 !important;
}
.buttonM a.bigger {
  width: 350px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .buttonM a.bigger {
    width: 100%;
    max-width: 350px;
  }
}
strong,
b,
.strong {
  font-weight: 700;
}
em,
i,
.em {
  font-style: italic;
}
table h2,
table h3,
table h4,
table h5,
table h6 {
  display: inline-block;
  padding: 0px;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.table .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.w-col {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.w-col-1 {
  width: 8.33333%;
}
.w-col-2 {
  width: 16.6667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.3333%;
}
.w-col-5 {
  width: 41.6667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.3333%;
}
.w-col-8 {
  width: 66.6667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.3333%;
}
.w-col-11 {
  width: 91.6667%;
}
.w-col-12 {
  width: 100%;
}
.w-col-push-1 {
  left: 8.33333%;
}
.w-col-push-2 {
  left: 16.6667%;
}
.w-col-push-3 {
  left: 25%;
}
.w-col-push-4 {
  left: 33.3333%;
}
.w-col-push-5 {
  left: 41.6667%;
}
.w-col-push-6 {
  left: 50%;
}
.w-col-push-7 {
  left: 58.3333%;
}
.w-col-push-8 {
  left: 66.6667%;
}
.w-col-push-9 {
  left: 75%;
}
.w-col-push-10 {
  left: 83.3333%;
}
.w-col-push-11 {
  left: 91.6667%;
}
.w-col-pull-1 {
  right: 8.33333%;
}
.w-col-pull-2 {
  right: 16.6667%;
}
.w-col-pull-3 {
  right: 25%;
}
.w-col-pull-4 {
  right: 33.3333%;
}
.w-col-pull-5 {
  right: 41.6667%;
}
.w-col-pull-6 {
  right: 50%;
}
.w-col-pull-7 {
  right: 58.3333%;
}
.w-col-pull-8 {
  right: 66.6667%;
}
.w-col-pull-9 {
  right: 75%;
}
.w-col-pull-10 {
  right: 83.3333%;
}
.w-col-pull-11 {
  right: 91.6667%;
}
.w-col-offset-1 {
  margin-left: 8.33333%;
}
.w-col-offset-2 {
  margin-left: 16.6667%;
}
.w-col-offset-3 {
  margin-left: 25%;
}
.w-col-offset-4 {
  margin-left: 33.3333%;
}
.w-col-offset-5 {
  margin-left: 41.6667%;
}
.w-col-offset-6 {
  margin-left: 50%;
}
.w-col-offset-7 {
  margin-left: 58.3333%;
}
.w-col-offset-8 {
  margin-left: 66.6667%;
}
.w-col-offset-9 {
  margin-left: 75%;
}
.w-col-offset-10 {
  margin-left: 83.3333%;
}
.w-col-offset-11 {
  margin-left: 91.6667%;
}
.w-hidden-main {
  display: none !important;
}
@media (max-width: 767px) {
  .w-col-1,
  .w-col-2,
  .w-col-3,
  .w-col-4,
  .w-col-5,
  .w-col-6,
  .w-col-7,
  .w-col-8,
  .w-col-9,
  .w-col-10,
  .w-col-11,
  .w-col-12 {
    width: 100% !important;
    clear: both;
    float: none;
    padding: 0;
  }
}
header,
nav,
article,
footer,
address,
main,
language,
date {
  display: block;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #3B98fD;
  color: #FAFAFA;
}
::selection {
  background-color: #3B98fD;
  color: #FAFAFA;
}
::-webkit-input-placeholder {
  /*font-style: italic !important;*/
  opacity: 1;
  color: #B2B2B2;
}
::-moz-placeholder {
  /* Firefox 19+ */
  /*font-style: italic !important;*/
  opacity: 1;
  color: #B2B2B2;
}
:-ms-input-placeholder {
  /* IE 10+ */
  /*font-style: italic !important;*/
  opacity: 1;
  color: #B2B2B2;
}
:-moz-placeholder {
  /* Firefox 18- */
  /*font-style: italic !important;*/
  opacity: 1;
  color: #B2B2B2;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  background: white;
  cursor: default;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  overflow-x: hidden;
  line-height: 1.6;
}
img {
  -ms-interpolation-mode: bicubic;
}
p {
  margin: 0 !important;
  padding: 0px;
  padding-bottom: 20px !important;
}
a {
  color: #3B98fD;
  text-decoration: none;
}
a:hover {
  color: #3B98fD;
  text-decoration: underline;
}
h1 {
  font-size: 56px;
  color: #3399FF;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1250px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 36px;
  color: #222222;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1250px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 28px;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
  color: #222222;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 400;
}
h4 {
  font-size: 23px;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
  color: #222222;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
  color: #222222;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  font-family: Titillium, 'Open Sans', Helvetica, Arial, sans-serif !important;
  color: #222222;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  letter-spacing: 4px;
  font-weight: 400;
}
h1 strong {
  font-weight: 700;
}
h3 strong,
h2 strong,
strong h2,
strong h3 {
  font-weight: 700;
}
h6 strong,
strong h6 {
  font-weight: 600;
}
.font-black {
  color: #000000 !important;
}
.font-gray-light {
  color: #838d9a !important;
}
.font-gray {
  color: #666666 !important;
}
.font-blue {
  color: #3B98fD !important;
}
.font-blue-light {
  color: #3399FF !important;
}
.font-pink {
  color: #FF3289 !important;
}
.font-red {
  color: #EB002C !important;
}
.font-green {
  color: #0DCF3B !important;
}
.font-white {
  color: #FFFFFF !important;
}
.font-red-italiacamp {
  color: #BA021B !important;
}
.font-green-italiacamp {
  color: #0DCF3B !important;
}
.font-blue1-italiacamp {
  color: #002C5E !important;
}
.font-blue2-italiacamp {
  color: #010DA9 !important;
}
.font-blue3-italiacamp {
  color: #0010DF !important;
}
.font-gray-italiacamp {
  color: #4D6682 !important;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
}
.box-shadow-hover {
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column ul {
  padding-bottom: 10px;
}
.wpb_text_column ul li {
  padding-left: 25px;
  margin-left: 0px;
  padding-bottom: 5px;
}
.wpb_text_column ul li:before {
  content: "—";
  color: #3B98fD;
  margin-left: -25px;
  margin-right: 11px;
}
.alignleft {
  float: left !important;
  text-align: left;
}
.alignright {
  text-align: right;
}
.alignright .wpc-directory-cta {
  margin-right: -4px;
}
@media (max-width: 767px) {
  .alignright .wpc-directory-cta {
    text-align: center;
    margin: 0 auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-border-bottom {
  border-bottom: 0px solid !important;
}
.none {
  display: none;
}
.clear {
  width: 100%;
  height: 1px;
  font-size: 0px;
  clear: both;
}
.errore {
  color: #DD0000 !important;
  border-color: #DD0000 !important;
}
.errore a {
  color: #DD0000;
  text-decoration: underline;
  font-size: 11px;
}
input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=password],
select {
  background: none repeat scroll 0 0 #dfdfdf;
  color: #333333;
  font-size: 18px;
  margin: 0px;
  outline: medium none;
  padding: 9px 10px;
  width: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-size: 14px !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.form-select::-ms-expand {
  display: none;
}
.form-select {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border: 0;
  color: #222222;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  line-height: 39px;
  padding: 0 18px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(./images/drop_down.png) no-repeat right center;
}
/*.datafilter .form-text{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/
/*.form-type-select{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	position: relative;
	width: 100%;
	&:hover{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	}
	&:after {
	   
	    display: inline-block;
	    font-family: "fonticon";
	    font-size: 30px;
	    font-style: normal;
	    position: absolute;
	    right: 8px;
	    top: 8px;
	    pointer-events:none; 
	}
}*/
.form-type-radio .form-radio {
  float: left;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  width: 0;
  position: absolute;
}
.form-type-radio label {
  padding-left: 20px;
  background: url("img/radio-button-grey.png") no-repeat 0 2px;
}
.form-type-radio input[type="radio"]:checked + label {
  background-position: 0px -73px;
}
.form-search {
  background: url("img/search.png") no-repeat center center #FFFFFF !important;
  border: 0 none;
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  position: relative;
  text-indent: -9999px;
  width: 40px;
  margin: 0 5px;
}
.form-search:hover {
  background-color: #FFFFFF !important;
}
textarea {
  background: none repeat scroll 0 0 #dfdfdf;
  color: #333333;
  height: 150px;
  margin: 1px 0 0;
  outline: medium none;
  padding: 5px;
  resize: none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  width: 100%;
}
.checkbox {
  padding: 0 5px;
  font-size: 80%;
  text-transform: uppercase;
}
input[type=submit] {
  background: #3B98fD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center !important;
  color: white !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 24px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  padding: 20px 35px;
  margin: 0 auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
input[type=submit]:hover {
  background: #2f86e8;
}
input[type=submit]:active {
  background: #2861a3 !important;
}
input[type=submit].bigger {
  width: 350px;
  font-size: 18px;
}
@media (max-width: 767px) {
  input[type=submit].bigger {
    width: 100%;
    max-width: 350px;
  }
}
input[type=submit]:hover {
  background-color: rgba(59, 152, 253, 0.75);
  color: rgba(25, 25, 25, 0.8);
  text-decoration: none;
}
#loginform {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #loginform {
    padding: 10px;
  }
}
#loginform .login-username {
  width: 100%;
  clear: both;
  display: block;
  height: 30px;
}
@media (max-width: 767px) {
  #loginform .login-username {
    height: auto;
  }
}
#loginform .login-username label {
  width: 150px;
  float: left;
  height: 45px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #loginform .login-username label {
    float: none;
    width: 100%;
  }
}
#loginform .login-username #user_login {
  width: 230px;
  float: right;
  margin: 0px;
  padding: 5px;
  display: block;
}
@media (max-width: 767px) {
  #loginform .login-username #user_login {
    float: none;
    width: 100%;
  }
}
#loginform .login-password {
  width: 100%;
  clear: both;
  display: block;
  height: 30px;
}
@media (max-width: 767px) {
  #loginform .login-password {
    height: auto;
  }
}
#loginform .login-password label {
  width: 150px;
  float: left;
  height: 45px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #loginform .login-password label {
    float: none;
    width: 100%;
  }
}
#loginform .login-password #user_pass {
  width: 230px;
  float: right;
  margin: 0px;
  padding: 5px;
  display: block;
}
@media (max-width: 767px) {
  #loginform .login-password #user_pass {
    float: none;
    width: 100%;
  }
}
#loginform .login-remember {
  width: 60%;
  display: block;
  padding-top: 10px;
  float: left;
  display: none;
}
#loginform .login-submit {
  clear: both;
  display: block;
  float: none;
  padding-top: 10px;
  width: 100%;
}
#mapp0_links {
  display: none;
}
.wppb-front-end-logout {
  float: right;
  font-size: 15px;
}
.wppb-front-end-logout span {
  line-height: 2;
}
.wppb-front-end-logout .wppb-logout-url {
  background: #dcdcdc none repeat scroll 0 0;
  border: 0 none;
  float: right;
  font-size: 15px;
  height: 30px;
  padding: 3px 7px;
  margin: 0 10px;
  color: #444444;
}
#wppb-recover-password,
.recover-password {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 20px;
}
#wppb-recover-password .wppb-form-field,
.recover-password .wppb-form-field {
  display: block;
  height: 80px;
  text-transform: uppercase;
}
#wppb-register-user,
.register,
#wppb_form_success_message,
#wppb_general_top_error_message {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 20px;
}
#wppb-register-user .wppb-form-field,
.register .wppb-form-field,
#wppb_form_success_message .wppb-form-field,
#wppb_general_top_error_message .wppb-form-field {
  display: block;
  padding-bottom: 20px;
}
#wppb-register-user .wppb-form-field label,
.register .wppb-form-field label,
#wppb_form_success_message .wppb-form-field label,
#wppb_general_top_error_message .wppb-form-field label {
  text-transform: uppercase;
}
#wppb-register-user .wppb-description-delimiter,
.register .wppb-description-delimiter,
#wppb_form_success_message .wppb-description-delimiter,
#wppb_general_top_error_message .wppb-description-delimiter {
  font-size: 14px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  #wppb-register-user .wppb-description-delimiter,
  .register .wppb-description-delimiter,
  #wppb_form_success_message .wppb-description-delimiter,
  #wppb_general_top_error_message .wppb-description-delimiter {
    float: none;
  }
}
#wppb-register-user #pass-strength-result,
.register #pass-strength-result,
#wppb_form_success_message #pass-strength-result,
#wppb_general_top_error_message #pass-strength-result {
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: right;
}
@media (max-width: 767px) {
  #wppb-register-user #pass-strength-result,
  .register #pass-strength-result,
  #wppb_form_success_message #pass-strength-result,
  #wppb_general_top_error_message #pass-strength-result {
    float: none;
  }
}
@media (max-width: 767px) {
  #wppb-register-user,
  .register,
  #wppb_form_success_message,
  #wppb_general_top_error_message {
    padding: 10px;
  }
}
#wppb_form_success_message {
  text-align: center;
}
.wppb-form-error {
  color: #3B98fD;
  font-size: 14px;
  clear: both;
  height: 30px;
  display: block;
}
#cookiePolicy {
  -webkit-transition: top 1s;
  transition: top 1s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.85);
  font-family: Arial !important;
}
#cookiePolicy .cage {
  color: #F0F0F0;
  padding: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6;
}
#cookiePolicy .cage a {
  color: #F0F0F0;
  text-decoration: underline;
}
#cookiePolicy .cage a:hover {
  color: #FFF;
  text-decoration: underline;
}
#cookiePolicy .close {
  background: #f0f0f0 none repeat scroll 0 0;
  color: rgba(10, 10, 10, 0.85);
  cursor: pointer;
  height: 18px;
  padding: 4px;
  position: absolute;
  right: 2%;
  text-align: center;
  top: 30%;
  width: 18px;
  font-size: 16px;
  line-height: 1;
}
.contact-form.row {
  display: flex;
  justify-content: space-between;
  color: #191919;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-form.row {
    display: block;
    padding-bottom: 0;
  }
}
.contact-form.row h2,
.contact-form.row h5 {
  padding-top: 5px;
  color: #191919;
}
@media (max-width: 767px) {
  .contact-form.row h5 {
    padding-top: 0px;
    padding-top: 20px;
  }
}
.contact-form.row a {
  color: #191919;
  text-decoration: underline;
}
.contact-form.row input[type="text"],
.contact-form.row input[type="email"],
.contact-form.row input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #B2B2B2;
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
}
.contact-form.row input[type="text"]:focus,
.contact-form.row input[type="email"]:focus,
.contact-form.row input[type="text"]:focus {
  border-bottom: 2px solid #191919;
}
@media (max-width: 767px) {
  .contact-form.row input[type="text"],
  .contact-form.row input[type="email"],
  .contact-form.row input[type="text"] {
    font-size: 14px;
    border-bottom: 1px solid #B2B2B2;
    padding: 5px 0;
  }
}
.contact-form.row .wpcf7-recaptcha {
  padding-bottom: 20px;
}
.contact-form.row .wpcf7-list-item {
  margin: 0;
  display: block;
  position: relative;
}
.contact-form.row .wpcf7-list-item input {
  float: left;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  width: 0;
  position: absolute;
}
.contact-form.row .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 35px !important;
  font-size: 12px;
  padding-left: 20px;
  background: url("./images/sprite_checkbox.png") no-repeat left 1px;
  line-height: 1;
  margin: 7px 0;
}
.contact-form.row .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background-position: left -181px;
}
.contact-form.row .sonointeressato .wpcf7-list-item input,
.contact-form.row .interest_type .wpcf7-list-item input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
}
.contact-form.row .sonointeressato .wpcf7-list-item .wpcf7-list-item-label,
.contact-form.row .interest_type .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
  background-position: left 5px;
}
@media (max-width: 767px) {
  .contact-form.row .sonointeressato .wpcf7-list-item .wpcf7-list-item-label,
  .contact-form.row .interest_type .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}
.contact-form.row .sonointeressato .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label,
.contact-form.row .interest_type .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background-position: left -177px;
}
.contact-form.row .wpcf7-submit {
  background: #3B98fD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center !important;
  color: white !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 24px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  border: 1px solid #3B98fD;
}
.contact-form.row .wpcf7-submit:hover {
  background: #2f86e8;
}
.contact-form.row .wpcf7-submit:active {
  background: #2861a3 !important;
}
.contact-form.row .wpcf7-submit.bigger {
  width: 350px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-form.row .wpcf7-submit.bigger {
    width: 100%;
    max-width: 350px;
  }
}
.contact-form.row .wpcf7-submit:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.contact-form.row .wpcf7-not-valid-tip {
  color: #191919;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: -13px;
  margin-bottom: 5px;
  padding-left: 23px;
  background: url(./images/error.png) no-repeat center left;
  background-size: 20px auto;
  padding-top: 2px;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-mail-sent-ok {
  border: 0 !important;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: 50%;
  max-width: 780px;
  padding: 20px !important;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  background-color: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.wpcf7-mail-sent-ok:before {
  content: "";
  width: 18px;
  height: 14px;
  display: inline-block;
  text-align: left;
  margin-right: 14px;
  background: url(./images/ic_check_true.png) no-repeat center center;
  background-size: contain;
}
.wpcf7-mail-sent-ok:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-right: 14px;
  background: url(./images/ic_close_black.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 2px solid #bb0000 !important;
  background: #bb0000 !important;
  padding: 10px 20px !important;
  color: #191919;
  font-size: 18px;
  text-align: center;
  display: none !important;
}
@media (max-width: 767px) {
  .slick-slider {
    padding-bottom: 40px;
  }
}
.slick-dots {
  display: block;
  position: absolute;
  bottom: 0px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 90;
  right: 6px;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  width: 14px;
  display: block;
  overflow: hidden;
  background-color: #4C4C4C;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.slick-dots li button:hover {
  background-color: #B2B2B2;
}
.slick-dots li.slick-active button {
  background-color: #3B98fD;
}
.bg-blue .slick-dots li.slick-active button,
.bg-blu .slick-dots li.slick-active button {
  background-color: white !important;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 52px;
  height: 72px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
  margin-top: -36px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.9;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}
@media (max-width: 1600px) {
  .slick-prev,
  .slick-next {
    top: unset;
    bottom: -100px;
  }
}
.slick-prev {
  left: -7%;
  background: url(../images/settings/freccia_sx.png) no-repeat center right;
  background-size: auto 72px;
}
.slick-prev:hover {
  background-position: center left;
}
@media (max-width: 1600px) {
  .slick-prev {
    left: 10px;
  }
}
.slick-next {
  right: -7%;
  background: url(../images/settings/freccia_dx.png) no-repeat center left;
  background-size: auto 72px;
}
.slick-next:hover {
  background-position: center right;
}
@media (max-width: 1600px) {
  .slick-next {
    right: 10px;
  }
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto !important;
}
.vc_tta-panel {
  display: none;
}
.vc_tta-panel.vc_active {
  display: block;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  display: none;
}
@media (max-width: 767px) {
  .vc_rtl-columns-reverse .vc_row,
  .vc_row.vc_row-flex.vc_rtl-columns-reverse .vc_row {
    flex-direction: column-reverse;
  }
  .vc_row.vc_row-flex.vc_rtl-columns-reverse {
    flex-direction: column-reverse;
  }
  .wpb_single_image {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
  }
  .vc_row {
    margin: 0 !important;
  }
  .vc_row-no-padding .vc_column-inner {
    padding: 0 10px !important;
  }
  .vc_row-no-padding .vc_column-inner .vc_column-inner {
    padding: 0 !important;
  }
  .vc_column-inner .vc_column-inner {
    padding: 0 !important;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}
.container-small,
.container-1000 {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto !important;
}
.container-700 {
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: 0 auto !important;
}
.container-700 {
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: 0 auto !important;
}
.padding-50 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .padding-50 {
    padding: 30px 0;
  }
}
.padding-left-50 {
  padding-left: 50px !important;
}
@media (max-width: 767px) {
  .padding-left-50 {
    padding-left: 0 !important;
  }
}
.margin-50 {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .margin-50 {
    margin: 30px 0;
  }
}
.font-white {
  color: white !important;
}
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white p {
  color: white !important;
}
.container-min {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: none;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .container-min {
    max-width: 100%;
    box-sizing: border-box;
  }
}
#header {
  position: fixed;
  z-index: 900;
  width: 100%;
  top: 0;
  height: 76px;
  background-color: white;
  /*&:after{
		content:"";
		background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
		width: 100%;
		height: 10px;
		display:block;
		opacity:0.2;
	}*/
}
@media (max-width: 1250px) {
  #header {
    height: 56px;
  }
}
#header .content-header {
  height: 100%;
  width: 100%;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /*.custom-search{
			display:none;
			#search{
				background: #dcdcdc;
				float: right;
				border: 0;
				font-size: 14px;
				height: 30px;
				width: 115px;
				float: right;
				padding: 3px 7px;
			}
			#searchsubmit{
				float: right;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				padding: 0;
				text-indent: -9999px;
				height: 30px;
				width: 30px;
				border: 0 none;
				background: url(img/search.png) center center no-repeat;
			}	
		}*/
}
@media (max-width: 1250px) {
  #header .content-header {
    padding: 10px 0 10px 10px;
    height: 56px;
    justify-content: space-between;
  }
}
#header .content-header .w-col-logo {
  position: absolute;
  left: 20px;
  padding-right: 20px;
}
@media (max-width: 1550px) {
  #header .content-header .w-col-logo {
    left: unset;
    position: relative;
  }
}
#header .content-header #logo {
  background: url(./images/logo.svg) no-repeat center left;
  background-size: auto 100%;
  width: 141px;
  height: 36px;
  display: block;
}
#header .content-header #logo.fiera {
  background: url(./images/logo.png) no-repeat center left;
  width: 180px;
  height: 80px;
  background-size: auto 100%;
  margin-top: -14px;
}
@media (max-width: 1250px) {
  #header .content-header #logo.fiera {
    height: 60px;
    margin-top: -8px;
  }
}
#header .content-header #logo.dieci-anni {
  background-image: url(./images/logo_decennale.png);
  width: 218px;
  height: 41px;
}
@media (max-width: 1250px) {
}
#header .content-header .menu-principale .menu-item,
#header .content-header .menu-laterale .menu-item {
  float: left;
  padding: 0 10px;
}
#header .content-header .menu-principale .menu-item a,
#header .content-header .menu-laterale .menu-item a {
  line-height: 1;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}
#header .content-header .menu-principale .menu-item.current-menu-item a,
#header .content-header .menu-laterale .menu-item.current-menu-item a,
#header .content-header .menu-principale .menu-item.current-page-ancestor a,
#header .content-header .menu-laterale .menu-item.current-page-ancestor a {
  color: #3399FF !important;
}
#header .content-header .menu-primario {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  #header .content-header .menu-primario {
    display: none;
  }
}
#header .content-header .menu-secondario {
  position: absolute;
  right: 20px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#header .content-header .menu-secondario > div {
  float: left;
}
#header .content-header .menu-secondario #menu-menu-secondario {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  #header .content-header .menu-secondario {
    display: none;
  }
}
#header .content-header .menu-search {
  font-size: 22px;
  line-height: 1;
  color: #666666;
  cursor: pointer;
}
#header .content-header #lang_sel {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  height: auto;
  position: relative;
}
#header .content-header #lang_sel ul {
  padding: 0 10px;
}
#header .content-header #lang_sel ul a {
  line-height: 1;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}
#header .content-header #lang_sel ul a.lang_sel_sel,
#header .content-header #lang_sel ul #lang_sel a.lang_sel_sel:visited {
  background: url(images/arrow_drop_down.png) right center no-repeat;
  background-size: auto;
  background-size: 10px 5px;
  padding-right: 15px;
}
#header .content-header #lang_sel ul li {
  width: 100%;
}
#header .content-header #lang_sel ul ul {
  position: absolute;
  z-index: 10000;
  border: 0px;
  display: none;
  padding: 10px 0px;
  right: 0;
  left: 0;
  text-align: center;
  width: 40px;
  background: #F0F2F2;
}
#header .content-header #lang_sel ul ul a {
  text-align: center;
}
#header .content-header #lang_sel ul:hover {
  text-decoration: none;
}
#header .content-header #lang_sel ul:hover ul {
  display: block;
}
@media (max-width: 1250px) {
  #header .content-header #lang_sel {
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
  }
}
#header #menubuttonmobile {
  padding: 16px;
}
#header .menu_icon {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 12px;
  position: relative;
  display: none;
}
@media (max-width: 1250px) {
  #header .menu_icon {
    display: block;
  }
}
#header .menu_icon span {
  background: #191919;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
#header .menu_icon span.middle {
  top: 5px;
}
#header .menu_icon span.bottom {
  top: 10px;
}
#header .menu_icon.active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  transform: translateY(4px) translateX(0) rotate(45deg);
}
#header .menu_icon.active .middle {
  opacity: 0;
}
#header .menu_icon.active .bottom {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  transform: translateY(-6px) translateX(0) rotate(-45deg);
}
body.menu-opened {
  overflow: hidden;
}
.box-menu-mobile {
  background: #ffffff;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 899;
  height: 0;
  overflow-x: hidden;
}
.box-menu-mobile .area-dipendenti,
.box-menu-mobile .newsletter {
  display: none;
}
@media (max-width: 1250px) {
  .menu-opened .box-menu-mobile {
    height: calc(100% - 60px);
  }
}
.box-menu-mobile .principale a {
  display: block;
  padding: 15px 16px;
  color: #666666;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid #E2E2E2;
  font-weight: bold;
  position: relative;
}
.box-menu-mobile .principale .sub-menu {
  display: none;
}
.box-menu-mobile .principale .sub-menu li a {
  padding-left: 24px;
  font-weight: normal;
}
.box-menu-mobile .principale .sub-menu li a:after {
  display: none;
}
.box-menu-mobile .hidden > a {
  display: none;
}
.box-menu-mobile .sottomenu {
  position: relative;
}
.box-menu-mobile .sottomenu .accordion {
  display: block;
  width: 50px;
  height: 48px;
  background: url('./images/breadcrump.png') no-repeat center center;
  transform: rotate(-90deg);
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box-menu-mobile .sottomenu.open_accordion .accordion {
  transform: rotate(90deg);
}
.box-menu-mobile .buttonM {
  padding: 10px;
}
.box-menu-mobile .custom-search-mobile {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.box-menu-mobile .custom-search-mobile ::-webkit-input-placeholder {
  color: #666666 !important;
  font-weight: bold;
}
.box-menu-mobile .custom-search-mobile ::-moz-placeholder {
  color: #666666 !important;
  font-weight: bold;
}
.box-menu-mobile .custom-search-mobile :-ms-input-placeholder {
  color: #666666 !important;
  font-weight: bold;
}
.box-menu-mobile .custom-search-mobile :-moz-placeholder {
  color: #666666 !important;
  font-weight: bold;
}
.box-menu-mobile .custom-search-mobile #search {
  background: transparent;
  border: 0;
  color: #666666;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 15px 16px;
}
.box-menu-mobile .custom-search-mobile #searchsubmit {
  padding: 0;
  margin-top: 0 !important;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 48px;
  height: 48px;
  border: 0;
  background: center left no-repeat transparent;
  background-size: 22px auto;
  background-image: url(./images/ic_search_grey.png);
}
#lang_sel-mobile {
  text-align: center;
  padding-top: 20px;
}
#lang_sel-mobile a {
  text-transform: uppercase;
  line-height: 1;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 20px;
}
#lang_sel-mobile a:hover {
  color: black !important;
}
#lang_sel-mobile a.lang_sel_sel {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
.accedi-opened #accedi-block {
  opacity: 1;
  pointer-events: initial;
}
#ricerca-block,
#accedi-block {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 76px;
  z-index: 890;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  overflow: auto;
  display: block;
  background-color: rgba(10, 10, 10, 0.5);
}
#ricerca-block p,
#accedi-block p {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}
#ricerca-block h2,
#accedi-block h2,
#ricerca-block a,
#accedi-block a {
  color: white;
}
#ricerca-block .bg-color,
#accedi-block .bg-color {
  max-height: 380px;
  background: #3399FF;
}
#ricerca-block .bg-color .container,
#accedi-block .bg-color .container {
  max-width: 700px;
}
#ricerca-block .bg-color .close,
#accedi-block .bg-color .close {
  width: 24px;
  height: 24px;
  background: url(./images/ic_close.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.accedi-opened #accedi-block {
  opacity: 1;
  pointer-events: initial;
}
#accedi-block .vc_separator {
  padding-bottom: 10px;
}
#accedi-block h3 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#accedi-block h3:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url(./images/ic_arrow_forward.png) no-repeat center center;
  background-size: 100%;
}
#accedi-block h5 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
}
#accedi-block a {
  text-decoration: underline;
}
#ricerca-block .custom-search {
  position: relative;
}
#ricerca-block .custom-search #search {
  background: transparent;
  border: 0;
  border-bottom: 2px solid white;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.016;
  padding: 0;
  height: 48px;
  line-height: 48px;
}
#ricerca-block .custom-search #searchsubmit {
  position: absolute;
  right: 0;
  top: 12px;
  padding: 0;
  margin-top: 0 !important;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: center center no-repeat transparent;
  background-size: 100%;
  background-image: url(./images/ic_search.png);
}
.ricerca-opened #ricerca-block {
  opacity: 1;
  pointer-events: initial;
}
.hover-video {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(./images/overlay_img.svg) center center;
  background-size: cover;
}
#banner.front-page {
  background-color: #B2B2B2;
  color: #3399FF;
  position: relative;
  overflow: hidden;
}
#banner.front-page video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
#banner.front-page .image {
  height: 624px;
  height: 39vw;
  height: 100%;
  overflow: hidden;
}
#banner.front-page .image .container-min {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  z-index: 15;
}
#banner.front-page .image .container-min h1 {
  color: #3B98fD;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.12;
}
#banner.front-page .image .container-min h1 span {
  text-decoration-thickness: 10px !important;
}
@media (max-width: 767px) {
  #banner.front-page .image .container-min h1 {
    font-size: 36px;
    text-decoration-thickness: 8px;
  }
  #banner.front-page .image .container-min h1 br {
    display: none;
  }
  #banner.front-page .image .container-min h1 span {
    text-decoration-thickness: 8px !important;
  }
}
#banner.image {
  background-color: #3399FF;
  color: #FAFAFA;
  position: relative;
}
#banner.image img {
  width: 100%;
  height: auto;
  text-align: center;
}
#banner.image.image {
  height: 407px;
  height: 25.5vw;
  overflow: hidden;
}
#banner.image.image .image {
  height: 407px;
  height: 25.5vw;
}
#banner.image.image .container-min {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  z-index: 15;
}
#banner.image.image .container-min h1 {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.12;
}
#banner.image.image .container-min h1 span {
  text-decoration-thickness: 8px !important;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
@media (max-width: 767px) {
  #banner.image.image .container-min h1 {
    font-size: 36px;
    letter-spacing: 0;
    text-decoration-thickness: 6px;
  }
  #banner.image.image .container-min h1 h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #banner.image.image {
    height: 70.37vw;
  }
  #banner.image.image .image {
    height: 70.37vw;
  }
}
#sub_navigation {
  /*height: 80px;
	@media @mobile{
		height: 50px;
	}*/
  /*#gotosottomenu{
		color: #666666;
		font-size: 15px;
		border: 1px solid #E2E2E2;
		background-color: #f7f3f1;
		height:auto;
		
		font-weight: bold;
		label{
			padding: 0px 56px 0 16px;
			display: block;
			cursor: pointer;
			position: relative;
			line-height: 49px;
			height: 50px;
			overflow: hidden;
			&:after{
				content:"";
				background: url(images/arrow_drop_down.png) center center no-repeat;
				background-size: 10px 5px;
				position: absolute;
				width: 56px;
				height: 100%;
				right: 0;
			}
		}
		ul{
			height:0;
			overflow: hidden;
			li{
				a{
					padding: 0px 56px 0 16px;
					display: block;
				}
			}
		}
		
		&.openmenulist{
			label{
				&:after{
					-webkit-transform: rotate(180deg);
				    -moz-transform: rotate(180deg);
				    -o-transform: rotate(180deg);
				    -ms-transform: rotate(180deg);
				    transform: rotate(180deg);
				}
			}
			ul{
				height: auto;
			}
		}
	}*/
}
#sub_navigation #gotosottomenu {
  color: #666666;
  font-size: 16px;
  padding: 0px 56px 0 16px;
  border: 1px solid #E2E2E2;
  background-color: #f7f3f1;
  height: auto;
  line-height: 49px;
  height: 50px;
  font-weight: bold;
}
#sub_navigation #sub_navigation_fix {
  width: 100%;
  background: #F7F3F1;
}
.submenufix #sub_navigation #sub_navigation_fix {
  display: block;
}
@media screen and (min-width: 768px) {
  .submenufix #sub_navigation #sub_navigation_fix {
    position: fixed;
    top: 109px;
    z-index: 100;
  }
  .submenufix #sub_navigation #sub_navigation_fix ul li a {
    padding: 17px 10px;
  }
}
#sub_navigation #sub_navigation_fix ul {
  margin: 0 -10px;
}
#sub_navigation #sub_navigation_fix ul li {
  float: left;
  padding: 0px 20px;
}
#sub_navigation #sub_navigation_fix ul li a {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  padding: 27px 10px;
}
#sub_navigation #sub_navigation_fix ul li:first-child {
  padding-left: 0;
}
#sub_navigation #sub_navigation_fix ul li:last-child {
  padding-right: 0;
}
#sub_navigation #sub_navigation_fix ul li.current-menu-item a,
#sub_navigation #sub_navigation_fix ul li.current-page-ancestor a {
  color: #3399FF !important;
}
#sub_navigation #sub_navigation_fix .breadcrump {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#sub_navigation #sub_navigation_fix .breadcrump a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 3px;
}
#sub_navigation #sub_navigation_fix .breadcrump .principale {
  color: #3399FF !important;
  padding: 10px 3px;
}
.bg-grey-logo {
  background: url(./images/background_grey.png) no-repeat top right;
  background-size: 100% auto;
}
.bg-blu,
.bg-blue,
.background-blu {
  background: url(./images/background_blue.png) no-repeat center right #3B98fD;
  background-size: cover;
  color: white;
}
.bg-gray,
.bg-grey,
.background-gray {
  background: #f7f8f8;
  background-size: cover;
  color: #222222;
}
.bg-white-logo {
  background: url(./images/background_ribbon.png) no-repeat right 50px #ffffff;
  background-size: 30% auto;
}
.bg-ribbon-dx {
  overflow: initial !important;
  /*background: url(images/background_ribbon_dx.png) right 30px  no-repeat !important;
	background-size: 14% auto  !important;
	@media @mobile{
		background: transparent !important;
	}
	*/
}
.bg-ribbon-dx:before {
  content: "";
  position: absolute;
  right: 0;
  z-index: 120;
  background: url(images/background_ribbon_dx.png) right 30px no-repeat !important;
  background-size: contain !important;
  width: 12%;
  height: 400px;
}
@media (max-width: 1250px) {
  .bg-ribbon-dx:before {
    display: none !important;
  }
}
.bg-ribbon-sx {
  overflow: initial !important;
  /*background: url(images/background_ribbon_sx.png) left 30px no-repeat !important;
	background-size: 14% auto  !important;
	@media @mobile{
		background: transparent !important;
	}*/
}
.bg-ribbon-sx:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 120;
  background: url(images/background_ribbon_sx.png) left 30px no-repeat !important;
  background-size: contain !important;
  width: 12%;
  height: 400px;
}
@media (max-width: 1250px) {
  .bg-ribbon-sx:before {
    display: none !important;
  }
}
.box-map {
  height: 442px;
  padding: 0px;
  background: none;
}
/*.title{ font-size:32px;  color:@testo; padding:0; margin:0; font-weight:400;  margin: 0; padding:0 15px; text-decoration: none;  }
.subtitle{ font-size:24px; color:@testo; padding:0;  margin: 0; font-weight:400;  margin: 0; padding:0 15px; text-decoration: none;  font-weight:normal;}
.entry {
    padding: 0 15px 20px;
    color: @testo;
    font-size:18px;
    font-weight:400;
    @media @mobile{
    	padding: 20px 10px;
    }
}*/
.boxloghi {
  padding: 25px 0;
}
.boxloghi .intestazione {
  font-size: 15px;
  color: #4C4C4C;
  font-style: italic;
  padding-bottom: 20px;
}
.boxloghi .immagini {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.boxloghi .immagini img {
  height: auto;
  padding: 0;
  max-height: 76px;
  width: auto;
}
.boxloghi .immagini.flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .boxloghi .immagini {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .boxloghi .immagini .img_loghi_content {
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px;
  }
  .boxloghi .immagini .img_loghi_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.box-inevidenza {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .box-inevidenza {
    padding: 0;
  }
}
.elenco-loghi-slider .slick-list,
.elenco-loghi .slick-list {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .elenco-loghi-slider .slick-slider,
  .elenco-loghi .slick-slider {
    padding-bottom: 0px;
  }
}
.elenco-loghi-slider .slick-arrow,
.elenco-loghi .slick-arrow {
  position: absolute;
  bottom: 0;
  height: 100%;
}
.elenco-loghi-slider .slick-arrow.slick-prev,
.elenco-loghi .slick-arrow.slick-prev {
  left: 0px;
  padding-left: 0px;
  background: url(./images/arrow_sx.png) center left no-repeat white;
  opacity: 1 !important;
  width: 40px;
}
.elenco-loghi-slider .slick-arrow.slick-next,
.elenco-loghi .slick-arrow.slick-next {
  right: 0px;
  padding-right: 0px;
  background: url(./images/arrow_dx.png) center right no-repeat white;
  opacity: 1 !important;
  width: 40px;
}
.elenco-loghi-slider .wpb_wrapper .slick-slide,
.elenco-loghi .wpb_wrapper .slick-slide {
  padding: 0 50px;
}
@media (max-width: 1250px) {
  .elenco-loghi-slider .wpb_wrapper .slick-slide,
  .elenco-loghi .wpb_wrapper .slick-slide {
    padding: 0 10px;
  }
}
.elenco-loghi-slider .wpb_wrapper .slick-track,
.elenco-loghi .wpb_wrapper .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.elenco-loghi-slider .wpb_wrapper a,
.elenco-loghi .wpb_wrapper a {
  display: block;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.elenco-loghi-slider .wpb_wrapper a img,
.elenco-loghi .wpb_wrapper a img {
  height: auto;
  padding: 0;
  max-height: 76px;
  width: auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .elenco-loghi-slider .wpb_wrapper a img,
  .elenco-loghi .wpb_wrapper a img {
    max-width: 250px !important;
  }
}
.elenco-loghi-slider .wpb_wrapper a:hover,
.elenco-loghi .wpb_wrapper a:hover {
  border-bottom: 4px solid #3B98fD;
  /*img {
					-webkit-filter: grayscale(0%); 
					filter: grayscale(0%);
				}*/
}
.elenco-loghi .wpb_wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.elenco-loghi .wpb_wrapper .box-logo-link {
  padding: 10px;
}
.wpc-videoyoutube-single {
  padding: 50px 0;
}
.wpc-boxlink-single {
  border-bottom: 1px solid #CBCACD;
}
.wpc-boxlink-single .box-link {
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
}
.wpc-boxlink-single .box-link span {
  display: block;
}
.wpc-boxlink-single .box-link:hover {
  text-decoration: none;
}
.wpc-boxlink-single .box-link .icona {
  width: 40px;
  margin-right: 35px;
  background: no-repeat top left;
  background-size: 100% auto;
}
.wpc-boxlink-single .box-link .icona img {
  width: 100%;
  height: auto;
}
.wpc-boxlink-single .box-link .box-dati {
  width: 90%;
}
.wpc-boxlink-single .box-link .occhiello {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #3B98fD;
  padding-bottom: 5px;
}
.wpc-boxlink-single .box-link .titolo {
  color: #000000;
  font-size: 25px;
  line-height: 1.36;
  padding-bottom: 10px;
}
.wpc-boxlink-single .box-link .contentuto {
  color: #666666;
  font-size: 16px;
}
.wpc-boxlink-single .box-link:hover {
  text-decoration: none;
}
.wpc-directory-cta {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .wpc-directory-cta {
    margin: 0 0px 10px 0;
    display: block;
  }
}
.bg-blu .wpc-similar-news-wrap h5 {
  color: #FAFAFA;
}
.bg-gray .wpc-similar-news-wrap h5 {
  color: #3B98fD;
}
.wpc-similar-news-wrap {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .wpc-similar-news-wrap {
    padding: 40px 10px;
  }
}
.wpc-similar-news-wrap h5 {
  line-height: 1;
  clear: both;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.wpc-similar-news-wrap #result-list {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .wpc-similar-news-wrap #result-list {
    display: block;
  }
}
.wpc-similar-news-wrap #result-list .slick-track {
  display: -webkit-flex;
  display: flex;
}
.wpc-similar-news-wrap #result-list .slick-track .slick-slide {
  height: auto;
}
.wpc-similar-news-wrap #result-list .slick-track .slick-slide > div {
  height: 100%;
}
.wpc-similar-news-wrap #result-list .slick-track .slick-slide > div .post-single {
  height: 100%;
}
.wpc-similar-news-wrap #result-list .post-single {
  width: 100%;
  padding: 15px 10px;
}
.wpc-similar-news-wrap #result-list .post-single .box-content {
  display: block;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  height: 100%;
  background-color: #FFFFFF;
}
.wpc-similar-news-wrap #result-list .post-single .box-content .images {
  padding-top: 52%;
  width: 100%;
  display: block;
  background: no-repeat center center #CCCCCC;
  background-size: cover;
}
.wpc-similar-news-wrap #result-list .post-single .box-content .item {
  display: block;
  padding: 20px;
}
.wpc-similar-news-wrap #result-list .post-single .box-content .item .data-time {
  display: block;
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.wpc-similar-news-wrap #result-list .post-single .box-content .item .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.wpc-similar-news-wrap #result-list .post-single .box-content .item .title {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
.wpc-similar-news-wrap #result-list .post-single .box-content:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.wpc-project-wrap h5 {
  line-height: 1;
  clear: both;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.wpc-project-wrap .elenco-project {
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  justify-content: center;
}
.wpc-project-wrap .elenco-project .post-single {
  width: 25%;
  padding: 15px 10px;
}
@media (max-width: 1250px) {
  .wpc-project-wrap .elenco-project .post-single {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .wpc-project-wrap .elenco-project .post-single {
    width: 100%;
  }
}
.wpc-project-wrap .elenco-project .post-single .box-content {
  display: block;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  height: 100%;
  background-color: #FFFFFF;
}
.wpc-project-wrap .elenco-project .post-single .box-content .images {
  padding-top: 52%;
  width: 100%;
  display: block;
  background: no-repeat center center #CCCCCC;
  background-size: cover;
}
.wpc-project-wrap .elenco-project .post-single .box-content .item {
  display: block;
  padding: 20px;
}
.wpc-project-wrap .elenco-project .post-single .box-content .data-time {
  display: block;
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.wpc-project-wrap .elenco-project .post-single .box-content .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.wpc-project-wrap .elenco-project .post-single .box-content .title {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
}
.wpc-project-wrap .elenco-project .post-single .box-content .summary {
  display: block;
  color: #B2B2B2;
  font-size: 15px;
  padding-top: 15px;
  width: 100%;
  line-height: 1.25;
}
.wpc-project-wrap .elenco-project .post-single .box-content:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.wpc-lastnews-wrap {
  padding: 50px 0;
}
.wpc-lastnews-wrap h5 {
  color: #838D9A;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  clear: both;
}
.wpc-lastnews-wrap .elenco-lastnews {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .wpc-lastnews-wrap .elenco-lastnews {
    margin: 0;
  }
}
.wpc-lastnews-wrap .elenco-lastnews .single-article {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wpc-lastnews-wrap .elenco-lastnews .single-article .data-publishing {
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
  display: block;
}
.wpc-lastnews-wrap .elenco-lastnews .single-article .title {
  color: #000000;
  font-size: 25px;
  line-height: 1.36;
  display: block;
  height: 105px;
  padding: 0;
  margin-bottom: 15px;
  padding-right: 20px;
  overflow: hidden;
}
.wpc-lastnews-wrap .elenco-lastnews .single-article .summary {
  display: block;
  color: #666666;
  font-size: 16px;
  max-width: 317px;
  width: 100%;
  line-height: 1.25;
  height: 84px;
  overflow: hidden;
  margin-bottom: 30px;
}
.wpc-lastnews-wrap .elenco-lastnews .single-article .border {
  height: 2px;
  display: block;
  border-bottom: 2px solid #CBCACD;
}
.wpc-lastnews-wrap .elenco-lastnews .single-article:hover {
  text-decoration: none !important;
}
.wpc-lastnews-wrap .elenco-lastnews .single-article:hover .border {
  background-color: #3B98fD;
  border-bottom: 2px solid #3B98fD;
}
.elenco- .vc_column-inner {
  margin: 0 -10px;
}
.wpc-spacehub-single {
  min-width: 33.33%;
  padding: 15px 10px;
  float: left;
}
@media (max-width: 767px) {
  .wpc-spacehub-single {
    float: none;
  }
}
.wpc-spacehub-single .box-dati {
  border-bottom: 1px solid #CBCACD;
  font-size: 16px;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}
.wpc-spacehub-single .box-dati .icona {
  width: 45px;
  height: 33px;
  width: 60px;
  height: 45px;
  margin-right: 17px;
  background: no-repeat center center;
  background-size: contain;
}
.wpc-spacehub-single .box-dati .titolo {
  color: black;
  font-weight: 500;
  margin-top: 0px;
  margin-top: 5px;
}
.wpc-spacehub-single .box-dati .valore {
  color: #3399FF;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wpc-lastcomunicati-wrap {
  padding: 50px 0;
}
.wpc-lastcomunicati-wrap h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
  clear: both;
  margin-bottom: 20px;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .slick-track {
  padding: 10px 0 25px;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .single-article {
  width: 100%;
  padding: 0 10px;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .box-content {
  padding: 32px 28px 28px;
  background-color: #FFFFFF;
  display: block;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .box-content:hover {
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  text-decoration: none !important;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .box-content .data-publishing {
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
  display: block;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .box-content .title {
  color: #000000;
  font-size: 25px;
  line-height: 1.36;
  display: block;
  height: 105px;
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.wpc-lastcomunicati-wrap .elenco-lastcomunicati .box-content .summary {
  display: block;
  color: #B2B2B2;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
  height: 85px;
  overflow: hidden;
}
.wpc-eventi-wrap {
  padding: 50px 0;
}
.wpc-eventi-wrap .all-event {
  position: absolute;
  margin-top: -28px;
  color: #4A90E2;
  line-height: 1;
  font-size: 18px;
  text-decoration: underline;
}
.wpc-eventi-wrap h5 {
  color: #838D9A;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  clear: both;
  margin-bottom: 20px;
}
.bg-blu .wpc-eventi-wrap h5 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.wpc-eventi-wrap .elenco-eventi {
  margin: 0 -10px;
  padding-bottom: 40px;
}
.wpc-eventi-wrap .elenco-eventi .single-article {
  width: 50%;
  padding: 0 10px;
}
.wpc-eventi-wrap .elenco-eventi .box-content {
  padding: 20px 0px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
}
.wpc-eventi-wrap .elenco-eventi .box-content:hover {
  text-decoration: none !important;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top {
  padding-bottom: 23px;
  width: 100%;
  clear: both;
  display: table;
  height: 32px;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .data-publishing {
  color: #3B98fD;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: 30px;
  margin-right: 20px;
  float: left;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url(images/ic_events.png) no-repeat center left;
  background-size: 20px auto;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .line {
  display: block;
  width: 1px;
  line-height: 1;
  background-color: #CBCACD;
  float: left;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .location {
  color: #3B98fD;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: 30px;
  display: block;
  margin-right: 18px;
  margin-left: 20px;
  float: left;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url(images/ic_location_on.png) no-repeat center left;
  background-size: 20px auto;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .blocco-iscrizione {
  float: right;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 3px;
  font-size: 15px;
  line-height: 1;
  padding: 8px;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .blocco-iscrizione.aperta {
  background: #2BA755;
  color: white;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .blocco-iscrizione.chiusa {
  background: #B2B2B2;
  color: white;
}
.wpc-eventi-wrap .elenco-eventi .box-content .top .eventbrite {
  width: 100%;
  max-width: 72px;
  float: right;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url(images/eventbrite.png) no-repeat center right;
  background-size: 100% auto;
  margin-right: 3px;
}
.wpc-eventi-wrap .elenco-eventi .box-content .title {
  color: #000000;
  font-size: 25px;
  line-height: 1.1;
  display: block;
  overflow: hidden;
  height: 60px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}
.wpc-eventi-wrap .elenco-eventi .box-content .title:hover {
  text-decoration: underline !important;
}
.wpc-eventi-wrap .elenco-eventi .box-content .summary {
  display: block;
  color: #666666;
  font-size: 16px;
  width: 100%;
  max-width: 425px;
  line-height: 1.25;
  height: 100px;
}
.wpc-eventi-wrap .elenco-eventi .box-content .border {
  height: 5px;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #CBCACD;
}
.wpc-eventi-wrap .elenco-eventi .box-content:hover {
  text-decoration: none !important;
}
.wpc-eventi-wrap .elenco-eventi .box-content:hover .border {
  border-bottom: 2px solid #3B98fD;
  background-color: #3B98fD;
}
.selected-news {
  margin: 0 -10px;
}
.selected-news .box-content {
  display: block;
  display: -webkit-flex;
  display: flex;
}
.selected-news .box-content span {
  display: block;
}
.selected-news .box-content:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.selected-news .box-content .images {
  width: 50%;
  display: block;
  background: no-repeat center center #CCCCCC;
  background-size: cover;
}
.selected-news .box-content .images img {
  width: 100%;
  opacity: 0;
}
.selected-news .box-content .item {
  width: 50%;
  display: block;
  padding: 20px;
  background: white;
}
.selected-news .box-content .item .data-time {
  display: block;
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.selected-news .box-content .item .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.selected-news .box-content .item .title {
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
  display: block;
}
.wpc-news-wrap {
  padding: 50px 0;
}
.wpc-news-wrap h5 {
  color: #838D9A;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  clear: both;
  margin-bottom: 20px;
}
.bg-blu .wpc-news-wrap h5 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.wpc-news-wrap .elenco-news {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
}
.wpc-news-wrap .elenco-news .single-article {
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wpc-news-wrap .elenco-news {
    display: block;
  }
  .wpc-news-wrap .elenco-news .slick-track {
    display: -webkit-flex;
    display: flex;
  }
  .wpc-news-wrap .elenco-news .slick-track .slick-slide {
    height: auto;
  }
  .wpc-news-wrap .elenco-news .slick-track .slick-slide > div,
  .wpc-news-wrap .elenco-news .slick-track .slick-slide .single-article,
  .wpc-news-wrap .elenco-news .slick-track .slick-slide .box-content {
    height: 100%;
  }
}
.wpc-news-wrap .elenco-news .box-content {
  padding: 32px 28px 28px;
  background-color: #FFFFFF;
  display: block;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  /*.front &{
				padding:0;
				-webkit-box-shadow: nset !important;
				-moz-box-shadow: nset !important;
				box-shadow: unset !important;
				border-bottom: 1px solid #CBCACD;
				&:hover{ 
					.title{
						text-decoration: underline;
					}
				}
				
				@media @mobile{
					border:0;
				}
			}*/
}
.wpc-news-wrap .elenco-news .box-content:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.wpc-news-wrap .elenco-news .box-content .data-publishing {
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
  display: block;
}
.wpc-news-wrap .elenco-news .box-content .title {
  color: #000000 !important;
  font-size: 25px;
  line-height: 1.36;
  display: block;
  height: 105px;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpc-news-wrap .elenco-news .box-content .title {
    height: auto;
    margin-bottom: 20px;
  }
}
.wpc-news-wrap .elenco-news .box-content .summary {
  display: block;
  color: #B2B2B2;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpc-news-wrap .elenco-news .box-content .summary {
    height: auto;
  }
}
.elenco-box .vc_column-inner {
  padding: 0 !important;
}
.elenco-box .wpb_wrapper {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.wpc-download-single {
  padding: 20px 10px;
  width: 20%;
}
@media (max-width: 1250px) {
  .wpc-download-single {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .wpc-download-single {
    width: 50%;
  }
}
.wpc-download-single span {
  display: block;
}
.wpc-download-single .box-download {
  width: 100%;
  height: 100%;
  border: 1px solid #DADDE1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background-color: #FFFFFF;
  display: block;
}
.wpc-download-single .box-download:before {
  content: "";
  background: url(./images/ic_file_download.png) no-repeat top right #FFFFFF;
  position: absolute;
  width: 14px;
  height: 17px;
  background-size: contain;
  top: 13px;
  right: 13px;
  z-index: 10;
}
.wpc-download-single .box-download .box-dati {
  padding: 10px 20px 25px;
}
.wpc-download-single .box-download .box-dati .icon {
  background-image: url(./images/generico.png);
}
.wpc-download-single .box-download .box-dati .icon.pdf {
  background-image: url(./images/att_pdf.png);
}
.wpc-download-single .box-download .box-dati .icon.doc,
.wpc-download-single .box-download .box-dati .icon.docx {
  background-image: url(./images/att_doc.png);
}
.wpc-download-single .box-download .box-dati .icon.psd {
  background-image: url(./images/att_psd.png);
}
.wpc-download-single .box-download .box-dati .icon.txt {
  background-image: url(./images/att_txt.png);
}
.wpc-download-single .box-download .box-dati .icon.zip,
.wpc-download-single .box-download .box-dati .icon.rar {
  background-image: url(./images/att_zip.png);
}
.wpc-download-single .box-download .box-dati .icon.xls,
.wpc-download-single .box-download .box-dati .icon.xlsx {
  background-image: url(./images/att_xls.png);
}
.wpc-download-single .box-download .box-dati .icon.esp {
  background-image: url(./images/att_esp.png);
}
.wpc-download-single .box-download .box-dati .icon.csv {
  background-image: url(./images/att_csv.png);
}
.wpc-download-single .box-download .box-dati .preview {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
.wpc-download-single .box-download .box-dati .preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wpc-download-single .box-download .box-dati .categoria {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding-top: 10px;
}
.wpc-download-single .box-download .box-dati .titolo {
  padding-bottom: 5px;
  color: #3399FF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.wpc-download-single .box-download .box-dati .peso {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}
.wpc-download-single .box-download .border {
  height: 6px;
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.wpc-download-single .box-download:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.wpc-download-single .box-download:hover .border {
  height: 6px;
  background-color: #3B98fD;
}
.blocco-immagine-storia-sx {
  padding-right: 3% !important;
}
@media (max-width: 767px) {
  .blocco-immagine-storia-sx {
    padding-right: 0 !important;
  }
}
.blocco-testo-storia-dx {
  max-width: 480px;
}
.blocco-immagine-storia-dx {
  padding-left: 3% !important;
}
@media (max-width: 767px) {
  .blocco-immagine-storia-dx {
    padding-left: 0 !important;
  }
}
.blocco-testo-storia-sx {
  max-width: 480px;
  float: right !important;
}
.nasce-associazione {
  max-width: 676px;
}
.nasce-associazione h5 {
  line-height: 1.5;
}
.flexslider {
  border: 0px !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.box-percentuali {
  display: -webkit-flex;
  display: flex;
  padding: 30px 0;
  margin: 0 -10px;
  justify-content: space-between;
  align-items: center;
}
.box-percentuali .percentuali {
  width: 30%;
  padding-bottom: 30%;
  position: relative;
}
.box-percentuali .percentuali .percentuale {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  display: none;
}
.box-percentuali .percentuali .percentuale.active {
  display: block;
}
.box-percentuali .loghi {
  width: 70%;
  max-width: 568px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-percentuali .loghi .logo {
  font-size: 0;
  display: block;
  width: 33.33%;
  padding: 7px 10px 7px;
}
.box-percentuali .loghi .logo img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border: 2px solid #F7F3F1;
  cursor: pointer;
}
.box-percentuali .loghi .logo img.active {
  border: 2px solid #3B98fD;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 767px) {
  .box-percentuali {
    display: block;
  }
  .box-percentuali .percentuali {
    width: 65%;
    padding-bottom: 68%;
    margin: 0 auto;
  }
  .box-percentuali .loghi {
    width: 100%;
    max-width: 568px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .box-percentuali .loghi .logo {
    font-size: 0;
    display: block;
    width: 50%;
    padding: 7px 10px 7px;
  }
  .box-percentuali .loghi .logo img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border: 2px solid #F7F3F1;
    cursor: pointer;
  }
  .box-percentuali .loghi .logo img.active {
    border: 2px solid #3B98fD;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  }
}
.popupbio {
  display: none;
  max-width: 1000px !important;
  width: 100%;
  padding: 25px 20px 30px !important;
}
.popupbio .box-testi {
  width: 70%;
}
.popupbio .titolo {
  color: #3B98fD;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 5px;
}
.popupbio .carica {
  color: #000000;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}
.popupbio .contenuto {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
.popupbio .fototessera {
  width: 30%;
  padding-top: 30%;
  margin-right: 20px;
  background: top left no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .popupbio {
    max-width: 500px !important;
  }
  .popupbio .fototessera {
    display: none;
  }
  .popupbio .box-testi {
    width: 100%;
  }
}
.wpc-staff-single {
  padding: 20px 10px;
  float: left;
  width: 20%;
}
@media (max-width: 1250px) {
  .wpc-staff-single {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .wpc-staff-single {
    width: 50%;
  }
}
.wpc-staff-single .box-staff {
  min-height: 273px;
  width: 100%;
  border: 1px solid #DADDE1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  border-bottom: 6px solid #3B98fD;
  background-color: #FFFFFF;
  height: 100%;
}
.wpc-staff-single .box-staff .fototessera {
  height: 152px;
  width: 100%;
  background: no-repeat center center #F3F5F5;
  background-size: contain;
}
.wpc-staff-single .box-staff .box-dati {
  padding: 10px 16px 35px;
}
.wpc-staff-single .box-staff .titolo {
  color: #3B98fD;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 19px;
  padding-bottom: 5px;
}
.wpc-staff-single .box-staff .carica {
  color: #000000;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
}
.wpc-staff-single .box-staff .social {
  height: 20px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0 16px;
  z-index: 2;
}
.wpc-staff-single .box-staff .social a {
  -webkit-filter: grayscale(100%) brightness(130%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(130%);
  background: no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 16px;
  cursor: pointer;
  margin-right: 15px;
}
.wpc-staff-single .box-staff .social a:hover {
  text-decoration: none !important;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.wpc-staff-single .box-staff .social a.bio {
  background-image: url(./images/ic_bio.png);
}
.wpc-staff-single .box-staff .social a.mail {
  background-image: url(./images/ic_email.png);
}
.wpc-staff-single .box-staff .social a.linkedin {
  background-image: url(./images/ic_linkedin.png);
}
.wpc-staff-single .box-staff .social a:last-child {
  margin-right: 0;
}
blockquote {
  color: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  line-height: 1.56;
  text-indent: 50px;
  font-style: italic;
  margin: 0;
  padding-right: 50px;
  position: relative;
}
blockquote:before {
  content: "“";
  color: #25d03d;
  font-size: 150px;
  position: absolute;
  top: -22px;
  left: -66px;
  line-height: 1;
  font-family: 'MetaPro', 'Open Sans', Helvetica, Arial, sans-serif !important;
}
blockquote:after {
  content: "“";
  color: #E03733;
  font-size: 150px;
  transform: rotate(180deg);
  position: absolute;
  bottom: -22px;
  right: -66px;
  line-height: 1;
  font-family: 'MetaPro', 'Open Sans', Helvetica, Arial, sans-serif !important;
}
@media (max-width: 767px) {
  blockquote {
    padding-right: 0px;
  }
}
.box-inevidenza {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .box-inevidenza {
    padding: 0 0;
  }
}
.news-evidenza {
  margin: 0 -5px;
}
.news-evidenza .w-col {
  padding: 5px;
}
.news-evidenza .w-col a {
  background: no-repeat center center #4C4C4C;
  background-size: cover;
  padding-top: 100%;
  padding-top: 304px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.news-evidenza .w-col a:hover {
  text-decoration: none !important;
}
.news-evidenza .w-col a .box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-evidenza .w-col a .box-content .item {
  max-width: 552px;
  width: 100%;
  display: block;
}
.news-evidenza .w-col a .data-time {
  color: white;
  display: inline-block;
  background: #3399FF;
  margin-left: -5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 4px 6px;
  margin-bottom: 4px;
}
.news-evidenza .w-col a .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.news-evidenza .w-col a .title {
  color: white;
  display: block;
  font-size: 25px;
  letter-spacing: 0.89px;
  line-height: 1.36;
  font-weight: normal;
}
.news-evidenza .right {
  float: right;
  height: 50%;
}
.news-evidenza .right .data-time {
  font-size: 15px;
}
.news-evidenza .right .title {
  font-size: 20px;
}
.news-evidenza .left {
  height: 100%;
}
.news-evidenza .left .data-time {
  font-size: 15px;
}
.news-evidenza .left .title {
  font-size: 25px;
}
@media (max-width: 767px) {
  .news-evidenza {
    height: auto;
  }
  .news-evidenza .w-col {
    padding: 0 5px;
  }
  .news-evidenza .right {
    float: none;
    height: 220px;
    max-height: 220px;
    height: 55vw;
  }
  .news-evidenza .left {
    float: none;
    height: 328px;
    max-height: 447px;
    height: 87vw;
  }
}
.title-padding {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .title-padding {
    padding: 50px 10px 0;
  }
}
#pagination .nav-links {
  display: -webkit-flex;
  display: flex;
  justify-content: right;
}
#pagination .nav-links .page-numbers,
#pagination .nav-links .cst-page-numbers {
  display: block;
  height: 52px;
  width: 52px;
  padding: 5px;
  line-height: 41px;
  color: #333333;
  font-size: 16px;
  background: #f0f2f2 no-repeat center;
  margin-left: 1px;
  text-align: center;
}
#pagination .nav-links .page-numbers:hover,
#pagination .nav-links .cst-page-numbers:hover {
  background-color: #e3e8e8;
}
#pagination .nav-links .page-numbers.current,
#pagination .nav-links .cst-page-numbers.current {
  color: white;
  background-color: #3B98fD;
}
#pagination .nav-links .page-numbers.current:hover,
#pagination .nav-links .cst-page-numbers.current:hover {
  color: white;
  background-color: #3B98fD;
}
#pagination .nav-links .page-numbers.next,
#pagination .nav-links .cst-page-numbers.next,
#pagination .nav-links .page-numbers.prev,
#pagination .nav-links .cst-page-numbers.prev {
  background-image: url('images/icon_arrow_slide.svg');
  background-size: 8px auto;
  text-decoration: none !important;
}
#pagination .nav-links .page-numbers.next,
#pagination .nav-links .cst-page-numbers.next {
  transform: rotate(180deg);
}
.category-type {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #F0F2F2;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.category-type li {
  float: left;
  width: 100px;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.category-type li.active {
  background: #3B98fD;
  color: #FAFAFA;
  cursor: default;
}
@media (max-width: 767px) {
  .category-type {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .category-type ul {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .category-type ul li {
    width: 100%;
  }
}
.post-type {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .post-type {
    display: block;
    padding: 10px;
    margin: 0;
  }
}
.post-type #filter {
  max-width: 228px;
  /*#datafilter_da, #datafilter_a{
			padding-right:30px;
			background: url('images/ic_today.png') no-repeat  95% center;
			background-size: 13px auto;
		}*/
}
@media (max-width: 767px) {
  .post-type #filter {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.post-type #filter label {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px 0;
  display: block;
}
.post-type #filter ::-webkit-input-placeholder {
  /*font-style: italic !important;*/
  opacity: 1;
  color: #1A1A1A;
}
.post-type #filter ::-moz-placeholder {
  /* Firefox 19+ */
  /*font-style: italic !important;*/
  opacity: 1;
  color: #1A1A1A;
}
.post-type #filter :-ms-input-placeholder {
  /* IE 10+ */
  /*font-style: italic !important;*/
  opacity: 1;
  color: #1A1A1A;
}
.post-type #filter :-moz-placeholder {
  /* Firefox 18- */
  /*font-style: italic !important;*/
  opacity: 1;
  color: #1A1A1A;
}
.post-type #filter .datafilter i {
  display: inline-block;
  width: 30px;
  font-size: 12px;
}
.post-type #filter .datafilter .form-text {
  display: inline-block;
  width: calc(100% - 30px);;
}
.post-type #filter .call-attive {
  display: none;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 0;
}
.post-type #filter .call-attive #call-attive {
  height: auto;
  margin: 0;
  margin-right: 10px;
  line-height: 1;
}
.post-type #filter .call-attive label {
  color: #1A1A1A;
  font-size: 12px;
  margin-top: 1px;
  letter-spacing: 0.5px;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
.post-type #filter #textfilter {
  padding-right: 30px;
  background: url('images/search.png') no-repeat 95% center;
  background-size: 15px auto;
}
.post-type #filter #tagfilter,
.post-type #filter #categoryfilter {
  padding-right: 30px;
  background: url('images/arrow_drop_down.png') no-repeat 95% center;
  background-size: 13px auto;
}
.post-type #filter button {
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
}
.post-type #filter input {
  color: #1A1A1A;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0px 11px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  line-height: 31px;
  height: 32px;
}
.post-type #filter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal !important;
  opacity: 1;
}
.post-type #filter input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal !important;
  opacity: 1;
}
.post-type #filter input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal !important;
  opacity: 1;
}
.post-type #filter input:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal !important;
  opacity: 1;
}
.post-type #filter select {
  color: #1A1A1A;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0px 10px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  height: auto;
  line-height: 31px;
  height: 32px;
}
.post-type #response {
  min-height: 422px;
}
.post-type #response.loading {
  position: relative;
}
.post-type #response.loading:after {
  opacity: 1;
  pointer-events: initial;
}
.post-type #response:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  overflow: auto;
  display: block;
  background: white;
  top: 0;
  left: 0;
}
.post-type #response #no-result {
  padding-top: 20px;
}
.post-type #response #no-result h3 {
  padding: 0;
}
.post-type #response #result-info {
  font-size: 14px;
  line-height: 1;
  color: #3399FF;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-type #response #result-info {
    display: block;
    height: 25px;
  }
  .post-type #response #result-info .risultati {
    text-align: right;
  }
}
.post-type #response #result-info .ordinamenti {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .post-type #response #result-info .ordinamenti {
    display: none;
  }
}
.post-type #response #result-info .ordinamenti .orderby {
  display: none;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
.post-type #response #result-info .ordinamenti .orderby:after {
  content: "";
  background: url(images/freccietta.png) no-repeat center center;
  width: 10px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
}
.post-type #response #result-info .ordinamenti .orderby.desc:after {
  transform: rotate(0deg);
}
.post-type #response #result-info .ordinamenti .orderby.asc:after {
  transform: rotate(180deg);
}
.post-type #response #result-info .ordinamenti .visual {
  display: inline-block;
  height: 24px;
  width: 24px;
  opacity: 0.5;
  background: no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.post-type #response #result-info .ordinamenti #visual-cols {
  background-image: url(images/ic_view_module.png);
}
.post-type #response #result-info .ordinamenti #visual-rows {
  background-image: url(images/ic_view_list.png);
}
.post-type #response #result-info .ordinamenti.visual-cols #visual-cols {
  opacity: 1;
  cursor: default;
}
.post-type #response #result-info .ordinamenti.visual-rows #visual-rows {
  opacity: 1;
  cursor: default;
}
.post-type #response #result-list {
  margin: 0 -10px;
}
.post-type #response #result-list.visual-cols {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.post-type #response #result-list.visual-cols .post-single {
  width: 33.33%;
  padding: 15px 10px;
}
.post-type #response #result-list.visual-cols .post-single .box-content {
  display: block;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  height: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-cols .post-single .box-content {
    box-shadow: unset;
  }
}
.post-type #response #result-list.visual-cols .post-single .box-content .images {
  padding-top: 52%;
  width: 100%;
  display: block;
  background: no-repeat center center #CCCCCC;
  background-size: cover;
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-cols .post-single .box-content .images {
    padding: 0;
  }
}
.post-type #response #result-list.visual-cols .post-single .box-content .item {
  display: block;
  padding: 20px;
}
.post-type #response #result-list.visual-cols .post-single .box-content .item .data-time {
  display: block;
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.post-type #response #result-list.visual-cols .post-single .box-content .item .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.post-type #response #result-list.visual-cols .post-single .box-content .item .title {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-cols .post-single .box-content .item .title {
    font-size: 18px;
  }
}
.post-type #response #result-list.visual-cols .post-single .box-content:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-cols {
    /*float: none;
					display: block;
					width: 100%;
					margin: 0;
					.post-single{
						width: 100%;
						padding: 15px 0;
					}*/
  }
  .post-type #response #result-list.visual-cols.projects .post-single .box-content .item .data-time i {
    font-style: normal;
    text-transform: uppercase;
  }
  .post-type #response #result-list.visual-cols.projects .post-single .box-content .item .data-time i:after {
    content: " - ";
  }
  .post-type #response #result-list.visual-cols.projects .post-single .box-content .item .data-time br {
    display: none;
  }
  .post-type #response #result-list.visual-cols.comunicati .post-single .box-content {
    padding: 20px 0;
  }
  .post-type #response #result-list.visual-cols.comunicati .post-single .box-content .item {
    width: 100%;
    padding: 10px 10px;
  }
  .post-type #response #result-list.visual-cols .post-single {
    width: 100%;
    padding: 0px 10px;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #CBCACD;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content .images {
    width: 250px;
    height: 167px;
    display: block;
    background: no-repeat center center #CCCCCC;
    background-size: cover;
    margin-right: 30px;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content .item {
    display: block;
    padding: 0px 10px 10px;
    width: 68%;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content .item .data-time {
    display: block;
    color: #3B98fD;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding-bottom: 15px;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content .item .data-time i {
    font-style: normal;
    text-transform: uppercase;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content .item .title {
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    display: block;
  }
  .post-type #response #result-list.visual-cols .post-single .box-content .item .summary {
    display: block;
    color: #B2B2B2;
    font-size: 15px;
    padding-top: 15px;
    width: 100%;
    line-height: 1.25;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-type #response #result-list.visual-cols .post-single .box-content .images {
    width: 125px;
    height: 90px;
    margin-right: 0;
    background-color: transparent;
    background-size: contain;
    background-position: top;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-type #response #result-list.visual-cols .post-single .box-content .item {
    padding: 0;
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-type #response #result-list.visual-cols .post-single .box-content .item .title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }
}
.post-type #response #result-list.visual-rows.projects .post-single .box-content .item .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.post-type #response #result-list.visual-rows.projects .post-single .box-content .item .data-time i:after {
  content: " - ";
}
.post-type #response #result-list.visual-rows.projects .post-single .box-content .item .data-time br {
  display: none;
}
.post-type #response #result-list.visual-rows.comunicati .post-single .box-content {
  padding: 20px 0;
}
.post-type #response #result-list.visual-rows.comunicati .post-single .box-content .item {
  width: 100%;
  padding: 10px 10px;
}
.post-type #response #result-list.visual-rows .post-single {
  width: 100%;
  padding: 0px 10px;
}
.post-type #response #result-list.visual-rows .post-single .box-content {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #CBCACD;
}
.post-type #response #result-list.visual-rows .post-single .box-content .images {
  width: 250px;
  height: 167px;
  display: block;
  background: no-repeat center center #CCCCCC;
  background-size: cover;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-rows .post-single .box-content .images {
    width: 125px;
    height: 90px;
    margin-right: 0;
    background-color: transparent;
    background-size: contain;
    background-position: top;
  }
}
.post-type #response #result-list.visual-rows .post-single .box-content .item {
  display: block;
  padding: 0px 10px 10px;
  width: 68%;
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-rows .post-single .box-content .item {
    padding: 0;
    padding-left: 10px;
  }
}
.post-type #response #result-list.visual-rows .post-single .box-content .item .data-time {
  display: block;
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.post-type #response #result-list.visual-rows .post-single .box-content .item .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
.post-type #response #result-list.visual-rows .post-single .box-content .item .title {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 767px) {
  .post-type #response #result-list.visual-rows .post-single .box-content .item .title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }
}
.post-type #response #result-list.visual-rows .post-single .box-content .item .summary {
  display: block;
  color: #B2B2B2;
  font-size: 15px;
  padding-top: 15px;
  width: 100%;
  line-height: 1.25;
}
.interventi:before {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background-color: #3399FF;
  margin-left: 10px;
  margin-bottom: 20px;
}
.interventi h4 {
  max-width: 462px;
  color: #000000;
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
}
.vc_tta-tabs-list {
  display: -webkit-flex;
  display: flex;
}
.vc_tta-tabs-list li {
  width: 50%;
}
.vc_tta-tabs-list li a {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #CCCCCC;
  display: block;
  text-align: center;
  padding: 5px;
  margin: 0 1px;
}
.vc_tta-tabs-list li a:hover {
  text-decoration: none;
  background: rgba(204, 204, 204, 0.5);
}
.vc_tta-tabs-list li.vc_active a {
  background: #3B98fD;
  cursor: default;
  color: white;
}
.vc_tta-panel {
  display: none;
}
.vc_tta-panel.vc_active {
  display: block;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  display: none;
}
.wpc-timeline-intestazione {
  padding-left: 150px;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .wpc-timeline-intestazione {
    padding-left: 0px;
  }
}
.wpc-timeline-intestazione .intestazione {
  border: 2px solid #3B98fD;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 22px;
  display: inline-block;
  color: #3B98fD;
  position: relative;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .wpc-timeline-intestazione .intestazione {
    margin-left: 5px;
  }
}
.wpc-timeline-intestazione .linea {
  height: 90px;
  min-width: 100px;
  max-width: 100px;
  position: relative;
}
.wpc-timeline-intestazione .linea:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background: #3399FF;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpc-timeline-intestazione .linea {
    min-width: 50px;
    max-width: 50px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .white-paper {
    padding-top: 20px;
  }
  .white-paper img {
    width: 70% !important;
    display: block;
    margin: 0 auto;
  }
}
.wpc-timeline-single {
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.wpc-timeline-single .data {
  padding-top: 30px;
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  min-width: 150px;
  max-width: 150px;
  text-align: right;
}
@media (max-width: 767px) {
  .wpc-timeline-single .data {
    display: none;
  }
}
.wpc-timeline-single .linea {
  padding-top: 30px;
  min-width: 100px;
  max-width: 100px;
  position: relative;
}
.wpc-timeline-single .linea:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  top: 0;
  left: 0;
  display: block;
  background: #3399FF;
  right: 0;
  margin: 0 auto;
}
.wpc-timeline-single .linea.after:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  display: block;
  background: #3399FF;
  right: 0;
  margin: 0 auto;
}
.wpc-timeline-single .linea .oval {
  height: 20px;
  width: 20px;
  border: 4px solid #549AE6;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpc-timeline-single .linea {
    min-width: 50px;
    max-width: 50px;
  }
}
.wpc-timeline-single .testo {
  padding-bottom: 50px;
}
.wpc-timeline-single .testo .titolo {
  color: #3399FF;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 5px;
}
.wpc-timeline-single .testo .data {
  padding: 0;
  padding-bottom: 15px;
  min-width: auto;
  max-width: 100%;
  text-align: left;
  display: none;
}
@media (max-width: 767px) {
  .wpc-timeline-single .testo .data {
    display: block;
  }
}
.wpc-timeline-single .testo .descrizione {
  padding-top: 10px;
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 500;
}
#intestazione-search {
  padding-bottom: 20px;
}
@media (max-width: 1250px) {
  #intestazione-search {
    padding-bottom: 0px 10px 20px;
  }
}
#intestazione-search .custom-search-page {
  position: relative;
  height: 48px;
}
#intestazione-search .custom-search-page #search {
  border: 0;
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.016;
  padding: 0;
  height: 48px;
  line-height: 48px;
  background: #CCCCCC;
  padding: 0 10px;
}
#intestazione-search .custom-search-page #searchsubmit {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  margin-top: 0 !important;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 52px;
  height: 100%;
  border: 0;
  background: center center no-repeat transparent;
  background-size: 24px;
  background-image: url(./images/ic_search_grey.png);
}
#comunicati-popup {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  position: fixed;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 700;
}
#comunicati-popup .close {
  display: block;
  background: url(./images/ic_close_black.png) no-repeat top right;
  background-size: contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  clear: both;
  margin: 5px;
}
#comunicati-popup .popup-list {
  clear: both;
}
#comunicati-popup .post-single .box-content {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: white;
  border: 3px solid #3B98fD;
  text-decoration: none;
}
#comunicati-popup .post-single .box-content .images {
  width: 250px;
  height: 167px;
  width: 240px;
  height: 160px;
  display: block;
  background: no-repeat center center #CCCCCC;
  background-size: cover;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #comunicati-popup .post-single .box-content .images {
    width: 125px;
    height: 90px;
    margin-right: 0;
    background-color: transparent;
    background-size: contain;
    background-position: top;
  }
}
#comunicati-popup .post-single .box-content .item {
  display: block;
  padding: 0px 10px 10px;
  width: 68%;
}
@media (max-width: 767px) {
  #comunicati-popup .post-single .box-content .item {
    padding: 0;
    padding-left: 10px;
  }
}
#comunicati-popup .post-single .box-content .item .data-time {
  display: block;
  color: #3B98fD;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
}
#comunicati-popup .post-single .box-content .item .data-time i {
  font-style: normal;
  text-transform: uppercase;
}
#comunicati-popup .post-single .box-content .item .title {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 767px) {
  #comunicati-popup .post-single .box-content .item .title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }
}
#comunicati-popup .post-single .box-content .item .summary {
  display: block;
  color: #4C4C4C;
  font-size: 15px;
  padding-top: 5px;
  width: 100%;
  line-height: 1.25;
}
#comunicati-popup .slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 90;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  #comunicati-popup .slick-dots {
    bottom: 0;
  }
}
#comunicati-popup .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  padding: 0;
}
#comunicati-popup .slick-dots li button {
  height: 100%;
  width: 100%;
}
#result-info {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1;
  color: #3399FF;
  display: block;
}
#result-info .risultati {
  text-align: right;
}
@media (max-width: 767px) {
  #result-info {
    padding-top: 0;
  }
}
#search-result .item-search {
  padding: 20px 0;
  border-bottom: 1px solid #B2B2B2;
}
@media (max-width: 1250px) {
  #search-result .item-search {
    padding: 20px 10px;
  }
}
#search-result .item-search .continua {
  text-align: right;
  margin-bottom: -3px;
}
#search-result .item-search:last-child {
  padding-bottom: 35px;
}
#footer {
  background: #4C6682;
  padding: 52px 0 20px;
  color: white !important;
  margin-top: -1px;
}
@media (max-width: 767px) {
  #footer {
    padding: 40px 0 100px;
  }
}
#footer a {
  color: white !important;
}
#footer .container-menu-footer-exp {
  padding-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
#footer .container-menu-footer-exp .menu-footer-container,
#footer .container-menu-footer-exp .menu-footer-inglese-container {
  width: 83.33%;
}
#footer .container-menu-footer-exp .w-col-logo {
  width: 16.66%;
  padding: 0 10px;
}
#footer .container-menu-footer-exp .w-col-logo .logo {
  width: 141px;
  height: 36px;
  display: block;
}
#footer .container-menu-footer-exp .w-col-logo .logo.fiera {
  height: 47px;
}
#footer .container-menu-footer-exp .menu-footer > .menu-item {
  float: left;
  width: 20%;
  padding: 0 10px;
}
#footer .container-menu-footer-exp .menu-footer > .menu-item a {
  display: block;
}
#footer .container-menu-footer-exp .menu-footer > .menu-item.hidden > a {
  display: none;
}
#footer .container-menu-footer-exp .menu-footer .accedi {
  display: none;
}
#footer .container-menu-footer-exp .menu-footer .principale > a {
  padding: 10px 10px 7px !important;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #E2E2E2;
}
#footer .container-menu-footer-exp .menu-footer .sub-menu a {
  font-size: 12px;
  padding: 15px 10px 0;
}
#footer .container-menu-footer-exp .menu-footer .area-dipendenti a {
  background: url(./images/ic_lock_outline.png) no-repeat 98% center;
  background-size: 16px auto;
}
#footer .container-menu-footer-exp .menu-footer .buttonM {
  margin-top: 35px;
}
#footer .container-menu-footer-exp .menu-footer .buttonM a {
  padding: 11px;
  font-size: 15px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  #footer .container-menu-footer-exp .menu-footer .buttonM a {
    margin: 0;
  }
}
@media (max-width: 1150px) {
  #footer .container-menu-footer-exp {
    flex-wrap: wrap;
  }
  #footer .container-menu-footer-exp .w-col-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  #footer .container-menu-footer-exp .w-col-logo img {
    margin: 0 auto;
  }
  #footer .container-menu-footer-exp .menu-footer-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .container-menu-footer-exp {
    display: block;
  }
  #footer .container-menu-footer-exp .menu-footer-container {
    width: 100%;
  }
  #footer .container-menu-footer-exp .w-col-logo {
    padding-bottom: 15px;
  }
  #footer .container-menu-footer-exp .menu-footer > .menu-item {
    width: 100%;
    float: none;
  }
}
#footer .policy-social {
  margin: 0 -10px;
  font-size: 13px;
}
#footer .policy-social .menu-privacy {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#footer .policy-social .menu-privacy > .menu-item {
  padding: 0 10px;
}
#footer .policy-social .menu-privacy a {
  font-weight: 700;
  letter-spacing: 0.03em;
}
#footer .policy-social .copyright {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .policy-social .privacy {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .policy-social .social {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  #footer .policy-social .social {
    text-align: center;
  }
}
#footer .policy-social .social .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  background: no-repeat center right;
  background-size: contain;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: 9999px;
  overflow: hidden;
}
#footer .policy-social .social .icon.linkedin {
  background-image: url(images/linkedin_italiacamp.svg);
}
#footer .policy-social .social .icon.facebook {
  background-image: url(images/facebook_italiacamp.svg);
}
#footer .policy-social .social .icon.instagram {
  background-image: url(images/instagram_italiacamp.svg);
}
#footer .policy-social .social .icon.twitter {
  background-image: url(images/twitter_italiacamp.svg);
}
#footer .policy-social .social .icon.youtube {
  background-image: url(images/youtube_italiacamp.svg);
}
#footer .policy-social .social .icon:first-child {
  margin-left: 0;
}
#footer .policy-social .social .icon:last-child {
  margin-right: 0;
}
#footer .policy-social .social .icon:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  #footer .policy-social .social .icon {
    height: 42px;
    width: 42px;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  #footer .policy-social .privacy,
  #footer .policy-social .copyright,
  #footer .policy-social .social {
    text-align: center;
    padding: 10px;
  }
}
#main.page-404 .content {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 10px;
}
#main.page-404 .content .post {
  max-width: 830px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
#main.page-404 .content .post .logo {
  padding-right: 30px;
}
#main.page-404 .content .post h1 {
  color: #b8242a;
  font-size: 50px;
  font-style: italic;
  padding-bottom: 0;
}
#main.page-404 .content .post h4 {
  color: #4c6683;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 10px;
}
#main.page-404 .content .post .entry {
  color: #4c6683;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
}
#main.page-404 .content .post .entry img {
  padding-right: 15px;
}
@media (max-width: 767px) {
  #main.page-404 .content {
    display: block;
  }
}
.icl_tm_wrap .overlay {
  display: none;
}
.no-mobile {
  display: block;
}
@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}
#header .content-header .menu-laterale #menu-item-10775.menu-item.current-menu-item a {
  color: white !important;
}
.hs-form-76aedb1d-d683-4b26-86b2-f97088df14ff_cd5da3cd-65e0-43bd-acde-e15b276098c7 .hs-form-field {
  width: 33.33%;
  padding: 0 10px;
}
.hs-form-76aedb1d-d683-4b26-86b2-f97088df14ff_cd5da3cd-65e0-43bd-acde-e15b276098c7 .hs-richtext {
  height: 450px;
  float: left;
}
.hs-form-76aedb1d-d683-4b26-86b2-f97088df14ff_cd5da3cd-65e0-43bd-acde-e15b276098c7 .hs_interest_type {
  float: right;
  height: 450px;
}
