ul.menu {
  border: none;
  list-style: none;
  text-align: left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
ul li.leaf {
  list-style-image: url("/img/menu-leaf.png");
  list-style-type: square;
}
li.leaf {
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}

img {
  border: 0;
}

.heading-container {
  position: absolute;
  right: 10%;
  bottom: 174px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.image-container {
  position: relative;
}

.btn_n {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #03357d;
  width: 70%;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  margin: 1rem 0;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s !important;
}

.btn_n:hover {
  background: #0d58c4 !important;
}

.btn_n:focus {
  background: #0d58c4 !important;
}

.btn_n .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow:
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 1200px) {
  .heading-container {
    right: 20px;
    bottom: 150px;
  }
}

@media (max-width: 991px) {
  .heading-container {
    right: 20px;
    bottom: 150px;
  }
}

@media (max-width: 614px) {
  .heading-container {
    right: 0;
    bottom: 90px;
  }
}

/* NORMALIZE v3.0.2 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

aside,
footer,
header,
main,
nav {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

/* Disable Chrome blue border */
input:focus {
  outline: none;
}

/* PRINT */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: "governo";
  src: url("/fonts/governo.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/TitilliumWeb-400-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/TitilliumWeb-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "governo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "a";
}

.icon-sharethis:before {
  content: "c";
}

.icon-twitter:before {
  content: "i";
}

.icon-youtube:before {
  content: "k";
}

.icon-rss-two:before {
  content: "n";
}

.icon-whatsapp:before {
  content: "F";
}

span.instagram_header {
  padding: 0 27px 0 0 !important;
}

@media (min-width: 992px) and (max-width: 1439px) {
  

  span.instagram_header {
    padding: 0 17px 0 0 !important;
  }

  
}

.instagram_footer {
  background: url("/img/instagram_grey.svg") !important;
  background-size: 27px 33px !important;
  background-repeat: no-repeat !important;
}

span.instagram_footer {
  padding: 0 27px 0 0 !important;
}

span.linkedin_header:hover {
  background: url("/img/linkedin_hover.svg") no-repeat center center !important;
  background-size: 21px 21px !important;
}


span.linkedin_header {
  padding: 0 21px 0 0 !important;
}


span.linkedin_share_button {
  padding: 10px 21px 0 0 !important;
}


span.telegram_header {
  padding: 5px 30px 0 0 !important;
}

.linkedin_footer {
  background: url("/img/linkedin_footer.svg") !important;
  background-size: 21px 21px !important;
  background-repeat: no-repeat !important;
}


span.linkedin_footer {
  padding: 0 22px 0 0 !important;
}

/* BASIC SETTINGS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #004080;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

/* TYPOGRAPHY */
h1,
h3,
h4,
.h1,
.h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}

h1,
.h1,
h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  -moz-osx-font-smoothing: grayscale;
  /* firefox per mac */
  -webkit-font-smoothing: antialiased;
  /* chrome, safari */
}

@media (max-width: 767px) {
  h1,
  .h1,
  h3 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1,
  h3 {
    margin-bottom: 30px;
  }
}

h4,
.h5 {
  margin-top: 0px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  h4,
  .h5 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h4,
  .h5 {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  font-size: 3.333em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.778em;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.7775em;
  }
}

h3 {
  font-size: 1.778em;
  font-weight: 700;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.4816666667em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 1.4816666667em;
  }
}

h3 {
  font-size: 1.478em;
}

h4 {
  font-size: 1.333em;
  letter-spacing: 0.007em;
}

.h5 {
  font-size: 1.167em;
  font-weight: 700;
  letter-spacing: 0.005em;
}

p {
  margin: 0 0 12.5px;
  letter-spacing: 0.01em;
}

ul {
  margin-top: 0;
  margin-bottom: 12.5px;
}

ul ul {
  margin-bottom: 0;
}

/* GRID */
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1440px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}

.container-smaller {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .container-smaller {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-smaller {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .container-smaller {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1440px) {
  .container-smaller {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-smaller:before,
.container-smaller:after {
  content: " ";
  display: table;
}

.container-smaller:after {
  clear: both;
}

@media (min-width: 1440px) {
  .container-smaller {
    width: 1280px;
  }
}

.container-fullwidth {
  width: 100%;
}

.container-fullwidth:before,
.container-fullwidth:after {
  content: " ";
  display: table;
}

.container-fullwidth:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-sm-3,
.col-md-3,
.col-sm-4,
.col-md-4,
.col-md-7,
.col-sm-8,
.col-md-8,
.col-sm-9,
.col-md-9,
.col-xs-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-3,
  .col-sm-4,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-3,
  .col-md-4,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-12 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
}

/* END GRID */
/* TABLES */

/* FORMS */

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

/* FORM GROUPS */

/* BUTTONS */

/* ALTERNATE BUTTONS */

/* LINK BUTTONS */

/* BUTTONS SIZES */

/* BLOCK BUTTONS */

/* JPUSH MENU */
.cbp-spmenu {
  position: fixed;
  background: #ffffff;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 580px;
  height: 100%;
  top: 0;
  z-index: 99999;
  overflow-y: scroll;
  position: fixed;
}

@media (max-width: 767px) {
  .cbp-spmenu-vertical {
    width: 240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cbp-spmenu-vertical {
    width: 464px;
  }
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -580px;
}

@media (max-width: 767px) {
  .cbp-spmenu-left {
    left: -240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cbp-spmenu-left {
    left: -464px;
  }
}

/* Push classes applied to the body */
.push-body {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.push-body.toggle-menu {
  overflow-y: hidden;
  overflow: hidden !important;
}

.push_container {
  position: relative;
  left: 0;
}

.main_nav_container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Transitions */
.cbp-spmenu,
.push-body,
.push_container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Navgoco */
.navgoco,
.navgoco ul,
.navgoco li {
  list-style: none;
}

.navgoco ul {
  padding: 0;
}

ul.navgoco {
  border-bottom: 1px solid #e7e6e4;
  margin-top: 60px;
  border-top: 1px solid #e7e6e4;
}

@media (max-width: 767px) {
  ul.navgoco {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.navgoco {
    margin-top: 50px;
  }
}

.navgoco {
  margin: 0px;
}

.navgoco > li {
  border-bottom: 1px solid #e7e6e4;
}

.navgoco > li li {
  border-bottom: 1px solid #e7e6e4;
}

.navgoco a {
  color: #003e54;
  display: block;
  outline: none;
  text-decoration: none;
}

.navgoco a:hover {
  background-color: #cef1ff;
  color: #003e54;
}

.navgoco li a {
  font-size: 1em;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

.navgoco li a:focus {
  outline: #ff8c00 solid 3px !important;
  background: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .navgoco li a {
    font-size: 0.84em;
    line-height: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navgoco li a {
    font-size: 0.89em;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navgoco > li > a {
  font-size: 1em;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .navgoco > li > a {
    font-size: 0.84em;
    line-height: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navgoco > li > a {
    font-size: 0.89em;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navgoco li:last-child,
.navgoco li ul li:last-child {
  border: none;
}

/* End Navgoco */
/* Carousel */
/*
 *  Core Owl Carousel CSS File
 */

/* No Js */

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/* Custom Carousel */

/* ------ venobox.css --------*/

/* ------- overlay: change here background color and opacity ----- */

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */

/* ----- navigation ----- */

/* ------- inline window ------ */

/* ------- Video & iFrames window ------ */

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */

/* Default close button class */

/* IE fix */

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */

/*! Light tooltip style */

/*! Dark tooltip style */

/*! Cream tooltip style */

/*! Red tooltip style */

/*! Green tooltip style */

/*! Blue tooltip style */

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */

/* Youtube tooltip style */

/* jQuery TOOLS Tooltip style */

/* IE Specific */

/* Cluetip style */

/* Tipsy style */

/* Tipped style */

/* IE9 fix - removes all filters */

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */

/* Applied to modals with show.modal.blur set to true */

/* Change opacity of overlay here */

/* UTILITIES */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* RESPONSIVE UTILITIES */
@-ms-viewport {
  width: device-width;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

/* COLORS */
/* Backgrounds */

/* Borders */

/* ELEMENTI LAYOUT */

.block {
  display: block;
}

/* Transitions All */

/* Lists */
ul {
  list-style: none;
  list-style-image: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* TEXT SELECTION STYLES */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* Images and Media */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* Remove default fieldset styles */

/* Allow only vertical resizing of textareas. */

/* Form Control */
.form-control {
  height: 55px;
  line-height: 55px;
  border: none;
  padding: 0 12px 0 12px;
  margin: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #333;
  opacity: 0.5;
}

:-moz-placeholder {
  color: #333;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #333;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}

:focus::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

:focus:-moz-placeholder {
  color: #333;
  opacity: 1;
}

:focus::-moz-placeholder {
  color: #333;
  opacity: 1;
}

:focus:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

input:not([type="checkbox"]):focus {
  color: #000;
  border-color: #999;
}

/* Image replacement */

/* Hide from both screenreaders and browsers */

/* Hide only visually, but have it available for screenreaders */

/* Toggle Content */

/* Visual Data */

/* Skip Link */

#skip-link {
  margin: 0;
}

#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

.element_invisible {
  position: fixed !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  z-index: -1;
  top: -10000px;
}

.element_invisible.element_focusable:active,
.element_invisible.element_focusable:focus {
  position: fixed !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 99999;
  top: 0;
}

/* Sections */

/* Section First */
.body_wrapper {
  padding: 255px 0 0 0;
  margin-top: -255px;
}

@media (max-width: 767px) {
  .body_wrapper {
    padding: 100px 0 0 0;
    margin-top: -100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .body_wrapper {
    padding: 185px 0 0 0;
    margin-top: -185px;
  }
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section.section_post_content {
  padding-top: 28px;
}

.section_white {
  background: #ffffff;
}

.section_grey_darker {
  background: #30373d;
  color: #ffffff;
}

.section_grey_darker a {
  color: #ffffff;
}

.section_grey_darker a:hover {
  color: #f2f2f2;
}

.section_grey_darker h4 {
  color: #ffffff;
}

.section_grey_darker h3 {
  color: #ffffff;
}

/* Box Text */
.box_text h4 {
  font-weight: 700;
}

/* Box Links */

/* Box Simple Rounded */

/* Box Text Simple */

/* Box Article */

/* Box 404 */

/* Isotope Grid */

/* Share Buttons */
@media (min-width: 1440px) {
  .share_buttons_container {
    margin-right: 200px;
  }
}

.share_buttons {
  display: block;
  position: relative;
  z-index: 0;
  float: right;
  text-decoration: none;
}

.share_buttons .share_buttons_trigger {
  width: 46px;
  height: 46px;
  line-height: 54px;
  font-size: 1.55em;
  text-align: center;
  display: block;
  background: #0066cc;
  color: #ffffff;
  float: left;
  transition: all 300ms;
}

.share_buttons .share_buttons_trigger:hover {
  text-decoration: none;
}

.share_buttons span {
  display: block;
  float: left;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background: #f2f2f2;
  font-size: 1.33em;
  padding: 0 20px 0 20px;
  transition: all 300ms;
  color: #888888;
}

.share_buttons span.icon {
  display: inline;
  float: none;
  overflow: visible;
  height: auto;
  line-height: normal;
  background: none;
  font-size: inherit;
  padding: 0;
  color: inherit;
}

.share_buttons .share_buttons_container {
  overflow: hidden;
  display: block;
  text-align: right;
  width: 0px;
  height: 46px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 100%;
  margin: 0 2px 0 0;
  transition: all 300ms;
}

.share_buttons .share_buttons_container a {
  color: #ffffff;
  background: #0066cc;
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 54px;
  font-size: 1.55em;
  text-decoration: none;
  margin-left: -2px;
}

.share_buttons .share_buttons_container a:hover {
  text-decoration: none;
}

/* Media Gallery */

/* Media Foto */

/* Calendar */

/* Filters Buttons */

/* Map */

/* Footer */
.footer_container h3 {
  font-size: 1.33em;
}

.footer_container .rss_feed {
  float: left;
  display: block;
  margin: 6px 0 0 10px;
  text-decoration: none;
  font-size: 1.39em !important;
  color: #65dbde;
}

@media (max-width: 767px) {
  .footer_container .rss_feed {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.footer_container .rss_feed:hover {
  text-decoration: none;
}

.footer_container .rss_feed:hover {
  color: #65dcdf;
}

.footer_container .rss_feed:visited {
  color: #90d7f0;
}

.footer_container .rss_feed:active {
  color: #b50000;
}

.footer_container .logo_container {
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

@media (max-width: 767px) {
  .footer_container .logo_container {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .footer_container.container .title_row h3 {
    text-align: center;
  }
}

.box_text_footer {
  border-top: 1px solid #3e484f;
  padding: 50px 20px 50px 20px;
  color: #a5abb0;
  font-size: 0.88em;
}

@media (max-width: 767px) {
  .box_text_footer {
    padding: 20px 20px 20px 20px;
    border-top: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box_text_footer {
    padding: 20px 20px 20px 20px;
  }
}

.box_text_footer p {
  color: #a5abb0;
}

.box_text_footer p a {
  color: #a5abb0;
  display: inline-block;
}

.footer_social {
  color: #30373d;
  margin-top: 25px;
  margin-bottom: 20px;
}

.footer_social span {
  background: #65dbde;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 36px;
  margin: 0 2px 0 2px;
  color: #30373d !important;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer_social a {
  background: #65dbde;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 36px;
  margin: 0 2px 0 2px;
  color: #30373d !important;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer_social a span.icon {
  background: none;
  display: inline;
  text-align: center;
  width: auto;
  height: auto;
  line-height: 38px;
  margin: 0;
  color: inherit;
  font-size: 1.2em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.footer_social a:hover {
  background: #ffffff;
  color: #30373d !important;
  text-decoration: none;
}

ul.footer_links {
  float: left;
  color: #65dbde;
  border-top: 1px solid #65dbde;
  padding-top: 10px;
  font-size: 0.88em;
}

@media (max-width: 767px) {
  ul.footer_links {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

ul.footer_links li {
  display: inline-block;
  color: #65dbde;
}

@media (max-width: 767px) {
  ul.footer_links li {
    display: block;
    text-align: center;
  }
}

ul.footer_links li a {
  color: #65dbde;
  margin: 0 8px 0 8px;
  text-decoration: underline;
}

ul.footer_links li a:hover {
  color: #65dcdf;
}

ul.footer_links li a:visited {
  color: #90d7f0;
}

ul.footer_links li a:active {
  color: #b50000;
}

/* Post Content */
.post_content {
  line-height: 1.6em;
}

.post_content p {
  margin-bottom: 30px;
}

.post_content .h5 {
  margin-bottom: 25px;
}

.post_content h3 {
  margin-bottom: 25px;
}

.post_content ul {
  margin-bottom: 40px;
  list-style-type: square;
  list-style-position: inside;
}

.post_content ul li {
  padding-left: 20px;
}

.post_content img {
  margin-bottom: 20px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .post_content.post_content_cell {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .post_content.post_content_cell {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .post_content.post_content_cell {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1440px) {
  .post_content.post_content_cell {
    /* max-width: 563px; */
    margin-left: auto;
    margin-right: auto;
  }
}

.post_content_title h1.title_large {
  font-size: 2.69em;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .post_content_title h1.title_large {
    font-size: 1.778em;
    line-height: 1.2;
  }
}

.post_content_title .h5 {
  font-weight: 400;
  color: #5a6772;
}

/* Sidebar */

aside.sidebar .share_buttons {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  aside.sidebar {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  aside.sidebar {
    margin-bottom: 20px;
  }
}

/* Pager */

/* CLNDR */

/* NAV */
/* Menu Nav Trigger */
.burger_wrapper {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 16px;
  display: table;
  height: 192px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .burger_wrapper {
    height: 100px;
    left: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .burger_wrapper {
    height: 125px;
  }
}

/* Per mettere menu sotto il burger */
.burger_wrapper p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  position: absolute;
  bottom: 64px;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .burger_wrapper p {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .burger_wrapper p {
    bottom: 25px;
  }
}

/* vedere anche riga 7122 */

.burger_container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .burger_container {
    height: 30px;
  }
}

.toggle-menu {
  width: 64px;
  height: 84px;
  display: block;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

@media (max-width: 767px) {
  .toggle-menu {
    width: 30px;
    height: 30px;
  }
}

.toggle-menu .bar {
  height: 4px;
  width: 40px;
  background: #ffffff;
  position: absolute;
  left: 12px;
  top: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
}

@media (max-width: 767px) {
  .toggle-menu .bar {
    width: 30px;
    top: 13px;
    left: 0px;
  }
}

.toggle-menu .bar:first-child {
  top: 15px;
}

@media (max-width: 767px) {
  .toggle-menu .bar:first-child {
    top: 3px;
  }
}

.toggle-menu .bar:last-child {
  top: 45px;
}

@media (max-width: 767px) {
  .toggle-menu .bar:last-child {
    top: 23px;
  }
}

.logo_container {
  margin: 0;
  margin: 48px 0 0 120px;
  position: relative;
  z-index: 0;
}

@media (max-width: 419px) {
  .logo_container {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    display: block;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .logo_container {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo_container {
    margin-top: 25px;
    margin-left: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .logo_container {
    margin-top: 55px;
    margin-left: 80px;
  }
}

.logo_wrapper {
  width: 74px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 100;
  top: 5px;
  left: 0;
  transition: all 0.3s ease;
}

.logo_wrapper a {
  display: block;
}

@media (max-width: 767px) {
  .logo_wrapper {
    width: 52px;
    top: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo_wrapper {
    width: 52px;
    top: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .logo_wrapper {
    width: 65px;
  }
}

.logo_wrapper img {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 0 0 0;
  transition: all 0.3s ease;
}

.logo_text {
  padding: 0 0 0 100px;
}

@media (max-width: 419px) {
  .logo_text {
    padding-left: 64px;
    padding-top: 6px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .logo_text {
    padding-left: 64px;
    padding-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo_text {
    padding-left: 68px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .logo_text {
    padding-left: 80px;
  }
}

.logo_text h1,
.logo_text .h1 {
  font-size: 1.778em;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  display: block;
  margin: 8px 0 0 0;
  letter-spacing: -0.5pt;
}

@media (max-width: 419px) {
  .logo_text h1,
  .logo_text .h1 {
    font-size: 0.84em;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 0px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .logo_text h1,
  .logo_text .h1 {
    font-size: 0.84em;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo_text h1,
  .logo_text .h1 {
    font-size: 1.39em;
    line-height: 1.2em;
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .logo_text h1,
  .logo_text .h1 {
    font-size: 1.68em;
    line-height: 1.2em;
    margin-top: 4px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .logo_text strong {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo_text strong {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .logo_text strong {
    display: block;
  }
}

@media (min-width: 1440px) {
  .logo_text strong {
    display: block;
  }
}

.nav_tools {
  padding: 0 24px 0 0;
}

.nav_social {
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: right;
  display: block;
}

.nav_social b {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 767px) {
  .nav_social {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav_social {
    display: none;
  }
}

.nav_social span {
  padding: 0 15px 0 0;
}

.nav_social span.icon {
  padding: 0;
}

.nav_social a {
  background: #ffffff;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 36px;
  margin: 0 2px 0 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nav_social a:hover {
  background: #004080;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .nav_social a {
    width: 22px;
    height: 22px;
    line-height: 26px;
    font-size: 0.78em;
  }

  .nav_social {
    text-align: left;
  }

  .home_multilanguage {
    margin-right: 32px;
    margin-top: 7px;
  }

  span.linkedin_header {
    padding: 4px 18px 0 0 !important;
    background-size: 16px 16px !important;
  }

  span.linkedin_header:hover {
    padding: 10px 18px 0 0 !important;
    background-size: 16px 16px !important;
  }
}

.flag_container {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  clear: both;
  transition: all 0.4s ease;
  top: 184px;
}

@media (max-width: 767px) {
  .flag_container {
    top: 92px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flag_container {
    top: 120px;
  }
}

.flag_container div {
  width: 33.3333333333%;
  height: 8px;
  overflow: hidden;
  float: left;
}

.flag_container div.green {
  background: #009246;
}

.flag_container div.white {
  background: #ffffff;
}

.flag_container div.red {
  background: #ce2b37;
}

.sub_nav {
  background: #1276dc;
  position: absolute;
  z-index: 0;
  top: 190px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  font-weight: 200;
}

@media (max-width: 767px) {
  .sub_nav {
    top: 96px;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub_nav {
    top: 128px;
  }
}

.sub_nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 22px 0 18px 0;
}

@media (max-width: 767px) {
  .sub_nav ul {
    padding: 12px 0 12px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub_nav ul {
    padding: 15px 0 15px 0;
  }
}

.sub_nav ul li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 40px 0 40px;
  font-size: 1.18em;
  line-height: 21px;
}

@media (max-width: 767px) {
  .sub_nav ul li {
    font-size: 0.72em;
    line-height: 16px;
    padding: 0 4px 0 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub_nav ul li {
    font-size: 1em;
    line-height: 18px;
    padding: 0 20px 0 20px;
  }
}

.sub_nav ul li a {
  color: #ffffff;
}

.main_nav {
  position: relative;
  z-index: 1;
  height: 192px;
  background: #0066cc;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .main_nav {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main_nav {
    height: 125px;
  }
}

.main_nav_container {
  /* position: fixed; */
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  background: #0066cc;
}

@media (min-width: 1440px) and (max-width: 1679px) {
  .main_nav_container .main_nav .container {
    width: 100%;
  }

  .main_nav_container .main_nav .container .nav_social {
    float: none;
    clear: both;
    margin-right: 20px;
  }
}

@media (min-width: 1680px) {
  .main_nav_container .main_nav .container {
    width: 1680px;
  }

  .main_nav_container .main_nav .container .nav_social {
    float: none;
    clear: both;
  }

  .main_nav_container .main_nav .container .nav_search {
    width: 365px;
    float: right;
  }
}

.nav_search input[type="submit"] {
  font-family: "governo";
  font-size: 1.39em;
  border: 0px;
  padding: 0;
  margin: 0;
  color: #000;
  cursor: pointer;
  background: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav_search input[type="submit"] {
    font-size: 1em;
  }
}

.nav_search {
  display: block;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .nav_search {
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav_search {
    margin-top: 40px;
  }
}

.nav_search input[type="text"] {
  padding-right: 64px;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav_search input[type="text"] {
    padding-right: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav_search input.form-control {
    height: 42px;
    font-size: 0.89em;
    line-height: 42px !important;
  }
}

.nav_search input[type="submit"] {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  margin: 0;
  background: #1276dc;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav_search input[type="submit"] {
    width: 42px;
    height: 42px;
  }
}

/* Open state */

a:focus {
  background: #ff8c00;
  outline: #ff8c00 solid 0px;
  text-decoration: underline;
}

input:not([type="checkbox"]):focus {
  outline: #ff8c00 solid 3px;
  text-decoration: none;
}

.footer_social a:focus,
.nav_social a:focus {
  text-decoration: none;
  outline: #ff8c00 solid 3px;
  background: auto !important;
}

.nav_social a:focus {
  background: #ffffff;
}

.footer_social a:focus {
  background: #65dbde;
}

.toggle-menu:focus,
.logo_wrapper a:focus,
.rss_feed:focus {
  outline: #ff8c00 solid 3px !important;
  background: none !important;
}

.navgoco a:focus {
  background: #ff8c00 !important;
  outline: #ff8c00 solid 0px !important;
  text-decoration: underline;
}

/* TABELLE RESPONSIVE */

/* TABELLE RESPONSIVE */

.post_content {
  padding-top: 50px;
}

.content {
  padding-top: 50px;
}

/*Aggiunta style classi essitenti */
/*Aggiunta classi mancanti*/

/* fisso img presidente */

/*Recupero style gallery */

/* search form */

.field-items img {
  padding: 10px;
}

.post_content ul,
.field ul {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 20px;
}
.post_content ul li,
.field ul li {
  padding-left: 20px;
}

/* Ereditati da system.base.css*/

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

/* IE6 */
/* IE7 */

@media screen and (max-width: 1024px) {
  .share_buttons {
    display: none;
  }
}

.field-name-body img {
  max-width: 100% !important;
  height: auto !important;
}

/* FIX CALENDARI */

/* FIX TESTO LINK INVISIBILE */
span.share-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  background: none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}


:root {
  --Button-default-bg: #65dde0;
  --Button-default-color: #004a4d;
  --Button-default-border: #50d8dc;
  --Button-danger-bg: #b50000;
  --Button-danger-color: #fff;
  --Button-danger-border: #f00;
  --Button-info-bg: #fff;
  --Button-info-color: #003e54;
  --Button-info-border: #ccc;
}

ul.language-switcher-locale-url {
  position: absolute;
  right: 110px;
  z-index: 999;
  top: 146px;
  background-color: #fff;
}

@-moz-document url-prefix() {
  ul.language-switcher-locale-url {
    top: -205px;
  }
}

ul.language-switcher-locale-url li {
  float: left;
  font-size: 0.9em;
  padding: 5px 10px 5px 10px;
}

@media (max-width: 375px) {
  ul.language-switcher-locale-url {
    position: absolute;
    top: 100px;
    background-color: #fff;
    z-index: 1;
  }

  @-moz-document url-prefix() {
    ul.language-switcher-locale-url {
      top: -115px;
    }
  }
}

ul.language-switcher-locale-url {
  transition: all 0.3s ease;
  position: absolute;
  right: 20px;
  z-index: 999;
  top: 150px;
  background-color: #0066cc;
}

@media (max-width: 767px) {
  ul.language-switcher-locale-url {
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 110px;
    background-color: #ffffff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.language-switcher-locale-url {
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 190px;
    background-color: #ffffff;
  }
}

@media (min-width: 1680px) {
  ul.language-switcher-locale-url {
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 260px;
    background-color: #fff;
  }
}

ul.language-switcher-locale-url li {
  float: left;
  font-size: 0.9em;
  padding: 5px 0px 5px 10px;
  margin-right: 5px;
}

@media (max-width: 375px) {
  ul.language-switcher-locale-url {
    position: absolute;
    right: 10px;
    top: 100px;
    background-color: #fff;
    z-index: 1;
  }
}

li.it.first.active {
  width: 105px;
  background-size: 35px 22px;
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 5px;
}

li.it.first {
  width: 90px;
}

li.it.first a {
  margin-right: 80px;
  color: #0066cc;
}

li.en.last a {
  color: #0066cc;
}

li.it.first.active a {
  font-weight: bold;
}

@media (max-width: 375px) {
  li.it.first a {
    margin-right: 80px;
    color: #0066cc;
  }

  li.en.last a {
    margin-right: 80px;
    color: #0066cc;
  }
}

.home_multilanguage {
  z-index: 9999;
  border: 1px solid #65dcdf;
  padding: 3px 3px 3px 3px;
  margin-right: 32px;
  float: right;
  margin-top: 7px;
}

.home_it {
  background-color: #fff;
  padding: 3px;
  width: 35px;
  text-align: center;
  float: left;
  display: block;
}

.home_it a,
.home_en a {
  font-size: 1em;
}

.home_en {
  background-color: #fff;
  padding: 3px;
  width: 35px;
  text-align: center;
  float: left;
  display: block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .home_it,
  .home_en {
    width: 30px;
    padding: 0px;
  }
  .home_it a,
  .home_en a {
    font-size: 0.8em;
  }

  .home_multilanguage {
    margin-top: 3px;
  }
}

@media (max-width: 768px) {
  .home_multilanguage {
    margin-right: 5px;
    margin-top: -10px;
  }
}

@media (max-width: 375px) {
  .home_multilanguage {
    margin-top: -18px;
  }
}

ul.language-switcher-locale-url {
  display: none;
}

/* Social footer per inserimento posta cartacea */
@media (max-width: 767px) {
  .footer_social {
    text-align: center;
  }
}

.h3_footer {
  margin-bottom: 0px;
}

.social_footer {
  margin-bottom: 11px;
  margin-top: 10px;
}

.contacts_footer {
  margin-bottom: 54px;
}

.new_footer {
  padding-top: 20px;
}

.lingua_non_corrente {
  margin: 20px;
  background-color: #d6d6d6;
  padding: 5px 10px 5px 10px;
}

.lingua_corrente {
  margin: 20px;
  background-color: #65dcdf;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
}

.div_lingue {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .div_lingue {
    margin-bottom: 20px;
  }
}

.home_multilanguage_both {
  clear: both;
}

.span_bold {
  font-weight: bold;
}

/* Classe mancante in produzione aggiunta il 13/06/24 (da verificare) */

/* Classi per diretta video multipla */

.card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1.5rem;
  min-height: 100% !important;
  flex: 0 0 48%;
  margin: 15px 5px;
  width: 48%;
  background: #fff;
}
.card:hover {
  box-shadow: 0 0.9rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-container {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.card p {
  margin: 0 !important;
  font-size: 1rem !important;
}

.card h3 {
  font-size: 1.35rem !important;
}

@media (max-width: 1440px) {
  .card {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media (max-width: 768px) {
  .card {
    flex: 0 0 90%;
    width: 90%;
    margin: 15px auto;
  }
}
a {
  cursor: pointer;
}

.dataright {
  margin: 10px 0 !important;
}

html {
  scroll-behavior: smooth;
}

.form-wrapper {
  max-width: 450px;
  margin: 20px auto;
}