/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* Base colors */
/* Transitions */
/* SCSS Includes */
/* Scss Document */
/* Btn */
.badge {
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-size: 0.65em;
  letter-spacing: 0.2em; }
  .badge:hover {
    color: #fff !important; }

/* Btn */
.btn {
  font-family: "Nunito Sans", serif;
  -webkit-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-width: 3px;
  padding: 6px 25px 5px;
  font-size: 18px;
  -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: 800 !important; }

.btn-sm {
  padding: 3px 13px 2px;
  font-size: 12px; }

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

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

.btn-primary, .btn-primary:focus {
  background-color: #5D5D5D;
  color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #5D5D5D;
  border-left-color: #5D5D5D; }

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

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

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

.btn-light, .btn-light:focus {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #5D5D5D; }

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

.btn-white, .btn-white:focus {
  background-color: #fff;
  border-color: #fff;
  color: #5D5D5D; }

.btn-white:hover {
  background-color: #777777;
  border-color: #777777;
  color: #fff; }

.btn-contatti {
  -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);
  display: inline-block; }
  .btn-contatti:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); }

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

.btn-outline-light:hover, .btn-outline-light:focus {
  background: #e5e5e5;
  color: #5D5D5D; }

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

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

/* 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: #000;
  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: #e5e5e5;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    background: #5D5D5D;
    -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: #6a6a6a;
      color: #fff; }
  #top-link-wrapper.visible {
    right: 0px; }

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

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  display: inline-block; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .widget_nav_menu ul li a {
      color: #e5e5e5;
      font-weight: 400;
      font-size: 1em;
      text-transform: uppercase; }
      .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: 140px;
  margin: 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);
  -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; }

/* Main Navbar */
.navbar-nav#menu-main .nav-item {
  padding: 0; }
  .navbar-nav#menu-main .nav-item .nav-link {
    font-family: "Nunito Sans", serif;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    -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#menu-main .nav-item .nav-link.active {
      background: #5D5D5D !important;
      color: #fff !important;
      text-decoration: none !important; }
    .navbar-nav#menu-main .nav-item .nav-link:hover, .navbar-nav#menu-main .nav-item .nav-link:focus {
      background: #5D5D5D !important;
      color: #fff !important;
      text-decoration: none !important; }
  .navbar-nav#menu-main .nav-item:hover {
    color: #fff !important;
    background: #5D5D5D !important; }
    .navbar-nav#menu-main .nav-item:hover .nav-link {
      color: #fff !important;
      background: #5D5D5D !important; }
  .navbar-nav#menu-main .nav-item.bg-primary {
    padding: 0 0 0 20px;
    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#menu-main .nav-item.bg-primary .nav-link {
      background: #5D5D5D !important;
      color: #fff !important; }
    .navbar-nav#menu-main .nav-item.bg-primary:hover {
      background: transparent !important; }
      .navbar-nav#menu-main .nav-item.bg-primary:hover .nav-link {
        background: #FECB00 !important; }

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

/* Dropdown */
.dropdown-menu, .dropdown-menu.show {
  border-radius: 0;
  border: none;
  padding: 0;
  left: 0;
  /* corrisponde al padding */
  z-index: 1000 !important;
  background: #505050 !important; }

.dropdown-item {
  background: #505050;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 18px;
  -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;
  text-transform: uppercase; }
  .dropdown-item:hover, .dropdown-item:focus {
    background: #5D5D5D;
    color: #fff; }

/* Mobile Nav */
.offcanvas.offcanvas-end {
  width: 100%;
  max-width: 100%; }

.offcanvas {
  background: #000;
  background: -moz-linear-gradient(50deg, rgba(0, 0, 0, 0.95) 0%, #5d5d5d 60%);
  background: -webkit-linear-gradient(50deg, rgba(0, 0, 0, 0.95) 0%, #5d5d5d 60%);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.95) 0%, #5d5d5d 60%); }

/* 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: 120px; }

  .navbar .nav-item {
    padding: 0; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .logo {
    height: 100px; }

  .navbar {
    padding: 1px 0; }

  .mobile-navbar-nav .menu-item .nav-link {
    text-align: center;
    margin: 0 !important;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
    display: block;
    font-size: 18px !important;
    padding: 14px 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
    .mobile-navbar-nav .menu-item .nav-link:hover, .mobile-navbar-nav .menu-item .nav-link:focus, .mobile-navbar-nav .menu-item .nav-link.active {
      color: #f2f2f2 !important; }
  .mobile-navbar-nav .menu-item.bg-primary {
    -webkit-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    background: #FECB00 !important;
    display: inline-block;
    border-top: none !important; }
    .mobile-navbar-nav .menu-item.bg-primary .nav-link {
      background: #FECB00 !important;
      color: #5D5D5D !important;
      -webkit-border-radius: 20px !important;
      -ms-border-radius: 20px !important;
      border-radius: 20px !important;
      -moz-border-radius: 20px !important; }
  .mobile-navbar-nav .dropdown-menu, .mobile-navbar-nav .dropdown-menu.show {
    position: relative !important;
    transform: translate(0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: none !important; }
    .mobile-navbar-nav .dropdown-menu .menu-item .dropdown-item, .mobile-navbar-nav .dropdown-menu.show .menu-item .dropdown-item {
      font-size: 18px !important;
      padding: 14px 0 !important;
      border-top: 1px solid rgba(229, 229, 229, 0.5);
      background: rgba(0, 0, 0, 0.1);
      text-align: center; }

  .mobile-bottom-navbar-nav .menu-item .nav-link {
    text-align: center;
    margin: 0 !important;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
    display: block;
    font-size: 14px !important;
    padding: 14px 0 !important;
    font-weight: 600;
    color: #fff; }
    .mobile-bottom-navbar-nav .menu-item .nav-link:hover, .mobile-bottom-navbar-nav .menu-item .nav-link:focus, .mobile-bottom-navbar-nav .menu-item .nav-link.active {
      color: #f2f2f2 !important; }
  .mobile-bottom-navbar-nav .dropdown-menu, .mobile-bottom-navbar-nav .dropdown-menu.show {
    position: relative !important;
    transform: translate(0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: none !important; }
    .mobile-bottom-navbar-nav .dropdown-menu .menu-item .dropdown-item, .mobile-bottom-navbar-nav .dropdown-menu.show .menu-item .dropdown-item {
      font-size: 14px !important;
      padding: 14px 0 !important;
      border-top: 1px solid rgba(229, 229, 229, 0.5);
      background: rgba(0, 0, 0, 0.1);
      text-align: center; } }
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .logo {
    width: 100%;
    height: auto !important; } }
/* 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: #5D5D5D;
  background: -moz-linear-gradient(90deg, #5d5d5d 0%, #fecb00 100%);
  background: -webkit-linear-gradient(90deg, #5d5d5d 0%, #fecb00 100%);
  background: linear-gradient(90deg, #5d5d5d 0%, #fecb00 100%);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* Swiper */
.swiper-pagination-bullet {
  background: rgba(93, 93, 93, 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: #fecb00 !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: #e5e5e5 !important;
  right: 30px !important;
  font-size: 0.8em !important; }

.swiper-button-prev {
  cursor: pointer;
  color: #e5e5e5 !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: #e5e5e5;
  border-color: 1px solid rgba(229, 229, 229, 0.1); }

/* Scss Document */
body {
  font-weight: 400 !important;
  font-size: 1em;
  line-height: 1.2em; }

p, li {
  line-height: 1em;
  line-height: 1.4em;
  font-weight: 400 !important; }

.lead {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400 !important; }

b, strong {
  font-weight: 600; }

.primary-font {
  font-family: "Nunito Sans", serif; }

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

h1, .h1 {
  font-family: "Nunito Sans", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1em; }

h2, .h2 {
  font-family: "Nunito Sans", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1em; }

h3, .h3 {
  font-family: "Nunito Sans", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1em; }

h4, .h4 {
  font-family: "Nunito Sans", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1em; }

h5, .h5 {
  font-family: "Nunito Sans", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1em; }

h6, .h6 {
  font-family: "Nunito Sans", serif;
  font-weight: 800;
  color: #fff;
  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: 1em !important;
  font-weight: 800 !important; }

.text-decoration-underline {
  text-decoration-color: #5D5D5D !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 0.16em !important;
  text-decoration-style: solid !important;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.8em; }

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

a {
  color: #5D5D5D;
  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: #FECB00;
  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: #e5e5e5 !important; }

.color-light-alt {
  color: #999999 !important; }

.color-dark {
  color: #000 !important; }

.color-default {
  color: #000 !important; }

.color-primary {
  color: #5D5D5D !important; }

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

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

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

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

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

a.color-default {
  color: #000; }

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

a.color-primary {
  color: #5D5D5D; }

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

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

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

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

body {
  background: #000;
  color: #fff;
  font-family: "Nunito Sans", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  overflow-y: auto; }

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

::selection {
  color: #e5e5e5;
  background: #5D5D5D; }

.bg-primary ::selection {
  color: #fff;
  background: #6a6a6a; }

.filter {
  background: rgba(0, 0, 0, 0.9); }

.filter-slider {
  background: rgba(93, 93, 93, 0.7); }

.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: #5D5D5D;
  background: -moz-linear-gradient(45deg, rgba(93, 93, 93, 0.8) 0%, rgba(254, 203, 0, 0.8) 100%);
  background: -webkit-linear-gradient(45deg, rgba(93, 93, 93, 0.8) 0%, rgba(254, 203, 0, 0.8) 100%);
  background: linear-gradient(45deg, rgba(93, 93, 93, 0.8) 0%, rgba(254, 203, 0, 0.8) 100%); }

.slider-filter {
  background: #5D5D5D;
  background: -moz-linear-gradient(45deg, rgba(93, 93, 93, 0.8) 0%, rgba(254, 203, 0, 0.8) 100%);
  background: -webkit-linear-gradient(45deg, rgba(93, 93, 93, 0.8) 0%, rgba(254, 203, 0, 0.8) 100%);
  background: linear-gradient(45deg, rgba(93, 93, 93, 0.8) 0%, rgba(254, 203, 0, 0.8) 100%); }

/* Pagination */
.page-numbers {
  padding: 5px 12px !important;
  border: 2px solid #FECB00 !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  color: #FECB00;
  font-size: 0.8em;
  font-weight: 600; }
  .page-numbers.current {
    background: #5D5D5D;
    color: #e5e5e5 !important;
    border: 1px solid #FECB00; }
  .page-numbers:hover {
    background: #FECB00;
    border: 1px solid #FECB00;
    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: #e5e5e5 !important; }

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

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

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

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

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

.bg-gradient {
  background: -moz-linear-gradient(45deg, #42bded 0%, #33aa78 100%);
  background: -webkit-linear-gradient(45deg, #42bded 0%, #33aa78 100%);
  background: linear-gradient(45deg, #42bded 0%, #33aa78 100%); }

.bg-white-trasp {
  background-color: rgba(255, 255, 255, 0.75) !important; }

/* news-item */
.news-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #5D5D5D;
  -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-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.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* servizi-item */
.servizi-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #5D5D5D;
  -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; }

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

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

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