@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:200,300,400,500,600,700,800,900&display=swap);
body {
  background-color: #fff;
  background-image: url(../img/bg-texture.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

* {
  color: #333;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Open Sans", sans-serif;
}

.highlited {
  font: inherit;
  color: #FDC600;
}
.highlited.button-hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 5px 8px;
  transition: 0.5s;
}
.highlited.button-hover:hover {
  background-color: #FDC600;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1.3em;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font: inherit;
  color: inherit;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}
h2 .fumetto {
  position: relative;
  top: -8px;
  font-size: 17px;
  margin-left: 10px;
  padding: 5px;
  height: 25px;
  width: 25px;
  background-color: #eeeeee;
  border-radius: 3px;
}
h2 .fumetto:before {
  position: absolute;
  top: 7px;
  left: -4px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #eeeeee;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px !important;
}

.form-control {
  border-radius: 3px;
  padding: 5px 15px;
}

.ad2hs-prompt {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  right: 0px;
  padding: 30px;
  background: #FDC600;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.box-input-file {
  padding: 0px !important;
}
.box-input-file .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.box-input-file label {
  font-size: 12px !important;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.box-input-file .inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 5px 15px;
  /* 10px 20px */
}
.box-input-file .inputfile {
  display: none;
}
.box-input-file i {
  color: inherit;
}
.box-input-file .inputfile:focus + label,
.box-input-file .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.box-input-file .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.box-input-file .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
.box-input-file .inputfile-1 + label {
  color: #333;
  background-color: #FDC600;
  border-radius: 3px;
}
.box-input-file .inputfile-1:focus + label,
.box-input-file .inputfile-1.has-focus + label,
.box-input-file .inputfile-1 + label:hover {
  background-color: #105CB0;
  color: #fff;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.icohome {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 10px auto;
  border-radius: 50%;
  background-color: #FDC600;
  text-align: center;
}
.icohome img {
  height: 50px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
a.link {
  text-decoration: underline;
  color: #105CB0;
}

p {
  margin: 0;
  padding-bottom: 5px;
}
p.big-text {
  font-size: 16px;
  line-height: 1.6em;
}

.btn-mouse-hand:hover {
  cursor: pointer;
}

.btn-default {
  padding: 8px 15px;
  font-weight: bold;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  border: none;
  color: #333;
  background-color: #FDC600;
  border-color: #cccccc;
  transition: 0.3s;
}
.btn-default:hover {
  color: #FDC600;
  background-color: #333;
  border-color: transparent;
}
.btn-default i {
  color: inherit;
}
.btn-default.btn-sm {
  font-size: 12px;
  padding: 4px 7px;
}
.btn-default.btn-sm i {
  font-size: 11px;
}

.box-form {
  position: relative;
  padding: 15px 20px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.box-form .titolo-box {
  position: absolute;
  left: 20px;
  top: -15px;
  background-color: #dddddd;
  color: #333;
  font-family: "Raleway", sans-serif;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
}
.box-form.con-titolo {
  padding-top: 25px;
  margin-top: 20px;
}

.container-page {
  background-color: #fff;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2), -1px 0px 3px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.container-page.brdrds-b {
  border-radius: 0 0 3px 3px;
}
.container-page.grey {
  background-color: #efefef;
}
.container-page.black {
  background-color: #333333;
}

.alert-danger-small {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  border-width: 0px;
  margin: 3px 0;
  font-size: 13px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
.alert-danger-small i {
  color: inherit;
}

.section {
  position: relative !important;
  display: block;
  background: transparent;
}
.section.bg-grey {
  background-color: #F8F8F8;
}
.section.section-header-page {
  padding: 100px 0 30px 0;
  background-color: #FDC600;
  background-image: url("../img/homescreen.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.section-header-page.tabbed {
  padding-bottom: 88px;
}
.section.section-header-page.gruppi {
  background-image: url("../img/bg-head-gruppi.jpg");
}
.section.section-header-page.segnala {
  background-image: url("../img/bg-head-segnala.jpg");
}
.section.section-header-page.contatti {
  background-image: url("../img/bg-head-contatti.jpg");
}
.section.section-header-page h1 {
  font-size: 76px;
}
.section.section-header-page h2 {
  font-size: 36px;
}
.section.section-header-page h3 {
  font-size: 28px;
}
.section.section-header-page .image-ico {
  height: 100px;
}
.section.bb-5 {
  border-bottom: 5px solid #fff;
}
.section#sectionHome {
  background-color: #FDC600;
  background-image: url("../img/homescreen.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section#sectionEvento {
  padding-top: 130px;
  padding-bottom: 30px;
  background-color: #FDC600;
  background-image: url("../img/homescreen.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.shadow-inset {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2) inset;
}

.dropdown-sort .btn {
  font-size: 12px;
  color: #333;
  line-height: 30px;
  padding: 0px 12px;
  font-weight: 400;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  transition: 0.3s;
}
.dropdown-sort .btn:hover {
  background-color: #FDC600;
  border-color: transparent;
}
.dropdown-sort.show .btn {
  background-color: #FDC600;
  border-color: #FDC600;
  box-shadow: none !important;
}
.dropdown-sort .dropdown-menu {
  border-radius: 3px;
  background-color: #fff;
  padding: 0px;
}
.dropdown-sort .dropdown-menu .dropdown-header {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0.3rem 1.5rem;
  background-color: #efefef;
}
.dropdown-sort .dropdown-menu .dropdown-item {
  font-size: 12px;
}
.dropdown-sort .dropdown-menu .dropdown-item:hover {
  background: #ddd;
}

.pagination .page-item .page-link {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 7px;
  padding: 0px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  font-size: 12px;
  color: #333;
  transition: 0.3s;
}
.pagination .page-item .page-link.active {
  background-color: #FDC600;
  border: 1px solid transparent;
}
.pagination .page-item .page-link:hover {
  background-color: #FDC600;
  border: 1px solid transparent;
}

.banner {
  width: 100%;
  background-color: #FDC600;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  border-radius: 3px;
}
.banner i {
  color: inherit;
}
.banner.grey {
  background-color: #efefef;
}
.banner.h600 {
  height: 600px;
}

.box-related {
  display: block;
  margin: 0;
  margin-bottom: 0px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 5px solid #fdc600;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.iconaheader {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #FDC600;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
.iconaheader img {
  height: 50px;
}
.iconaheader.squared {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 0 10px 0;
  border-radius: 3px;
  background-color: rgba(253, 198, 0, 0.8);
  transition: 0.5s;
}
.iconaheader.squared:hover {
  background-color: rgb(253, 198, 0);
}

.filtered {
  -webkit-filter: invert(100%);
}

.datepicker {
  padding-left: 30px !important;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-image: url("../img/calendar-ico.png");
}

.container-tab {
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
}
.container-tab .nav-menu-tab {
  border-bottom: 5px solid #FDC600;
}
.container-tab .nav-menu-tab .nav-menu-tab-btn {
  flex: 1 1 auto !important;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  line-height: 58px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0px;
  border-right: 1px solid #e5e5e5;
}
.container-tab .nav-menu-tab .nav-menu-tab-btn:first-child {
  border-radius: 4px 0 0 0;
}
.container-tab .nav-menu-tab .nav-menu-tab-btn:last-child {
  border-right-width: 0px;
  border-radius: 0 4px 0 0;
}
.container-tab .nav-menu-tab .nav-menu-tab-btn.active {
  background-color: #FDC600;
}

.label_cstm {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  color: #919191;
}

.lista-servizi {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 2;
  column-count: 2;
}

.infoattivita {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.infoattivita i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #FDC600;
  margin-right: 5px;
}
.infoattivita a {
  display: inline-block;
  background-color: #efefef;
  padding: 3px 5px;
  font-weight: 600;
  color: #222;
  margin-left: 5px;
  transition: 0.3s;
}
.infoattivita a:hover {
  background-color: #FDC600;
  color: #000;
}

.required {
  font-size: 10px;
  color: #f45252;
}

.container-tab-allpage {
  position: relative;
  background-color: #fff;
  border-bottom: 5px solid #FDC600;
}
.container-tab-allpage .navbar-toggler {
  position: absolute;
  left: 10px;
  top: 15px;
  border-color: transparent;
  background-color: #FDC600;
  color: #333;
}
.container-tab-allpage .navbar-toggler i {
  font-size: 18px;
  color: #fff;
}
.container-tab-allpage .currentPage {
  display: none;
  color: #333333;
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
}
.container-tab-allpage .nav-menu-tab {
  width: 100%;
  display: block;
  padding: 0px;
  border-left: 1px solid #e5e5e5;
}
.container-tab-allpage .nav-menu-tab .nav-menu-tab-btn {
  flex: 1 1 auto !important;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  line-height: 58px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-right: 1px solid #e5e5e5;
}
.container-tab-allpage .nav-menu-tab .nav-menu-tab-btn:first-child {
  border-radius: 4px 0 0 0;
}
.container-tab-allpage .nav-menu-tab .nav-menu-tab-btn:last-child {
  border-radius: 0 4px 0 0;
}
.container-tab-allpage .nav-menu-tab .nav-menu-tab-btn.active {
  background-color: #FDC600;
}

.navbar-light {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+77 */
  background: #dbdbdb;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 77%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dbdbdb", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  height: 46px;
}
.navbar-light .social {
  font-size: 23px;
  transition: 0.5s;
}
.navbar-light .social:hover.fb {
  color: #2861AF;
}
.navbar-light .social:hover.tw {
  color: #1C9DEB;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  z-index: 1080 !important;
}
.navbar-brand img {
  height: 50px;
}

.navbar-voci li {
  border-right: 1px dotted #ccc;
}
.navbar-voci li:last-child {
  border-right-width: 0px;
}
.navbar-voci li a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  transition: 0.5s;
}
.navbar-voci li a:hover {
  color: #105CB0 !important;
}

.navbar-search {
  top: 46px;
  padding-top: 13px;
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.navbar-search .form-control {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.navbar-search .datepicker {
  margin-top: 0px;
}

footer .main-footer {
  position: relative;
  padding: 40px 0;
  background-color: #333333;
}
footer .copyright {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0;
  background-color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
}
footer .copyright * {
  color: #818181;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
}
footer .copyright .list-link {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .copyright .list-link li {
  float: left;
  padding: 0 10px 0 0;
}
footer .copyright .list-link li a {
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  font-family: "Raleway", sans-serif;
}

.dropdown-menu .datepicker-days table .day {
  font-size: 12px !important;
  font-weight: 400;
  border-radius: 2px;
  border-width: 0px;
}
.dropdown-menu .datepicker-days table .day.active {
  background-color: #105CB0;
  background-image: none !important;
}

.fc-button-primary {
  background-color: #FDC600 !important;
  border-color: #FDC600 !important;
  border-radius: 3px !important;
}

.fc-head .fc-widget-header * {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.fc-event-container .fc-event {
  background-color: #105CB0;
  border-radius: 3px !important;
}
.fc-event-container .fc-event .fc-title {
  color: #fff;
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.olAlphaImg:hover {
  cursor: pointer;
  background-image: none !important;
}

.popupOl_title {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.popupOl_detail {
  color: #333;
  display: block;
  font-size: 12px;
}
.popupOl_detail.comune {
  font-style: italic;
}

.facilesagra-funzionalita {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.facilesagra-funzionalita li {
  display: block;
  position: relative;
  padding: 5px 10px 5px 30px;
  margin: 10px 0;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #FDC600;
  background-color: #FDC600;
}
.facilesagra-funzionalita li i {
  position: absolute;
  left: -5px;
  top: -5px;
  font-size: 30px;
  color: #333;
}
.facilesagra-funzionalita li h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 5px 0px 0px;
}

.box-noleggio {
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 15px 20px;
  margin: 10px 0;
  background-color: #fff;
}
.box-noleggio h6 {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.box-recensioni {
  display: block;
  margin: 10px 0;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 10px;
}
.box-recensioni .titolo {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  color: #333;
  float: left;
  width: 100%;
  text-align: left;
}
.box-recensioni .titolo i {
  font-size: 16px;
  color: #999;
}
.box-recensioni .titolo:hover {
  cursor: pointer;
}
.box-recensioni .descrizione {
  font-size: 12px;
  position: relative;
  display: block;
}
.box-recensioni .autore {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #999;
}

.newsletter-form {
  position: relative;
}
.newsletter-form .form-control {
  height: 50px;
  background-color: #1a1a1a;
  color: #fff;
  outline: 0;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 5px 60px 5px 15px;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
}
.newsletter-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 39px;
  height: 39px;
  border-width: 0px;
  border-radius: 3px;
  background-color: #FDC600;
  text-align: center;
}
.newsletter-form button i {
  color: #333;
}

.link-ricerca-avanzata {
  color: #FDC600;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.link-ricerca-avanzata:hover {
  text-decoration: underline;
  color: #FDC600;
}

.home-col {
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-col.servizi {
  background-image: url("../img/homescreen-servizi.jpg");
}
.home-col.feste {
  background-image: url("../img/homescreen-feste.jpg");
}

.box-search {
  display: block;
  padding: 20px;
  margin: 20px auto;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 1000px;
}
.box-search .form-control {
  padding: 0px 18px;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  color: #000;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  border-width: 0px;
}
.box-search .form-control.brd-rblack {
  border-right: 1px solid #000;
}
.box-search .br-0 {
  border-radius: 0px;
}
.box-search .brl {
  border-radius: 3px 0px 0px 3px;
}
.box-search .brr {
  border-radius: 0px 3px 3px 0px;
}
.box-search .btn-default {
  height: 52px;
  margin-top: 19px;
}

.box-scrolldown {
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -50px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 0 0;
  background: #000;
}

.mousescroll {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  width: 34px;
  margin-left: -17px;
  -webkit-animation-name: floatingMouse;
          animation-name: floatingMouse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  cursor: pointer;
}

.bg-newsletter {
  background-image: url("../img/bg-newsletter.png");
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
}

@-webkit-keyframes floatingMouse {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes floatingMouse {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.mb-1px {
  margin-bottom: 1px;
}

.select-ordina-per {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select-ordina-per label {
  font-size: 12px;
  margin: 0 5px 0 0;
}
.select-ordina-per select {
  background-color: #efefef;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 2px 4px;
  border-radius: 3px;
}

.list-view {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.list-view li {
  display: block;
  background-color: #f8f8f8;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-left: 3px solid transparent;
  transition: 0.3s;
}
.list-view li.filtrotitolo {
  padding: 15px 0px 15px 30px;
  border: none !important;
  background-color: #fff;
}
.list-view li.filtrotitolo:hover {
  background-color: transparent !important;
}
.list-view li .btn-link {
  display: block;
  padding: 15px 0 15px 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.list-view li .btn-link span {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
}
.list-view li .input-group-searchCol .input-group-text {
  background-color: #333333;
  color: #fff;
  text-align: center;
  width: 90px;
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  border-color: #333;
  border-radius: 3px 0 0 3px;
  padding-left: 5px;
  text-transform: uppercase;
}
.list-view li .input-group-searchCol .input-group-text.no-br-top {
  border-radius: 0 0 0 3px !important;
}
.list-view li .input-group-searchCol .input-group-text.no-br-bottom {
  border-radius: 3px 0 0 0;
}
.list-view li .input-group-searchCol .form-control {
  border-radius: 0 3px 3px 0;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #333;
}
.list-view li .input-group-searchCol.active .input-group-text {
  background-color: #c00;
  border-color: #c00;
}
.list-view li .input-group-searchCol.active .form-control {
  border-color: #c00;
}
.list-view li:hover {
  background-color: #FDC600;
}
.list-view li.active {
  margin-left: -3px;
  background-color: #fff;
  border-right: 0;
  border-left: 3px solid #fdc600;
}
.list-view li.active:first-child {
  border-top-color: #fff;
}
.list-view li:first-child {
  border-top: 1px solid transparent;
}
.list-view li:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.list-view li.searchOption {
  padding: 10px 0px 10px 10px;
  border-right-width: 0px;
  background-color: #fff;
}

.reset-filtri {
  padding: 5px 0 0 0;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.reset-filtri i {
  color: inherit;
}

.row-evento {
  padding: 10px 0 10px 140px;
  border-bottom: 1px solid #dddddd;
  min-height: 140px;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.row-evento figure {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 120px;
  height: 120px;
  margin: 0;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.row-evento figure img {
  width: 100%;
  height: 100%;
}
.row-evento figure .shadow {
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 120px;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.6) inset !important;
}
.row-evento figure .tipologia {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  padding: 0 2px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.row-evento figure figcaption {
  display: none;
}
.row-evento .paese, .row-evento .data {
  padding-bottom: 0px;
  color: #999999;
  display: inline-block;
}
.row-evento .paese i, .row-evento .data i {
  color: inherit;
  font-size: 12px;
}
.row-evento .paese {
  margin-right: 10px;
  text-transform: capitalize;
}
.row-evento .data {
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
  font-size: 12px !important;
  text-transform: lowercase;
  font-family: "Open Sans", sans-serif !important;
}
.row-evento .read-more {
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 5px 8px;
  color: #999;
  transition: 0.5s;
}
.row-evento .read-more i {
  color: inherit;
}
.row-evento .read-more:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.row-evento .titolo {
  font-size: 18px;
  color: #105CB0;
}
.row-evento.home {
  background-color: #efefef;
  border-radius: 3px;
  padding: 5px 10px 5px 5px;
  border-bottom: 1px solid #dddddd;
  margin: 10px 0;
}
.row-evento.home figure {
  margin-bottom: 0px;
}
.row-evento.home .paese {
  display: block;
  text-transform: capitalize;
}
.row-evento.home .read-more {
  display: block;
}

.row-evento-classifica {
  padding: 10px 0 10px 140px;
  border-bottom: 1px solid #dddddd;
  min-height: 140px;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.row-evento-classifica figure {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 120px;
  height: 120px;
  margin: 0;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.row-evento-classifica figure img {
  width: 100%;
  height: auto;
}
.row-evento-classifica figure .shadow {
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 120px;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.6) inset !important;
}
.row-evento-classifica figure .tipologia {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  padding: 0 2px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.row-evento-classifica figure figcaption {
  display: none;
}
.row-evento-classifica .paese, .row-evento-classifica .data {
  padding-bottom: 0px;
  color: #999999;
  display: inline-block;
}
.row-evento-classifica .paese i, .row-evento-classifica .data i {
  color: inherit;
  font-size: 12px;
}
.row-evento-classifica .paese {
  margin-right: 10px;
  text-transform: capitalize;
}
.row-evento-classifica .data {
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
  font-size: 12px !important;
  text-transform: lowercase;
  font-family: "Open Sans", sans-serif !important;
}
.row-evento-classifica .rank {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
}
.row-evento-classifica .rank .icona {
  position: relative;
  float: left;
  margin-right: 5px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  border-radius: 3px 0 0 3px;
  background-color: #FDC600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/bg_vote.jpg");
}
.row-evento-classifica .rank .icona .avg {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  bottom: 0px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 3px 0;
}
.row-evento-classifica .rank .lista-voti {
  list-style: none;
  margin: 0px;
  display: inline-block;
  background-color: #efefef;
  border-radius: 0 3px 3px 0;
  padding: 0 5px;
}
.row-evento-classifica .rank .lista-voti li {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: #919191;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid #fff;
}
.row-evento-classifica .rank .lista-voti li:last-child {
  border-bottom-width: 0px;
}
.row-evento-classifica .rank .lista-voti li .valore {
  margin-left: 10px;
  font: inherit;
  font-weight: 700;
  color: #333;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  float: right;
}
.row-evento-classifica .rank .lista-voti li i {
  width: 20px;
  text-align: center;
  color: inherit;
}
.row-evento-classifica .read-more {
  text-align: center;
  margin-top: 5px;
  float: left;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 5px 8px;
  color: #999;
  transition: 0.5s;
}
.row-evento-classifica .read-more i {
  color: inherit;
}
.row-evento-classifica .read-more:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
  cursor: pointer;
}
.row-evento-classifica .titolo {
  font-size: 18px;
  color: #105CB0;
}
.row-evento-classifica.home {
  background-color: #efefef;
  border-radius: 3px;
  padding: 5px 10px 5px 5px;
  border-bottom: 1px solid #dddddd;
  margin: 10px 0;
}
.row-evento-classifica.home figure {
  margin-bottom: 0px;
}
.row-evento-classifica.home .paese {
  display: block;
  text-transform: capitalize;
}
.row-evento-classifica.home .read-more {
  display: block;
}

.row-evento-home {
  position: relative;
  padding: 0px;
  margin: 10px 0;
  border-radius: 3px;
  overflow: hidden;
  min-height: 140px;
  float: left;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
}
.row-evento-home .thu-img {
  margin: 0px;
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0px;
}
.row-evento-home .thu-img .tipologia {
  z-index: 5;
  top: 0px;
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 5px 11px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  background: #fdc600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.row-evento-home .thu-img .comune-dett {
  position: absolute;
  z-index: 5;
  left: 2%;
  bottom: -5px;
  width: 96%;
  background-color: #efefef;
  padding: 5px;
  text-transform: capitalize;
  font-size: 12px !important;
  font-weight: 500;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
}
.row-evento-home .thu-img .comune-dett i {
  color: #666;
  font-size: 10px !important;
}
.row-evento-home .thu-img .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background-color: rgba(253, 198, 0, 0.8);
  text-align: center;
  line-height: 200px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 0px 3px #000;
  text-transform: uppercase;
  transition: 0.5s;
}
.row-evento-home .thu-img:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.row-evento-home .info {
  background-color: #efefef;
  border-top: 5px solid #efefef;
  float: left;
  width: 100%;
  padding: 5px 15px 10px 15px;
}
.row-evento-home .info .titolo-container {
  display: block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0px 1px 0px #fff;
  margin: 0 0 5px 0;
}
.row-evento-home .info .titolo-container .titolo {
  font-size: 16px;
  line-height: 1.2em;
  color: #105CB0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.row-evento-home .info .paese {
  margin: 5px 0px;
  text-transform: capitalize;
  font-size: 12px !important;
  font-weight: 700;
}
.row-evento-home .info .dataContainer {
  float: left;
  width: 100%;
  height: 48px;
}
.row-evento-home .info .dataContainer .data {
  margin: 1px 0;
  padding: 1px 5px;
  border-radius: 3px;
  color: #666;
  font-weight: 600;
  font-size: 11px !important;
  text-transform: lowercase;
  font-family: "Open Sans", sans-serif !important;
}
.row-evento-home .info .read-more {
  margin-top: 5px;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 8px;
  color: #999;
  transition: 0.5s;
}
.row-evento-home .info .read-more i {
  color: inherit;
}
.row-evento-home .info .read-more:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.row-evento-home.sponsor {
  border: 2px solid #FDC600;
}
.row-evento-home.sponsor .comune-dett {
  background-color: #FDC600;
}
.row-evento-home.sponsor .info {
  background-color: #FDC600;
  border-top-color: #FDC600;
}
.row-evento-home:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.shadow-1 {
  width: 120px;
  height: 120px;
  display: block;
  background-color: red;
}

.categoria-box {
  position: relative;
  width: 100%;
  height: 190px;
  background: #dddddd;
  border-radius: 3px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  font-size: 38px;
  transition: 0.3s;
}
.categoria-box a {
  position: relative;
  display: block;
  height: 100%;
  padding: 60px 20px 0;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
}
.categoria-box a .icona {
  display: block;
  margin: 0 auto 10px auto;
  height: 50px;
}
.categoria-box a .count {
  margin-top: 5px;
  display: block;
  background-color: #333;
  border-radius: 12px;
  padding: 2px 8px;
  color: #dddddd;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.categoria-box:hover {
  background-color: #FDC600;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}
.categoria-box:hover a {
  color: #333;
}
.categoria-box:hover a .count {
  color: #FDC600;
}

.OLmap {
  width: 100%;
  height: 400px;
  background-color: #efefef;
  border: 1px solid #ccc;
}

.immagine_volantino {
  float: left;
  position: relative;
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border-radius: 3px;
  background-color: #333;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 150px;
  transition: 0.5s;
}
.immagine_volantino .mask {
  background-color: rgba(253, 198, 0, 0.8);
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  line-height: 150px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  text-align: center;
  transition: 0.5s;
}
.immagine_volantino .mask i {
  color: #333;
  transition: 0.5s;
}
.immagine_volantino:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.immagine_volantino:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.gallery {
  display: flex;
  background-color: #f5f5f5;
  padding: 5px 10px;
  margin: 10px 0;
  border-radius: 3px;
}
.gallery .immagine_volantino {
  border-radius: 3px;
  width: 150px;
  height: 150px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#containerEvento .mappaOL {
  display: block;
  height: 200px;
  width: 100%;
  background-color: #FDC600;
}
#containerEvento .mappaOL_spacer {
  display: block;
  width: 100%;
  border-radius: 0 0 3px 3px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 5px 10px;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #FDC600;
}
#containerEvento .evento-correlato-row {
  padding: 5px;
  margin: 5px 0;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 3px;
}
#containerEvento .evento-correlato-row .immagine {
  margin: 0;
  float: left;
  margin-right: 15px;
  width: 70px;
  height: 80px;
  position: relative;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#containerEvento .evento-correlato-row .titolo {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 8px;
}
#containerEvento .evento-correlato-row .dettagli {
  color: #919191;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}
#containerEvento .evento-correlato-row .dettagli i {
  font-size: 13px;
  width: 12px;
  text-align: center;
  color: inherit;
}
#containerEvento .evento-correlato-row .read-more {
  display: block;
  margin-top: 0px;
  font-weight: bold;
  font-size: 13px;
}
#containerEvento .detail-comune {
  font-weight: bold;
  display: inline-block;
  background-color: #333;
  padding: 5px 8px;
  margin: 5px 10px 0 0;
  border-radius: 3px;
  color: #efefef;
  transition: 0.5s;
}
#containerEvento .detail-comune:hover {
  background-color: #FDC600;
  color: #333;
}
#containerEvento .detail-data {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
#containerEvento .detail-data span {
  display: inline-block;
  background-color: #efefef;
  border-radius: 3px;
  padding: 5px 8px;
  color: #919191;
  font-size: 13px;
  margin: 5px 10px 0 0;
}
#containerEvento .detail-data span i {
  color: inherit;
}
#containerEvento .descrizione {
  line-height: 1.8em;
  float: left;
  width: 100%;
}
#containerEvento .immagine_volantino_desc {
  float: left;
  position: relative;
  margin: 0px 20px 10px 0;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.5s;
}
#containerEvento .immagine_volantino_desc .mask {
  background-color: rgba(253, 198, 0, 0.8);
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  text-align: center;
  transition: 0.5s;
}
#containerEvento .immagine_volantino_desc .mask i {
  margin-top: 20px;
  color: #fff;
  font-size: 32px;
  transition: 0.5s;
}
#containerEvento .immagine_volantino_desc img {
  width: 150px;
  height: auto;
}
#containerEvento .immagine_volantino_desc:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
#containerEvento .immagine_volantino_desc:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
#containerEvento .votestar {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#containerEvento .votestar li {
  display: block;
}
#containerEvento .votestar li .starrr {
  display: inline-block;
}
#containerEvento .votestar li .name {
  display: inline-block;
}
#containerEvento .commenti {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#containerEvento .commenti li {
  border-bottom: 1px dashed #dbdbdb;
}
#containerEvento .commenti li .commento {
  position: relative;
  display: block;
  margin: 8px 0;
  padding-left: 100px;
  min-height: 80px;
}
#containerEvento .commenti li .commento .icona {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  border-radius: 3px;
  background-color: #FDC600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/bg_vote.jpg");
}
#containerEvento .commenti li .commento .icona .avg {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  bottom: 0px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 3px 0;
}
#containerEvento .commenti li .commento .commento-user {
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1em;
  color: #c4c4c4;
  text-transform: uppercase;
}

.row-gruppo {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  height: auto;
  float: left;
  width: 100%;
  position: relative;
}
.row-gruppo .paese, .row-gruppo .tipologia {
  padding-bottom: 0px;
  color: #999999;
  display: inline-block;
}
.row-gruppo .paese i, .row-gruppo .tipologia i {
  color: inherit;
  font-size: 12px;
}
.row-gruppo .paese {
  display: block;
  margin-right: 10px;
  text-transform: capitalize;
}
.row-gruppo .tipologia {
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #999999;
  color: #fff;
  font-weight: 600;
  text-transform: lowercase;
}
.row-gruppo .read-more {
  font-size: 13px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 5px 8px;
  color: #999;
  transition: 0.5s;
}
.row-gruppo .read-more i {
  color: inherit;
}
.row-gruppo .read-more:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.row-gruppo .titolo {
  font-size: 18px;
  color: #105CB0;
}
.row-gruppo .locandina {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  border-radius: 4px;
  overflow: hidden;
}
.row-gruppo .locandina img {
  width: 100%;
  height: 100%;
}
.row-gruppo .locandina img.iconaTipo {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #FDC600;
}
.row-gruppo .icona {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #FDC600;
  text-align: center;
}
.row-gruppo .icona img {
  max-height: 100px;
  max-width: 100px;
}

.gruppo-correlato-row {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.gruppo-correlato-row .immagine {
  margin: 0;
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  background-color: #FDC600;
}
.gruppo-correlato-row .immagine i {
  color: #333;
  font-size: 20px;
}
.gruppo-correlato-row .titolo {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 2px;
}
.gruppo-correlato-row .dettagli {
  color: #919191;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}
.gruppo-correlato-row .dettagli i {
  font-size: 13px;
  width: 12px;
  text-align: center;
  color: inherit;
}
.gruppo-correlato-row .read-more {
  display: block;
  margin-top: 0px;
  font-weight: bold;
  font-size: 13px;
  color: #999;
}
.gruppo-correlato-row .read-more i {
  color: inherit;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px !important;
  }

  .box-scrolldown {
    display: none !important;
  }

  .home-col {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    height: auto !important;
  }

  .mousescroll {
    display: none;
  }

  .navbar-search {
    display: none;
  }

  .icohome {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .icohome img {
    height: 30px;
  }

  .container-tab-allpage .currentPage {
    display: block;
  }
  .container-tab-allpage .nav-menu-tab {
    padding-left: 0px;
    padding-right: 0px;
    height: auto !important;
  }
  .container-tab-allpage .nav-menu-tab .nav-menu-tab-btn {
    flex: 0 0 100% !important;
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
  }

  .pagination {
    margin-top: 20px;
    width: 100%;
  }

  .section.section-header-page {
    padding: 60px 0 30px 0;
  }
  .section.section-header-page.tabbed {
    padding-bottom: 0px;
  }
  .section.section-header-page h1 {
    font-size: 42px;
  }
  .section.section-header-page h2 {
    font-size: 22px;
  }
  .section.section-header-page h3 {
    font-size: 18px;
  }
  .section.section-header-page .image-ico {
    height: 50px;
  }

  .list-view li .btn-link {
    padding: 10px;
  }
  .list-view li .btn-link span {
    display: none;
  }
  .list-view li.active {
    margin-left: 0px;
    border-right: 0;
    border-left: 0;
    border-top: 3px solid #fdc600;
    border-bottom: 3px solid #fdc600;
  }

  .banner.h600 {
    padding: 30px 10px;
    height: auto;
  }

  #calendarioContainer {
    display: none;
  }

  #sectionHome {
    padding-top: 70px !important;
  }
  #sectionHome .link-ricerca-avanzata {
    display: block !important;
    width: 100%;
    margin: 10px 0 !important;
  }
  #sectionHome .link-ricerca-avanzata {
    padding: 20px 20px 50px 20px;
  }
}
