/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* #c4e353;  attenzione usato in link e colore bottoni e icone */
/* PER i P UL e OL */
/* POSIZIONE DEL MENU TOP  */
/* indicare in pixel l'altezza del g-container dentro topsection diviso 2 [circa] (22 px) */
/* cambia la percentuale per spostare il menu in alto (10%) o in basso (80%)  */
/* -------------------------------------------------------------------------  */
/*calc(50% - 22px) !important;*/
/* POSIZIONE DEL MENU  */
/* indicare in pixel l'altezza del menu  */
/* cambia la percentuale per spostare il menu in alto (10%) o in basso (80%)  */
/*calc(50% - 0px);*/
/* -------------------------------------------------------------------------  */
/*main menu BG*/
/* section */
/*submenu BG*/
/*Item*/
/*subitem BG*/
/* 1px solid red;*/
/*- offcanvas -*/
/*---moduli menu e liste-----*/
/*--*/
/*--*/
/*--*/
/*--*/
/*--*/
/*--*/
/*--*/
/* attachment */
/* input tema */
:root {
  --margine-default:4vw;
}
.HomeSearch .horizontal_search {
  background-color: transparent;
  font-family: "Plus Jakarta Sans";
  justify-content: space-evenly;
  position: relative;
  flex-direction: column;
  border-right: 1px solid #b5b5b5;
  padding-right: 23px;
}
.HomeSearch #keyword {
  width: 250px !important;
  padding: 25px 26px !important;
  font-size: 20px;
}
.HomeSearch #category_id {
  width: 250px !important;
  padding: 10px 26px !important;
  font-size: 20px;
}
.HomeSearch #property_type185 {
  width: 250px !important;
  padding: 10px 26px !important;
  font-size: 20px;
}
.HomeSearch #price {
  width: 250px !important;
  padding: 5px 20px !important;
  padding: 10px 26px !important;
  font-size: 20px;
  margin-bottom: 0px;
}
.HomeSearch select option {
  font-family: arial;
}
.HomeSearch .submit-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.HomeSearch .horizontalsearchbutton {
  border-radius: 4px !important;
  padding: 15px 39px 15px 28px;
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  background-image: unset;
  background-color: #344a5f;
}
.HomeSearch .horizontalsearchbutton i {
  margin-right: 10px;
}
.HomeSearch .ricerca {
  display: flex;
  column-gap: 20px;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 865px) {
  .secondarie.ricerca {
    padding: 20px !important;
  }
}
.secondarie.ricerca {
  display: flex;
  column-gap: 35px;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: var(--margine-default);
  margin-right: var(--margine-default);
  background: #efefef;
  padding: 10px 10px 0px 10px;
}
.secondarie .horizontal_search {
  justify-content: left;
}
.secondarie .ospsearch .input-medium {
  padding: 10px 20px;
  height: 50px;
  font-size: clamp(14px, 1vw, 25px);
  min-height: 40px;
  width: fit-content !important;
}
.secondarie .submit-button .horizontalsearchbutton {
  padding: 0;
  height: calc(100% - 10px);
  width: fit-content;
  border-radius: 0 !important;
  padding: 0 40px;
  min-height: 40px;
  border-radius: 5px !important;
  background-color: #344a5f;
  background-image: none;
}
.pagination {
  margin: var(--margine-default) !important;
}
#advsearchformdiv .block_caption {
  margin: 4vw;
}
:root {
  --margine-default:0vw;
  --scalaMax:1.1;
}
@media (max-width: 520px) {
  .pulsantieraSearch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pagination {
    margin-top: 20px !important;
  }
}
.pulsantieraSearch {
  margin: 20px var(--margine-default) 20px var(--margine-default) !important;
  width: calc(92vw);
  padding: 0 !important;
}
.pulsantieraSearch .orderbytitle {
  margin: 0;
}
.contenitoreLista {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  clear: both;
  margin-left: var(--margine-default);
  margin-right: var(--margine-default);
}
.contenitoreLista h1 {
  margin: var(--margine-default) 0;
}
.contenitoreLista .flexcontainer {
  display: flex;
  column-gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(var(--scalaMax));
  }
}
@keyframes zoomOut {
  from {
    transform: scale(var(--scalaMax));
  }
  to {
    transform: scale(1);
  }
}
.contenitoreLista .flexcontainer .cardcontainer {
  width: 31%;
  margin-bottom: 40px;
}
.contenitoreLista .flexcontainer .cardcontainer .fotoImmobile {
  overflow: hidden;
}
.contenitoreLista .flexcontainer .cardcontainer .fotoImmobile img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  transform: scale(1);
  animation: zoomOut 0.4s;
}
.contenitoreLista .flexcontainer .cardcontainer .fotoImmobile img:hover {
  animation: zoomIn 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.contenitoreLista .flexcontainer .cardcontainer .testi .titolo {
  font-size: 29px;
  line-height: 1.1em;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contenitoreLista .flexcontainer .cardcontainer .testi .desc {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.contenitoreLista .flexcontainer .cardcontainer .testi .rif {
  font-size: 18px;
  font-weight: 600;
}
.contenitoreLista .flexcontainer .cardcontainer .testi .prezzo {
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .contenitoreLista .cardcontainer {
    width: 48% !important;
  }
}
@media screen and (max-width: 600px) {
  .contenitoreLista .cardcontainer {
    width: 100% !important;
  }
}
.Immobilimaincontainer {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin-bottom: 50px;
}
.Immobilimaincontainer .ImmobileFascia1 {
  margin: 0 0;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer {
  display: flex;
  column-gap: 4vw;
  flex-direction: row;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna {
  width: 100%;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.sx ul {
  list-style-type: disc;
  list-style-position: inside;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.sx ul li {
  line-height: 21px;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.sx h1 {
  line-height: 3vw;
  text-transform: uppercase;
  margin-bottom: 2vw;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.sx .rigaInfo {
  display: flex;
  flex-wrap: wrap;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.sx .rigaInfo .gruppoinfo {
  margin: 0px 15px 15px 0px;
  padding: 5px 10px;
  border: 1px solid black;
  flex-direction: column;
  display: flex;
  line-height: 1.4em;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.sx .ImmDesc {
  text-align: justify;
}
.Immobilimaincontainer .ImmobileFascia1 .flexcontainer .colonna.dx {
  margin-bottom: 4vw;
}
@media (max-width: 800px) {
  .Immobilimaincontainer .ImmobileFascia1 .flexcontainer {
    flex-direction: column-reverse;
  }
}
.Immobilimaincontainer .ImmobileFascia2 {
  margin: 4vw 0;
  padding: 7vw;
  background-color: black;
  margin-left: -5%;
  margin-right: -5%;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer {
  display: flex;
  column-gap: 7vw;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer .infoContatti {
  display: flex;
  column-gap: 7vw;
  flex-wrap: wrap;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer .infoContatti .imgcontatti {
  padding: 0;
  border: 0;
  aspect-ratio: 1;
  width: 300px;
  object-fit: cover;
  object-position: top;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer .infoContatti .testi h2 {
  color: #fff;
  line-height: 1em !important;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer .infoContatti .testi a {
  font-size: 20px;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer .infoAgente {
  color: #fff;
}
.Immobilimaincontainer .ImmobileFascia2 .flexcontainer .infoAgente h4 {
  color: #fff;
}
body.homesito .btn.btn-success.btn-white {
  background-color: #fff;
  font-weight: 600;
}
body.homesito .mainPadding2 {
  /*background: $blucasamica;*/
}
body.homesito .mainPadding2 p, body.homesito .mainPadding2 h1, body.homesito .mainPadding2 h2, body.homesito .mainPadding2 h3, body.homesito .mainPadding2 h4, body.homesito .mainPadding2 h5 {
  color: #fff !important;
}
body.homesito h2, body.homesito h3, body.homesito h4 {
  color: #344a5f;
}
.gradiente-vert {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2372b7+53,911c62+100 */
  background: #2372b7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2372b7 53%, #911c62 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2372b7 53%, #911c62 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2372b7 53%, #911c62 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2372b7", endColorstr="#911c62", GradientType=0);
  /* IE6-9 */
}
.titolo-gradiente {
  color: #ff8c00;
  /* fix for not webkit browsers */
  background: linear-gradient(to right, #2372B7, #4E4389, #911C62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
/* definizione dimensione base testo per impostare rem */
html {
  font-size: 14px !important;
}
/*---plug social ---*/
div.fastsocialshare_container {
  margin: 0 auto !important;
  display: table;
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(60%);
}
/*----top in mobile----*/
@media screen and (max-width: 768px) {
  section#g-container-top {
    background: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  section#g-headline {
    padding-top: 78px !important;
  }
}
/*-------------- headroom -------------*/
@media screen and (min-width: 800px) {
  .HeadRoomOffset {
    margin-top: -135px;
  }
}
@media screen and (max-width: 800px) {
  .HeadRoomOffset {
    margin-top: 0px;
  }
}
/*-------------- headroom -------------*/
/*--------------Section Gantry Padding-------------*/
.mainPadding1 {
  padding: 20px 4vw 20px 4vw;
  z-index: 11;
  position: relative;
}
@media screen and (max-width: 500px) {
  .mainPadding1 {
    padding: 10px 3% 0 3% !important;
  }
}
/*  old .mainPadding1 {padding:20px 3%  0 3% !important;z-index:11;position:relative;} */
.mainPadding2 {
  padding: 10px 13% !important;
}
.mainPadding3 {
  padding: 10px 4% !important;
}
/* usa per container */
.mainPadding4 {
  padding: 30px 8% !important;
  /*30px 13%*/
}
/* usa per footer */
.mainPadding5 {
  padding: 0 0% 0 0% !important;
}
/* per vetrina immobili in home*/
.mainPadding6 {
  padding: 0 8% 0 8% !important;
}
/* per cerca in belowheadline*/
.wide a {
  color: #c9e168;
}
.wide.mainPadding3 {
  padding: 10px 2% !important;
}
.wide #g-container-main {
  /*background-color: #0006;*/
  border-top: 2px solid #344a5f;
  /**:not(a) {
      color:#fff;
    }*/
}
.wide #g-container-main .ui.popup.calendar table td, .wide #g-container-main .ui.popup.calendar table th, .wide #g-container-main .ui.popup.calendar table span {
  color: #333;
}
.wide #g-container-main input {
  color: #333;
}
.wide #g-container-main textarea {
  color: #333;
}
@media screen and (min-width: 800px) {
  .wide p {
    line-height: 1.7em !important;
    font-weight: 700;
    font-size: 1.1em;
  }
}
.wide .item-page .moduletable .g-title {
  font-weight: 500;
  border-bottom: 0;
  padding-bottom: 12px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mainPadding2 {
    padding: 0px 3% !important;
  }
  .mainPadding5 {
    padding: 0 !important;
    /*30px 5%*/
  }
  .mainPadding6 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  /*portatili*/
  .mainPadding2 {
    padding: 10px 7% !important;
  }
}
@media screen and (max-width: 1400px) {
  .mainPadding2 {
    padding: 10px 7% !important;
  }
  .mainPadding3 {
    padding: 10px 3% !important;
  }
}
/*--------------FINE Section Gantry Padding-------------*/
/*-----ERROR PAGE-------------*/
#content-txt {
  font-family: "Roboto Condensed", Arial, Verdana, Helvetica, sans-serif !important;
  line-height: 2em;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}
#LOGOERROR .g-logo.g-logo-helium img, #LOGOERROR .g-logo.g-logo-helium svg {
  max-height: inherit;
}
.errorBIG {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.errorSMALL {
  font-size: 12px;
  font-style: italic;
}
.btnERROR {
  background: #ffb35c;
  background-image: none;
  background-image: -webkit-linear-gradient(top, #ffb35c, #F6931C);
  background-image: -moz-linear-gradient(top, #ffb35c, #F6931C);
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
/*--aggiornamento---*/
.g-error h1 {
  margin-top: 60px;
}
.btnERROR:hover {
  background: #666;
  color: #ffffff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .g-error h1 {
    margin-top: 60px;
  }
}
/*--- modulo lingue -----*/
.mod-languages ul.lang-inline {
  padding-top: 0;
}
ul.lang-inline img {
  border-radius: 4px;
}
/*-----ERROR PAGE-------------*/
/*---aggiungi a link per spostare il focus più in basso e non tagliare il contenuto---*/
a.offsetAncora {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
/*---------top-section--------------*/
#g-topsection .g-container {
  position: relative;
  top: calc(50% - 30px);
}
/*-----home---------------*/
.homesito .mainlogo {
  filter: brightness(1000%) saturate(0%) invert(0) sepia(0%) hue-rotate(0deg) contrast(100%);
  margin: 10px 0 !important;
}
@media (max-width: 768px) {
  .homesito .mainlogo {
    filter: invert(0);
  }
}
.mainlogo {
  margin: 10px 0 !important;
}
@media screen and (max-width: 768px) {
  #logotop {
    text-align: center;
  }
  .mainlogo {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  #logotop {
    text-align: center;
  }
  .mainlogo {
    width: 170px;
  }
}
.g-offcanvas-toggle {
  width: auto;
  height: auto;
}
.homesito .platform-content {
  margin: 0;
  padding: 0;
}
/*---------- button helium ----*/
/*---------- button helium e joomla ----*/
.button, .btn, .btn.btn-primary {
  border-radius: 3em !important;
  color: #fff;
  padding: 0.9rem 2rem;
  background-color: #344a5f;
}
/*.button:hover, .btn:hover, p.readmore a.btn:hover  {background-color:#e6e6e6;}*/
/*---bottone cerca header ---*/
#g-topsection .button {
  padding: 0.9rem 2rem;
}
/*-----------modifiche a contenitori gantry e bootstrap----*/
#g-main {
  padding-top: 0;
}
/*-----*/
#g-topsection {
  background-color: #ddd;
}
#g-topsection p {
  color: #ffffff;
  font-size: 0.8em !important;
}
.topsection .g-content p {
  padding: 0;
  margin: 0;
}
.topsection .g-content {
  padding: 0;
  margin: 0;
}
/*----*/
#g-container-top .g-content {
  padding: 0;
  margin: 0;
}
.g-wrapper .g-content {
  padding: 0px 0.938rem 0.938rem 0.938rem;
}
.bgcolored {
  background-color: #000;
}
.page-header {
  border-bottom: 5px solid #344a5f;
  margin-top: 0px !important;
}
/*--- abovefooter  ---*/
.abovefooter {
  background-color: #efefef;
}
.abovefooter * {
  color: #000;
  text-align: center;
}
/*--- footer section ----*/
.footerSection .g-content {
  padding: 0.938rem;
}
.footerSection {
  line-height: 1.1em;
}
.footerSection a {
  font-weight: 500;
  color: #c9e168 !important;
}
.footerSection a:hover {
  font-weight: 500;
  color: #1e313f !important;
}
/*---belowfooterSection---*/
.belowfooterSection a {
  font-weight: 500;
}
.belowfooterSection {
  background-color: #344a5f;
}
.belowfooterSection * {
  color: #fff;
}
.belowfooterSection a {
  color: #2372b7;
}
.belowfooterSection a:hover {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .belowfooterSection * {
    text-align: center !important;
    margin: 0 auto;
  }
}
.belowfooterSection .g-content {
  width: 100%;
}
/*--------*/
.g-offcanvas-toggle {
  background-color: transparent;
  border-radius: 0;
}
/*.item-image img {width:100%;}*/
.highlightHome .fa {
  top: 0;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
}
.highlightHome:hover .fa {
  top: -20px;
  position: relative;
  transition: all 0.4s ease 0s;
}
.highlightHome .cerchioIcon {
  position: relative;
  transition: all 0.4s ease 0s;
  border-radius: 96px !important;
}
.highlightHome:hover .cerchioIcon {
  position: relative;
  transition: all 0.4s ease 0s;
  border-radius: 10px !important;
}
.highlightHome {
  text-align: center;
}
strong {
  color: inherit;
}
p {
  margin-top: 0;
}
h1[itemprop*="headline"] {
  margin-bottom: 0;
  font-weight: 700 !important;
}
h2[itemprop*="name"] {
  display: table;
  /*height: 61px;*/
  padding: 0;
  margin: 0;
  line-height: 0.8em;
}
.pull-left.item-image {
  margin: 0 0 1.5rem 0;
}
/*--------- visualizzazione BLOG-------------------*/
/*----- effetto Grow Shadow ad immagini in blog------------*/
/*
.blog  .item-image a img {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
}

.blog  .item-image a img:hover,
.blog  .item-image a img:focus,
.blog  .item-image a img:active {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
*/
.pagination {
  /*corregge bug helium*/
}
.pagination > li > a.active {
  background-color: #344a5f !important;
  color: #fff !important;
}
/*
.layout-blog div.item-page div.pull-left.item-image {
width:100%;
}*/
/*=======================MENU principali======================*/
/*-----menu navigazione principale-----*/
#g-main-nav {
  /*font-family: 'Noto Sans KR' !important;*/
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 400 !important;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 0.5rem;
}
#menu-2121-particle {
  /*--centra il menu principale verticalmente--*/
  position: relative;
  top: 0;
}
#g-navigation .g-main-nav .g-dropdown {
  border-radius: 3em;
  border: 0px;
}
.g-main-nav .g-toplevel > li:hover {
  background-color: transparent;
}
#g-navigation {
  background-color: #eee;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
  /*#364C61*/
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #344a5f;
}
.homesito .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #344a5f;
}
.g-main-nav .g-toplevel > li {
  background-color: transparent;
  border-radius: 3em;
  background: transparent;
}
.g-main-nav .g-toplevel > li.active {
  background: transparent;
}
.g-main-nav .g-toplevel > li:hover {
  text-decoration: underline;
}
.g-main-nav .g-toplevel > li:hover::after {
  transform: scaleX(1);
}
.g-main-nav .g-toplevel > li::after {
  content: "";
  margin: 0 20px;
  height: 1px;
  left: 0;
  top: calc(100% - .4rem);
  width: 100%;
  background: #fff;
  position: absolute;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: 0 0;
  filter: invert(1);
}
.homesito .g-main-nav .g-toplevel > li::after {
  filter: invert(0);
}
.g-main-nav .g-toplevel > li.g-menu-item-461 {
  /* voce immobili*/
  /* background: $blucasamicaScuro; */
}
.g-sublevel > li:hover span {
  color: #344a5f !important;
}
.g-main-nav ul.g-toplevel > li {
  padding: 0.7rem 1.5rem;
  border: 0px solid #fff;
  margin: 0 0.5rem;
}
.g-main-nav ul.g-toplevel li:hover {
  border-radius: 3em;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  /*font-weight: 900;*/
  text-transform: uppercase;
  font-size: 1.1rem;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: 700;
  text-transform: uppercase;
}
.g-main-nav .g-dropdown {
  background: #fff;
}
.g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #333;
}
.g-main-nav .g-sublevel > li.active {
  background-color: #dcdc6c;
}
.g-main-nav .g-sublevel > li:hover {
  background-color: #dcdc6c;
}
.g-toplevel li.active .g-menu-item-content {
  color: #fff;
}
.homesito .g-toplevel li.active .g-menu-item-content {
  color: #c9e168;
}
.g-main-nav .g-sublevel > li {
  margin: 5px;
}
.g-sublevel .g-menu-item-title {
  color: #364c61;
}
.g-sublevel .g-menu-item-title:hover {
  color: #333;
}
.g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 0px;
}
.g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: initial;
  border-bottom: none;
  color: #344a5f;
  font-weight: 900;
}
.g-sublevel .g-menu-item {
  padding: 10px 20px !important;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0px;
}
/*----------------------------  menu-scuro --main e top-*/
/*---- menu-top   ----*/
/*---- g-main-nav  ----*/
/*
.menu-scuro .g-main-nav .g-toplevel > li > .g-menu-item-container {color:#364c61;}
.menu-scuro .g-toplevel li.active .g-menu-item-content {
  color: #364c61;
}
.menu-scuro .g-toplevel li.active .g-menu-item-content:hover,
.menu-scuro .g-toplevel li .g-menu-item-content:hover
{
  color: $verdechiarocasamica;
}


.menu-scuro #menu-top  .navbar-nav > li > a,.homesito #g-main-nav .navbar-nav > li > a {
  color:#364c61;
}
*/
/*---------------menu top-e secondario footer---*/
#menu-top ul {
  /*
  margin:0;
  padding:0;
  display: inline-block;
  top:$posizioneTOPtopMenu;
  position: relative;
  height: 100%;
  */
}
#menu-top .g-content, #g-main-nav .g-content {
  display: inline-block;
  height: 100%;
  position: relative;
}
.homesito #menu-top .navbar-nav > li > a, .homesito #g-main-nav .navbar-nav > li > a {
  color: #fff;
}
#menu-top .navbar-nav > li > a, #g-main-nav .navbar-nav > li > a {
  font-size: 1rem;
  color: #fff;
  background-color: transparent !important;
  margin-left: 0.5em !important;
  border-radius: 3em;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 0px;
  /*padding:0 !important;*/
}
#menu-top .navbar-nav > li > a:hover, #g-main-nav .navbar-nav > li > a:hover {
  color: #dcdc6c;
  background-color: transparent !important;
}
#menu-top .navbar-nav li, #g-main-nav .navbar-nav li {
  text-align: right !important;
  display: inline-block !important;
}
#menu-top .navbar-nav > li > a:hover, #g-topsection .navbar-nav > li.current.active > a, #g-main-nav .navbar-nav > li.current.active > a {
  /*background-color:#A91833;*/
}
.moduletable .nav.menu, #menu-top .nav.menu {
  padding: 0;
}
#menu-top .moduletable ul.nav.menu.navbar-nav li {
  border-bottom: none;
}
/*------------------------menu footer--in colonne ---------------------------*/
#g-footer a:hover {
  text-decoration: none;
}
#g-footer p, #g-footer span, #g-footer .nav-header {
  color: #354a5f !important;
}
#g-footer ul.nav.menu a, .acymailing_finaltext a label {
  color: #fff !important;
}
#g-footer ul.nav.menu a:hover, .acymailing_finaltext a label:hover {
  color: #dcdc6c !important;
}
#g-footer .moduletable ul.nav.menu.navbar-nav li ul.nav-child.unstyled.small li a {
  font-size: 1.2rem;
}
#g-footer .moduletable .nav .nav-header {
  background: none;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 400;
  margin: 0.625rem 0 2rem 0;
  padding: 0;
  text-shadow: none;
  letter-spacing: 0.2em;
  border-bottom: 4px solid #ddd;
  color: #333;
  font-weight: 700;
  padding-bottom: 12px;
  display: block !important;
}
@media screen and (max-width: 768px) {
  #g-footer .moduletable {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #g-footer .moduletable {
    text-align: left;
  }
}
#g-footer ul.nav-child {
  border: 0 !important;
  margin: 0;
  padding: 0rem 0.5rem;
}
#g-footer .moduletable .nav.menu li {
  padding-bottom: 0.4rem;
  margin-bottom: 0rem;
  border-bottom: 0;
}
#g-footer .moduletable .navbar-nav > li {
  float: none !important;
}
/*----menu mobile offcanvas ---*/
#g-offcanvas {
  background: #5d7284;
  font-family: "Plus Jakarta Sans";
  padding-top: 78px;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #364c61;
}
.g-offcanvas-open .g-offcanvas-toggle {
  color: #000;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 0;
  background: none;
  border-radius: 0;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  border: 0;
  background: none;
  border-radius: 0;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #c4e353;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #777;
}
#g-offcanvas .g-sublevel .g-menu-item-title {
  color: #fff;
}
#g-offcanvas ul.g-sublevel li.g-menu-item.g-menu-item-type-component {
  padding: 0 !important;
}
#g-offcanvas li.active span, #g-offcanvas .g-sublevel li.active span {
  color: #344a5f;
}
#g-offcanvas li:hover.active span, #g-offcanvas .g-sublevel li.active span:hover {
  color: #fff;
}
/*---- cerca in g-topsection ---*/
#g-topsection form.form-inline {
  margin: 0;
}
#g-topsection input.search-query {
  border-radius: 0;
}
/*-----sigplus-------*/
.sigplus-gallery.sigplus-left.sigplus-clear ul {
  text-align: center;
  margin-bottom: 40px;
}
/*-----------social-sidebar non cancellare--------------*/
/*--- centra le icone---
  .mod_easy_sidebar_icon  {
  width:100%;
  margin:0 auto !important;
  float:none ;
  clear:both ;
}
#social-sidebar ul li {
float:none !important;
display:inline-block;
}
/*--IMPORTANTE PER CENTRARE SOSTITUISCI IL CONTENUTO DEL CUSTOM CSS NEL MODULO CON QUESTO: ---
.mod_easy_sidebar_icon {margin-bottom:0px;text-align:center;} a[class*='customIcon'] {margin-left:0px}
*/
/*---*/
@media screen and (max-width: 768px) {
  #social-sidebar ul {
    display: table !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}
/*-------ACYMAILING------acymailing modulo registrazione------------
nota quando installi acy impostare il modulo
aspetto:tableless
--------------------------------------------------------------------*/
/* in footer  o abovefooter*/
#abovefooter .acymailing_form .inputbox {
  width: 100%;
  color: #333 !important;
  margin-bottom: 0px;
}
#abovefooter.onefield.fieldacyterms label a:hover {
  color: #ffffff;
}
#abovefooter .acymailing_form p {
  margin: 0;
}
#abovefooter .acysubbuttons {
  text-align: left;
}
#abovefooter .acysubbuttons input.button.subbutton.btn.btn-primary:hover {
  background-color: #333;
  color: #fff !important;
}
#abovefooter label {
  font-size: 1em !important;
  font-weight: 300 !important;
}
.fieldacyterms label input.checkbox {
  vertical-align: middle;
  margin-bottom: 5px;
}
.acymailing_module_form input, .acymailing_module_form input[type="text"] {
  border-radius: 0;
  /*padding: 2em 4em  ;*/
  padding: 5px 10px;
  border-radius: 5px;
  height: auto !important;
  line-height: auto !important;
  margin-bottom: 0px;
}
#g-footer .acysubbuttons input.button.subbutton.btn.btn-primary {
  color: #666666 !important;
  font-weight: 500;
  padding: 7px 25px;
  text-transform: uppercase;
  background-color: #ffffff;
}
#g-footer .acysubbuttons input.button.subbutton.btn.btn-primary:hover {
  color: #666 !important;
  background-color: #ccc;
}
p.onefield.fieldacyname, p.onefield.fieldacyemail {
  display: block;
  min-width: 100%;
  width: 40%;
  float: left;
  margin-bottom: 8px !important;
}
p.acysubbuttons {
  display: block;
  float: left;
  margin-top: 15px;
}
p.onefield.fieldacyterms {
  display: block;
  float: left;
  margin-top: 0px;
}
p.onefield.fieldacyterms a {
  font-weight: 300 !important;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  p.onefield.fieldacyterms {
    bottom: 0px;
    display: block;
    clear: both !important;
    text-align: center !important;
    float: none;
  }
  p.acysubbuttons {
    display: block;
    clear: both !important;
    margin-top: 15px;
    margin: 0 auto;
    text-align: center !important;
    float: none;
  }
  .acymailing_module_form {
    position: relative;
  }
  p.onefield.fieldacyname, p.onefield.fieldacyemail {
    min-width: 100% !important;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  p.onefield.fieldacyname, p.onefield.fieldacyemail {
    min-width: 100% !important;
    width: 100%;
  }
  p.onefield.fieldacyterms label {
    text-align: center;
  }
}
/*-------END ACYMAILING--------*/
/*----*/
/*----------------------- TAG joomla ------------------------------*/
/*-----modulo popolari-nuvola -----*/
.tagspopular ul {
  list-style-type: none;
  width: 100%;
  display: table;
}
.tagspopular ul li a {
  float: left;
  background-color: #B0B0B0;
  color: #fff;
  line-height: 18px;
  padding: 0.5em 0.9em;
  margin: 2px 2px;
  display: table;
  font-size: 0.8rem;
  border-radius: 3em;
  text-transform: uppercase;
}
.tagspopular ul li a:hover {
  background-color: yellow;
  color: #999;
}
.moduletable div.tagspopular ul {
  margin-left: 0;
}
/*-----stile nuvola ----*/
.tagscloud {
  line-height: 1.5em;
}
.tagspopular.tagscloud span.tag a.tag-name:after {
  content: ",";
}
/*------ in articolo -------*/
.item-page ul.tags {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
}
.item-page ul.tags.inline:before {
  content: ":";
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-size: 2rem;
  color: #B0B0B0;
  font-family: FontAwesome;
  position: relative;
  top: 0px;
  padding-right: 5px;
  margin-right: 5px;
}
.item-page ul.tags.inline li {
  padding: 0;
}
.item-page ul.tags.inline li a.label.label-info {
  background-color: #B0B0B0;
  padding: 0.7em 1.5em;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 1s ease 0s;
  text-shadow: none;
}
.item-page ul.tags.inline li a.label.label-info:hover {
  background-color: green;
}
/*----- lista tag ----*/
.tag-category h2:before {
  content: ":";
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-size: 2rem;
  color: #B0B0B0;
  font-family: FontAwesome;
  padding-right: 5px;
  margin-right: 5px;
}
.tag-category ul.category.list-striped li h3[itemprop*="name"] {
  margin: 0.5em 2em;
}
.tag-category ul.category.list-striped li h3[itemprop*="name"] a {
  font-size: 1.2rem;
}
/*--------------------- end TAG -------------------------------*/
/* ---------------- SubHeaderBG Breadcrumb --------------- */
.SubHeaderBG {
  background-color: #fff;
}
/*----Percorso breadcrumb ---------*/
ul.breadcrumb {
  background-color: transparent !important;
}
/*---- breadcrumb ---*/
.breadcrumb {
  padding: 8px 15px 4px 15px;
  font-family: "Plus Jakarta Sans";
}
.moduletable ul.breadcrumb {
  background-color: #000;
  text-transform: uppercase;
  line-height: normal;
}
.moduletable ul.breadcrumb li, .moduletable ul.breadcrumb li.active span {
  font-size: 0.8rem;
}
.moduletable ul.breadcrumb li a span:hover {
  color: green !important;
}
.breadcrumb > li + li::before {
  content: " ";
  padding-right: 0px;
}
.moduletable .breadcrumb li {
  vertical-align: top;
  color: #344a5f;
}
.moduletable .breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
}
.moduletable ul.breadcrumb li a {
  color: #7e7e7e;
}
/*--*/
.breadcrumb > li > .divider {
  /*padding: 0 5px;*/
  color: #ccc;
  line-height: 1.2 !important;
}
.moduletable .breadcrumb span.divider {
  width: 10px;
  position: relative;
  vertical-align: top;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
/*-----End breadcrumb ---*/
/*=============== skin moduletable==================*/
.footerSection .moduletable .g-title {
  color: #fff;
  border-bottom: 0;
  font-weight: 400;
}
.moduletable .g-title {
  font-weight: 700;
  border-bottom: 5px solid #ddd;
  padding-bottom: 12px;
  color: #333;
  margin-top: 32px;
}
/*--- generale ----*/
.moduletable ul.nav.menu.mod-list, ul.latestnews.mod-list {
  border: 0;
}
.moduletable ul.category-module.mod-list, .moduletable .nav.menu, .moduletable .unstyled, .moduletable .categories-module, .moduletable .categories-module h4 {
  display: block !important;
}
/*--- moduletable menu ----*/
.moduletable .nav.menu li {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  border-bottom: 1px solid #ddd;
}
/*
    .nav-header {background: #f00;}
    .nav-child {background: #f00;}
    */
.moduletable .nav .nav-header {
  font-size: initial !important;
  border-radius: 0rem;
}
.moduletable .nav .nav-header, .moduletable ul.category-module.mod-list li a, #g-right .moduletable .nav.menu li a, .moduletable .categories-module li a, .categories-module.mod-list li h4 a {
  padding: 5px 0px 5px 10px;
}
.moduletable .nav .nav-header {
  text-indent: 0px;
  margin: 0;
  line-height: 2em;
}
.nav-child {
  text-indent: 1em;
}
ul.nav-child.unstyled.small, .moduletable ul.nav.menu.mod-list li.deeper.parent, .categories-module.mod-list, .moduletable .category-module {
  border: 0;
}
ul.nav-child.unstyled.small {
  font-size: 100%;
}
.moduletable .category-module li, .moduletable .categories-module li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.moduletable .category-module, .moduletable .unstyled, .moduletable .categories-module {
  padding: 0rem;
}
.moduletable ul.category-module.mod-list li a, #g-right .moduletable .nav.menu li a, .moduletable .categories-module li a, .categories-module.mod-list li h4 a {
  position: relative;
  display: block;
  background-color: #fff;
}
.moduletable ul.category-module.mod-list li a:hover, #g-right .moduletable .nav.menu li a:hover, #g-left .moduletable .nav.menu li a:hover, .moduletable .categories-module li a:hover, .categories-module.mod-list li h4 a:hover {
  position: relative;
  display: block;
  background-color: transparent;
  text-decoration: none;
}
/*--------------------------------------------------------------*/
#mod-search-searchword93 {
  width: calc(100% - 0px);
  float: left;
  height: 35px;
  padding: 0px 0 0 20px;
  border-radius: 50px !important;
}
.mod_search93 form {
  margin: 0px;
}
.mod_search93 {
  top: calc(50% - 19px) !important;
  position: relative;
  margin: 0 10px;
}
#g-topsection .platform-content, #g-main-nav .platform-content {
  position: relative;
  top: calc(50% - 19px) !important;
}
/*--attachments--*/
.attachmentsList table.table caption {
  display: none;
}
#main div.attachmentsList table tbody td, div.attachmentsList table {
  border: 0;
}
div.attachmentsList td {
  padding: 2em 2em !important;
  border: 0;
}
div.attachmentsList th {
  padding: 1em 2em !important;
}
.attachmentsList table.table tbody tr td.at_filename a.at_icon img {
  display: none;
}
.attachmentsList tr.odd {
  background: #efefef !important;
}
.attachmentsList tr.even {
  background: #dddddd !important;
}
.attachmentsList td, .attachmentsList tr {
  background: inherit !important;
}
.attachmentsList thead {
  background: #476F8A !important;
  color: #fff;
}
.attachmentsList thead th {
  font-weight: normal !important;
}
.attachmentsList caption {
  font-size: 20px !important;
}
/*---per url trascinati o copiati in parole in mezzo al tasto---*/
.at_url {
  padding: 3px 10px;
  border: 1px solid #5f5750;
}
/*----*/
/*-----Search pages----*/
#searchForm label, #searchForm .radio {
  display: inline-block;
  line-height: 1.5em;
}
#searchForm label {
  margin-left: 2em;
}
.search #searchForm .btn {
  font-size: initial;
}
.search input[type="text"] {
  padding: 4px 20px !important;
}
/*----- focus input ---------*/
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(35, 114, 183, 0.5) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) inset, 0 0 8px rgba(35, 114, 183, 0.5) !important;
  outline: 0 none !important;
}
select:hover, textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .uneditable-input:hover {
  border-color: rgba(35, 114, 183, 0.2) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) inset, 0 0 8px rgba(35, 114, 183, 0.2) !important;
}
/*----- focus input end ---------*/
/*definisce la dimensione della colonna*/
.row.no-gutter {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
/* imposta offset sulla riga*/
.row.no-gutter [class*="col-"] {
  padding: 0 15px;
}
/* imposta padding agli ITEM per compensare il margin */
/* ---------------BT Content Slider ---------------*/
/* ---------------evento su headline in home ---------------*/
/*@media screen and (max-width:1200px) {
      .modulo-headline {
      display:none;
    }

  }*/
#btcontentslider194 #box-immagine {
  display: table;
}
#btcontentslider194 #box-testi {
  padding-bottom: 15px;
  padding: 0 1em 1em 1em;
}
/*----- bt content slider press ---*/
.moduletable.press {
  /*margin:0 auto;*/
  /*	width:400px; */
  /* float:right;*/
}
.moduletable.press .hovereffect {
  margin-bottom: 0px !important;
}
.moduletable.press .bt-cs .bt-inner {
  padding: 0 10px 0 0px;
}
@media screen and (max-width: 1200px) {
  .moduletable.press {
    margin: 0 auto;
    width: auto;
    float: none;
  }
  .moduletable.press .bt-cs .bt-inner {
    padding: 0 10px 0 0px;
  }
  .moduletable.press .bt-cs .bt-row {
    width: auto !important;
    padding: 8px 0 0px;
  }
}
/*
  .bt-cs .bt-center {
  text-align: center;
}*/
/*----------*/
.bt-cs.paddingContainer {
  margin: 80px 13% !important;
}
.bt-introtext {
  line-height: 18px;
}
.hovereffect {
  margin-bottom: 20px !important;
}
.bt-title {
  font-family: "Plus Jakarta Sans";
  font-weight: 400 !important;
  color: #333 !important;
  font-size: calc(13px + 0.3vw);
}
.readmore a {
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  border: 1px solid #000;
  padding: 10px 15px;
  display: inline-block;
}
.readmore a:hover {
  border: 1px solid #fff;
  background-color: #6E655D;
  color: #fff;
}
.bt-cs .bt-inner img {
  border: 0;
}
.bt-cs .bt-row {
  padding: 8px 0 40px 0;
  border: 1px solid #eee;
}
.bt-cs .bt-inner img {
  outline: 0;
  border: 0 !important;
}
.bt-cs .bt-inner {
  margin: 0px;
}
.bt-cs .bt-inner .bt-title {
  background-color: #e4e4e4;
  padding: 7px;
  display: block;
  line-height: 20px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
/* --------------- fine BT Content Slider ---------------*/
.moduletable.eventiHeadline {
  position: absolute;
  bottom: 120px;
  right: 8%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.moduletable.eventiHeadline .bt-cs .bt-inner img {
  max-width: 100%;
}
.moduletable.eventiHeadline * {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .moduletable.eventiHeadline {
    position: absolute;
    bottom: -38px;
    left: -96px;
    transform: scale(0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 400px) {
  .moduletable.eventiHeadline {
    position: absolute;
    bottom: 20px;
    left: -53px;
    transform: scale(0.4);
  }
}
.belowheadline {
  background-color: #344a5f;
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 900px) {
  .homesito .belowheadline {
    position: relative;
    top: 0;
  }
}
/*--------------breazing form---*/
.bfSubmitButton.btn.btn-primary {
  background-color: #688e02;
  background-image: linear-gradient(to bottom, #7aa602, #688e02);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.menu-scuro #pannellobg {
  background-color: #fff;
  border-bottom: 2px solid #788CA6;
}
.casamicaLink {
  list-style: none;
  color: #fff !important;
  margin-left: 0px;
}
.casamicaLink li a {
  width: 100%;
  display: block;
  padding: 0 5px;
}
.casamicaLink li a:hover {
  background-color: #fff9;
  color: black;
  font-weight: 700;
  padding: 0 10px;
}
.pag-catalogo #g-headline {
  background: #41657D url('../../../../images/template/testatina_01.jpg') no-repeat;
  background-size: cover;
}
#g-container-top.headroom--not-top {
  background-color: #324f63;
}
.g-fixed-container {
  position: absolute;
}
.sfondoform {
  background-color: #efefef;
  color: #ffffff;
  padding: 3vw !important;
  border-radius: 5px;
  border-bottom: 4px solid #000;
  font-size: clamp(16px, 1vw, 80px);
}
#load-form > div > div > div > div > label {
  color: #344a5f;
}
.semanticui-body a {
  color: #344a5f !important;
}
/*# sourceMappingURL=custom_17.css.map */