html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
body,
body * {
  font-family: "Myriad Pro", "PT Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.color {
  background: red;
  font-weight: bold;
  color: green;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #909090;
}
a,
a:active {
  color: #909090;
}
a:hover,
a:active:hover {
  color: #ddd;
}
img {
  vertical-align: middle;
}
.separator {
  display: block;
  color: #ffdb00;
  font-weight: bold;
}
.separator:after {
  content: "-";
}
h1,
h2,
h3,
h4 {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
p,
li {
  line-height: 1.5;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fullheight {
    height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fullheight {
    height: 1024px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 568px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 480px;
  }
}
.grid {
  *zoom: 1;
  max-width: 464px;
  max-width: 29rem;
  _width: 464px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 49em) {
  .grid {
    *zoom: 1;
    max-width: 784px;
    max-width: 49rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 59em) {
  .grid {
    *zoom: 1;
    max-width: 944px;
    max-width: 59rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 69em) {
  .grid {
    *zoom: 1;
    max-width: 1104px;
    max-width: 69rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
.no-mediaqueries .grid {
  *zoom: 1;
  max-width: 1104px;
  max-width: 69rem;
  _width: 1104px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.no-mediaqueries .grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 89em) {
  .grid {
    *zoom: 1;
    max-width: 1424px;
    max-width: 89rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header {
  position: relative;
}
header .logo {
  display: block;
  float: left;
  position: relative;
  z-index: 3;
}
header .logo img {
  width: 200px;
  height: auto;
}
@media (min-width: 49em) {
  header .logo img {
    width: 259px;
  }
}
@media (min-width: 59em) {
  header {
    height: 690px;
  }
}
header .top-container {
  padding: 1rem 0 3.125rem;
  position: absolute;
  width: 100%;
}
@media (min-width: 69em) {
  header .top-container {
    padding: 3.125rem 0;
  }
}
.home header {
  height: 0;
  padding-bottom: 100vh;
  overflow: hidden;
  position: relative;
}
.home header .top-container {
  position: static;
}
header .grid {
  position: relative;
}
@media (min-width: 59em) {
  header .grid {
    position: static;
  }
}
header .nav-toggler {
  display: block;
  position: relative;
  float: right;
  z-index: 10;
  text-decoration: none;
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media (min-width: 89em) {
  header .nav-toggler {
    display: none;
  }
}
header .nav-toggler:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 2rem;
}
header .nav-toggler.active {
  color: #0075c9;
}
header .nav-toggler.active:after {
  content: "\f2d3";
}
header nav.menu-principale {
  display: none;
  float: right;
  position: relative;
  z-index: 3;
}
@media (min-width: 89em) {
  header nav.menu-principale {
    display: block;
  }
}
header nav.menu-principale ul li {
  list-style: none;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 3.125rem;
  font-size: 0.9375rem;
}
header nav.menu-principale ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
header nav.menu-principale ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 2px solid #0075c9;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
header nav.menu-principale ul li:after {
  content: " - ";
  color: #ffdb00;
  display: inline-block;
  padding: 0 0.2rem 0 0.2rem;
}
header nav.menu-principale ul li:last-child:after {
  content: "";
  padding: 0;
}
header nav.menu-principale ul li:hover a:after,
header nav.menu-principale ul li.current-menu-item a:after {
  width: 100%;
}
header #slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
header #slideshow .swiper-button-next,
header #slideshow .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  height: 38px;
  width: 38px;
  background: white;
  color: #909090;
}
header #slideshow .swiper-button-next:after,
header #slideshow .swiper-button-prev:after {
  display: block;
  font-family: "FontAwesome";
  line-height: 38px;
  text-align: center;
}
header #slideshow .swiper-button-next.swiper-button-prev,
header #slideshow .swiper-button-prev.swiper-button-prev {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
header #slideshow .swiper-button-next.swiper-button-prev:after,
header #slideshow .swiper-button-prev.swiper-button-prev:after {
  content: "\f077";
}
header #slideshow .swiper-button-next.swiper-button-next,
header #slideshow .swiper-button-prev.swiper-button-next {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
header #slideshow .swiper-button-next.swiper-button-next:after,
header #slideshow .swiper-button-prev.swiper-button-next:after {
  content: "\f078";
}
header #slideshow .swiper-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
header #slideshow .swiper-container .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEyNXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.5)),
    color-stop(125px, rgba(0, 0, 0, 0.5)),
    color-stop(100%, rgba(0, 0, 0, 0.15))
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5) 125px,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5) 125px,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5) 125px,
    rgba(0, 0, 0, 0.15) 100%
  );
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
header #slideshow .swiper-container .swiper-wrapper .swiper-slide img {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  object-fit: cover;
}
header #slideshow .swiper-container .swiper-wrapper .swiper-slide:before {
  content: "";
  background: none;
}
header
  #slideshow
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -85%);
  -ms-transform: translate(-50%, -85%);
  -webkit-transform: translate(-50%, -85%);
  transform: translate(-50%, -85%);
  z-index: 2;
  text-align: center;
  color: #fff;
}
@media (min-width: 59em) {
  header
    #slideshow
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .cont-wrapper {
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
header
  #slideshow
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cont-wrapper
  p {
  line-height: 1.5;
}
header
  #slideshow
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cont-wrapper
  p.button {
  text-transform: uppercase;
  margin-top: 2.34375rem;
}
header
  #slideshow
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cont-wrapper
  p.button
  a {
  display: inline-block;
  width: auto;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1.5rem 0.25rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
header
  #slideshow
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cont-wrapper
  p.button
  a:hover {
  background: white;
  color: #0075c9;
}
@media (min-width: 59em) {
  header
    #slideshow
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .cont-wrapper
    h2 {
    font-size: 3.125rem;
    font-weight: 800;
    font-family: "Kanit", sans-serif;
    margin-bottom: 2.34375rem;
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
  }
  header
    #slideshow
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .cont-wrapper
    p {
    font-size: 1.5625rem;
    width: 90%;
  }
}
header .header-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .header-footer .col {
  background: #0075c9;
}
header .header-footer .col.giallo {
  background: #ffdb00;
}
header .header-footer .col.grigio {
  background: #909090;
}
header .header-footer .col a {
  display: block;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
  padding: 0.725rem 0;
  text-align: center;
}
@media (min-width: 49em) {
  header .header-footer .col {
    width: 50%;
    float: left;
  }
  header .header-footer .col a {
    padding: 1.45rem 0;
    font-size: 1.875rem;
  }
}
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background: rgba(255, 219, 0, 0.95);
  z-index: 9;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.menu-mobile a {
  color: #0075c9;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.menu-mobile ul {
  margin-top: 3.125rem;
}
.menu-mobile ul li {
  line-height: 2;
  -moz-transform: translate(-100%, -30px) rotate(35deg);
  -ms-transform: translate(-100%, -30px) rotate(35deg);
  -webkit-transform: translate(-100%, -30px) rotate(35deg);
  transform: translate(-100%, -30px) rotate(35deg);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.menu-mobile ul li:nth-child(1) {
  -moz-transition-delay: 0.1125s;
  -o-transition-delay: 0.1125s;
  -webkit-transition-delay: 0.1125s;
  transition-delay: 0.1125s;
}
.menu-mobile ul li:nth-child(2) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.menu-mobile ul li:nth-child(3) {
  -moz-transition-delay: 0.1875s;
  -o-transition-delay: 0.1875s;
  -webkit-transition-delay: 0.1875s;
  transition-delay: 0.1875s;
}
.menu-mobile ul li:nth-child(4) {
  -moz-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.menu-mobile ul li:nth-child(5) {
  -moz-transition-delay: 0.2625s;
  -o-transition-delay: 0.2625s;
  -webkit-transition-delay: 0.2625s;
  transition-delay: 0.2625s;
}
.menu-mobile ul li:nth-child(6) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu-mobile ul li:nth-child(7) {
  -moz-transition-delay: 0.3375s;
  -o-transition-delay: 0.3375s;
  -webkit-transition-delay: 0.3375s;
  transition-delay: 0.3375s;
}
.menu-mobile ul li:nth-child(8) {
  -moz-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.menu-mobile ul li:nth-child(9) {
  -moz-transition-delay: 0.4125s;
  -o-transition-delay: 0.4125s;
  -webkit-transition-delay: 0.4125s;
  transition-delay: 0.4125s;
}
.menu-mobile ul li:nth-child(10) {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.menu-mobile.active {
  height: 100vh;
}
.menu-mobile.active ul li {
  -moz-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  -webkit-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
}
.header-sotto {
  background: #fff;
}
.header-sotto .third {
  text-align: center;
  font-size: 1.5625rem;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  color: #0075c9;
  padding: 1rem 0;
}
@media (min-width: 49em) {
  .header-sotto .third {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .header-sotto .third:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
.header-sotto .third:nth-child(3n + 2) {
  background-color: #0075c9;
  color: #fff;
}
#intro-pagina-interna {
  background: #0075c9;
}
@media (min-width: 59em) {
  #intro-pagina-interna {
    height: 690px;
  }
}
#intro-pagina-interna .header-text-wrapper {
  padding: 1.5rem 0;
}
@media (min-width: 59em) {
  #intro-pagina-interna .header-text-wrapper {
    padding: 0;
  }
}
@media (min-width: 49em) {
  #intro-pagina-interna .header-text-wrapper {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
#intro-pagina-interna .header-text-wrapper .header-text-inner {
  margin-top: 6rem;
  padding-top: 0;
  padding-right: 3rem;
  color: #fff;
  overflow: auto;
}
@media (min-width: 59em) {
  #intro-pagina-interna .header-text-wrapper .header-text-inner {
    padding-top: 9.5rem;
    margin-top: 0;
    height: 29rem;
  }
}
#intro-pagina-interna .header-text-wrapper .header-text-inner h1 {
  font-size: 1.5625rem;
}
#intro-pagina-interna .header-text-wrapper .header-text-inner h2 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.125rem;
}
#intro-pagina-interna .header-text-wrapper .header-text-inner a,
#intro-pagina-interna .header-text-wrapper .header-text-inner a:hover {
  color: #fff;
}
#intro-pagina-interna .header-text-wrapper .header-text-inner p {
  font-size: 1.125rem;
}
#intro-pagina-interna .header-text-wrapper .header-text-inner .back-to-link {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#intro-pagina-interna .header-text-wrapper .header-text-inner .back-to-link a {
  text-decoration: none;
  position: relative;
}
#intro-pagina-interna
  .header-text-wrapper
  .header-text-inner
  .back-to-link
  a:before {
  content: "\f053";
  font-size: 16px;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.5rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#intro-pagina-interna
  .header-text-wrapper
  .header-text-inner
  .back-to-link
  a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 100%;
  border-bottom: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#intro-pagina-interna
  .header-text-wrapper
  .header-text-inner
  .back-to-link
  a:hover:before {
  /*-moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);*/
}
#intro-pagina-interna
  .header-text-wrapper
  .header-text-inner
  .back-to-link
  a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 100%;
}
#intro-pagina-interna .header-image-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
}
#intro-pagina-interna .header-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #0075c9;
  height: 100%;
  width: 35%;
}
@media (min-width: 69em) {
  #intro-pagina-interna .header-image-wrapper:before {
    display: none;
  }
}
#intro-pagina-interna .header-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  background: none;
  width: 100%;
}
@media (min-width: 69em) {
  #intro-pagina-interna .header-image-wrapper:after {
    height: 100%;
    background: rgba(0, 28, 48, 0.75);
  }
}
@media (min-width: 89em) {
  #intro-pagina-interna .header-image-wrapper:after {
    background: none;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEyNXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(
      linear,
      50% 0%,
      50% 100%,
      color-stop(0%, rgba(0, 0, 0, 0.5)),
      color-stop(125px, rgba(0, 0, 0, 0.5)),
      color-stop(100%, rgba(0, 0, 0, 0.15))
    );
    background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5) 125px,
      rgba(0, 0, 0, 0.15) 100%
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5) 125px,
      rgba(0, 0, 0, 0.15) 100%
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5) 125px,
      rgba(0, 0, 0, 0.15) 100%
    );
    height: 100%;
  }
}
@media (min-width: 69em) {
  #intro-pagina-interna .header-image-wrapper {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    padding-bottom: 43.125rem;
    position: absolute;
    right: 0;
    width: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
}
#content {
  padding: 3.125rem 0;
}
@media (min-width: 69em) {
  #content {
    padding: 6.25rem 0;
  }
}
#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content ul,
#content li {
  color: #0075c9;
}
#content h1,
#content h2,
#content h3 {
  font-size: 1.5625rem;
  font-weight: 800;
}
#content h1:after,
#content h2:after,
#content h3:after {
  content: "-";
  display: block;
  color: #ffdb00;
  font-weight: 400;
  font-size: 1rem;
}
#content p,
#content ul {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #666;
}
#content ul {
  list-style: disc;
  margin-left: 1.25rem;
}
#content ul li {
  color: #666;
}
#content .content-riga {
  margin-bottom: 3.125rem;
}
#content .content-riga:after {
  content: "";
  display: block;
  clear: both;
}
#content .content-riga .content-image-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
@media (min-width: 49em) {
  #content .content-riga .content-image-wrapper {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    padding-right: 1rem;
    margin-bottom: 0;
  }
}
#content .content-riga .content-image-wrapper img {
  width: 100%;
  height: auto;
}
#content .content-riga .content-text-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 49em) {
  #content .content-riga .content-text-wrapper {
    padding-left: 1rem;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 49em) {
  #content .content-riga .content-text-wrapper-full {
    text-align: center;
  }
}
#content .content-riga:nth-child(2n + 1) .content-image-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 49em) {
  #content .content-riga:nth-child(2n + 1) .content-image-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding-left: 1rem;
  }
}
#content .content-riga:nth-child(2n + 1) .content-image-wrapper img {
  width: 100%;
  height: auto;
}
#content .content-riga:nth-child(2n + 1) .content-text-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 49em) {
  #content .content-riga:nth-child(2n + 1) .content-text-wrapper {
    padding-right: 1rem;
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
#content .content-riga:last-child {
  margin-bottom: 0;
}
#content .gallery-item {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
  float: left;
  position: relative;
}
#content .gallery-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}
#content .gallery-item.gallery-item-0 {
  width: 50%;
  padding-bottom: 50%;
}
#content .gallery-item:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 3.125rem;
  pointer-events: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#content .gallery-item:after {
  content: "";
  background: rgba(144, 144, 144, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  height: 10%;
  pointer-events: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#content .gallery-item:hover:after {
  width: 100%;
  height: 100%;
}
#content .gallery-item:hover:before,
#content .gallery-item:hover:after {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media (min-width: 59em) {
  #content .post-list {
    width: 66%;
    margin: 0 auto;
  }
}
#content .post-list .post-item:after {
  content: "";
  display: block;
  clear: both;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#content .post-list .post-item .post-item-img-wrapper {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 49em) {
  #content .post-list .post-item .post-item-img-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 59em) {
  #content .post-list .post-item .post-item-img-wrapper {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 49em) {
  #content .post-list .post-item .post-item-img-wrapper {
    margin-bottom: 0;
  }
}
#content .post-list .post-item .post-item-img-wrapper img {
  width: 100%;
  height: auto;
}
#content .post-list .post-item .post-item-img-wrapper a {
  display: block;
}
#content .post-list .post-item .post-item-img-wrapper a:before {
  content: "\f03e";
  font-family: "FontAwesome";
  font-size: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 2;
  pointer-events: none;
  -moz-transform: rotate(180deg) translate(-50%, -50%);
  -ms-transform: rotate(180deg) translate(-50%, -50%);
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
  transform: rotate(180deg) translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#content .post-list .post-item .post-item-img-wrapper a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(144, 144, 144, 0.5);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#content .post-list .post-item .post-item-img-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#content .post-list .post-item .post-item-img-wrapper a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotate(360deg) translate(-50%, -50%);
  -ms-transform: rotate(360deg) translate(-50%, -50%);
  -webkit-transform: rotate(360deg) translate(-50%, -50%);
  transform: rotate(360deg) translate(-50%, -50%);
}
#content .post-list .post-item .post-item-text-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 49em) {
  #content .post-list .post-item .post-item-text-wrapper {
    padding-left: 1.5rem;
  }
}
#content .post-list .post-item .post-item-text-wrapper h3 {
  font-size: 1.5625rem;
  font-weight: 800;
  letter-spacing: 1px;
}
#content .post-list .post-item .post-item-text-wrapper h3 a {
  color: #0075c9;
  text-decoration: none;
  position: relative;
}
#content .post-list .post-item .post-item-text-wrapper h3 a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  border-bottom: 2px solid #0075c9;
  width: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#content .post-list .post-item .post-item-text-wrapper h3 a:hover:after {
  width: 100%;
}
#content
  .post-list
  .post-item
  .post-item-text-wrapper
  p.immobili-item-caratteristiche {
  text-transform: uppercase;
  font-size: 1.3125rem;
}
@media (min-width: 49em) {
  #content .post-list .post-item .post-item-text-wrapper {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    text-align: left;
  }
}
@media (min-width: 59em) {
  #content .post-list .post-item .post-item-text-wrapper {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
#content .filtro-referenze {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin-left: 0.5rem;
}
#content .filtro-referenze a {
  display: block;
  padding: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  border: 2px solid #0075c9;
  text-decoration: none;
  text-transform: uppercase;
  color: #0075c9;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media (min-width: 69em) {
  #content .filtro-referenze a {
    padding: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
#content .filtro-referenze a:hover,
#content .filtro-referenze a.active {
  background: #0075c9;
  color: #fff;
}
#content .referenze-list-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  row-gap: 2rem;
  /*flex-flow: row wrap;*/
  justify-content: flex-start;
  align-content: flex-start;
}
#content .referenze-list-gallery .referenze-item {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media (min-width: 49em) {
  #content .referenze-list-gallery .referenze-item {
    /*width: 25%;*/
  }
}
@media (min-width: 89em) {
  #content .referenze-list-gallery .referenze-item {
    /*width: 16.66%;*/
  }
}
#content .referenze-list-gallery .referenze-item img {
  width: 100%;
  height: auto;
}
#content .referenze-list-gallery .referenze-item .post-item-text-wrapper {
  /*display: none;*/
  h3 {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    line-height: 1.3;
    margin-top: 1rem;
    a {
      text-decoration: none;
    }
  }
  h3::after {
    display: none;
  }
}
#content .referenze-list-gallery .referenze-item .post-item-img-wrapper {
  position: relative;
}
#content
  .referenze-list-gallery
  .referenze-item
  .post-item-img-wrapper
  a:before {
  content: "\f03e";
  font-family: "FontAwesome";
  font-size: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.33s;
}

#content
  .referenze-list-gallery .tipo-dettaglio .post-item-img-wrapper a:before {
  content: "\f0c1"; /* link */
}
#content
  .referenze-list-gallery
  .referenze-item
  .post-item-img-wrapper
  a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(144, 144, 144, 0.5);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#content
  .referenze-list-gallery
  .referenze-item
  .post-item-img-wrapper
  a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotate(0deg) translate(-50%, -50%);
  -ms-transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
}
#content
  .referenze-list-gallery
  .referenze-item
  .post-item-img-wrapper
  a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#content .referenze-list-gallery .referenze-item.hide {
  display: none;
}
.contattaci-wrapper {
  padding: 6.25rem 0;
  background: #0075c9;
  color: #fff;
}
.contattaci-wrapper h1,
.contattaci-wrapper h2,
.contattaci-wrapper h3,
.contattaci-wrapper h4,
.contattaci-wrapper p,
.contattaci-wrapper ul,
.contattaci-wrapper li,
.contattaci-wrapper input,
.contattaci-wrapper textarea {
  color: #fff;
}
.contattaci-wrapper h1,
.contattaci-wrapper h2 {
  font-size: 1.5625rem;
  letter-spacing: 1px;
}
.contattaci-wrapper h1:after,
.contattaci-wrapper h2:after {
  content: "-";
  display: block;
  color: #ffdb00;
  font-weight: 400;
  font-size: 1rem;
}
.contattaci-wrapper h3 {
  font-weight: 400;
}
.contattaci-wrapper .col-wrapper:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 49em) {
  .contattaci-wrapper .col-wrapper .half {
    padding-right: 2rem;
    width: 49.15254%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contattaci-wrapper .col-wrapper .half:nth-child(2n + 2) {
    padding-left: 2.5rem;
    padding-right: 0;
  }
}
.contattaci-wrapper input,
.contattaci-wrapper textarea {
  background: none;
  border: 1px solid #fff;
  font-size: 1.3125rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contattaci-wrapper input:-moz-placeholder,
.contattaci-wrapper textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contattaci-wrapper input::-moz-placeholder,
.contattaci-wrapper textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contattaci-wrapper input:-ms-input-placeholder,
.contattaci-wrapper textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contattaci-wrapper input::-webkit-input-placeholder,
.contattaci-wrapper textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contattaci-wrapper input[type="checkbox"],
.contattaci-wrapper textarea[type="checkbox"] {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  position: relative;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.contattaci-wrapper input[type="checkbox"]:before,
.contattaci-wrapper textarea[type="checkbox"]:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  visibility: visible;
  display: block;
}
.contattaci-wrapper input[type="checkbox"]:after,
.contattaci-wrapper textarea[type="checkbox"]:after {
  opacity: 0;
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: visible;
  font-size: 2rem;
  -moz-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  -webkit-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.contattaci-wrapper input[type="checkbox"]:hover:after,
.contattaci-wrapper textarea[type="checkbox"]:hover:after {
  opacity: 0.25;
}
.contattaci-wrapper input[type="checkbox"]:checked:after,
.contattaci-wrapper textarea[type="checkbox"]:checked:after {
  opacity: 1;
}
.contattaci-wrapper textarea {
  height: 9rem;
}
.contattaci-wrapper label {
  line-height: 1.5rem;
}
.contattaci-wrapper > p:before {
  content: "";
  display: block;
  clear: both;
}
.contattaci-wrapper input.wpcf7-submit {
  display: block;
  clear: both;
  width: auto;
  margin: 2rem auto 0;
  border: 1px solid #fff;
  background: #fff;
  color: #0075c9;
  text-transform: uppercase;
  padding: 0.75rem 3rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  font-family: "Kanit", sans-serif;
}
.contattaci-wrapper input.wpcf7-submit:hover {
  background: #0075c9;
  color: #fff;
}
.contattaci-wrapper div.wpcf7-response-output.div.wpcf7-response-output {
  background: rgba(57, 143, 20, 0.85);
}
#map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 59em) {
  #map {
    padding-bottom: 37.5%;
  }
}
#map iframe {
  pointer-events: none;
}
#map:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #0075c9;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
footer {
  background: #0075c9;
  color: #fff;
  padding: 3.125rem 0;
}
footer a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
footer a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  color: #fff;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 1px solid #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
footer a:hover,
footer a.current-menu-item {
  color: #fff;
}
footer a:hover:after,
footer a.current-menu-item:after {
  width: 100%;
}
footer a i.fa {
  font-size: 28px;
}
.home footer {
  display: none;
}
@media (min-width: 59em) {
  footer .footer-col {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  footer .footer-col:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
footer .footer-col h4 {
  font-size: 1.5625rem;
}
.single-immobili footer,
.page-template-page-contatti footer {
  background: #fff;
  color: #0075c9;
  padding-top: 3.125rem;
}
.single-immobili footer a,
.page-template-page-contatti footer a {
  color: #0075c9;
}
.single-immobili footer a:after,
.page-template-page-contatti footer a:after {
  border-bottom: 1px solid #0075c9;
}
.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item {
  margin: 0;
}
