@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(//fonts.googleapis.com/css?family=Hind:400,700);
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Hind', sans-serif; */
a:focus,
body:focus,
div:focus,
button:focus,
input:focus {
  outline: 0 !important;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a,
input,
select,
textarea {
  outline: none !important;
}
a {
  color: #d32f2f;
}
a:hover {
  color: #222222;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
}
h3 {
  font-size: 17.5px;
  font-size: 1.75rem;
}
h4 {
  font-size: 13.5px;
  font-size: 1.35rem;
}
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(210, 50, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(210, 50, 50, 0.6);
  outline: 0 none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #d32f2f !important;
}
.close {
  opacity: 1;
}
.pad-20 {
  padding: 20px;
}
.bg-white {
  background-color: #fff;
}
.btn-paginesi {
  background-color: #d32f2f;
  color: #fff;
  box-shadow: 0px 2px 0px 0px #91250d;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
}
.btn-paginesi:hover {
  background-color: #f2f2f2;
  color: #333333;
  text-decoration: none;
  box-shadow: 0px 2px 0px 0px #777777;
}
.btn-paginesi:focus {
  background-color: #d32f2f;
  color: #fff;
  box-shadow: 0px 2px 0px 0px #91250d;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
}
.btn-paginesi-inverse {
  background-color: #f2f2f2;
  color: #d32f2f;
  box-shadow: 0px 2px 0px 0px #e0e0e0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
}
.btn-paginesi-inverse:hover {
  background-color: #d32f2f;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 2px 0px 0px #91250d;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Hind';
  background: #f1f1f1;
}
.content-wrap {
  overflow: hidden;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}

.main-wrapper {
  height: auto;

}
.main-wrapper .footer{
    display: flex;
    justify-content: flex-end;
}


.container-fluid {
  max-width: 1430px;
}
header {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 15px;
}
header h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
header h1 span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -10px;
}
header h1 span small {
  display: inline;
  margin-top: 5px;
  width: 100%;
  line-height: 0.5;
  text-align: center;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
header h1 span small i.fa {
  color: #d32f2f;
  margin-left: 10px;
}
header h1:before {
  background: #222222;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 18%;
  width: 100%;
}
header h1:before {
  left: 0;
}
header #map-canvas {
  height: 435px;
}
header .big-map {
  margin-left: -15px;
  margin-right: -15px;
}

.localita-dropdown {
  position: absolute;
  top: 150px;
  right: 25px;
}
.localita-dropdown .localita-button {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  padding-right: 15px;
  font-size: 15px;
}
.localita-dropdown .localita-button i.fa {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  padding: 10px 12px;
  background-color: #777777;
  color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
.localita-dropdown .localita-button i.fa:hover {
  box-shadow: none;
}
.localita-dropdown .localita-button:hover {
  box-shadow: none;
  text-decoration: none;
}
.localita-dropdown .localita-button a:focus {
  color: #333;
  text-decoration: none;
}
.localita-dropdown .dropdown-menu {
  border: 0px;
  border-radius: 5px;
}
.localita-dropdown:hover .dropdown-content {
  display: block;
}
.localita-dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

nav {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
  background: #fff;
  border: 0px;
  padding: 15px;
}
nav .btn.btn-paginesi.pull-right {
  position: absolute;
  right: 20px;
  top: 15px;
  margin-top: 2px;
}
nav .seo-text {
  padding: 20px 0px;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: -20px;
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0px;
  margin-top: -15px;
  padding-top: 10px;
}
.navbar-collapse {
  padding-left: 0px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d32f2f;
}
.navbar .nav > .active > a:hover {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d32f2f;
  cursor: default;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 20px 10px;
  font-family: 'Montserrat', sans-serif;
  margin-right: 5px;
  border: 1px solid transparent;
  color: #555;
}
.navbar .nav > li > a:hover {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d32f2f;
  padding: 10px 20px 10px;
}
.navbar .nav > li > a.active {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d32f2f;
  padding: 10px 20px 10px;
}
.navbar.affix {
  z-index: 999;
  top: 15px;
  width: 100%;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 3px;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #d32f2f;
}
section.seo {
  border-top: 1px solid #d32f2f;
  margin-bottom: -20px;
  margin-top: 30px;
  background-color: #fff;
}
.seo-text {
  padding: 20px 0px;
  margin: 10px 20px;
  font-size: 14px;
  line-height: 21px;
}
section.elements {
  margin-left: -23px;
  margin-right: -23px;
  margin-top: -10px;
  position: relative;
  z-index: 0;
}
section.elements .grid {
  overflow: hidden;
  padding: 1.5em 0 0 1.5em;
  max-width: 100%;
  margin: 0 auto;
}
section.elements .grid li {
  padding: 0 1.5em 0.5em 0;
  margin-bottom: 1em;
}
section.elements .grid li > div.box {
  background: #fff;
  padding: 0px;
  text-align: center;
  /* float: left; */
}
section.elements .grid li a {
  color: #000;
}
@media all and (min-width: 27em) {
  section.elements .grid li {
    width: 47.6666666%;
    float: left;
  }
}
@media all and (min-width: 40em) {
  section.elements .grid li {
    width: 32.3333333%;
  }
}
@media all and (min-width: 60em) {
  section.elements .grid li {
    width: 24.3333333%;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  section.elements .grid li {
    width: 92.666666%;
  }
}
div.box {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  min-height: 200px;
}
div.box .inner {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
div.box .inner .image img {
  max-width: 100%;
  opacity: 0.9;
  width: 100%;
}
div.box .inner h2 {
  color: #222222;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -15px;
  margin-top: 10px;
  /* width: 200px; */
}
div.box .inner h2 a:focus {
  text-decoration: none;
}

div.box .inner h2 span {
  
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.box .inner h2 span:focus {
  text-decoration: none;
  outline: none;
}
div.box .inner .info {
  margin: 10px;
  margin-bottom: 0px;
  padding: 10px 5px 0px 5px;
  background-color: #f0f0f0;
  overflow: visible;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
div.box .inner .info ul {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}

div.box .inner .info ul li {

  margin: 0px 0px -5px 0px;
  width: 40px;
  float: left;
}
div.box .inner .info ul li i.fa {
  color: #d32f2f;
  background-color: #fff;
  border-radius: 50%;
  padding: 7.5px 6px;
  font-size: 18px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
}
div.box {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
div.box .inner {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
div.box .inner .image img {
  max-width: 100%;
  opacity: 0.9;
  width: 100%;
}
div.box .inner h2 {
  color: #222222;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -15px;
  margin-top: 10px;
}
div.box .inner .info {
  margin: 10px;
  margin-bottom: 0px;
  padding: 10px 5px 0px 5px;
  background-color: #f0f0f0;
  overflow: visible;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
div.box .inner .info ul {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}
div.box .inner .info ul li {
  margin: 0px 0px 0px 0px;
  width: 40px;
  float: left;
}
div.box .inner .info ul li i.fa {
  padding: 7.5px 6px;
  font-size: 18px;
  color: #d32f2f;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
}
div.box .inner .info img {
  float: left;
  padding-bottom: 7px;
}
div.box .inner .moreinfo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #d32f2f;
  border: 2px solid #d32f2f;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  opacity: 0;
}
div.box .inner .moreinfo i.fa {
  color: #fff;
  font-size: 21px;
  padding: 6px 0px;
}
div.box:hover {
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
div.box:hover .inner {
  padding-bottom: 10px;
}
div.box:hover .inner .image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.box:hover .inner .info {
  background-color: #e9e9e9;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
div.box:hover .inner .info ul li i.fa:hover {
  color: #fff;
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div.box:hover .inner .moreinfo {
  opacity: 1;
}
div.box:hover .inner .moreinfo i.fa {
  color: #fff;
  font-size: 21px;
  padding: 6px 0px;
}
div.box:hover .inner .moreinfo:hover {
  background-color: #fff;
  border: 2px solid #fff;
}
div.box:hover .inner .moreinfo:hover i.fa {
  color: #d32f2f;
}
/* FULL SCREEN MODAL STYLES
    -------------------------------------------------- */
.fullscreen .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #333;
}
.fullscreen .modal-title {
  font-size: 21px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.fullscreen .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  border-radius: 0;
  color: #333;
  background: rgba(0, 0, 0, 0.65);
  text-align: left;
  -webkit-transform: translateZ(0);
}
.fullscreen .modal-content .modal-header {
  position: relative;
  z-index: 2;
  cursor: default;
}
.fullscreen .modal-body .item-inner {
  position: relative;
  z-index: 999;
}
.fullscreen .modal-body-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#map-canvas-item {
  height: 500px;
  margin-right: 15px;
}
#map-canvas-full {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-inner {
  background: #fff;
  margin-top: 30px;
  padding: 15px 0px 15px 15px;
  position: relative;
}

.item-inner h2 {
  font-size: 19px;
  font-weight: normal;
  border-bottom: 1px solid #d32f2f;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.item-inner .modal-left-side {
  max-height: 470px;
  overflow-y: auto;
}
.item-inner p {
  text-align: left;
  line-height: 20px;
  margin-top: -5px;
  font-size: 14px;
}
.item-inner .text {
  height: 35px;
  overflow: hidden;
  text-align: left;
  line-height: 20px;
  margin-top: -5px;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
}
.item-inner .overflow-sh {
  overflow-y: visible !important;
  height: auto;
  -webkit-line-clamp: 200;
}
.item-inner .show-hide {
  margin-top: 10px;
  color: #d32f2f;
  font-weight: bolder;
  cursor: pointer;
  display: block;
}
.item-inner .image img {
  max-width: 100%;
  margin-bottom: 20px;
}
.item-inner .logo-address {
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 15px 0px;
}
.item-inner .logo-address img {
  float: left;
  padding: 10px;
  max-width: 160px;
  max-height: 160px;
  margin-right: 15px;
}
.item-inner .logo-address p.address {
  text-align: left;
  line-height: 18px;
  font-size: 13px;
  color: #777;
  padding-top: 10px;
}
.item-inner .info {
  margin: 10px 15px 0px 0px;
  margin-bottom: 0px;
  padding: 10px 5px 5px 5px;
  background-color: #f0f0f0;
  overflow: visible;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.item-inner .info ul {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}
.item-inner .info ul li {
  margin: 0px 3px -5px 0px;
  width: 40px;
  float: left;
}
.item-inner .info ul li i.fa {
  padding: 7.5px 6px;
  font-size: 18px;
  color: #d32f2f;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
}
.item-inner .info:hover {
  background-color: #e9e9e9;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.item-inner .info:hover ul li i.fa:hover {
  color: #fff;
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer.footer {
  text-align: center;
  min-height: 100px;
  background-color: #333;
  padding: 20px;
  color: #fff;
  margin-top: 20px;
}
footer.footer a {
  color: #fff;
}
footer.footer a:hover {
  color: #d32f2f;
}
footer.footer .misc h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #aeaeae;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: right;
}
footer.footer .misc .footer-social {
  text-align: right;
}
footer.footer .misc .footer-social i.fa {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 10px;
}
footer.footer .misc .disclaimer {
  margin-top: 0px;
  font-size: 12px;
  font-family: 'Hind';
}
#cookie-bar {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  height: auto;
  line-height: 20px;
  color: #eeeeee;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  z-index: 100000;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #d32f2f;
}
#cookie-bar .cb-enable:hover {
  background: #91250d;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #aaa;
}
#cookie-bar .cb-policy:hover {
  background: #bbb;
}
span#geo {
  position: absolute;
  top: 66px;
  left: 53px;
}
span#geo-xs {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */

  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(220, 50, 20, 0.45) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */

  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
  .navbar-nav {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* infowindow google map customization */

h2.iw-header {

  color: #333;
  padding-bottom: 6px;
  border-bottom: 2px solid #d32f2f;
  margin-top: 5px;
  text-align: center;

}

.infoWindowContent {

  min-width: 370px;
  background-color: #fff;
  margin: 0px;

}

.infoWindowContent .info {
  margin: 10px auto 0px auto;
  padding: 5px;
  background-color: #f0f0f0;
  overflow: visible;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
}
.infoWindowContent .info ul {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}
.infoWindowContent .info ul li {
  margin: 0px 3px -5px 0px;
  width: 35px;
  float: left;
}
.infoWindowContent .info ul li i.fa {
  padding: 6px 4px;
  font-size: 15px;
  color: #d32f2f;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
}
.infoWindowContent .info:hover {
  background-color: #e9e9e9;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.infoWindowContent .info:hover ul li i.fa:hover {
  color: #fff;
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gm-style img.img-thumbnail {
    max-width: 120px;
    background-color: #fff;
    float: left;
    margin-right: 15px;
    max-height: 100px;
}

.gm-style img.img-thumbnail {
    border-radius: 0px;
}

.gm-style p {
  text-align: left;
}

.gm-style p span {
    display: block;
    font-size: 13px;
}

.gm-style p span.place {
    font-size: 17px;
    margin-bottom: 10px;
    background: #f0f0f0;
    padding: 5px 0px 5px 0px;
    line-height: 16px;
}

.gm-style p span.place i.fa {
    font-size: 18px;
    color: #d32f2f;
    margin-right: 5px;
    line-height: 18px;
}


.pagine-si-courtesy-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pagine-si-courtesy-wrapper {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
}

.pagine-si-courtesy-container {
    background: #ffffff;
    border-radius: 8px;
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 90%;
    border: 1px solid #e0e0e0;
}

.pagine-si-courtesy-main-title {
    color: #dc3545;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.pagine-si-courtesy-subtitle {
    color: #495057;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: normal;
}

.pagine-si-courtesy-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pagine-si-courtesy-footer {
    margin-top: 40px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pagine-si-courtesy-footer-text {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: normal;
}

@media (max-width: 768px) {
    .pagine-si-courtesy-container {
        padding: 40px 30px;
        margin: 20px;
    }
    
    .pagine-si-courtesy-main-title {
        font-size: 2.5rem;
    }
    
    .pagine-si-courtesy-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .pagine-si-courtesy-main-title {
        font-size: 2rem;
    }
    
    .pagine-si-courtesy-container {
        padding: 30px 20px;
    }
    
    .pagine-si-courtesy-subtitle {
        font-size: 1.1rem;
    }
}
