/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* da 100 a 900 */
/* 400 */
/* Base colors */
/* Transitions */
/* SCSS Includes */
/* Scss Document */
/* Btn */
.btn {
  font-family: "Roboto Condensed", sans-serif;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-width: 2px;
  padding: 10px 20px 8px;
  font-size: 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  text-transform: uppercase;
  font-weight: 600 !important; }

.btn-sm {
  padding: 5px 15px; }

.btn-default, .btn-default:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #213770; }

.btn-primary, .btn-primary:focus {
  background-color: #213770;
  border: none;
  color: #fff; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #dab565; }

.btn-secondary, .btn-secondary:focus {
  background-color: #dab565;
  border-color: #dab565;
  color: #fff; }

.btn-secondary:hover {
  background-color: #c4952f;
  border-color: #c4952f;
  color: #fff; }

.btn-light, .btn-light:focus {
  background-color: #ececec;
  border-color: #ececec;
  color: #213770; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #213770; }

.btn-outline-light {
  border-color: #ececec;
  color: #ececec; }

.btn-outline-light:hover, .btn-outline-light:focus {
  background: #ececec;
  color: #213770; }

.btn-outline-primary {
  border-color: #213770;
  color: #213770; }

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #213770;
  color: #fff;
  border-color: #213770; }

/* Scss Document */
.wpcf7 form.sent .wpcf7-response-output {
  background: #78BE00;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #FFEA83;
  border: none;
  padding: 20px;
  color: #1a1a1a;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px; }

/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  bottom: 100px;
  right: -50px;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }
  #top-link-wrapper a {
    display: block;
    color: #ececec;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    background: #1b2d5c;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    #top-link-wrapper a:hover {
      background: #274184;
      color: #fff;
      padding-top: 5px; }
  #top-link-wrapper.visible {
    right: 0px; }

/* Footer */
.logo-footer {
  width: 100%;
  height: auto;
  display: block;
  max-width: 180px; }

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 1px 0; }
    .widget_nav_menu ul li a {
      color: #ececec;
      font-weight: 400;
      font-size: 0.9em; }
      .widget_nav_menu ul li a:hover {
        color: #fff; }
    .widget_nav_menu ul li.current_page_item a {
      font-weight: 700; }

@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; }

  /* Top Link Wrapper */
  #top-link-wrapper a {
    padding-top: 8px; }
    #top-link-wrapper a:hover {
      padding-top: 6px; } }
/* Scss Document */
/* Navbar toggler */
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0 !important;
  outline: none !important;
  font-size: 3em !important;
  outline: 0 !important;
  box-shadow: none; }
  .navbar-toggler:focus {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none; }

/* Logo */
.logo {
  height: 60px;
  margin: 10px 0;
  width: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .logo:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }

/* Navbar */
header {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  /*border-bottom: $light-color 1px solid;*/
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  header .navbar-brand {
    padding: 0;
    margin: 0; }

/* Top Navbar */
.navbar .nav-item {
  padding: 0; }
  .navbar .nav-item .nav-link {
    font-family: "Roboto Condensed", sans-serif;
    color: #213770;
    padding: 15px 0;
    margin: 0 20px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    letter-spacing: -0.015em; }
    .navbar .nav-item .nav-link:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 1px;
      background: #213770;
      -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    .navbar .nav-item .nav-link.active {
      color: #dab565 !important;
      text-decoration: none !important; }
    .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus {
      color: #dab565 !important;
      text-decoration: none !important; }
      .navbar .nav-item .nav-link:hover:after, .navbar .nav-item .nav-link:focus:after {
        left: 0;
        right: 0;
        width: 100%; }
  .navbar .nav-item:hover {
    color: #213770 !important; }
    .navbar .nav-item:hover .nav-link {
      color: #213770 !important; }
  .navbar .nav-item.bg-secondary {
    padding: 0;
    color: #fff !important;
    background: transparent !important;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    .navbar .nav-item.bg-secondary .nav-link {
      background: #dab565 !important;
      padding: 8px 20px;
      color: #fff !important;
      text-transform: uppercase;
      font-weight: 600; }
    .navbar .nav-item.bg-secondary:hover {
      background: transparent !important; }
      .navbar .nav-item.bg-secondary:hover .nav-link {
        background: #213770 !important; }

.dropdown-toggle::after {
  content: none; }

/* Dropdown */
.dropdown-menu, .dropdown-menu.show {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(26, 26, 26, 0.3);
  padding: 0;
  left: 0;
  /* corrisponde al padding */
  z-index: 1000 !important; }

.dropdown-item {
  background: light-color;
  color: #1a1a1a;
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  padding: 10px 25px;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  position: relative; }
  .dropdown-item:hover, .dropdown-item:focus {
    background: #dfdfdf; }

/* Dropdown on hover open */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  .logo {
    height: 50px; }

  .navbar .nav-item {
    padding: 0; }
    .navbar .nav-item .nav-link {
      padding: 25px 15px;
      font-size: 14px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .logo {
    height: 45px; }

  .navbar-toggler {
    font-size: 3.5em !important; }

  .nav-link {
    margin: 0 !important;
    border-bottom: 1px solid lightgray;
    display: block;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 14px 0 !important; } }
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .logo {
    height: 40px; } }
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #213770;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

/* Swiper */
.swiper-pagination-bullet {
  background: rgba(33, 55, 112, 0.4) !important;
  opacity: 1 !important;
  height: 8px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #dab565 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; }

.swiper.timelineSwiper .swiper-slide {
  padding: 0 25px; }

.swiper-button-next {
  cursor: pointer;
  color: #ececec !important;
  right: 30px !important;
  font-size: 0.8em !important; }

.swiper-button-prev {
  cursor: pointer;
  color: #ececec !important;
  left: 30px !important;
  font-size: 0.8em !important; }

.slide-content {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .slide-content h1 {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content p {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content a {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content.animate-in {
    opacity: 1; }
    .slide-content.animate-in h1 {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in p {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in a {
      right: 0;
      opacity: 1; }

/* Scss Document */
.table-dark {
  --bs-table-bg: $default-color;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #ececec;
  border-color: 1px solid rgba(236, 236, 236, 0.1); }

/* Scss Document */
body {
  font-weight: 300;
  font-size: 1.05em; }

p, li {
  line-height: 1.5em; }

.lead {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.02em; }

b, strong {
  font-weight: 600; }

.primary-font {
  font-family: "Roboto Condensed", sans-serif; }

.secondary-font {
  font-family: "Oranienbaum", serif; }

h1, .h1 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  color: #213770;
  line-height: 1em; }

h2, .h2 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  color: #213770;
  line-height: 1em; }

h3, .h3 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  color: #213770;
  line-height: 1em; }

h4, .h4 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  color: #213770;
  line-height: 1em; }

h5, .h5 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  color: #213770;
  line-height: 1em; }

h6, .h6 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  color: #213770;
  line-height: 1em; }

h1 span.display-5, h1.display-5, .display-5,
h1 span.display-4, h1.display-4, .display-4,
h1 span.display-3, h1.display-3, .display-3,
h1 span.display-2, h1.display-2, .display-2,
h1 span.display-1, h1.display-1, .display-1 {
  line-height: 1 !important;
  font-weight: 400; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.85em; }

.x-small, .extra-small {
  font-size: 0.7em; }

a {
  color: #213770;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

a:hover, a:focus {
  color: #dab565;
  text-decoration: none; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none !important; }

/* FW */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing {
  letter-spacing: 0.1em; }

/* COLORS */
.color-white {
  color: #fff !important; }

.color-light {
  color: #ececec !important; }

.color-light-alt {
  color: lightgray !important; }

.color-dark {
  color: #1a1a1a !important; }

.color-default {
  color: #1a1a1a !important; }

.color-primary {
  color: #213770 !important; }

.color-secondary {
  color: #dab565 !important; }

a.color-white {
  color: #fff; }

a.color-white:hover, a.color-white:focus {
  color: #ececec !important; }

a.color-light {
  color: #ececec; }

a.color-light:hover, a.color-light:focus {
  color: #fff !important; }

a.color-default {
  color: #1a1a1a; }

a.color-default:hover, a.color-default:focus {
  color: #213770 !important; }

a.color-primary {
  color: #213770; }

a.color-primary:hover, a.color-primary:facus {
  color: #dab565 !important; }

a.color-secondary {
  color: #dab565; }

a.color-secondary:hover, a.color-secondary:focus {
  color: #213770 !important; }

@media (max-width: 1200px) {
  html {
    font-size: 0.95em; } }
@media (max-width: 992px) {
  html {
    font-size: 0.9em; } }
@media (max-width: 768px) {
  html {
    font-size: 0.85em; } }
@media (max-width: 576px) {
  html {
    font-size: 0.8em; } }
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #1a1a1a;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
  overflow-y: auto; }

/* LIMITO CONTAINER FLUID */
.container-limit {
  max-width: 1800px !important; }

::selection {
  color: #ececec;
  background: #213770; }

.bg-primary ::selection {
  color: #fff;
  background: #0e2d64; }

.filter {
  background: rgba(33, 55, 112, 0.95); }

.filter-primary {
  background: rgba(33, 55, 112, 0.95); }

.rounded {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.rounded-sm {
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.rounded-lg {
  -webkit-border-radius: 60px !important;
  -ms-border-radius: 60px !important;
  border-radius: 60px !important;
  -moz-border-radius: 60px !important; }

.rounded-lg-top {
  -webkit-border-top-left-radius: 60px !important;
  -ms-border-top-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
  -moz-border-top-left-radius: 60px !important;
  -webkit-border-top-right-radius: 60px !important;
  -ms-border-top-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
  -moz-border-top-right-radius: 60px !important; }

.rounded-lg-bottom {
  -webkit-border-bottom-left-radius: 60px !important;
  -ms-border-bottom-left-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
  -moz-border-bottom-left-radius: 60px !important;
  -webkit-border-bottom-right-radius: 60px !important;
  -ms-border-bottom-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
  -moz-border-bottom-right-radius: 60px !important; }

.gradient-filter {
  background: #213770;
  background: -moz-linear-gradient(90deg, #213770 0%, rgba(33, 55, 112, 0.7) 60%, rgba(33, 55, 112, 0) 100%);
  background: -webkit-linear-gradient(90deg, #213770 0%, rgba(33, 55, 112, 0.7) 60%, rgba(33, 55, 112, 0) 100%);
  background: linear-gradient(90deg, #213770 0%, rgba(33, 55, 112, 0.7) 60%, rgba(33, 55, 112, 0) 100%); }

/* Pagination */
.page-numbers {
  padding: 5px 12px !important;
  border: 2px solid #dab565 !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  color: #dab565;
  font-size: 0.8em;
  font-weight: 600; }
  .page-numbers.current {
    background: #213770;
    color: #ececec !important;
    border: 1px solid #dab565; }
  .page-numbers:hover {
    background: #dab565;
    border: 1px solid #dab565;
    color: #fff; }

/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Bg */
.bg-white {
  background-color: #fff !important; }

.bg-light {
  background-color: #ececec !important; }

.bg-dark {
  background-color: #1a1a1a !important; }

.bg-light-alt {
  background-color: lightgray !important; }

.bg-default {
  background-color: #1a1a1a !important; }

.bg-primary {
  background-color: #213770 !important; }

.bg-secondary {
  background-color: #dab565 !important; }

.bg-tertiary {
  background-color: #0e2d64 !important; }

/* news-item */
.news-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #213770;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure figcaption {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 20px;
  right: 20px;
  margin-top: -20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

.news-item figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* servizi-item */
.servizi-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #213770;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure figcaption {
  text-align: center;
  font-size: 1.8em;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

.servizi-item figure img {
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure:hover {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.servizi-item figure:hover img {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* Img tonda */
.circle {
  border-radius: 50% !important; }

/* Opacity */
.o-50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5; }

/* Transition */
.transition {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; }

.pull-top {
  position: relative;
  top: -48px; }

/* Widget menu */
.sidebar-nav.widget_nav_menu ul {
  list-style-type: none;
  padding: 0; }
  .sidebar-nav.widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 8px 12px;
    border-bottom: 1px solid #ececec; }
    .sidebar-nav.widget_nav_menu ul li a {
      color: #1a1a1a;
      font-weight: 300;
      font-size: 1em; }
      .sidebar-nav.widget_nav_menu ul li a:hover {
        color: #213770; }
    .sidebar-nav.widget_nav_menu ul li.current_page_item a {
      font-weight: 600;
      color: #dab565; }

/* Maps */
#map {
  width: 100%;
  height: 800px; }

@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; }

  #map {
    width: 100%;
    height: 400px; } }
