@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Italiana&display=swap");
html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background-color: #e9e9e9;
  color: #666666;
}
@media (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.noscroll {
  overflow: hidden;
}

h1 {
  font-family: "Italiana", serif;
  font-size: 3.125em;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Italiana", serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Italiana", serif;
  font-size: 1.56em;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Italiana", serif;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Italiana", serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "Italiana", serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  transition: color 0.1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #003989;
}

.link {
  color: #003989;
}

p {
  margin: 0 0 15px;
  line-height: 1.4em;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
}

hr {
  margin: 0;
  border-top: 1px solid #ddd;
}

.uber-container {
  position: relative;
  max-width: auto;
  margin: 0 auto;
  background-color: #ffffff;
}

.fixed-container,
.fixed-container-once {
  position: relative;
}

.full-height .container-fluid,
.full-height .container,
.full-height .row,
.full-height div[class^=col-] {
  height: 100%;
}

.affix {
  top: 80px;
}
.affix.affix-disabled {
  position: initial;
}

.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 0;
  margin: 0;
}
.navbar-default .navbar-brand {
  height: auto;
  padding: 0;
  margin: 0 !important;
}
.navbar-default .navbar-brand > img {
  display: inline-block;
}
.navbar-default .navbar-toggle {
  background-color: transparent;
  border: none;
  margin: calc((80px - 32px) / 2) 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border: none;
}
.navbar-default .navbar-collapse {
  border: none;
  padding: 0;
}
.navbar-default .navbar-collapse .navbar-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    position: fixed;
    top: 80px;
    left: -1px;
    width: 100%;
    width: calc(100% + 1px);
    background-color: #f6f6f6;
    padding: 0 15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.list-reset, .footer ul.footer-menu, .header .menu-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.list-reset li, .footer ul.footer-menu li, .header .menu-container ul.menu li {
  display: inline-block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  line-height: calc(40px - 2px);
  padding: 0 15px;
  font-size: 15px;
  width: 100%;
  color: #4d4d4d;
  transition: border 0.1s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 0;
}

textarea {
  line-height: 1em;
  padding: 24px;
  height: 128px;
  font-size: 15px;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background-color: #003989;
  padding: 15px 70px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .btn {
    padding: 15px 90px;
  }
}
.btn.gradient, .btn.btn-with-icon {
  font-weight: 600;
  color: #ffffff;
}
.btn.gradient:hover, .btn.btn-with-icon:hover, .btn.gradient:focus, .btn.btn-with-icon:focus {
  color: #ffffff;
}
.btn.empty {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 0.875em;
  padding: 10px 40px;
}
.btn.empty:hover, .btn.empty:focus {
  color: #4d4d4d;
  background-color: #fff;
}
.btn:hover, .btn:focus {
  outline: 0 !important;
  color: #ffffff;
}

.btn-with-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 15px 15px 50px;
  border-radius: 0;
}
.btn-with-icon i {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 1.5em;
  left: 5px;
  width: 34px;
  height: 34px;
  padding: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  vertical-align: middle;
  width: 60px !important;
  height: 34px;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #6dd955;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
  background-color: #ffffff;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #6dd955;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #aaaaaa;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.tooltip .tooltip-arrow {
  border-right-color: #e9e9e9 !important;
}
.tooltip .tooltip-inner {
  background-color: #e9e9e9;
  color: #4d4d4d;
  padding: 15px;
}

.gradient, .btn.gradient, .btn-with-icon, .btn.btn-with-icon {
  background: linear-gradient(to bottom, #003989 0%, #003989 100%);
}

.no-gutter {
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.visibility-hidden {
  visibility: hidden;
}

.verticalize, .immobile-slideshow .item .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.verticalizeX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.verticalizeY, .btn-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.imgToDiv,
.imgToDivFlickityLazyLoad {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.imgToDiv,
.imgToDivFlickityLazyLoad,
.rectangle,
.square {
  width: 100%;
  height: 100%;
}

.contain {
  background-size: contain;
}

.imgToDivFlickityLazyLoad {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.acf-map {
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .acf-map {
    height: 60vh;
  }
}

.acf-map img {
  max-width: inherit !important;
}

.wpcf7-response-output {
  color: #666666;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.ajax-loader {
  background: none !important;
  border: 9px solid rgb(255, 255, 255) !important;
  border-top: 9px solid #003989 !important;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  animation: spin 2s linear infinite;
  margin: 15px auto 0 !important;
  padding: 0 !important;
  display: block !important;
}

.loader-container {
  top: 70px;
}

.loader {
  opacity: 0;
  border: 16px solid rgb(255, 255, 255);
  border-top: 16px solid #003989;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
  transition: opacity 0.3s ease-in-out;
}
.loader.visible {
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inview {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.inview.in {
  opacity: 1;
  transform: translateY(0);
}

.lg-backdrop {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.95);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #003989;
}

.flickity-button:disabled {
  display: none;
}

.select2 .select2-selection .select2-selection__rendered .select2-selection__choice {
  background-color: #f6f6f6 !important;
  border-radius: 4px;
}

.select2-selection__clear {
  background: #dc3545;
  color: #fff;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  margin-top: 13px !important;
  margin-right: 10px;
}

/* Extra Large Desktop */
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
/* XXL Desktop */
@media (min-width: 1920px) {
  .container {
    max-width: 1840px;
  }
}
.no-bg {
  background-image: none !important;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .header {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.header .toggle-menu {
  display: inline-block;
}
.header .toggle-menu span {
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background: #333;
  display: block;
}
.header .menu-container {
  position: relative;
  display: flex;
}
.header .menu-container.left {
  justify-content: flex-end;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .menu-container.left {
    padding-right: 68px;
  }
}
.header .menu-container.right {
  padding-left: 108px;
  justify-content: flex-start;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .menu-container.right {
    padding-left: 68px;
  }
}
.header .menu-container ul.menu {
  padding-top: 20px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .menu-container ul.menu {
    padding-top: 25px;
  }
}
.header .menu-container ul.menu > li {
  position: relative;
  display: block;
  float: none;
  margin: 0 10px;
}
@media (min-width: 992px) {
  .header .menu-container ul.menu > li {
    margin: 0 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .header .menu-container ul.menu > li {
    margin: 0 5px;
  }
}
.header .menu-container ul.menu > li.dropdown a:after {
  display: none;
}
.header .menu-container ul.menu > li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header .menu-container ul.menu > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
  background: none;
  padding: 0px 0px;
  position: relative;
  text-transform: uppercase;
}
.header .menu-container ul.menu > li > a:hover {
  opacity: 0.5;
}
.header .menu-container ul.menu > li > a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  display: none;
  left: 0;
  bottom: -8px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .menu-container ul.menu > li > a {
    font-size: 13px;
  }
}
.header .menu-container ul.menu > li.current-menu-item > a {
  color: #fff;
  background: none;
  opacity: 1;
}
.header .menu-container ul.menu > li.current-menu-item > a:after {
  display: block;
}
.header .menu-container ul.menu > li .dropdown-menu {
  display: block;
  visibility: hidden;
  left: 50%;
  border: none;
  border-radius: 10px;
  margin-top: -8px;
  padding: 20px 30px;
  width: 200px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, 25px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.header .menu-container ul.menu > li .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.header .menu-container ul.menu > li .dropdown-menu li {
  display: block;
}
.header .menu-container ul.menu > li .dropdown-menu li a {
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
  background: none;
  padding: 0;
  line-height: 2.5em;
}
.header .menu-container ul.menu > li .dropdown-menu li a:hover {
  color: #003989;
}
@media screen and (max-width: 992px) {
  .header .menu-container {
    display: none;
  }
}
.header .header-right {
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 992px) {
  .header .header-right {
    display: none;
  }
}
.header .header-right .header-text {
  font-size: 0.875em;
  margin-right: 5px;
  display: none;
}
@media (min-width: 1920px) {
  .header .header-right .header-text {
    display: inline-block;
  }
}
.header .logo-mini {
  display: none;
  width: 50px;
}
.header .logo-black {
  display: none;
  width: 215px;
}
.header .logo-black img {
  width: 100%;
}
.header .logo-white {
  display: none;
  width: 215px;
}
.header .logo-white img {
  width: 100%;
}
.header .logo-mobile {
  display: none;
  max-width: 215px;
}
@media screen and (max-width: 992px) {
  .header .logo-mobile {
    display: block;
  }
}
.header .logo {
  max-width: 215px;
  display: inline-block;
  width: 100%;
}
.header .logo img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header .logo {
    display: none;
  }
}
.header .logo-wrapper {
  height: auto;
  text-align: left;
}
.header .search-social {
  flex: 1;
  text-align: right;
  margin-top: 27px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .search-social {
    margin-top: 17px;
  }
}
.header .search-social a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.header .search-social .fb {
  font-size: 32px;
  margin-left: 10px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .search-social .fb {
    font-size: 24px;
  }
}
.header .lines {
  position: absolute;
  width: 100%;
  top: 35px;
  z-index: 0;
}
.header .lines > div {
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  width: calc(50% - 88px);
  position: absolute;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .lines > div {
    width: calc(50% - 60px);
  }
}
.header .lines .right {
  left: 50%;
  margin-left: 88px;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header .lines .right {
    margin-left: 60px;
  }
}
.header .lines .left {
  left: 0;
}
@media screen and (max-width: 992px) {
  .header .lines {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .header.scrolled {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header.scrolled .topbar {
    color: #003989;
  }
  .header.scrolled .lines > div {
    background: #ececec;
  }
  .header.scrolled .logo-mini {
    display: none;
  }
  .header.scrolled .logo {
    display: none;
  }
  .header.scrolled .logo-black {
    display: block;
  }
  .header.scrolled ul.menu {
    padding-top: 18px;
  }
  .header.scrolled ul.menu li a {
    color: #444;
  }
  .header.scrolled ul.menu li a:after {
    background: #003989;
    bottom: -21px;
    height: 4px;
  }
  .header.scrolled ul.menu li.current-menu-item > a {
    color: #003989;
  }
  .header.scrolled ul.menu li.current-menu-item > a:after {
    display: none;
  }
  .header.scrolled .search-social {
    margin-top: 10px;
  }
  .header.scrolled .search-social a {
    color: #444;
  }
}
@media screen and (max-width: 992px) {
  .header {
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .header .container {
    padding: 0 15px;
  }
}

.button-info {
  background: #003989;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 20px;
  line-height: 1em;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: 0.03em;
}
.button-info:hover {
  background: #003989;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .button-info {
    display: none;
  }
}

.mobile-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #003989;
  z-index: 100;
  position: fixed;
  padding: 100px 0;
}
.mobile-menu .close-mobile-menu {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: #003989;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.mobile-menu .mobile-menu-menu {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.mobile-menu .mobile-menu-menu li a {
  font-size: 20px;
  padding: 10px 0;
  display: inline-block;
  color: #fff;
}
.mobile-menu .mobile-menu-menu li a i {
  font-size: 28px;
}
.mobile-menu.open {
  display: block;
}

.page-template-ricerca .header .logo,
.page-template-venduti .header .logo {
  display: none;
}
.page-template-ricerca .header .logo-white,
.page-template-venduti .header .logo-white {
  display: block;
}
@media screen and (max-width: 992px) {
  .page-template-ricerca .header .logo-white,
  .page-template-venduti .header .logo-white {
    display: none;
  }
}
.page-template-ricerca .header.scrolled .logo-white,
.page-template-venduti .header.scrolled .logo-white {
  display: none;
}
.page-template-ricerca .header.scrolled .logo,
.page-template-venduti .header.scrolled .logo {
  display: none;
}
.page-template-ricerca .header .button-info,
.page-template-venduti .header .button-info {
  background: #fff;
  color: #003989;
  border: 1px solid #003989;
}
.page-template-ricerca .header.scrolled .button-info,
.page-template-venduti .header.scrolled .button-info {
  background: #003989;
  color: #fff;
}

.footer {
  background-color: #1f1f1f;
  padding: 50px 0 15px 0;
}
.footer .title {
  color: #999999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .title {
    font-size: 1em;
  }
}
.footer p {
  margin: 30px 0 0;
  font-size: 14px;
  color: #999999;
}
.footer a:hover {
  color: #999999;
}
.footer .social-links ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .footer .social-links ul {
    text-align: left;
  }
}
.footer .social-links ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer .social-links ul li a {
  color: #fff;
}
.footer ul.footer-menu {
  padding: 50px 0 30px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .footer ul.footer-menu {
    text-align: left;
  }
}
.footer ul.footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.footer ul.footer-menu li a {
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.footer ul.footer-menu li a:hover {
  color: #444;
}
.footer ul.footer-menu li a i {
  font-size: 22px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .footer ul.footer-menu li {
    display: block;
  }
}
.footer .copy {
  text-align: right;
}
.footer hr {
  opacity: 0.1;
  margin-bottom: 15px;
}
.footer .footer-text,
.footer .copy {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
}
.footer .footer-text p,
.footer .copy p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #999;
  margin-top: 0;
}
.footer .footer-text a,
.footer .copy a {
  color: #999;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer .footer-text,
  .footer .copy {
    text-align: left;
  }
}

.big-cta {
  background: #003989;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .big-cta {
    padding: 60px 0;
  }
}
.big-cta h2 {
  font-size: 3.375em;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .big-cta h2 {
    font-size: 2.5em;
  }
}
.big-cta .button {
  background: #fff;
  color: #003989;
  border-radius: 0px;
  padding: 10px 50px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

.hp-slideshow {
  height: 100vh;
  width: 100vw;
}
.hp-slideshow .slide {
  position: relative;
}
.hp-slideshow .slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
}
.hp-slideshow .slide:after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.hp-slideshow .slide .overlay {
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  z-index: 100;
}
.hp-slideshow .slide .overlay:before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.5s;
}
.hp-slideshow .slide .overlay.overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.hp-slideshow .slide .overlay.overlay-gradient:hover:before {
  opacity: 1;
}
.hp-slideshow .slide .overlay .overlay-inner {
  position: absolute;
  width: 100%;
  min-height: 1px;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: top 0.5s ease-in-out, transform 0.5s ease-in-out, min-height 0.5s ease-in-out;
  color: #ffffff;
  z-index: 20;
}
.hp-slideshow .slide .overlay .overlay-inner i {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 2em;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hp-slideshow .slide .overlay .overlay-inner .title {
  line-height: 1.2em;
  height: 2.4em;
}
.hp-slideshow .slide .overlay .overlay-inner p {
  margin: 25px 0;
  line-height: 1.2em;
  height: 3.6em;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hp-slideshow .slide .overlay .overlay-inner .btn {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hp-slideshow .slide .slide-immagine-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hp-slideshow .slide .slide-immagine-content {
    bottom: 70px;
  }
}
.hp-slideshow .slide .slide-immagine-content h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .hp-slideshow .slide .slide-immagine-content h2 {
    font-size: 2rem;
  }
}
.hp-slideshow .slide .slide-immagine-content p {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .hp-slideshow .slide .slide-immagine-content p {
    font-size: 1rem;
  }
}
.hp-slideshow .slide .slide-immagine-content a.btn {
  display: inline-block;
}
.hp-slideshow .slide .slide-immagine-content h2,
.hp-slideshow .slide .slide-immagine-content p {
  color: #fff;
}
.hp-slideshow .flickity-prev-next-button.previous {
  left: 30px;
}
.hp-slideshow .flickity-prev-next-button.next {
  right: 30px;
}

.immobile-slideshow {
  background-color: #2b2b2b;
  padding: 0;
}
.immobile-slideshow .flickity-viewport {
  overflow: visible;
}
.immobile-slideshow .item {
  position: relative;
  display: block;
  margin: 0;
}
.immobile-slideshow .item img {
  display: none;
}
@media (min-width: 768px) {
  .immobile-slideshow .item {
    margin: 0;
  }
}
.immobile-slideshow .item .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.immobile-slideshow .item .overlay:hover {
  opacity: 1;
}
.immobile-slideshow .item .overlay i {
  color: #ffffff;
  font-size: 3em;
}
.immobile-slideshow .item .slide {
  height: 80vh;
  max-width: none;
  display: block;
  width: 100vw;
}
.immobile-slideshow .item .slide:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  display: block;
}
@media (max-width: 767px) {
  .immobile-slideshow .item .slide {
    height: 35vh;
  }
}
.immobile-slideshow .flickity-prev-next-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.immobile-slideshow .flickity-prev-next-button.no-svg {
  color: rgb(255, 255, 255);
}
.immobile-slideshow .flickity-prev-next-button:hover {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
}
.immobile-slideshow .flickity-prev-next-button .arrow {
  fill: rgb(255, 255, 255);
}
.immobile-slideshow .flickity-prev-next-button.previous {
  left: 30px;
}
.immobile-slideshow .flickity-prev-next-button.next {
  right: 30px;
}

.flickity-bg-lazyloaded {
  opacity: 1;
}

.box-slideshow .flickity-prev-next-button {
  border: 1px solid transparent;
}

.flickity-prev-next-button {
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: border 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-prev-next-button.no-svg {
  color: rgb(255, 255, 255);
}
.flickity-prev-next-button:hover {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
}
.flickity-prev-next-button .arrow {
  fill: rgb(255, 255, 255);
}
.flickity-prev-next-button svg {
  width: 30%;
  height: 30%;
  left: 35%;
  top: 35%;
}

.flickity-page-dots {
  bottom: 0;
}
.flickity-page-dots .dot {
  margin: 0 2px;
  vertical-align: bottom;
  border-radius: 0;
  background: #fff;
  height: 3px;
  opacity: 0.6;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.flickity-page-dots .dot.is-selected {
  opacity: 0.8;
  height: 8px;
}

.select2 {
  width: 100% !important;
  font-size: 15px;
}
.select2 .select2-selection {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
  height: 40px;
  padding: 0 10px;
  transition: border 0.1s ease-in-out;
}
.select2 .select2-selection:focus {
  outline: 0;
}
.select2 .select2-selection .select2-selection__rendered {
  color: #4d4d4d;
  line-height: 40px;
  text-overflow: clip;
}
.select2 .select2-selection .select2-selection__rendered .select2-selection__clear {
  float: left;
  margin-right: 5px;
  margin-top: 0;
}
.select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
}
.select2 .select2-selection .select2-selection__rendered .select2-search {
  float: none;
  display: inline-block;
}
.select2 .select2-selection .select2-selection__rendered .select2-search .select2-search__field {
  margin: 0;
}
.select2 .select2-selection .select2-selection__rendered .select2-selection__choice {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 20px;
  border: 0;
  background: none;
  padding: 5px;
}
.select2 .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #4d4d4d;
  margin-right: 5px;
}
.select2 .select2-selection .select2-selection__arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  right: 15px;
  color: #666666;
}
.select2 .select2-selection .select2-selection__arrow:before {
  content: "\f107";
}
.select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2.select2-container--open .select2-selection .select2-selection__arrow:before {
  content: "\f106";
}
.select2.select2-container--focus .select2-selection {
  border: 0;
}

.select2-container .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #003989;
}

.select2-search--inline {
  width: 100%;
}

.advanced-search-form .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.search {
  background-color: #1b1b1b;
}
.search .search-inner {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .search .search-inner {
    padding: 60px 0 45px;
  }
}
.search .row > .col-sm-6 > .row {
  margin: 0 -5px;
}
.search .row > .col-sm-6 > .row div[class^=col-] {
  padding: 0 5px;
}
.search .title {
  color: #fff;
}
.search .smart-search-toggle {
  margin-bottom: 40px;
}
.search .smart-search-toggle .smart-search-text {
  vertical-align: middle;
  margin-left: 10px;
  color: #4d4d4d;
  font-weight: 600;
}
.search .smart-search {
  display: none;
  padding: 49px 0;
}
.search .smart-search input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  padding: 15px 60px;
  border-radius: 0;
  text-align: center;
  font-size: 2.5em;
  color: #4d4d4d;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #cccccc;
  transition: border 0.3s ease-in-out;
}
.search .smart-search input[type=text]:focus {
  outline: 0;
  border-bottom: 1px solid #4d4d4d;
}
.search label {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 20px 0 10px 24px;
  width: 100%;
}
.search label.checkboxlabel {
  font-size: 1em;
  margin: 0;
  line-height: 40px;
  cursor: pointer;
}
.search .submit-row {
  margin-top: 45px;
}
.search .submit-row .ricerca-avanzata-link {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .search .submit-row .ricerca-avanzata-link {
    text-align: center;
  }
}
.search .submit-row .ricerca-avanzata-link a {
  line-height: 55px;
  color: #fff;
}
.search .submit-row .ricerca-avanzata-link a:hover {
  color: #fff;
}
.search .submit-row .nota {
  color: #fff;
}
.search .submit-row .nota a {
  color: #fff;
  text-decoration: underline;
}
.search .submit-row .nota a:hover {
  color: #fff;
}
.search .submit-row input[type=submit] {
  display: inline-block;
}
.search.advanced-search .riga {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px 30px;
}
.search.advanced-search .riga .titolo {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  .search.advanced-search .text-center {
    text-align: left;
  }
}
.search.advanced-search .title-alt {
  color: #ffffff;
  font-size: 1.75em;
  line-height: 45px;
  display: inline-block;
}
.search.advanced-search .advanced-search-toggle {
  text-align: center;
  cursor: pointer;
  line-height: 45px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-left: 30px;
  font-size: 1.5em;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.search.advanced-search .advanced-search-toggle.advanced-search-open {
  position: absolute;
  right: 15px;
}
@media (min-width: 768px) {
  .search.advanced-search .advanced-search-toggle.advanced-search-open {
    right: auto;
  }
}
.search.advanced-search .advanced-search-toggle.advanced-search-close {
  position: absolute;
  right: 15px;
  font-size: 1em;
  color: #fff;
}
.search.advanced-search .advanced-search-toggle.visible {
  visibility: visible;
  opacity: 1;
}
.search.advanced-search .advanced-search-form {
  padding-bottom: 60px;
}
.search .ricerca-avanzata-link {
  font-size: 11px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}
.search .ricerca-avanzata-link a {
  color: #fff;
}
.search .ricerca-avanzata-link:hover a {
  color: #fff;
}

.home .search .simple-search .col-12,
.page-template-ricerca .search .simple-search .col-12,
.page-template-cantieri .search .simple-search .col-12 {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .home input[type=submit].btn,
  .page-template-ricerca input[type=submit].btn,
  .page-template-cantieri input[type=submit].btn {
    width: 100%;
  }
}

#advancedSearch {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  display: none;
}
#advancedSearch.visible {
  display: block;
}

.search-adva-title {
  padding-bottom: 30px;
}
.search-adva-title i {
  font-size: 26px;
}

.category_head {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 190px;
  padding-bottom: 60px;
  position: relative;
}
.category_head:after {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.category_head h1 {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .category_head {
    padding-top: 0;
    margin-top: 80px;
  }
}

.noresult {
  padding: 30px;
  background: #fafafa;
}
.noresult h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .noresult {
    padding-left: 15px;
    padding-right: 15px;
  }
  .noresult h2 {
    font-size: 16px;
  }
}

.hp-top {
  position: relative;
}
.hp-top .textover {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 70%;
  left: 15%;
}
@media screen and (max-width: 992px) {
  .hp-top .textover {
    width: 90%;
    left: 5%;
    top: 45%;
  }
}
.hp-top .textover h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.3em;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .hp-top .textover h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .hp-top .textover h1 {
    font-size: 28px;
  }
}
.hp-top .textover a.btn {
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  padding: 15px 20px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.hp-top .textover a.btn:hover {
  background: #003989;
}
@media screen and (max-width: 992px) {
  .hp-top .textover a.btn {
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 20px;
  }
}
.hp-top .hp-pager {
  position: absolute;
  bottom: 4vh;
  z-index: 20;
  width: 100vw;
}
.hp-top .hp-pager .page {
  min-height: 50px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .hp-top .hp-pager .page {
    display: none;
  }
}
.hp-top .hp-pager .page .icon {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .hp-top .hp-pager .page .icon {
    display: none;
  }
}
.hp-top .hp-pager .page .number {
  height: 50px;
  position: absolute;
  left: 55px;
  color: #fff;
  font-size: 12px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .hp-top .hp-pager .page .number {
    left: 15px;
  }
}
.hp-top .hp-pager .page .number:after {
  width: 2px;
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 7px;
  transform: rotate(20deg);
}
.hp-top .hp-pager .page .detail {
  padding-left: 80px;
}
@media screen and (max-width: 992px) {
  .hp-top .hp-pager .page .detail {
    padding-left: 40px;
  }
}
.hp-top .hp-pager .page .rif {
  font-size: 12px;
  color: #fff;
}
.hp-top .hp-pager .page h2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.hp-top .hp-pager .page a.btn {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
  margin-top: 10px;
  display: none;
  background: rgba(255, 255, 255, 0.25);
}
.hp-top .hp-pager .page a.btn:hover {
  background: #003989;
}
.hp-top .hp-pager .page.active {
  opacity: 1;
}
.hp-top .hp-pager .page.active a.btn {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .hp-top .hp-pager .page.active {
    display: block;
  }
}
.hp-top .hp-pager .page:hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .hp-top .hp-pager {
    bottom: 60px;
  }
}
.hp-top .hp-arrows {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 20;
  font-size: 0;
}
.hp-top .hp-arrows > button.arrow {
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0;
  color: #fff;
  font-size: 22px;
  outline: none;
  margin-left: 1px;
}
.hp-top .hp-arrows > button.arrow.disabled {
  opacity: 0.3;
}

.hp-immobili {
  padding: 30px 0 30px;
}
.hp-immobili .grid {
  margin-top: 60px;
}

.evidenza-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px 0;
}
.evidenza-title:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #0b2e1c;
  opacity: 0.9;
}
.evidenza-title .title {
  color: rgb(255, 255, 255);
  font-size: 36px;
}
.evidenza-title .line {
  margin: 30px 0 15px;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.evidenza-title h4 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.5;
}
.evidenza-title p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .evidenza-title {
    padding: 30px 0;
  }
  .evidenza-title .line {
    margin: 15px 0 5px;
    width: 20px;
  }
  .evidenza-title .title {
    font-size: 24px;
  }
  .evidenza-title h4 {
    font-size: 10px;
  }
}

.hp-servizi {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  .hp-servizi {
    padding: 30px 0;
  }
}
.hp-servizi .servizio-wrapper {
  padding-top: 15vw;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hp-servizi .servizio-wrapper {
    background: #fff !important;
    padding-left: 0;
    padding-top: 0;
  }
}
.hp-servizi .servizio-wrapper .mobile-servizio-image {
  padding-top: 56%;
}
.hp-servizi .servizio {
  position: relative;
}
.hp-servizi .servizio .image-block {
  padding-bottom: 50%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .hp-servizi .servizio .image-block {
    padding-bottom: 0;
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .hp-servizi .servizio .image-block {
    border-radius: 0;
  }
}
.hp-servizi .servizio .text-block {
  position: initial;
  transform: none;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .hp-servizi .servizio .text-block {
    padding: 30px;
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .hp-servizi .servizio .text-block {
    padding: 30px 15px;
  }
}
.hp-servizi .servizio .text-block .title {
  color: #000;
  font-size: 1.3em;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hp-servizi .servizio .text-block .title {
    font-size: 1.7em;
    margin-bottom: 15px;
  }
}
.hp-servizi .servizio .text-block p {
  font-size: 15px;
}
.hp-servizi .servizio .text-block .number-cta {
  display: flex;
  align-items: center;
  justify-items: center;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .hp-servizi .servizio .text-block .number-cta {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .hp-servizi .servizio .text-block .number-cta > div {
    padding: 0;
    padding: 0;
  }
  .hp-servizi .servizio .text-block .number-cta > div.text-right {
    text-align: left !important;
  }
  .hp-servizi .servizio .text-block .number-cta > div.number {
    margin-bottom: 15px;
  }
}
.hp-servizi .servizio .text-block .number {
  padding-left: 30px;
  color: #003989;
  font-weight: 600;
}
.hp-servizi .servizio .text-block .btn {
  max-width: 280px;
  padding: 15px 50px;
  margin: 0 0 0;
  display: inline-block;
  transform: translateX(70px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .hp-servizi .servizio .text-block .btn {
    transform: translate(0);
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hp-servizi .servizio:nth-child(even) .image-block {
    left: 0;
    right: auto;
  }
  .hp-servizi .servizio:nth-child(even) .text-block {
    right: 0;
    left: auto;
  }
}
.hp-servizi .servizio:last-child {
  margin-bottom: 0;
}

.hp-immobili .container {
  overflow: visible;
}

.hp-annunci-carousel {
  overflow: visible;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .hp-annunci-carousel {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .hp-annunci-proposte {
    text-align: center !important;
  }
}

.hp-annunci-carousel-controls-wrapper {
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .hp-annunci-carousel-controls-wrapper {
    text-align: center !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.hp-annunci-carousel-controls {
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
  background: #f6f6f6;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 22px;
  color: #666666;
  outline: none;
}
.hp-annunci-carousel-controls:focus {
  outline: 0;
}
.hp-annunci-carousel-controls.disabled {
  opacity: 0.3;
  cursor: default;
}

.hp-chisiamo {
  padding: 60px 0;
}
.hp-chisiamo h1 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 50px;
  color: #040507;
}
.hp-chisiamo .columns {
  color: #040507;
  font-weight: 300;
}
.hp-chisiamo .columns p {
  line-height: 1.6em;
  font-size: 16px;
}
.hp-chisiamo .columns p strong {
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .hp-chisiamo {
    padding: 30px 0;
  }
  .hp-chisiamo h1 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.hp-intro {
  background-image: url("../img/intro_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .hp-intro {
    padding: 40px 0;
  }
}
.hp-intro h4 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 992px) {
  .hp-intro h4 {
    margin-top: 30px;
  }
}
.hp-intro h3 {
  font-size: 38px;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #003989;
}
@media screen and (max-width: 992px) {
  .hp-intro h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.hp-intro p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .hp-intro p {
    font-size: 14px;
  }
}
.hp-intro .link {
  color: #003989;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: underline;
}

.hp-milano {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .hp-milano {
    padding-top: 40px;
  }
}
.hp-milano h4 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 992px) {
  .hp-milano h4 {
    font-size: 14px;
  }
}
.hp-milano h3 {
  font-size: 38px;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #003989;
}
@media screen and (max-width: 992px) {
  .hp-milano h3 {
    font-size: 24px;
  }
}
.hp-milano p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .hp-milano p {
    font-size: 14px;
  }
}
.hp-milano .link {
  color: #003989;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .hp-milano img {
    margin-bottom: 30px;
  }
}

.hp-come {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .hp-come {
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.hp-come h2 {
  font-size: 38px;
  line-height: 1.3em;
  color: #003989;
}
@media screen and (max-width: 992px) {
  .hp-come h2 {
    font-size: 24px;
  }
}
.hp-come p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .hp-come p {
    font-size: 14px;
  }
}
.hp-come .come__box {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hp-come .come__box {
    margin-bottom: 30px;
  }
}
.hp-come .come__box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hp-come .come__box .come__icon {
  position: relative;
  z-index: 1;
  top: 30px;
  left: 30px;
}
.hp-come .come__box .come__icon img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 992px) {
  .hp-come .come__box .come__icon img {
    width: 30px;
    height: 30px;
  }
}
.hp-come .come__box .come__text {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 992px) {
  .hp-come .come__box .come__text {
    font-size: 18px;
  }
}

.box {
  position: relative;
  margin-bottom: 45px;
  border-radius: 0;
  overflow: hidden;
}
.box .inner {
  position: relative;
  border: 1px solid #eeeeee;
}
.box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.box .box-slideshow {
  position: relative;
  z-index: 8;
}
.box .box-slideshow .flickity-prev-next-button {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .box .box-slideshow .flickity-prev-next-button {
    opacity: 1 !important;
    display: block !important;
  }
}
.box .box-top {
  padding: 15px 20px;
}
.box .box-top .title {
  line-height: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #3b3b3b;
}
.box .box-top i,
.box .box-top span {
  line-height: 1.8em;
  font-size: 12px;
  color: #999999;
}
.box .box-top .rif {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 12px;
}
.box .box-desc {
  padding: 0px 20px;
  font-size: 13px;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  font-weight: 400;
  color: #888;
}
.box .box-bottom {
  position: relative;
  z-index: 1;
}
.box .box-bottom .icone {
  padding: 20px 15px 15px;
  font-size: 0;
}
.box .box-bottom .icone .col {
  width: 20%;
  display: inline-block;
}
.box .box-bottom .icone .col.col-superficie {
  width: 20%;
}
.box .box-bottom .icone .col img {
  width: 20px;
}
.box .box-bottom .icone .col span {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: 600;
  color: #3b3b3b;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .box .box-bottom .icone .col span {
    font-size: 15px;
  }
}
.box .box-bottom .icone .col span.label {
  font-weight: 300;
  margin-top: 0;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .box .box-bottom .icone .col span.label {
    font-size: 12px;
  }
}
.box .box-bottom .icone .col-large {
  width: 38%;
}
.box .box-bottom .prezzo-container {
  padding: 15px;
  background: #003989;
}
.box .box-bottom .prezzo-container .prezzo {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.box .box-bottom .prezzo-container h3 {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}
.box .box-bottom .prezzo-container span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.box .box-bottom .btn {
  background-color: #666666;
  padding: 20px 0;
  width: 100%;
  border-radius: 0;
  font-size: 1em;
}
.box:hover .box-slideshow .flickity-prev-next-button {
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.box:hover .box-slideshow .flickity-prev-next-button:hover {
  border: 1px solid rgb(255, 255, 255);
}
.box:hover .btn {
  background-color: #003989;
}
.box.box--alt {
  padding: 15px;
  width: 50%;
  padding: 15px;
  opacity: 0.5;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.box.box--alt .inner:before {
  display: block;
  content: "";
  width: 195px;
  height: 220px;
  background-image: url(../img/transparency-logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 0;
}
.box.box--alt .box-bottom {
  display: flex;
  margin-top: 10px;
}
.box.box--alt .box-bottom .icone {
  flex: 0 0 60%;
  background: #51a684;
}
.box.box--alt .box-bottom .icone svg path {
  fill: #fff;
}
.box.box--alt .box-bottom .icone span {
  color: #fff;
}
.box.box--alt .box-bottom .prezzo-container {
  flex: 0 0 40%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .box.box--alt {
    width: 100%;
  }
}
.box.box--alt.is-selected, .box.box--alt.is-selected + .box.box--alt {
  opacity: 1;
}

.box-slideshow-wrapper {
  position: relative;
}

.venduto-sign {
  background: rgba(0, 57, 137, 0.6);
  color: #fff;
  padding: 4px 30px;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg) scale(2);
  z-index: 10;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}

.risultati {
  position: relative;
}
.risultati .ricerca-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.risultati .ricerca-overlay.visible {
  display: block;
}
.risultati .ricerca-overlay .loader-container {
  top: 50%;
  transform: translate(-50%, -50%);
}
.risultati .ricerca-top {
  padding: 30px 0;
  z-index: 10;
  width: 100%;
  max-width: auto;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.risultati .ricerca-top.affix {
  background-color: #f8f8f8;
}
.risultati .ricerca-top.affix .btn-with-icon {
  opacity: 1;
  visibility: visible;
}
.risultati .ricerca-top .title {
  color: #003989;
  font-weight: 300;
}
@media (max-width: 767px) {
  .risultati .ricerca-top .title {
    font-size: 2em;
  }
}
.risultati .ricerca-top .risultati, .risultati .ricerca-top .filtri {
  margin-top: 15px;
}
.risultati .ricerca-top .risultati p, .risultati .ricerca-top .filtri p {
  margin: 0;
}
.risultati .ricerca-top .select2 {
  margin-top: 30px;
}
.risultati .ricerca-top .select2 .select2-selection {
  border: none;
  padding: 0;
  background: none;
}
.risultati .ricerca-top .select2 .select2-selection .select2-selection__rendered {
  color: #666666;
  padding: 0;
}
.risultati .ricerca-top .select2 .select2-selection .select2-selection__arrow {
  color: #666666;
}
@media (min-width: 768px) {
  .risultati .ricerca-top .select2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.risultati .ricerca-top .btn-with-icon {
  opacity: 1;
  visibility: visible;
  right: 0;
  cursor: pointer;
  background: #f6f6f6;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-75%);
  right: 15px;
  color: #666;
}
.risultati .ricerca-top .btn-with-icon i {
  border: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}
.risultati .ricerca-immobili {
  padding: 0 0 30px;
}
.risultati .ricerca-immobili hr {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .risultati .ricerca-immobili hr {
    display: none;
  }
}
.risultati .ricerca-immobili .paginazione {
  text-align: center;
  padding: 30px 0;
}
.risultati .ricerca-immobili .paginazione span {
  display: inline-block;
  border: none;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #4d4d4d;
  margin: 0 5px;
  font-weight: 600;
}
.risultati .ricerca-immobili .paginazione span.page {
  cursor: pointer;
}
.risultati .ricerca-immobili .paginazione span.active {
  background-color: #003989;
  color: rgb(255, 255, 255);
}

.immobile-top {
  width: 100%;
  z-index: 10;
  padding: 60px 0;
  max-width: auto;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .immobile-top {
    padding: 0px 0 30px;
  }
}
.immobile-top .title {
  color: #040507;
  line-height: 1.3em;
  font-size: 50px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .immobile-top .title {
    font-size: 32px;
  }
}
.immobile-top i {
  font-size: 1.25em;
  line-height: 30px;
}
.immobile-top .rif {
  color: #040507;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.immobile-top .comune {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .immobile-top .icone {
    margin-top: 15px;
  }
}
.immobile-top .icone .col {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .immobile-top .icone .col {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .immobile-top .icone .col {
    padding: 0 40px 0 0;
  }
}
.immobile-top .icone .col img {
  width: 30px;
}
.immobile-top .icone .col span {
  font-size: 1.25em;
  line-height: 30px;
  vertical-align: middle;
}
.immobile-top .prezzo {
  line-height: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #003989;
  text-align: center;
  flex: 1;
}
.immobile-top .reserved {
  line-height: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #003989;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .immobile-top .prezzo,
  .immobile-top .reserved {
    text-align: left;
    padding-top: 30px;
  }
}

.immobile-dettagli {
  padding: 0 0 60px;
}
.immobile-dettagli .dettagli {
  background: #003989;
  padding: 25px 25px;
}
.immobile-dettagli .dettagli h4 {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.immobile-dettagli .dettagli .col-12 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 0;
}
.immobile-dettagli .dettagli .col-12:first-child {
  border-bottom: 0;
}
.immobile-dettagli .dettagli .col-12 label {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #fff;
  display: inline-block;
  width: 49%;
}
.immobile-dettagli .dettagli .col-12 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 49%;
  text-align: right;
  font-weight: 600;
}
.immobile-dettagli .dettagli .col-12:last-child {
  border-bottom: 0;
}
.immobile-dettagli .descrizione {
  margin: 0px 0 40px;
  font-size: 18px;
  line-height: 1.6em;
  padding-right: 60px;
  color: #040507;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .immobile-dettagli .descrizione {
    font-size: 16px;
    padding-right: 0px;
  }
}
.immobile-dettagli .btn {
  display: inline-block;
  width: auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .immobile-dettagli .btn {
    margin-bottom: 0;
  }
}
.immobile-dettagli .stampa {
  margin-left: 15px;
}

.immobile-contattaci .title {
  margin-bottom: 30px;
}

@media print {
  html,
  body {
    overflow: visible;
    font-size: 18px;
  }
  .col-print-1 {
    width: 8%;
    float: left;
  }
  .col-print-2 {
    width: 16%;
    float: left;
  }
  .col-print-3 {
    width: 25%;
    float: left;
  }
  .col-print-4 {
    width: 33%;
    float: left;
  }
  .col-print-5 {
    width: 42%;
    float: left;
  }
  .col-print-6 {
    width: 50%;
    float: left;
  }
  .col-print-7 {
    width: 58%;
    float: left;
  }
  .col-print-8 {
    width: 66%;
    float: left;
  }
  .col-print-9 {
    width: 75%;
    float: left;
  }
  .col-print-10 {
    width: 83%;
    float: left;
  }
  .col-print-11 {
    width: 92%;
    float: left;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
  .fixed-container,
  .header,
  .footer,
  .immobile-slideshow,
  .immobile-mappa,
  .immobile-contattaci,
  .contattaci,
  .stampa {
    display: none !important;
  }
  .print-image {
    height: 20vh;
  }
  .immobile-top {
    padding: 30px 0;
  }
  .immobile-top .title {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
  .immobile-top .comune {
    font-size: 1.5em;
  }
  .immobile-top .icone {
    margin: 20px 0 30px;
  }
  .immobile-top .icone .col {
    width: auto !important;
    margin-right: 30px;
  }
  .immobile-top .prezzo {
    text-align: left;
    font-size: 2.5em;
  }
  .immobile-dettagli {
    padding: 30px 0 0;
  }
  .immobile-dettagli .dettagli .col {
    margin-bottom: 15px;
  }
  .immobile-dettagli .descrizione-title {
    margin-top: 30px;
  }
  .immobile-dettagli .descrizione {
    margin: 30px 0;
  }
}
.immobile-top-slideshow {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .immobile-top-slideshow {
    padding-top: 80px;
  }
}

.immobile-slideshow-pager {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100vw;
}
.immobile-slideshow-pager .pages-wrapper {
  background: #fff;
  transform: translateY(50%);
  display: inline-block;
  padding: 4px;
  font-size: 0;
}
.immobile-slideshow-pager .pages-wrapper > div {
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .immobile-slideshow-pager .pages-wrapper {
    text-align: left;
    background: #f9f9f9;
  }
}
.immobile-slideshow-pager .item {
  border: 4px solid #fff;
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.immobile-slideshow-pager .item.active {
  border-color: #003989;
}
.immobile-slideshow-pager .extra {
  background: #f0f0f0;
  border: 4px solid #fff;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 34px;
  display: inline-block;
  cursor: pointer;
}
.immobile-slideshow-pager .extra span {
  line-height: 112px;
}
@media screen and (max-width: 992px) {
  .immobile-slideshow-pager {
    position: relative;
    bottom: auto;
  }
  .immobile-slideshow-pager .container {
    padding: 0;
  }
  .immobile-slideshow-pager .pages-wrapper {
    width: 100%;
    transform: translateY(0);
    display: block;
  }
  .immobile-slideshow-pager .pages-wrapper .item,
  .immobile-slideshow-pager .pages-wrapper .extra {
    width: 25%;
    padding-top: 22.8%;
    height: auto;
    position: relative;
  }
  .immobile-slideshow-pager .pages-wrapper .item span,
  .immobile-slideshow-pager .pages-wrapper .extra span {
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.agente {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  .agente {
    display: block;
    text-align: center;
    padding-top: 50px;
  }
}
.agente .image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .agente .image {
    display: inline-block;
    margin-bottom: 15px;
    width: 160px;
    height: 160px;
  }
}
.agente .detail {
  padding-left: 15px;
}
.agente .detail span {
  background: #003989;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 12px;
}
.agente .detail h4 {
  padding: 10px 0;
  color: #040507;
  font-size: 24px;
}
.agente .detail a {
  display: block;
  font-size: 14px;
}

.immobile-mappa .acf-map {
  width: 120%;
  margin-left: -10%;
}

.immobile-contattaci {
  margin-top: 60px;
}
.immobile-contattaci .container {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}
.immobile-contattaci .container h2 {
  font-size: 32px;
  color: #040507;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .immobile-contattaci .container h2 {
    font-size: 26px;
  }
}
.immobile-contattaci .container p {
  font-weight: 300;
  color: #040507;
}
.immobile-contattaci .container input,
.immobile-contattaci .container textarea {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.immobile-contattaci .container textarea {
  height: 200px;
}
.immobile-contattaci .container .wpcf7-list-item {
  margin-left: 0;
}
.immobile-contattaci .container .privacy {
  font-size: 12px;
}
.immobile-contattaci .container .privacy a {
  color: #003989;
}
.immobile-contattaci .container .submit-row input[type=submit] {
  width: 100%;
  margin-top: 10px;
}

.correlati {
  margin-top: 30px;
}
.correlati h2 {
  font-size: 32px;
  color: #040507;
}
@media screen and (max-width: 992px) {
  .correlati h2 {
    font-size: 26px;
  }
}

.allegati {
  padding: 60px 0 0;
}
.allegati h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #040507;
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .allegati h2 {
    font-size: 26px;
  }
}
.allegati p {
  font-weight: 300;
  color: #040507;
}
.allegati .allegato-wrapper {
  padding: 0 0 30px 0;
}
.allegati .allegato {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,eaeaea+100 */
  background: rgb(247, 247, 247); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(234, 234, 234) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#eaeaea",GradientType=0 ); /* IE6-9 */
  border: 1px solid #dddddd;
  display: inline-block;
  width: calc(32.9% - 30px);
  margin: 10px 15px;
  padding: 10px;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
.allegati .allegato i {
  color: rgba(0, 57, 137, 0.5);
  font-size: 40px;
  position: absolute;
  top: 10px;
}
.allegati .allegato span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
  padding-left: 50px;
}
.allegati .allegato:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #666;
  transform: translateY(-3px);
}
@media screen and (max-width: 992px) {
  .allegati .allegato {
    width: calc(100% - 30px);
  }
}

.single-immobile .venduto {
  background: #003989;
  color: #fff;
  padding: 4px 30px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  transform: translate(0);
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.single-immobile .venduto-price {
  opacity: 0.3;
}

.page-top {
  height: 60vh;
}

.content {
  padding: 60px 0;
  border-right: 10px solid #003989;
}
.content .title {
  color: #003989;
}
.content .subtitle {
  font-weight: 400;
  line-height: 1.4em;
  margin: 30px 0 45px;
  color: #4d4d4d;
}
.content .separator {
  width: 100px;
  height: 4px;
  background-color: #eeeeee;
}
.content .text {
  margin-top: 45px;
}

.image-strip .imgToDiv {
  padding-bottom: 75%;
}

.pagina-contattaci .title {
  margin-bottom: 30px;
}

.cantieri {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  .cantieri {
    padding: 30px 0;
  }
}
.cantieri .cantiere-wrapper {
  padding-top: 17vw;
  padding-bottom: 15px;
  padding-left: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cantieri .cantiere-wrapper {
    background: #fff !important;
    padding-left: 0;
    padding-top: 0;
  }
}
.cantieri .cantiere-wrapper .mobile-cantiere-image {
  padding-top: 56%;
}
.cantieri .cantiere {
  position: relative;
}
.cantieri .cantiere .image-block {
  padding-bottom: 50%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cantieri .cantiere .image-block {
    padding-bottom: 0;
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .cantieri .cantiere .image-block {
    border-radius: 0;
  }
}
.cantieri .cantiere .text-block {
  position: initial;
  transform: none;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .cantieri .cantiere .text-block {
    padding: 30px;
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .cantieri .cantiere .text-block {
    padding: 30px 15px;
    margin-left: 0;
  }
}
.cantieri .cantiere .text-block .title {
  color: #000;
  font-size: 1.3em;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cantieri .cantiere .text-block .title {
    font-size: 1.7em;
    margin-bottom: 15px;
  }
}
.cantieri .cantiere .text-block p {
  font-size: 15px;
}
.cantieri .cantiere .text-block .number-cta {
  display: flex;
  align-items: center;
  justify-items: center;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .cantieri .cantiere .text-block .number-cta {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .cantieri .cantiere .text-block .number-cta > div {
    padding: 0;
    padding: 0;
  }
  .cantieri .cantiere .text-block .number-cta > div.text-right {
    text-align: left !important;
  }
  .cantieri .cantiere .text-block .number-cta > div.number {
    margin-bottom: 15px;
  }
}
.cantieri .cantiere .text-block .number {
  padding-left: 30px;
  color: #003989;
  font-weight: 600;
}
.cantieri .cantiere .text-block .btn {
  max-width: 280px;
  padding: 15px 35px;
  margin: 0 0 0;
  display: inline-block;
  transform: translateX(70px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .cantieri .cantiere .text-block .btn {
    transform: translate(0);
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .cantieri .cantiere:nth-child(even) .image-block {
    left: 0;
    right: auto;
  }
  .cantieri .cantiere:nth-child(even) .text-block {
    right: 0;
    left: auto;
  }
}
.cantieri .cantiere:last-child {
  margin-bottom: 0;
}

.page-template-cantiere .category_head {
  padding-top: 60vh;
}
.page-template-cantiere .category_head:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  bottom: 0;
  top: auto;
  height: 50%;
  content: "";
  opacity: 0.4;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere .category_head {
    padding-top: 20vh;
  }
}
.page-template-cantiere section.intro {
  padding: 60px 0;
}
.page-template-cantiere section.intro h2 {
  font-size: 36px;
  line-height: 1.33em;
  color: #040507;
  margin-bottom: 40px;
}
.page-template-cantiere section.intro .desc {
  font-size: 16px;
  color: #040507;
  font-weight: 300;
}
.page-template-cantiere section.intro .tel {
  color: #003989;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.page-template-cantiere section.intro .ctas p {
  font-size: 14px;
  margin-top: 25px;
}
.page-template-cantiere section.intro .ctas .btn {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.intro .ctas {
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.intro h2 {
    font-size: 28px;
  }
  .page-template-cantiere section.intro .tel {
    font-size: 28px;
  }
}
.page-template-cantiere section.appuntamento {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.appuntamento {
    padding: 0 15px;
  }
}
.page-template-cantiere section.appuntamento .container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.page-template-cantiere section.appuntamento .immagine {
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-template-cantiere section.appuntamento .detail {
  background: #f6f6f6;
  padding: 40px 30px;
}
.page-template-cantiere section.appuntamento .detail h2 {
  font-size: 32px;
  color: #040507;
  margin-bottom: 20px;
}
.page-template-cantiere section.appuntamento .detail p {
  font-size: 16px;
  color: #040507;
  font-weight: 300;
}
.page-template-cantiere section.appuntamento .detail .ctas {
  padding-top: 20px;
}
.page-template-cantiere section.appuntamento .detail .ctas .tel {
  color: #003989;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.appuntamento .detail {
    padding: 30px 0px;
  }
  .page-template-cantiere section.appuntamento .detail h2 {
    font-size: 24px;
  }
  .page-template-cantiere section.appuntamento .detail p {
    font-size: 14px;
  }
}
.page-template-cantiere section.piani {
  padding: 60px 0;
}
.page-template-cantiere section.piani .container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
}
.page-template-cantiere section.piani .selector {
  background: #f6f6f6;
  padding: 0;
}
.page-template-cantiere section.piani .selector .piano-item {
  line-height: 70px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}
.page-template-cantiere section.piani .selector .piano-item:not(.active):hover {
  background: #eee;
}
.page-template-cantiere section.piani .selector .piano-item.active {
  color: #fff;
  background: #003989;
}
.page-template-cantiere section.piani .selector .selector-opener-mobile {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 24px;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
}
.page-template-cantiere section.piani .selector .selector-opener-mobile i {
  vertical-align: middle;
}
.page-template-cantiere section.piani .selector .selector-opener-mobile i.fa-angle-down {
  display: inline-block;
}
.page-template-cantiere section.piani .selector .selector-opener-mobile i.fa-angle-up {
  display: none;
}
.page-template-cantiere section.piani .selector .selector-opener-mobile.mobile-open i.fa-angle-down {
  display: none;
}
.page-template-cantiere section.piani .selector .selector-opener-mobile.mobile-open i.fa-angle-up {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.piani .selector {
    height: 60px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
  }
  .page-template-cantiere section.piani .selector.mobile-open {
    height: auto;
  }
  .page-template-cantiere section.piani .selector .piano-item {
    height: 60px;
    line-height: 60px;
  }
  .page-template-cantiere section.piani .selector .piano-item.active {
    background: transparent;
    color: #666;
  }
}
.page-template-cantiere section.piani .piano-item-detail {
  display: none;
  padding: 50px;
  text-align: center;
}
.page-template-cantiere section.piani .piano-item-detail img {
  max-width: 100%;
}
.page-template-cantiere section.piani .piano-item-detail.active {
  display: block;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.piani .piano-item-detail {
    margin-top: 60px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.piani {
    padding: 0px 0;
  }
}
.page-template-cantiere section.tipologie {
  padding: 60px 0;
}
.page-template-cantiere section.tipologie .container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
}
.page-template-cantiere section.tipologie .selector {
  background: #eaeaea;
  padding: 0;
  font-size: 0;
}
.page-template-cantiere section.tipologie .selector .tipologia-item {
  line-height: 70px;
  padding: 0 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.page-template-cantiere section.tipologie .selector .tipologia-item:not(.active):hover {
  background: #f6f6f6;
}
.page-template-cantiere section.tipologie .selector .tipologia-item.active {
  background: #f6f6f6;
}
.page-template-cantiere section.tipologie .selector .tipologie-selector-opener-mobile {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 24px;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  z-index: 10;
}
.page-template-cantiere section.tipologie .selector .tipologie-selector-opener-mobile i {
  vertical-align: middle;
}
.page-template-cantiere section.tipologie .selector .tipologie-selector-opener-mobile i.fa-angle-down {
  display: inline-block;
}
.page-template-cantiere section.tipologie .selector .tipologie-selector-opener-mobile i.fa-angle-up {
  display: none;
}
.page-template-cantiere section.tipologie .selector .tipologie-selector-opener-mobile.mobile-open i.fa-angle-down {
  display: none;
}
.page-template-cantiere section.tipologie .selector .tipologie-selector-opener-mobile.mobile-open i.fa-angle-up {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.tipologie .selector {
    position: absolute;
    height: 60px;
    overflow: hidden;
    z-index: 10;
  }
  .page-template-cantiere section.tipologie .selector.mobile-open {
    height: auto;
  }
  .page-template-cantiere section.tipologie .selector .tipologia-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
  }
  .page-template-cantiere section.tipologie .selector .tipologia-item.active {
    background: #efefef;
  }
}
.page-template-cantiere section.tipologie .tipologia-item-detail {
  padding: 50px;
  display: none;
  background: #f6f6f6;
  margin-left: 0;
  margin-right: 0;
}
.page-template-cantiere section.tipologie .tipologia-item-detail.active {
  display: flex;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.tipologie .tipologia-item-detail.active {
    display: block;
  }
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento {
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento .image {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento .image img {
  width: 100%;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento .nome {
  color: #040507;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento .sign {
  background: #003989;
  color: #fff;
  padding: 4px 30px;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  z-index: 10;
  letter-spacing: 1px;
  display: none;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento.venduto .image,
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento.venduto .nome {
  opacity: 0.3;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .appartamento.venduto .sign {
  display: block;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .flickity-page-dots {
  position: relative;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .flickity-page-dots .dot {
  background: #8bccb1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 4px;
  opacity: 1;
}
.page-template-cantiere section.tipologie .tipologia-item-detail .flickity-page-dots .dot.is-selected {
  background: #0b2e1c;
}
@media screen and (max-width: 992px) {
  .page-template-cantiere section.tipologie .tipologia-item-detail {
    margin-top: 60px;
    padding: 30px 0px;
  }
}

.page-template-about .immagine-top {
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-about .immagine-top:after {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.page-template-about .immagine-top .centered-content {
  position: absolute;
  z-index: 1;
  top: 55%;
  transform: translate(0, -50%);
  text-align: center;
  width: 70%;
  left: 15%;
}
@media screen and (max-width: 992px) {
  .page-template-about .immagine-top .centered-content {
    width: 90%;
    left: 5%;
    top: 55%;
  }
}
.page-template-about .immagine-top .centered-content h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.3em;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .page-template-about .immagine-top .centered-content h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-about .immagine-top .centered-content h1 {
    font-size: 28px;
  }
}
.page-template-about .immagine-top .centered-content a.btn {
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  padding: 15px 20px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.page-template-about .immagine-top .centered-content a.btn:hover {
  background: #003989;
}
@media screen and (max-width: 992px) {
  .page-template-about .immagine-top .centered-content a.btn {
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 20px;
  }
}
.page-template-about section.bonfanti .avatar {
  transform: translateY(-150px);
  padding: 0;
}
.page-template-about section.bonfanti .avatar img {
  width: 100%;
  border: 10px solid #003989;
}
.page-template-about section.bonfanti .descrizione {
  padding-top: 100px;
  padding-bottom: 30px;
}
.page-template-about section.bonfanti .descrizione h2 {
  font-size: 36px;
  line-height: 1.2em;
  color: #040507;
  margin-bottom: 40px;
}
.page-template-about section.bonfanti .descrizione p {
  color: #040507;
  font-weight: 300;
  line-height: 1.6em;
}
@media screen and (max-width: 992px) {
  .page-template-about section.bonfanti .descrizione {
    padding-top: 30px;
  }
  .page-template-about section.bonfanti .descrizione h2 {
    font-size: 24px;
  }
}
.page-template-about section.dovesiamo {
  padding: 30px 0;
}
.page-template-about section.dovesiamo h2 {
  font-size: 36px;
  color: #040507;
  margin-bottom: 30px;
}
.page-template-about section.dovesiamo .address {
  color: #040507;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-template-about section.dovesiamo .pagina-mappa {
  width: 120%;
}
@media screen and (max-width: 992px) {
  .page-template-about section.dovesiamo h2 {
    font-size: 26px;
  }
  .page-template-about section.dovesiamo .pagina-mappa {
    width: 100%;
  }
}
.page-template-about section.contattaci {
  padding: 30px 0 60px;
}
.page-template-about section.contattaci .gallery {
  padding: 0px 0;
}
@media screen and (max-width: 992px) {
  .page-template-about section.contattaci .gallery .col-12,
  .page-template-about section.contattaci .gallery .col-6 {
    padding: 0 7px;
  }
}
.page-template-about section.contattaci .gallery .inner {
  padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 7px;
  margin-top: 7px;
}
.page-template-about section.contattaci .contact-form {
  background: #f6f6f6;
  padding: 50px 30px;
}
.page-template-about section.contattaci .contact-form input,
.page-template-about section.contattaci .contact-form textarea {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-about section.contattaci .contact-form textarea {
  height: 200px;
}
.page-template-about section.contattaci .contact-form .wpcf7-list-item {
  margin-left: 0;
}
.page-template-about section.contattaci .contact-form .privacy {
  font-size: 11px;
}
.page-template-about section.contattaci .contact-form .submit-row input[type=submit] {
  width: 100%;
  margin-top: 10px;
}

.collegamenti {
  margin-top: 30px;
  margin-bottom: 30px;
}
.collegamenti .riga {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
}
.collegamenti .riga .label {
  color: #040507;
}
.collegamenti .riga a.link {
  color: #003989;
}
@media screen and (max-width: 992px) {
  .collegamenti .riga {
    font-size: 16px;
    margin: 10px 0;
  }
}

.page-template-contatti section.contattaci {
  padding: 60px 0 60px;
}
.page-template-contatti section.contattaci .contattaci-block h2 {
  color: #040507;
  margin-bottom: 30px;
  font-size: 36px;
  margin-top: 15px;
}
.page-template-contatti section.contattaci .contattaci-block hr {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .page-template-contatti section.contattaci .contattaci-block .agenti {
    padding-bottom: 15px;
  }
}
.page-template-contatti section.contattaci .contattaci-block .agente {
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .page-template-contatti section.contattaci .contattaci-block .agente {
    margin-bottom: 30px;
  }
}
.page-template-contatti section.contattaci .contattaci-block .agente .image {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .page-template-contatti section.contattaci .contattaci-block .agente .image {
    display: inline-block;
    width: 160px;
    height: 160px;
  }
}
.page-template-contatti section.contattaci .contact-form {
  background: #f6f6f6;
  padding: 50px 30px;
}
.page-template-contatti section.contattaci .contact-form input,
.page-template-contatti section.contattaci .contact-form textarea {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-contatti section.contattaci .contact-form textarea {
  height: 200px;
}
.page-template-contatti section.contattaci .contact-form .wpcf7-list-item {
  margin-left: 0;
}
.page-template-contatti section.contattaci .contact-form .privacy {
  font-size: 11px;
}
.page-template-contatti section.contattaci .contact-form .submit-row input[type=submit] {
  width: 100%;
  margin-top: 10px;
}
.page-template-contatti section.mappa {
  padding-bottom: 60px;
  padding-top: 30px;
}
.page-template-contatti section.mappa .container {
  padding: 0;
}
.page-template-contatti section.mappa .dovesiamo-floating {
  position: absolute;
  bottom: 30px;
  left: 45px;
  z-index: 10;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  padding: 30px 45px;
}
.page-template-contatti section.mappa .dovesiamo-floating h2 {
  font-size: 36px;
  color: #040507;
  margin-bottom: 30px;
}
.page-template-contatti section.mappa .dovesiamo-floating .address {
  color: #040507;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .page-template-contatti section.mappa .dovesiamo-floating {
    position: relative;
    box-shadow: none;
    padding: 30px 15px;
    bottom: auto;
    left: auto;
    border-bottom: #ddd solid 1px;
  }
}

.immobili-venduti {
  padding: 60px 0;
}

.page-template-page-policy section.content h1,
.page-template-page-policy section.content h2,
.page-template-page-policy section.content h3,
.page-template-page-policy section.content h4,
.page-template-page-policy section.content h5,
.page-template-page-policy section.content h6 {
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.page-template-page-policy section.content h2 {
  font-size: 24px;
}
.page-template-page-policy section.content h3 {
  font-size: 18px;
}
.page-template-page-policy section.content h4 {
  font-size: 16px;
}
.page-template-page-policy section.content a {
  color: #003989;
}

.immobili_hero {
  background-color: #003989;
  background-image: url("../img/immobili_hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 200px 0 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .immobili_hero {
    padding: 150px 0 50px;
  }
}
.immobili_hero h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .immobili_hero h1 {
    font-size: 2.5rem;
  }
}
.immobili_hero h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .immobili_hero h4 {
    font-size: 14px;
  }
}
.immobili_hero p {
  color: #fff;
  opacity: 0.75;
}

.page-template-contatti input[type=text],
.page-template-contatti input[type=email],
.page-template-contatti input[type=tel],
.page-template-contatti textarea,
.single-immobile input[type=text],
.single-immobile input[type=email],
.single-immobile input[type=tel],
.single-immobile textarea {
  border: solid 1px #ececec;
  background-color: #fff;
}
.page-template-contatti input[type=text]::-moz-placeholder, .page-template-contatti input[type=email]::-moz-placeholder, .page-template-contatti input[type=tel]::-moz-placeholder, .page-template-contatti textarea::-moz-placeholder, .single-immobile input[type=text]::-moz-placeholder, .single-immobile input[type=email]::-moz-placeholder, .single-immobile input[type=tel]::-moz-placeholder, .single-immobile textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page-template-contatti input[type=text]::placeholder,
.page-template-contatti input[type=email]::placeholder,
.page-template-contatti input[type=tel]::placeholder,
.page-template-contatti textarea::placeholder,
.single-immobile input[type=text]::placeholder,
.single-immobile input[type=email]::placeholder,
.single-immobile input[type=tel]::placeholder,
.single-immobile textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.content.contatti {
  padding: 0;
  border: none;
}
.content.contatti .col-left {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content.contatti .col-left .imgToDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content.contatti .col-left .inner {
  position: relative;
  z-index: 1;
}
.content.contatti .col-left .inner .title {
  color: #003989;
}
.content.contatti .col-left .inner .subtitle p {
  font-weight: 400;
  font-size: 1.56em;
  line-height: 1.4em;
  margin: 30px 0 45px;
  color: #666666;
}
.content.contatti .col-left .inner .text {
  font-size: 1.2em;
  margin-top: 45px;
  color: #4d4d4d;
}
.content.contatti .col-right {
  padding-bottom: 120px;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .content.contatti .col-right {
    padding-top: 60px;
    border-left: 10px solid #003989;
  }
}
.content.contatti .col-right .search {
  background-color: transparent;
  padding: 0;
}

.hero-top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0 30px;
  position: relative;
  min-height: 600px;
  height: 70vh;
}
.hero-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
}
.hero-top:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}
.hero-top .hero-top-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
}
.hero-top .hero-top-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .hero-top .hero-top-content h1 {
    font-size: 2.5rem;
  }
}
.hero-top .hero-top-content p {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .hero-top .hero-top-content p {
    font-size: 1.2rem;
  }
}
.hero-top .hero-top-content a.btn {
  display: inline-block;
}
.hero-top .hero-top-content h1,
.hero-top .hero-top-content p {
  color: #fff;
}

.quote {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .quote {
    padding: 50px 0;
  }
}
.quote:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.quote p {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .quote p {
    font-size: 1.2rem;
  }
}
.quote .quote-author {
  font-size: 1rem;
  margin-top: 1rem;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .quote .quote-author {
    font-size: 0.8rem;
  }
}

.valori {
  background-image: none !important;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .valori {
    padding: 50px 0;
  }
}

.focus-points {
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .focus-points .focus-point {
    margin-bottom: 40px;
  }
}
.focus-points .focus-point-icon {
  height: 80px;
  margin-bottom: 15px;
}
.focus-points .focus-point-icon svg {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .focus-points .focus-point-icon {
    height: 60px;
  }
}
.focus-points .focus-point-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .focus-points .focus-point-title {
    font-size: 1.5rem;
  }
}
.focus-points .focus-point-text {
  font-size: 16px;
  margin-top: 5px;
}

.ultimo-testo {
  padding: 40px 0 80px;
}
@media screen and (max-width: 992px) {
  .ultimo-testo {
    padding: 0px 0 50px;
  }
}
.ultimo-testo h3 {
  font-size: 38px;
  color: #003989;
}
@media screen and (max-width: 992px) {
  .ultimo-testo h3 {
    font-size: 24px;
  }
}

.primo-blocco {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .primo-blocco {
    padding: 40px 0;
  }
}
.primo-blocco h2 {
  font-size: 38px;
  color: #003989;
}
@media screen and (max-width: 992px) {
  .primo-blocco h2 {
    font-size: 24px;
  }
}
.primo-blocco h4 {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 10%;
}
@media screen and (max-width: 992px) {
  .primo-blocco h4 {
    padding-right: 0;
  }
}
.primo-blocco p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .primo-blocco p {
    margin-top: 20px;
  }
}

.accordion .accordion-item {
  background: #fafafa;
  border-top: 1px solid #003989;
}
.accordion .accordion-item h3 {
  color: #003989;
  padding: 25px;
  cursor: pointer;
}
.accordion .accordion-item h3:after {
  content: "+";
  float: right;
  font-size: 24px;
  font-weight: 400;
  color: #003989;
  transition: transform 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
}
.accordion .accordion-item .accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.accordion .accordion-item .accordion-body p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 25px 25px;
}
.accordion .accordion-item.active h3:after {
  content: "-";
}
.accordion .accordion-item.active .accordion-body {
  height: auto;
}

.side-content {
  margin: 80px 0;
}
@media screen and (max-width: 992px) {
  .side-content {
    margin: 40px 0;
  }
}
.side-content .container {
  background: #fafafa;
  padding: 0;
}
.side-content .container h3 {
  font-size: 48px;
  color: #003989;
}
@media screen and (max-width: 992px) {
  .side-content .container h3 {
    font-size: 24px;
    margin-top: 25px;
  }
}
.side-content .container h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 992px) {
  .side-content .container h4 {
    margin-top: 15px;
    font-size: 14px;
  }
}

.milano-content {
  background-image: url("../img/intro_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.milano-content h4 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.milano-content h2 {
  font-size: 38px;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #003989;
  margin-top: 10px;
}


/*# sourceMappingURL=app.css.map*/