@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

body {
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body.elenchi #immobili_elenco .order_by,
body.elenchi #immobili_elenco .pager, body.elenco-immobili #immobili_elenco .order_by,
body.elenco-immobili #immobili_elenco .pager {
  display: none;
}
body.elenchi #right_column, body.elenco-immobili #right_column {
  display: none;
}
body #main_wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body #main_wrapper.not_home {
  min-height: 60vh;
}

.wrapper.vetrina {
  padding: 20px;
}
.wrapper.vetrina .engine-title {
  text-align: center;
  margin: auto;
}
.wrapper.vetrina .subtitle {
  text-align: center;
  margin: auto;
}

.subtitle {
  width: 100%;
  margin: 5px 0 0 0;
  font-weight: 200;
}

.contract {
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  background-color: #00425c;
  border-radius: 4px;
  font-size: 13px;
  top: 15px;
  right: 15px;
  font-weight: 600;
  position: absolute;
  box-sizing: border-box;
  text-transform: uppercase;
}
.contract.banner {
  left: 15px;
  right: auto;
  top: 50px;
}
.contract.banner.low-price {
  background-color: #C47C2A;
}
.contract.banner.new {
  background-color: #2AC42F;
}
.contract.vendita {
  background-color: white;
  color: #00425c;
}

.treaty {
  color: white;
  background-color: #bbb6bd;
  font-size: 12px;
  font-weight: bold;
  left: -35px;
  text-align: center;
  padding: 5px 11px;
  position: absolute;
  top: 33px;
  transform: rotate(-45deg);
  z-index: 2;
  width: 160px;
  display: inline !important;
  text-transform: uppercase;
}
.treaty.exclusive {
  background-color: #bbb6bd;
}
.treaty.archived {
  background-color: darkgreen;
}
.treaty.low-price {
  background: #E06D1B;
  color: #fff;
}

.btn {
  background-color: #00425c;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff !important;
  box-sizing: border-box;
  padding: 12px 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.btn:hover {
  background-color: white;
  color: #00425c !important;
  border: 1px solid #00425c;
}

a:link, a:active, a:hover, a:visited {
  color: #00425c;
  text-decoration: none;
}
.engine-title {
  color: #00425c;
  font-weight: 600;
  margin: 0 0 30px 0;
  width: 100%;
}
.engine-title.detail {
  font-size: 1.5em;
  text-align: left;
  text-transform: initial;
}

.go_top {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  height: 44px;
  width: 44px;
  z-index: 9999;
}
.go_top a {
  background-color: #00425c;
  border-radius: 4px;
  color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
}
.go_top a i {
  color: white;
  font-size: 20px;
}

input[name="site_form[human_invisible_txt]"] {
  display: none !important;
}

.print_dettaglio {
  color: #333;
  font-weight: 600;
  padding-left: 26px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0.8em;
}

#content-static {
  display: flex;
  flex-wrap: wrap;
}

#back_link {
  background-color: #bbb6bd;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px #999;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.8em;
  margin-bottom: 20px;
  padding: 10px 15px;
  text-decoration: none;
  width: initial;
}

.tip-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 20px));
  -ms-transform: translate(-50%, -100%);
  background: #333;
  color: #fff;
  padding: 13px 15px;
  min-width: 225px;
  max-width: 225px;
  font-size: 13px;
  border-radius: 3px;
  line-height: 19px;
  pointer-events: none;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 7px 12px;
  min-width: auto;
  max-width: auto;
  white-space: nowrap;
}

.title-left-line {
  width: 100%;
  color: #00425c;
  display: flex;
  font-size: 20px;
  align-items: center;
  position: relative;
  padding-left: 50px;
  margin: 50px 0 30px 0;
  text-transform: uppercase;
}
.title-left-line:before {
  position: absolute;
  left: 0;
  content: "";
  height: 3px;
  width: 35px;
  margin-right: 8px;
  background-color: #00425c;
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
#loader p {
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00425c;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: 2;
}

.elementor-shape-bottom svg {
  height: 140px;
  height: 40px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

svg:not(:root) {
  overflow: hidden;
}

.elementor-shape .elementor-shape-fill {
  fill: #f7f7f7;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.head-slider-shape svg {
  transform: translateX(-50%) rotateY(180deg);
}

.banner-guida-shape svg {
  transform: translateX(-50%) rotateY(180deg);
}

.banner-guida-shape .elementor-shape-fill {
  fill: #B13943;
}

.banner-immobili-shape .elementor-shape-fill {
  fill: #f4f0ec;
}

.banner-immobili-shape.white .elementor-shape-fill {
  fill: #f7f8f9;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

#main_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
#main_content .button {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00425c;
  border-radius: 3px;
  color: #fff;
  margin: 10px 0;
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.15s linear;
  width: auto;
}
#main_content .button:hover {
  background-color: #00678f;
}
#main_content .button span {
  color: white;
}
#main_content .button span i {
  color: white;
  margin-right: 8px;
}
#main_content p {
  margin: 15px 0;
  line-height: 1.5em;
}
#main_content blockquote {
  background-color: #eee;
  font-style: oblique;
  line-height: 1.5em;
  padding: 15px;
}
#main_content blockquote .signature {
  display: block;
  font-style: normal;
  font-weight: 400;
  text-align: right;
}
#main_content blockquote .signature:before {
  content: "--";
  margin-right: 0.5em;
}
#main_content.not_home {
  padding: 15px;
}

.framed_img {
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  max-height: 400px;
  max-width: 100%;
  padding: 5px;
}

#top_links {
  display: none;
  background-color: #00425c;
  width: 100%;
}
#top_links .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top_links .wrapper .top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  min-height: 35px;
  height: 100%;
  width: 100%;
}
#top_links .wrapper .top-menu .contact {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#top_links .wrapper .top-menu .contact .tel {
  margin-right: 15px;
}
#top_links .wrapper .top-menu .contact .email {
  margin-left: 10px;
}
#top_links .wrapper .top-menu .contact a, #top_links .wrapper .top-menu .contact i {
  color: white;
}
#top_links .wrapper .top-menu .contact i {
  margin-right: 5px;
}
#top_links .wrapper .top-menu .social {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
#top_links .wrapper .top-menu .social a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: white;
  cursor: pointer;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}
#top_links .wrapper .top-menu .social a i {
  text-align: center;
  width: 18px;
}
#top_links .wrapper .top-menu .social a:hover i {
  color: white;
}
#top_links .wrapper .top-menu .social a:hover.facebook {
  background-color: #3b5998;
}
#top_links .wrapper .top-menu .social a:hover.twitter {
  background-color: #55acee;
}
#top_links .wrapper .top-menu .social a:hover.google {
  background-color: #d73d32;
}
#top_links .wrapper .top-menu .social a:hover.linkedin {
  background-color: #007bb5;
}
#top_links .wrapper .top-menu .social a:hover.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 20;
}
#header .wrapper-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  width: 100%;
}
#header .wrapper-header #logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
#header .wrapper-header #logo a img {
  max-height: 9vh;
}

#header-internal {
  background-image: url("../img/monopoli.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
#header-internal .wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header-internal .wrapper .mask {
  text-shadow: 1px 1px 1px black;
}
#header-internal .wrapper .mask h2 {
  color: white;
  font-weight: 500;
  margin-top: 0;
}
#header-internal .wrapper .mask h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#header-internal .wrapper .mask h3 i {
  color: white;
  margin: 0 5px;
}
#header-internal .wrapper .mask h3 a {
  color: white;
}
#header-internal .wrapper .mask h3 a:hover {
  text-decoration: underline;
}
#header-internal:after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.vetrina-outdoor {
  width: 100%;
  margin-top: 40px;
}
.vetrina-outdoor .slick-list {
  padding-bottom: 5px;
}
.vetrina-outdoor .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  color: #333333;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  margin-bottom: 50px;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  justify-content: center;
}
.vetrina-outdoor .item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  border: 1px solid #ebebeb;
}
.vetrina-outdoor .item .foto {
  width: 100%;
  height: 215px;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
.vetrina-outdoor .item .foto:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.vetrina-outdoor .item .foto .price {
  position: absolute;
  color: white;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  box-sizing: border-box;
  padding: 5px;
  left: 15px;
  bottom: 15px;
}
.vetrina-outdoor .item .item-info {
  width: 90%;
  box-sizing: border-box;
  padding: 20px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: -20px;
  z-index: 1;
}
.vetrina-outdoor .item .item-info span {
  width: 100%;
  margin-bottom: 15px;
}
.vetrina-outdoor .item .item-info span.subtype {
  color: #00425c;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 8px;
}
.vetrina-outdoor .item .item-info span.luogo {
  font-weight: 300;
}
.vetrina-outdoor .item .item-info span.luogo i {
  color: #00425c;
}
.vetrina-outdoor .item .item-info span.type {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.vetrina-outdoor .item .item-info .details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vetrina-outdoor .item .item-info .details span {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
.vetrina-outdoor .item .item-info .details span i {
  margin-right: 6px;
  color: #00425c;
}
.vetrina-outdoor .item .item-info .price {
  color: #00425c;
  font-size: 20px;
  margin-bottom: 0;
}
.vetrina-outdoor .slick-dots {
  bottom: -45px;
}
.vetrina-outdoor.simili {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vetrina-outdoor.simili .item {
  width: 100%;
}

.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

#search_loading {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

#content-ric {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: white;
}
#content-ric.not-home {
  background: none;
  height: auto;
}
#content-ric.not-home .wrapper {
  align-items: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}
#content-ric.not-home .wrapper #ricerca .engine-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
  color: #00425c;
  text-shadow: none;
}
#content-ric.not-home .wrapper #ricerca h3 {
  display: none;
}
#content-ric.not-home .wrapper #ricerca form {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}
#content-ric.not-home .wrapper #ricerca form .search-filters {
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
  width: 100%;
  border: 0;
}
#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts label,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology label,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities label,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies label {
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
  text-align-last: left;
}
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
  margin-bottom: 5px;
}
#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
  width: 100%;
  margin-bottom: 5px;
}
#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.advanced {
  display: block;
}
#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row > select, #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row > input {
  padding-left: 10px;
  border: 0;
  text-align-last: left;
  height: 40px;
}
#content-ric.not-home .wrapper #ricerca form .search-filters .ric_row button[type=submit] {
  margin: 0;
  padding-left: 0;
  height: 40px;
}
#content-ric.not-home .wrapper #ricerca form .show-on-map em {
  color: #333333;
}
#content-ric.not-home:after {
  background: none;
}
#content-ric .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#content-ric .wrapper #vn-click {
  cursor: pointer;
}
#content-ric .wrapper #ricerca {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.18);
}
#content-ric .wrapper #ricerca h2,
#content-ric .wrapper #ricerca h3 {
  color: white;
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 1px black;
}
#content-ric .wrapper #ricerca.close {
  display: none;
}
#content-ric .wrapper #ricerca form {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-sizing: border-box;
  width: 100%;
}
#content-ric .wrapper #ricerca form h2 {
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  width: 100%;
}
#content-ric .wrapper #ricerca form .search-filters {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  overflow: hidden;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row {
  cursor: pointer;
  margin: 5px 0;
  width: 48%;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row.advanced {
  display: none;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row label {
  color: #929292;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row ::-webkit-input-placeholder {
  color: #929292;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row :-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row ::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row :-ms-input-placeholder {
  color: #929292;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row > input, #content-ric .wrapper #ricerca form .search-filters .ric_row > select,
#content-ric .wrapper #ricerca form .search-filters .ric_row button[type=submit] {
  border: 1px solid #929292;
  background-color: white;
  box-sizing: border-box;
  color: #929292;
  cursor: pointer;
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  height: 43px;
  padding: 0 0 0 18px;
  text-align: left;
  text-align-last: left;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row.submit button[type=submit] {
  background: #00425c;
  color: white;
  text-align: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
  padding: 0;
  text-transform: uppercase;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row.submit button[type=submit]:hover {
  background: #668e9d;
}
#content-ric .wrapper #ricerca form .search-filters .ric_row.submit button[type=submit]:active {
  background: #002837;
}

#search-by-map {
  flex-grow: 1;
  margin-bottom: 5px;
  width: 100%;
}
#search-by-map .map_search {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
#search-by-map .map_search input[type=radio] {
  display: none;
}
#search-by-map .map_search label {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  color: #ccc;
  flex-grow: 1;
  padding: 1em;
  text-align: center;
}
#search-by-map .map_search label .heading-label {
  display: none;
}
#search-by-map .map_search #search_tab1:checked ~ label[for=search_tab1],
#search-by-map .map_search #search_tab2:checked ~ label[for=search_tab2] {
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 1px solid #00425c;
  color: #fff;
}
#search-by-map .update-poly {
  display: none;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
#search-by-map .update-poly a {
  color: #fff;
}

#select_districts,
#select_cities,
#select_typologies {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 47%;
  background-color: white;
  border: 1px solid #929292;
  background-color: white;
  box-sizing: border-box;
  color: #929292;
}
#select_districts label,
#select_cities label,
#select_typologies label {
  color: #929292;
  cursor: pointer;
  display: inline-block;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 43px;
  height: 43px;
  padding: 0 0 0 18px;
  text-align: left;
  text-align-last: left;
  width: 100%;
}
#select_districts .multi_select,
#select_cities .multi_select,
#select_typologies .multi_select {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: none;
  height: auto;
  left: 0;
  margin: 0;
  max-height: 40vh;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 3000;
}
#select_districts .multi_select.opened,
#select_cities .multi_select.opened,
#select_typologies .multi_select.opened {
  display: block;
}
#select_districts .multi_select li,
#select_cities .multi_select li,
#select_typologies .multi_select li {
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
}
#select_districts .multi_select li:nth-child(2n),
#select_cities .multi_select li:nth-child(2n),
#select_typologies .multi_select li:nth-child(2n) {
  background-color: #f9f9fa;
}
#select_districts .multi_select li label,
#select_cities .multi_select li label,
#select_typologies .multi_select li label {
  box-sizing: border-box;
  border-radius: 0;
  color: #333333;
  display: block;
  font-size: 0.8125em;
  padding: 0 10px;
  text-align: left;
  text-align-last: left;
}
#select_districts .multi_select li label input,
#select_cities .multi_select li label input,
#select_typologies .multi_select li label input {
  margin-left: 0;
  margin-right: 5px;
}

.show-on-map {
  color: #fff;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

#boxSeoHome {
  display: none;
}
#boxSeoHome .wrapper-seo h3 {
  margin-top: 0;
}
.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

#navigation #navigation-standard {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation #navigation-standard > li {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  margin: 0 8px;
  list-style-type: none;
  padding: 8px;
  position: relative;
  text-align: center;
}
#navigation #navigation-standard > li ul li a span {
  color: #00425c !important;
}
#navigation #navigation-standard > li ul li:hover a span {
  color: #fff !important;
}
#navigation #navigation-standard > li:last-child {
  background-color: white;
  border: 1px solid #bbb6bd;
  border-radius: 4px;
  margin-left: 2vw;
}
#navigation #navigation-standard > li:last-child:hover {
  border: 1px solid #00425c;
}
#navigation #navigation-standard > li:last-child:hover a span {
  color: white;
}
#navigation #navigation-standard > li:last-child a span {
  color: #bbb6bd;
}
#navigation #navigation-standard > li:hover a {
  color: #00425c;
}
#navigation #navigation-standard > li:hover {
  background-color: #00425c;
  border: 2px solid #00425c;
  border-radius: 3px;
}
#navigation #navigation-standard > li:hover a span {
  color: white;
}
#navigation #navigation-standard > li:first-of-type {
  display: none;
}
#navigation #navigation-standard > li a {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  -ms-flex-align: start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
  height: 100%;
  text-decoration: none;
}
#navigation #navigation-standard > li a span {
  font-weight: 500;
  color: #333333;
}
#navigation #navigation-standard > li.dropdown {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#navigation #navigation-standard > li.dropdown #dropdown-menu {
  box-shadow: 0 1px 2px rgba(50, 50, 50, 0.9);
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#navigation #navigation-standard > li.dropdown:hover #dropdown-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  left: 0;
  position: absolute;
  top: 100%;
}
#navigation #navigation-standard > li.dropdown:hover #dropdown-menu li {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  color: #00425c;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#navigation #navigation-standard > li.dropdown:hover #dropdown-menu li a {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
}
#navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover {
  background-color: #00425c;
}
#navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover a span {
  color: #fff;
}
#navigation #menu-responsive button {
  color: #00425c;
  display: flex;
  font-weight: 400;
  justify-content: center;
  z-index: 12;
}
#navigation #menu-responsive button .hamburger-inner,
#navigation #menu-responsive button .hamburger-inner:before,
#navigation #menu-responsive button .hamburger-inner:after {
  background-color: #bbb6bd;
}
#navigation #menu-responsive .navigation-mobile {
  align-content: flex-start;
  align-items: center;
  background-color: rgba(0, 66, 92, 0.95);
  bottom: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 0;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 11;
}
#navigation #menu-responsive .navigation-mobile li {
  border-right: 0;
  display: block;
  list-style-type: none;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
#navigation #menu-responsive .navigation-mobile li a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 0.9375em;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0 15px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
#navigation #menu-responsive .navigation-mobile li a:hover, #navigation #menu-responsive .navigation-mobile li a:focus, #navigation #menu-responsive .navigation-mobile li a:active {
  background-color: #00425c;
  color: #fff;
}
#navigation #menu-responsive .navigation-mobile li a span {
  border: 0;
  display: inline;
  line-height: 48px;
  padding: 0;
}
#navigation #menu-responsive .navigation-mobile li:last-of-type a {
  border-right: 0;
}
#navigation #menu-responsive .navigation-mobile li #dropdown-menu {
  background-color: rgba(0, 0, 0, 0.2);
  height: 0;
  overflow: hidden;
  padding-left: 0;
  transition: all 0.5s ease-in-out;
}
#navigation #menu-responsive .navigation-mobile li #dropdown-menu li a:before {
  content: " - ";
}
#navigation #menu-responsive .navigation-mobile li.opened #dropdown-menu {
  height: auto;
}
#navigation #menu-responsive.is-active .navigation-mobile {
  height: auto;
}

#back-to-top {
  margin: 25px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#back-to-top .wrapper-back-to-top {
  width: 100%;
}
#back-to-top .wrapper-back-to-top h2 {
  width: 100%;
}

#footer {
  background-color: #222;
  border-top: 1px solid #929292;
}
#footer .wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .wrapper .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
#footer .wrapper .info img {
  margin-bottom: 20px;
  max-height: 60px;
}
#footer .wrapper .info .social {
  display: flex;
}
#footer .wrapper .info .social a {
  margin-left: 15px;
  font-size: 18px;
  color: #f5f5f5;
}
#footer .wrapper .info .social .social-box {
  margin-right: 10px;
  box-sizing: border-box;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .wrapper .info .logo {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
#footer .wrapper .info .logo i {
  font-size: 30px;
}
#footer .wrapper .info .logo span {
  font-size: 18px;
  margin: 0 0 0 10px;
  font-weight: 400;
}
#footer .wrapper .info h3 {
  width: 100%;
  color: #f5f5f5;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
  font-size: 16px;
}
#footer .wrapper .info .single-agency {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#footer .wrapper .info .single-agency span, #footer .wrapper .info .single-agency a {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  color: #f5f5f5;
  font-size: 14px;
}
#footer .wrapper .info .single-agency i {
  margin-right: 12px;
}
#footer .wrapper .info .action-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  flex-wrap: wrap;
}
#footer .wrapper .info .action-menu .col {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .wrapper .info .action-menu .col a {
  width: 100%;
  text-decoration: none;
  margin: 5px 0;
  font-size: 14px;
  color: #f5f5f5;
  font-weight: 500;
}
#footer .wrapper .info span {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
}
#footer .wrapper .info span a {
  font-size: 16px;
  color: #929292;
  font-weight: 500;
}
#footer .wrapper .info span b {
  font-size: 16px;
  color: #929292;
  font-weight: bold;
}

#bottom {
  width: 100%;
  background-color: #222;
}
#bottom .wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 15px 0;
  border-top: 1px solid #444;
  flex-wrap: wrap;
}
#bottom .wrapper span {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
#bottom .wrapper span.link-utilities {
  margin: 15px 0;
}
#bottom .wrapper a {
  color: white;
  font-weight: 600;
  font-size: 13px;
}

.mobile-button {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  justify-content: space-between;
  z-index: 99;
}
.mobile-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
  color: white;
  font-weight: bold;
  background-color: #bbb6bd;
}
.mobile-button a i {
  margin-right: 8px;
  font-size: 18px;
}
.mobile-button a:first-child i {
  color: white;
  margin-right: 8px;
  font-size: 18px;
}
.mobile-button a:last-child {
  background-color: #00425c;
}

.head-slider {
  background-image: url("../img/home.jpg");
  background-size: cover;
  background-position: center;
  height: 260px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.head-slider .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.head-slider .wrapper h2 {
  color: white;
  margin: 0;
  width: 100%;
  text-shadow: 1px 1px 1px black;
  font-size: 23px;
  text-align: center;
}
.head-slider .wrapper p {
  color: white;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 1px black;
  font-size: 15px;
}
.head-slider .wrapper .btn {
  width: 12em;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin: auto;
}
.head-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  content: "";
}

#immobili-elenco {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#immobili-elenco .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 45px;
  width: 100%;
}
#immobili-elenco .row .order_by {
  background-color: white;
  border: 1px solid #929292;
  box-sizing: border-box;
  padding: 12px 20px;
  color: #333333;
  text-align: right;
  text-transform: uppercase;
}
#immobili-elenco .row .order_by label {
  display: none;
}
#immobili-elenco .row .order_by select {
  background: none;
  border: 0;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
#immobili-elenco .row .order_by select option {
  color: #333333;
}
#immobili-elenco .row .toggle-map {
  background-color: #929292;
  box-sizing: border-box;
  padding: 12px 20px;
}
#immobili-elenco .row .toggle-map i,
#immobili-elenco .row .toggle-map span {
  color: white;
  text-transform: uppercase;
}
#immobili-elenco .row .toggle-map span {
  display: none;
  margin-left: 8px;
}
#immobili-elenco .no-result * {
  color: #333333;
}
#immobili-elenco .card {
  border-radius: 10px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  width: 100%;
  border: 2px solid #ebebeb;
  overflow: hidden;
}
#immobili-elenco .card .foto {
  background: #929292 url("../img/no_thumb.png") center center no-repeat;
  background-position: center;
  height: 255px;
  width: 100%;
  position: relative;
}
#immobili-elenco .card .detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#immobili-elenco .card .detail .mini-title {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 22px 30px;
  flex-wrap: wrap;
}
#immobili-elenco .card .detail .mini-title .col {
  display: flex;
  flex-wrap: wrap;
}
#immobili-elenco .card .detail .mini-title .col .code {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #bbb6bd;
  margin-bottom: 10px;
}
#immobili-elenco .card .detail .mini-title .col .type {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
#immobili-elenco .card .detail .mini-title .col .location {
  color: #929292;
  font-weight: lighter;
  font-size: 12px;
  margin-bottom: 10px;
}
#immobili-elenco .card .detail .mini-title .col .location i {
  color: #929292;
  margin-right: 4px;
}
#immobili-elenco .card .detail .mini-title .details {
  align-items: center;
  background-color: #bbb6bd;
  box-sizing: border-box;
  color: white;
  display: none;
  justify-content: space-between;
  right: 0;
  padding: 11px 15px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#immobili-elenco .card .detail .mini-title .details:hover {
  background-color: #00425c;
}
#immobili-elenco .card .detail .mini-title .details a {
  color: white;
  font-weight: 500;
  font-size: 15px;
}
#immobili-elenco .card .detail .mini-title .details i {
  margin-left: 8px;
}
#immobili-elenco .card .detail .car {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin: 8px 0;
  padding: 10px;
  width: 100%;
  align-items: center;
}
#immobili-elenco .card .detail .car span {
  font-size: 12px;
  padding: 0 10px;
  align-items: flex-start;
  display: flex;
  font-weight: 400;
  justify-content: center;
  width: auto;
  border-right: 1px solid #909090;
}
#immobili-elenco .card .detail .car span h4 {
  font-size: 14px;
  color: black;
}
#immobili-elenco .card .detail .car span i {
  color: #00425c;
  margin-right: 8px;
}
#immobili-elenco .card .detail .car span .svg-icon {
  fill: #929292;
}
#immobili-elenco .card .detail .car span:last-child {
  border-right: none;
}
#immobili-elenco .card .detail .car .specific-action {
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  height: 100%;
  width: auto;
}
#immobili-elenco .card .detail .car .specific-action.save_property a {
  align-items: center;
}
#immobili-elenco .card .detail .car .specific-action.save_property a.add {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#immobili-elenco .card .detail .car .specific-action.save_property a.remove {
  display: none;
}
#immobili-elenco .card .detail .car .specific-action.save_property a:hover.add i, #immobili-elenco .card .detail .car .specific-action.save_property a:hover.remove i {
  color: #bbb6bd;
}
#immobili-elenco .card .detail .car .specific-action.save_property.saved .add {
  display: none;
}
#immobili-elenco .card .detail .car .specific-action.save_property.saved .remove {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: orange;
}
#immobili-elenco .card .detail .car .specific-action.save_property.saved .remove i {
  color: #bbb6bd;
}
#immobili-elenco .card .detail .car .specific-action.save_property.saved .remove:hover i {
  color: #00425c;
}
#immobili-elenco .card .detail .last .contract {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
#immobili-elenco .card .detail .desc p {
  margin: 0;
  font-weight: lighter;
  font-size: 14px;
}
#immobili-elenco .card .under-title {
  display: flex;
  flex-direction: column;
  padding: 7px 30px;
}
#immobili-elenco .card .under-title .price {
  color: #bbb6bd;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#immobili-elenco .card .under-title .location {
  font-size: 13px;
  margin: 5px 0;
}
#immobili-elenco .pager {
  align-items: center;
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#immobili-elenco .pager li {
  list-style-type: none;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 13px;
  width: auto;
  margin-bottom: 8px;
  margin: 0 5px;
}
#immobili-elenco .pager li.pager-pages {
  text-align: center;
  background-color: #00425c;
  font-size: 1em;
  cursor: pointer;
  border: 1px solid #929292;
  box-sizing: border-box;
  padding: 8px 12px;
}
#immobili-elenco .pager li.pager-pages.current {
  color: white;
  background-color: #bbb6bd;
  font-size: 1em;
}
#immobili-elenco .pager li.pager-pages:hover {
  background: #bbb6bd;
  /* Old browsers */
}
#immobili-elenco .pager li.pager-pages:hover a {
  color: white;
}
#immobili-elenco .pager li.pager-pages.next a, #immobili-elenco .pager li.pager-pages.previous a {
  font-weight: 200;
}
#immobili-elenco .pager li a {
  color: white;
}
#immobili-elenco .pager li a:hover, #immobili-elenco .pager li a:active, #immobili-elenco .pager li a:focus {
  color: #00425c;
}

body.immobili-lusso #immobili-elenco .title {
  border-bottom: 3px solid #A98946;
  color: #A98946;
}
body.immobili-lusso #immobili-elenco .title a:link.toggle-map,
body.immobili-lusso #immobili-elenco .title a:visited.toggle-map,
body.immobili-lusso #immobili-elenco .title a:hover.toggle-map,
body.immobili-lusso #immobili-elenco .title a:active.toggle-map {
  background-color: #A98946;
}
body.immobili-lusso #immobili-elenco .title a:link.toggle-map:hover,
body.immobili-lusso #immobili-elenco .title a:visited.toggle-map:hover,
body.immobili-lusso #immobili-elenco .title a:hover.toggle-map:hover,
body.immobili-lusso #immobili-elenco .title a:active.toggle-map:hover {
  background-color: #bfa163;
}
body.immobili-lusso #immobili-elenco .item .left-el .link .foto .contract {
  background-color: #A98946;
  text-transform: uppercase;
}
body.immobili-lusso #immobili-elenco .item .left-el .link .foto .contract i {
  margin-right: 8px;
}
body.immobili-lusso #immobili-elenco .pager .pager-pages {
  background-color: #A98946;
}
body.immobili-lusso #immobili-elenco .pager .pager-pages.current {
  background-color: #bfa163;
}

.clear, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

#right_column {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
#right_column form[name=frmProponi] {
  display: none;
}
#right_column h2.title {
  font-weight: 600;
  margin-top: 0;
}
#right_column .riferimenti {
  display: none;
}
#right_column .riferimenti h3 {
  margin-bottom: 5px;
}
#right_column .riferimenti span {
  margin: 5px 0;
  width: 100%;
  color: #333;
  font-weight: 600;
}
#right_column .banner-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 20px 0;
}
#right_column .banner-container .banner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #00425c;
  color: white;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
}
#right_column .banner-container .banner:hover {
  background-color: #00425c;
}
#right_column .banner-container .banner:hover span {
  color: white;
}
#right_column .banner-container .banner:hover span i {
  color: white;
}
#right_column .banner-container .banner span {
  color: white;
  font-weight: 500;
}
#right_column .banner-container .banner span i {
  color: white;
  margin-right: 10px;
}
#right_column .banner-container.dettaglio .banner {
  background-color: #f0f0f0;
  margin: 0 5px 0 0;
  justify-content: center;
  height: 45px;
  padding: 0;
  width: 45px;
}
#right_column .banner-container.dettaglio .banner span {
  color: #333333;
}
#right_column .banner-container.dettaglio .banner span i {
  color: #333333;
  margin-right: 0;
}
#right_column .banner-container.dettaglio .banner:hover {
  background-color: #00425c;
}
#right_column .banner-container.dettaglio .banner:hover span {
  color: white;
}
#right_column .banner-container.dettaglio .banner:hover span i {
  color: white;
}
#right_column .banner-container.dettaglio .banner:hover .tip-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 10px));
  -ms-transform: translate(-50%, -115%);
}
#right_column .banner-container.save_property a.add {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#right_column .banner-container.save_property a.remove {
  display: none;
}
#right_column .banner-container.save_property.saved .add {
  display: none;
}
#right_column .banner-container.save_property.saved .remove {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.static-page {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.static-page h2 {
  color: #bbb6bd;
  width: 100%;
}
.static-page.servizi .all-service {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.static-page.servizi .all-service .service {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.35s ease;
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.static-page.servizi .all-service .service .cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: white;
  box-sizing: border-box;
  padding: 35px;
  width: 100%;
}
.static-page.servizi .all-service .service .cover i {
  font-size: 25px;
  color: #00425c;
}
.static-page.servizi .all-service .service .cover h2 {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
.static-page.servizi .all-service .service .desc {
  background-color: #00425c;
  transform: translateY(100%);
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  transition: all 0.35s ease;
}
.static-page.servizi .all-service .service .desc h2 {
  font-size: 14px;
  margin: 0;
}
.static-page.servizi .all-service .service .desc p {
  font-size: 12px;
  line-height: 19px;
}
.static-page.servizi .all-service .service .desc ul li {
  font-size: 12px;
  line-height: 19px;
}
.static-page.servizi .all-service .service:hover .desc {
  transform: translate(0);
}
.static-page .feedbacks .feedback {
  box-sizing: border-box;
  border-bottom: 1px solid #EFEFEF;
  padding: 20px;
}
.static-page .feedbacks .feedback:nth-child(odd) {
  background-color: #EFEFEF;
}
.static-page .feedbacks .feedback p {
  font-style: italic;
  margin: 0 !important;
}
.static-page .feedbacks .feedback span {
  font-weight: bold;
  text-align: right;
  width: 100%;
}
.static-page .engine-title {
  font-size: 1.5em;
  text-align: left;
}
.static-page .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.static-page .badges .badge {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}
.static-page .badges .badge .pic {
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%;
}
.static-page .badges .badge .pic .ruolo {
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  bottom: 0;
  color: white;
  font-weight: 400;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.static-page .badges .badge .info {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
}
.static-page .badges .badge .info span {
  width: 100%;
}
.static-page .badges .badge .info span.engine-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.static-page .btn {
  background-color: #00425c;
  border-radius: 3px;
  color: white;
  box-sizing: border-box;
  padding: 12px 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.static-page .btn:hover {
  background-color: #bbb6bd;
}
.static-page .row {
  align-items: flex-start;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.static-page .row .image {
  background-position: center;
  background-size: cover;
  height: 280px;
  margin-bottom: 25px;
  width: 100%;
}
.static-page .row p {
  margin: 0 !important;
  text-align: justify;
}
.static-page .left-contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.static-page .left-contact .engine-title {
  font-size: 1.5em;
}
.static-page .left-contact .item {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  background-color: transparent;
  width: 100%;
}
.static-page .left-contact .item i {
  align-items: center;
  border: 1px solid #333333;
  border-radius: 50%;
  color: #333333;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  margin-right: 25px;
  width: 45px;
}
.static-page .left-contact .item p {
  display: flex;
  flex-wrap: wrap;
}
.static-page .left-contact .item p b {
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.static-page .left-contact .item p span {
  font-weight: 400;
  width: 100%;
  color: #00425c;
}
.static-page .right-contact {
  margin-top: 25px;
  width: 100%;
}
.static-page .right-contact .engine-title {
  font-size: 1.5em;
}
.static-page .right-contact form {
  background: none;
  margin: 0;
  padding: 0;
}
.static-page .right-contact form #modCont em {
  width: 100%;
}
.static-page .right-contact form #modCont p {
  padding: 0;
  width: 100%;
}
.static-page .right-contact form #modCont p textarea {
  height: 200px;
  width: 100%;
}
.static-page .general-text {
  color: #333333;
  line-height: 1.8;
}

#container-map {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: space-between;
}
#container-map iframe {
  height: 330px;
  width: 100%;
}
#container-map .riferimenti {
  align-content: center;
  align-items: center;
  background: url("../img/contatti.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 330px;
  padding: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#container-map .riferimenti h3 {
  border-bottom: 2px solid white;
  color: white;
  font-weight: 500;
  font-size: 28px;
  padding-bottom: 8px;
  margin: 0 0 8px 0;
  text-align: center;
  width: 100%;
}
#container-map .riferimenti span {
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
#container-map .riferimenti:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*** TITOLO DETTAGLIO IMMOBILE ***/
.heading {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: space-between;
}
.heading .col {
  display: flex;
  width: 100%;
}
.heading .col .back-link {
  align-items: center;
  background-color: #00425c;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  width: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.heading .col .back-link i {
  color: white;
  font-size: 28px;
}
.heading .col .back-link:hover {
  background-color: white;
  border: 1px solid #bbb6bd;
}
.heading .col .back-link:hover i {
  color: #00425c;
}
.heading .col .title-detail {
  display: flex;
  flex-wrap: wrap;
}
.heading .col .title-detail .type {
  color: #00425c;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
}
.heading .col .title-detail .location {
  font-size: 18px;
  font-weight: 400;
}
.heading .col .title-detail .location i {
  margin-right: 5px;
}
.heading .price {
  color: #00425c;
  display: flex;
  font-size: 25px;
  font-weight: 400;
  justify-content: space-between;
  line-height: initial !important;
  width: 100%;
}

#tab_property {
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  float: none;
  margin-top: 70px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
#tab_property section {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  display: none;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
#tab_property input {
  display: none;
}
#tab_property label {
  background-color: #eaeaea;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 -1px;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  color: #929292;
  line-height: initial;
  border: 1px solid transparent;
}
#tab_property label:before {
  font-family: fontawesome, sans-serif;
  font-weight: normal;
  margin-right: 10px;
}
#tab_property label:hover {
  background-color: #00425c;
  color: white;
  cursor: pointer;
}
#tab_property input:checked + label {
  background-color: #00425c;
  color: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
#tab_property #tab1:checked ~ #content1,
#tab_property #tab2:checked ~ #content2,
#tab_property #tab3:checked ~ #content3,
#tab_property #tab4:checked ~ #content4,
#tab_property #tab5:checked ~ #content5,
#tab_property #tab6:checked ~ #content6 {
  display: block;
}
@media screen and (max-width: 650px) {
  #tab_property span.heading-label {
    display: none;
  }
  #tab_property label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #tab_property span.heading-label {
    display: none;
  }
}
#tab_property h4 {
  color: #00425c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}
#tab_property .section {
  width: 100%;
  margin-bottom: 1.3em;
  clear: both;
}
#tab_property .section ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#tab_property .section ul li {
  width: 100%;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  line-height: initial;
  list-style-type: none;
  vertical-align: top;
}
#tab_property .section ul li:nth-child(even) {
  background-color: #f8f8f8;
}
#tab_property .section ul li span {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  padding: 3px 5px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.95em;
}
#tab_property .section ul li b {
  vertical-align: top;
  display: inline-block;
  width: 55%;
  box-sizing: border-box;
  padding: 0 5px;
  padding-top: 3px;
  font-weight: 600;
}
#tab_property .section ul li b span.presence {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 2px;
  margin-left: 0;
  content: "";
  background: transparent url(../img/presence.png) no-repeat center center;
  background-size: 12px 12px;
  border-bottom: 0;
}

#property-images {
  width: 100%;
}
#property-images #main {
  border: none;
  width: 100%;
  height: 35vh;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  position: relative;
}
#property-images #main .subtitle {
  background: #00425c;
  box-shadow: 2px 1px 1px #333;
  box-sizing: border-box;
  color: white;
  padding: 6px 10px;
  left: -20px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
#property-images #main .subtitle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 16px 0;
  border-color: transparent #820800 transparent transparent;
  position: absolute;
  left: 0px;
  bottom: -16px;
}
#property-images #main .flex-viewport {
  height: 100% !important;
}
#property-images #main .slides {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
}
#property-images #main .slides li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
}
#property-images #main .slides li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#property-images #main .slides li a .sl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width: auto;
  height: 481px;
  max-width: 100%;
  max-height: 100%;
}
#property-images #controls {
  display: none;
  margin-bottom: 20px;
  border-bottom: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#property-images #controls .slides li .sl {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 200px;
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-for .slick-slide a {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
}
.slider-for .slick-arrow.slick-prev, .slider-for .slick-arrow.slick-next {
  z-index: 1;
}
.slider-for .slick-arrow.slick-prev:before, .slider-for .slick-arrow.slick-next:before {
  color: white;
  font-size: 25px;
  opacity: 1;
}
.slider-for .slick-arrow.slick-prev {
  left: 15px;
}
.slider-for .slick-arrow.slick-next {
  right: 15px;
}

.slider-nav {
  margin-top: 20px;
}
.slider-nav .slick-slide {
  height: 65px;
  background-size: cover;
  background-position: center;
  display: block;
  border: 2px solid white;
}
.slider-nav .slick-dots {
  bottom: -50px;
}
.slider-nav .slick-arrow.slick-prev, .slider-nav .slick-arrow.slick-next {
  z-index: 1;
}
.slider-nav .slick-arrow.slick-prev:before, .slider-nav .slick-arrow.slick-next:before {
  color: white;
  font-size: 25px;
  opacity: 1;
}
.slider-nav .slick-arrow.slick-prev {
  left: 15px;
}
.slider-nav .slick-arrow.slick-next {
  right: 15px;
}

.banner-servizi {
  position: relative;
  width: 100%;
  z-index: 1;
  background-image: url("../img/porto.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-top: 100px;
}
.banner-servizi .wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 60px 0;
}
.banner-servizi .wrapper h2 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 45px;
  margin: 0 0 60px 0;
  font-weight: 600;
}
.banner-servizi .wrapper a {
  border-radius: 8px;
  border-bottom-color: #bbb6bd;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 7px 13px;
  margin: 0 8px;
  color: #00425c;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px transparent;
  border-bottom: 2px solid;
  width: 42%;
  height: 180px;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 5px 61px -15px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.banner-servizi .wrapper a i {
  color: #00425c;
  margin-bottom: 15px;
  font-size: 45px;
}
.banner-servizi .wrapper a span {
  width: 100%;
  color: #333333;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.banner-servizi .wrapper a:hover {
  border: 2px solid;
}
.banner-servizi:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  content: "";
}

.banner-ricerca-veloce {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-ricerca-veloce .wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 20px;
}
.banner-ricerca-veloce .wrapper h2 {
  width: 100%;
  margin-bottom: 0;
}
.banner-ricerca-veloce .wrapper h3 {
  width: 100%;
  margin: 5px 0 0 0;
  font-weight: 200;
}
.banner-ricerca-veloce .wrapper .box-wrapper {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-ricerca-veloce .wrapper .box-wrapper .cont-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box {
  width: 100%;
  height: 190px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
.banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box span {
  position: absolute;
  z-index: 11;
  font-size: 19px;
  top: 20px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 1px black;
}
.banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banner-chi-siamo {
  width: 100%;
  background: #00425c;
  height: auto;
  background-attachment: fixed;
  margin-top: 20px;
}
.banner-chi-siamo .wrapper {
  max-width: 1170px;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.banner-chi-siamo .wrapper h2 {
  width: 100%;
  color: #fff;
  text-transform: none;
  font-size: 25px;
  padding: 0px;
}
.banner-chi-siamo .wrapper .btn {
  border: 1px solid white;
  border-radius: 10px;
}

.banner-contact {
  background-image: url("../img/bambini.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner-contact .wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 20px;
}
.banner-contact .wrapper .logo {
  max-height: 8vh;
}
.banner-contact .wrapper h3 {
  color: white;
  font-size: 2em;
  font-weight: 400;
  margin: 50px 0;
  width: 100%;
}
.banner-contact .wrapper form {
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.banner-contact .wrapper form p {
  margin-bottom: 30px;
}
.banner-contact .wrapper form p input[type=text],
.banner-contact .wrapper form p select,
.banner-contact .wrapper form p textarea {
  border: 1px solid #f5f5f5;
}
.banner-contact .wrapper form p ::-webkit-input-placeholder {
  color: white;
}
.banner-contact .wrapper form p :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.banner-contact .wrapper form p ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.banner-contact .wrapper form p :-ms-input-placeholder {
  color: white;
}
.banner-contact .wrapper form p textarea {
  height: 100px;
}
.banner-contact .wrapper form .privacy {
  color: white;
}
.banner-contact .wrapper form .privacy a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.banner-contact:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#informazioni_societarie {
  background-color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #333333;
}
#informazioni_societarie h1 {
  border-bottom: 5px solid #333333;
}
#informazioni_societarie p {
  margin: 0;
  line-height: 1.5em;
}

#privacy_policy {
  background-color: #fff;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #333;
}
#privacy_policy h1 {
  border-bottom: 5px solid #333;
}
#privacy_policy p {
  text-align: justify;
}
#privacy_policy p em {
  font-weight: 600;
}
#privacy_policy ul li {
  list-style-type: none;
}
#privacy_policy ul li h3 {
  font-style: oblique;
  font-weight: 600;
}

div#aol3pulsloginContainer {
  width: 500px;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  color: #333333;
  background-color: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
div#aol3pulsloginContainer p {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  clear: left;
  padding-top: 6px;
  line-height: normal;
}
div#aol3pulsloginContainer label {
  width: 210px;
  padding-left: 8px;
  display: block;
  float: left;
  padding-top: 10px;
  font-size: 15px;
  font-weight: normal;
  height: 20px;
  clear: left;
  border-bottom: 1px dashed #ccc;
}
div#aol3pulsloginContainer input {
  width: 263px;
  height: 24px;
  line-height: 22px;
  background-color: #FFFFFF;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: normal;
  color: #222;
  margin: 0px;
  padding: 2px 2px 2px 5px;
}
div#aol3pulsloginContainer input[type=button] {
  margin-left: 222px;
  border-style: outset;
  cursor: Hand;
  cursor: pointer;
  color: #ffffff;
  line-height: 1.3em;
  background-color: #00425c;
  border-color: black;
}
div#aol3pulsloginContainer input[type=button]:hover {
  box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
}

form.contactForm {
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 10px;
  padding: 20px;
}
form.contactForm.dettaglio {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
form.contactForm.dettaglio #modCont p {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
form.contactForm.dettaglio #modCont p input, form.contactForm.dettaglio #modCont p select {
  background-color: #fcfcfc;
  color: #929292;
  height: 40px;
}
form.contactForm.dettaglio #modCont p input[type=submit], form.contactForm.dettaglio #modCont p select[type=submit] {
  background-color: #00425c;
  color: white;
  border-radius: 10px;
  height: auto !important;
}
form.contactForm.dettaglio #modCont p textarea {
  background-color: #fcfcfc;
  color: #929292;
  height: 100px;
}
form.contactForm #modCont {
  display: flex;
  flex-wrap: wrap;
}
form.contactForm #modCont h2 {
  width: 100%;
}
form.contactForm p {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  line-height: normal;
  width: 100%;
  font-size: 12px;
}
form.contactForm label {
  display: block;
  color: #333333 !important;
  font-weight: 400;
  padding: 0;
  font-size: 13px;
  margin-bottom: 5px;
  width: 100%;
}
form.contactForm label.checkbox {
  border: none;
  display: inline-block;
  margin-bottom: 5px;
  width: auto;
}
form.contactForm label.checkbox input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
}
form.contactForm label.attachment {
  border-bottom: 1px solid #929292;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
form.contactForm label.attachment i {
  margin-right: 8px;
}
form.contactForm input[type=text],
form.contactForm select,
form.contactForm textarea {
  display: block !important;
  width: 100%;
  height: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #929292;
  background-color: white;
  font-family: "Poppins", sans-serif;
  border: 1px solid #929292;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form.contactForm input[type=text].error,
form.contactForm select.error,
form.contactForm textarea.error {
  border-color: red;
  background-color: #ffe6e6;
}
form.contactForm input[type=text].warning,
form.contactForm select.warning,
form.contactForm textarea.warning {
  border-color: #ffe500;
  background-color: #fffacc;
}
form.contactForm ::-webkit-input-placeholder {
  color: #929292;
}
form.contactForm :-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
}
form.contactForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
}
form.contactForm :-ms-input-placeholder {
  color: #929292;
}
form.contactForm textarea {
  width: 100%;
}
form.contactForm em.error_string {
  color: red;
  font-size: 0.8em;
  font-weight: 600;
  width: 100%;
}
form.contactForm em.warning_string {
  color: #b3a000;
  font-size: 0.8em;
  font-weight: 600;
  width: 100%;
}
form.contactForm #privacy_moduli {
  font-size: 11px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 120px;
  overflow: hidden;
  overflow-y: auto;
  display: block;
  background-color: #fff;
  border: 1px solid #555;
}
form.contactForm em.privacy.error {
  border: 1px solid red;
  background-color: #ffe6e6;
}
form.contactForm input[type=submit] {
  display: block !important;
  background-color: #bbb6bd;
  color: #fff;
  font-weight: 300;
  display: block;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  border: none;
  width: auto;
  padding: 15px;
  transition: background-color 0.15s linear;
  font-size: 15px;
  -webkit-appearance: none;
}
form.contactForm input[type=submit]:hover {
  background-color: #a29ba5;
}

#main_content form {
  box-sizing: border-box;
}

.planimetries_list {
  text-align: center;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
.planimetries_list p.warning {
  color: #00425c;
  font-weight: 600;
}

.gallery_immobile #sb-wrapper #sb-title #sb-title-inner {
  background-color: #00425c;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: auto;
  display: inline-block;
  border-bottom: 0;
}
.gallery_immobile #sb-wrapper #sb-wrapper-inner {
  border: 1px solid #ffffff;
}
.gallery_immobile #sb-wrapper #sb-info {
  overflow: visible;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-close {
  position: absolute;
  top: 10px;
  right: -15px;
  background-color: #00425c;
  width: 24px;
  height: 24px;
  background-size: 100%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #ffffff;
  z-index: 999999;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-previous {
  margin-left: 0;
  position: absolute;
  top: 22px;
  left: 0;
  height: 99%;
  width: 50%;
  background-image: none;
  overflow: hidden;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-previous:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 118px;
  height: 128px;
  width: 58px;
  height: 64px;
  background: transparent url(../img/shadowbox_arrow_left.png) no-repeat right center;
  background-size: 100%;
  -webkit-border-top-right-radius: 64px;
  -webkit-border-bottom-right-radius: 64px;
  -moz-border-radius-topright: 64px;
  -moz-border-radius-bottomright: 64px;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  border-left: 1px solid #ffffff;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-previous:hover:after {
  background-color: #00425c;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
  border-left: 1px solid #ffffff;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-next {
  position: absolute;
  top: 22px;
  right: 0;
  height: 99%;
  width: 50%;
  background-image: none;
  overflow: hidden;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-next:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 118px;
  height: 128px;
  width: 58px;
  height: 64px;
  background: transparent url(../img/shadowbox_arrow_right.png) no-repeat left center;
  background-size: 100%;
  -webkit-border-top-left-radius: 34px;
  -webkit-border-bottom-left-radius: 34px;
  -moz-border-radius-topleft: 34px;
  -moz-border-radius-bottomleft: 34px;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  border-right: 1px solid #ffffff;
}
.gallery_immobile #sb-wrapper #sb-info #sb-nav a#sb-nav-next:hover:after {
  background-color: #00425c;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
  border-right: 1px solid #ffffff;
}
.gallery_immobile #sb-wrapper #sb-info #sb-counter {
  font-size: 1.3em;
  color: #00425c;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 5px 10px;
  width: auto;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: 0px;
}
#swipebox-top-bar {
  top: 0px;
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #bbb6bd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 70px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 70px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 70px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 70px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7px, -8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7px, 8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7px, -8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7px, 8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -70px;
  top: -70px;
  transform: translate3d(70px, 70px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -70px;
  top: -70px;
  transform: translate3d(-70px, 70px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -70px;
  top: 70px;
  transform: translate3d(70px, -70px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -70px;
  top: 70px;
  transform: translate3d(-70px, -70px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

#feedback {
  background-color: white;
  width: 100%;
  padding: 80px 20px 140px 20px;
  border: 0;
  overflow: hidden;
  margin-bottom: 0;
}
#feedback .wrapper {
  position: relative;
}
#feedback .wrapper .engine-title {
  margin-bottom: 0;
}
#feedback .wrapper h3 {
  margin-top: 5px;
  font-weight: 200;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 16px;
  color: #666;
}
#feedback .wrapper .flex-viewport .slides li {
  background-color: #f5f5f5;
  display: flex !important;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#feedback .wrapper .flex-viewport .slides li i {
  color: #00425c;
  font-size: 30px;
  margin-top: 35px;
}
#feedback .wrapper .flex-viewport .slides li p {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  padding: 0 20px;
}
#feedback .wrapper .flex-viewport .slides li h4 {
  color: #00425c;
  width: 100%;
  text-align: center;
  margin: 0 0 35px 0;
  font-size: 17px;
}
#feedback .wrapper .flex-control-nav {
  bottom: -75px;
}

.social-share {
  display: flex;
  flex-wrap: wrap;
}
.social-share a {
  align-items: center;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.social-share a i {
  font-size: 16px;
}
.social-share a.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.social-share a.facebook:hover {
  background-color: #3b5998;
  color: white;
}
.social-share a.twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}
.social-share a.twitter:hover {
  background-color: #1da1f2;
  color: white;
}
.social-share a.google {
  border-color: #dd4b39;
  color: #dd4b39;
}
.social-share a.google:hover {
  background-color: #dd4b39;
  color: white;
}
.social-share a.mail {
  border-color: #333333;
  color: #333333;
}
.social-share a.mail:hover {
  background-color: #333333;
  color: white;
}
.social-share a:last-child {
  margin-right: 0;
}

@media (min-width: 600px) and (max-width: 1089px) {
  #main_wrapper {
    width: 100%;
    display: flex;
  }

  h2.title {
    font-size: 1.625em;
  }

  input[name="site_form[human_invisible_txt]"] {
    display: none;
  }

  a.print_dettaglio {
    padding-left: 26px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0.8em;
  }

  body.elenchi #immobili_elenco .order_by,
body.elenchi #immobili_elenco .pager,
body.elenco-immobili #immobili_elenco .order_by,
body.elenco-immobili #immobili_elenco .pager {
    display: none;
  }
  body.elenchi #right_column,
body.elenco-immobili #right_column {
    display: none;
  }

  .wrapper.vetrina {
    margin: auto;
  }

  #top_links {
    box-sizing: border-box;
    display: block;
    padding: 0 5px;
  }
  #top_links .wrapper {
    height: 100%;
  }
  #top_links .wrapper .top-menu {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #header .wrapper-header #logo {
    flex-grow: 0;
    padding-right: 0%;
    width: auto;
  }
  #header .wrapper-header #logo a img {
    max-height: 7vh;
  }

  #header-internal {
    display: block;
  }

  #main_content a.button {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .framed_img {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 15px 25px;
    padding: 5px;
  }

  .head-slider {
    height: 600px;
  }
  .head-slider .mask-property {
    box-sizing: border-box;
    padding: 0 20px;
    width: 45%;
  }
  .head-slider .mask-property h1 {
    font-size: 2em;
  }
  .head-slider .mask-property .btn {
    font-size: initial;
  }
  .head-slider .wrapper h2 {
    font-size: 3em;
  }
  .head-slider .wrapper p {
    font-size: 1.5em;
  }

  #vetrina-outdoor {
    display: block;
    margin: 50px auto;
    padding: 0 20px;
    width: 100%;
  }
  #vetrina-outdoor > h2 {
    font-size: 2em;
  }
  #vetrina-outdoor > h2 span {
    display: inline;
  }
  #vetrina-outdoor .flex-viewport ul li {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #vetrina-outdoor .flex-viewport ul li .property {
    width: 32%;
  }

  #vetrina-outdoor-mini {
    display: none;
  }

  #search-by-map .map_search label i:nth-of-type(2) {
    display: none;
  }
  #search-by-map .map_search label .heading-label {
    display: inline;
  }

  #content-ric .wrapper #ricerca form .search-filters {
    padding: 0 20px;
  }
  #content-ric .wrapper #ricerca form .search-filters p,
#content-ric .wrapper #ricerca form .search-filters #select_districts,
#content-ric .wrapper #ricerca form .search-filters #select_subtypology {
    margin: 5px 0;
    width: 19%;
  }
  #content-ric.not-home .wrapper #ricerca form .search-filters {
    padding: 0;
  }
  #content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
#content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
    width: 48% !important;
  }
  #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
    width: 48%;
  }
  #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.price-range {
    width: 48%;
  }
  #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.price-range p {
    width: 100%;
  }

  #boxSeoHome {
    width: 100%;
    background-color: #bbb6bd;
    border-bottom: 3px solid #00425c;
    display: block;
  }
  #boxSeoHome .wrapper-seo {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*height:280px;*/
  }
  #boxSeoHome .wrapper-seo .elenco-tutti {
    color: white !important;
    font-weight: normal;
  }
  #boxSeoHome .wrapper-seo h3 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
  }
  #boxSeoHome .wrapper-seo #seoHomeListLatest {
    width: 32%;
    display: block;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
  }
  #boxSeoHome .wrapper-seo #seoHomeListTypology {
    width: 32%;
    display: block;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
  }
  #boxSeoHome .wrapper-seo #seoHomeListLocation {
    width: 32%;
    display: block;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
  }
  #boxSeoHome .wrapper-seo ul a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    color: #c0c0c0;
  }
  #boxSeoHome .wrapper-seo ul a:hover {
    text-decoration: underline;
  }
  #boxSeoHome .wrapper-seo ul li a:link, #boxSeoHome .wrapper-seo ul li a:visited, #boxSeoHome .wrapper-seo ul li a:hover {
    color: #666666;
    display: block;
    padding: 3px 0;
    text-decoration: underline;
  }

  #navigation #navigation-standard {
    display: none;
  }
  #navigation #navigation-standard li:last-of-type {
    margin-right: 1em;
  }
  #navigation.fixed {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  #navigation.fixed #navigation-standard {
    margin: 0 auto;
    width: 100%;
  }
  #navigation.fixed #navigation-standard li {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 5px;
    padding: 1em 15px;
  }
  #navigation.fixed #navigation-standard li:first-child {
    display: block;
    padding: 0;
  }
  #navigation.fixed #navigation-standard li:first-child a {
    justify-content: flex-start;
  }
  #navigation.fixed #navigation-standard li:first-child a img {
    max-height: 7vh;
  }
  #navigation.fixed #navigation-standard li a {
    height: auto;
  }
  #navigation.fixed #navigation-standard li a span {
    color: #00425c;
    font-size: 14px;
  }
  #navigation.fixed #navigation-standard li a i {
    color: #00425c;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover a {
    border-bottom: 3px solid transparent;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    left: 0;
    position: absolute;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li {
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    color: #00425c;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li a {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 15px;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover {
    background-color: #00425c;
    color: #fff;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover a span {
    color: #fff;
  }

  #footer .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  #footer .wrapper div {
    width: 100%;
  }
  #footer .wrapper .info {
    width: 100%;
    align-content: flex-start;
  }
  #footer .wrapper .info span {
    width: 100%;
    margin: 4px 0;
  }

  .clear, #tab_property .section ul:after {
    clear: both;
    content: "";
    display: block;
    float: none;
    height: 0;
  }

  #bottom_links {
    justify-content: space-between;
    font-size: 11pt;
  }
  #bottom_links .credits {
    display: flex;
    flex-direction: row;
  }
  #bottom_links .credits .info2 {
    display: block;
    margin-left: 20px;
  }

  .title .order_by label {
    display: inline;
  }
  .title .order_by .fa {
    display: none;
  }

  #immobili-elenco .order_by {
    text-align: right;
  }
  #immobili-elenco .card {
    width: 48%;
  }
  #immobili-elenco .pager {
    display: block;
  }
  #immobili-elenco .pager li {
    width: initial;
    margin-bottom: 0;
  }
  #right_column .riferimenti {
    display: none;
  }
  #right_column .banner-container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  #right_column .banner-container.dettaglio {
    width: max-content;
  }
  #right_column .banner-container .banner {
    width: 48%;
  }
  #right_column .banner-totem {
    display: none;
  }

  .static-page .agenzie-list-contact .dettaglio-agenzia {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  .static-page .agenzie-list-contact .dettaglio-agenzia .riferimenti {
    flex-direction: row;
  }
  .static-page .agenzie-list-contact .dettaglio-agenzia .riferimenti .item {
    width: 30%;
  }
  .static-page .badges .badge {
    margin-bottom: 0;
    width: 32%;
  }
  .static-page .row {
    flex-wrap: nowrap;
  }
  .static-page .row .image {
    margin-bottom: 0;
    width: 48%;
  }
  .static-page .row p {
    width: 48%;
  }
  .static-page.mission img {
    order: 1;
  }
  .static-page.mission p {
    order: 0;
  }

  #property-images #main {
    height: 490px;
    margin-bottom: 10px;
  }
  .banner-servizi .wrapper {
    justify-content: space-around;
  }
  .banner-servizi .wrapper a {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    width: 30%;
  }

  .contactForm #modCont {
    justify-content: space-between;
  }
  .contactForm #modCont h3 {
    width: 100%;
  }
  .contactForm #modCont p {
    box-sizing: border-box;
    padding: 15px;
    width: 50%;
  }
}
@media (min-width: 1090px) {
  #main_wrapper {
    justify-content: space-between;
    width: 100%;
    background: url(../img/logo-multiple.png);
    background-repeat: no-repeat;
    background-size: 270px;
    background-position: right bottom;
  }
  #main_wrapper.not_home {
    margin: 20px auto;
    width: 1170px;
  }

  .wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
  }
  .wrapper.vetrina {
    padding: 0;
  }

  .engine-title {
    font-size: 30px;
  }

  .elenchi #immobili_elenco .order_by,
.elenchi #immobili_elenco .pager,
.elenco-immobili #immobili_elenco .order_by,
.elenco-immobili #immobili_elenco .pager {
    display: none;
  }
  .elenchi #right_column,
.elenco-immobili #right_column {
    display: none;
  }

  #top_links {
    display: block;
  }
  #top_links .wrapper {
    height: 100%;
  }
  #top_links .wrapper .top-menu {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #main_content {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
  }
  #main_content a.button {
    display: none;
  }
  #main_content.not_home {
    margin: 0;
    padding: 0;
    width: 72%;
  }

  .framed_img {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 15px 25px;
    max-height: initial;
    padding: 5px;
  }

  #header .wrapper-header {
    margin: 0 auto;
    padding: 15px 0;
    width: 1170px;
  }
  #header .wrapper-header #logo {
    flex-grow: 0;
    padding-right: 5%;
    width: auto;
  }
  #header .wrapper-header #logo a img {
    max-height: 8vh;
  }

  #header-internal {
    margin-bottom: 65px;
  }
  #header-internal .wrapper {
    padding: 0;
  }
  #header-internal.contatti {
    background-position: center;
  }

  .head-slider {
    background-attachment: fixed;
    height: 750px;
  }
  .head-slider .wrapper {
    justify-content: flex-start;
  }
  .head-slider .wrapper h2 {
    font-size: 60px;
    text-align: center;
  }
  .head-slider .wrapper p {
    font-size: 23px;
    text-align: center;
  }

  .vetrina-outdoor {
    width: 1170px;
    margin: 40px auto 0 auto;
  }
  .vetrina-outdoor .item {
    width: 100%;
  }
  .vetrina-outdoor.simili {
    flex-wrap: nowrap;
  }
  .vetrina-outdoor.simili .item {
    width: 33%;
  }

  #vetrina-outdoor-mini {
    display: none;
  }

  #content-ric .wrapper .engine-title {
    font-size: 2.5em;
  }
  #content-ric .wrapper #ricerca {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    top: -80px;
    width: auto;
    border-radius: 10px;
  }
  #content-ric .wrapper #ricerca h2 {
    font-size: 45px;
  }
  #content-ric .wrapper #ricerca h3 {
    font-size: 28px;
  }
  #content-ric .wrapper #ricerca form {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  #content-ric .wrapper #ricerca form .contratto .angle {
    display: block;
  }
  #content-ric .wrapper #ricerca form .search-filters {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
  #content-ric .wrapper #ricerca form .search-filters .ric_row {
    margin: 0;
    width: 19%;
  }
  #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(1), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(2), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(3), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(4), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(5) {
    margin: 0 0 12px 0;
  }
  #content-ric .wrapper #ricerca form .search-filters #select_districts,
#content-ric .wrapper #ricerca form .search-filters #select_cities,
#content-ric .wrapper #ricerca form .search-filters #select_typologies {
    width: 19%;
  }
  #content-ric.not-home .wrapper #ricerca form .serach-filters {
    padding: 20px;
  }
  #search-by-map .map_search {
    border-bottom: 1px solid #fff;
  }
  #search-by-map .map_search label {
    position: relative;
    top: 1px;
    flex-grow: 0;
  }
  #search-by-map .map_search label i:nth-of-type(2) {
    display: none;
  }
  #search-by-map .map_search label .heading-label {
    display: inline;
  }

  .clear, #tab_property .section ul:after {
    clear: both;
    content: "";
    display: block;
    float: none;
    height: 0;
  }

  /*SEO HOME */
  #boxSeoHome {
    width: 100%;
    margin: 0 auto;
    background-color: #bbb6bd;
    border-bottom: 2px solid #00425c;
    display: block;
    padding: 30px 0;
  }
  #boxSeoHome .wrapper-seo {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*height:280px;*/
  }
  #boxSeoHome .wrapper-seo .elenco-tutti {
    color: white !important;
    font-weight: normal;
  }
  #boxSeoHome .wrapper-seo h3 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
  }
  #boxSeoHome .wrapper-seo #seoHomeListLatest {
    width: 32%;
    display: block;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
  }
  #boxSeoHome .wrapper-seo #seoHomeListTypology {
    width: 32%;
    display: block;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
  }
  #boxSeoHome .wrapper-seo #seoHomeListLocation {
    width: 32%;
    display: block;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
  }
  #boxSeoHome .wrapper-seo ul a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    color: #c0c0c0;
    font-size: 85%;
  }
  #boxSeoHome .wrapper-seo ul a:hover {
    text-decoration: underline;
  }
  #boxSeoHome .wrapper-seo ul li a:link, #boxSeoHome .wrapper-seo ul li a:visited, #boxSeoHome .wrapper-seo ul li a:hover {
    color: #666666;
    display: block;
    padding: 3px 0;
    text-decoration: underline;
  }

  #navigation #menu-responsive {
    display: none;
  }
  #navigation #navigation-standard {
    display: flex;
  }
  #navigation #navigation-standard li a span {
    color: #bbb6bd;
  }
  #navigation #navigation-standard li:last-child:hover {
    background-color: #00425c;
  }
  #navigation.fixed {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  #navigation.fixed #navigation-standard {
    margin: 0 auto;
    width: 1170px;
  }
  #navigation.fixed #navigation-standard li {
    background-color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1em 15px;
  }
  #navigation.fixed #navigation-standard li:first-child {
    display: block;
    margin: 0;
    padding: 0;
  }
  #navigation.fixed #navigation-standard li:first-child a {
    justify-content: flex-start;
  }
  #navigation.fixed #navigation-standard li:first-child a img {
    max-height: 7vh;
  }
  #navigation.fixed #navigation-standard li:last-child {
    border: 0;
  }
  #navigation.fixed #navigation-standard li:last-child:hover a i {
    color: white;
  }
  #navigation.fixed #navigation-standard li a {
    height: auto;
  }
  #navigation.fixed #navigation-standard li a span {
    font-size: 14px;
    color: #00425c;
  }
  #navigation.fixed #navigation-standard li a i {
    color: #00425c;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover a {
    border-bottom: 3px solid transparent;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    left: 0;
    position: absolute;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li {
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    color: #00425c;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li a {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 15px;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover {
    background-color: #00425c;
    color: #fff;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover a span {
    color: #fff;
  }

  #back-to-top {
    padding: 0;
  }
  #back-to-top .wrapper-back-to-top {
    width: 1170px;
    margin: 0 auto;
  }
  #footer {
    box-sizing: border-box;
    padding: 50px 0;
  }
  #footer .wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #footer .wrapper .info {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .wrapper .info h3 {
    width: 100%;
    margin-top: 0;
  }
  #footer .wrapper .info .item {
    display: flex;
    width: 100%;
  }
  #footer .wrapper .info span {
    width: 100%;
    font-weight: 200;
  }
  #footer .wrapper .info span.rag_soc {
    font-weight: 400;
  }
  #footer .wrapper .info span.rag_soc a {
    font-size: 12px;
    text-decoration: none;
  }
  #footer .wrapper .info span.rag_soc a:hover {
    text-decoration: underline;
  }

  form.contactForm {
    padding: 0 0;
  }
  form.contactForm #modCont {
    justify-content: space-between;
  }
  form.contactForm #modCont h3 {
    font-size: 1.5em;
    width: 100%;
  }
  form.contactForm #modCont p {
    box-sizing: border-box;
    padding: 0;
    width: 49%;
  }
  form.contactForm.dettaglio {
    padding: 20px;
    position: sticky;
    top: 80px;
    border-radius: 10px;
  }

  #bottom {
    width: 100%;
  }
  #bottom .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0;
    flex-wrap: nowrap;
  }
  #bottom .wrapper span {
    color: white;
    width: auto;
    font-size: 15px;
    text-align: left;
  }
  #bottom .wrapper span.link-utilities {
    margin: 0;
  }
  .mobile-button {
    display: none;
  }

  .title .order_by label {
    display: inline;
  }
  .title .order_by .fa {
    display: none;
  }

  #immobili-elenco .row .order_by label {
    display: inline-block;
  }
  #immobili-elenco .row .toggle-map span {
    display: inline-block;
  }
  #immobili-elenco .order_by {
    text-align: right;
  }
  #immobili-elenco .card {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 48%;
    border: 2px solid #ebebeb;
  }
  #immobili-elenco .card .foto {
    width: 100%;
  }
  #immobili-elenco .card .detail {
    width: 100%;
  }
  #immobili-elenco .card .detail .mini-title .details {
    display: flex;
  }
  #immobili-elenco .card .detail .car .box {
    width: 20%;
  }
  #immobili-elenco .card .detail .car .box span i {
    font-size: initial;
  }
  #immobili-elenco .pager {
    display: flex;
  }
  #immobili-elenco .pager li {
    margin-bottom: 0;
    width: initial;
  }

  #right_column {
    width: 25%;
    padding: 0;
  }
  #right_column form[name=frmProponi] {
    display: block;
  }
  #right_column .riferimenti {
    display: flex;
    flex-wrap: wrap;
  }
  #right_column .banner-container {
    position: sticky;
    top: 100px;
    margin: 0 0 20px 0;
  }
  #right_column .banner-container.dettaglio {
    margin-top: 0;
    position: initial;
  }

  .static-page.servizi .all-service .service {
    width: 48%;
  }
  .static-page .badges .badge {
    margin-bottom: 0;
    width: 32%;
  }
  .static-page .row {
    flex-wrap: nowrap;
  }
  .static-page .row .image {
    margin-bottom: 0;
    width: 48%;
  }
  .static-page .row p {
    width: 48%;
  }
  .static-page .engine-title {
    font-size: 2em;
    text-align: left;
  }
  .static-page .left-contact {
    width: 35%;
  }
  .static-page .right-contact {
    margin-top: 0;
    width: 60%;
  }
  .static-page .right-contact form #modCont p {
    width: 48%;
  }
  #container-map {
    flex-direction: row;
  }
  #container-map iframe {
    height: 450px;
    width: 100%;
  }
  #container-map .riferimenti {
    height: 450px;
    width: 30%;
  }
  .heading {
    flex-wrap: nowrap;
  }
  .heading .col {
    width: auto;
  }
  .heading .col .back-link {
    display: flex;
  }
  .heading .col .title-detail {
    margin-left: 15px;
  }
  .heading .price {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 !important;
    width: initial;
  }
  .heading .price .code {
    text-align: right;
    width: 100%;
  }

  .slider-for .slick-slide a {
    height: 500px;
  }
  .slider-for .slick-arrow.slick-prev:before, .slider-for .slick-arrow.slick-next:before {
    color: #00425c;
  }
  .slider-for .slick-arrow.slick-prev {
    left: -25px;
  }
  .slider-for .slick-arrow.slick-next {
    right: -25px;
  }

  .slider-nav .slick-slide {
    height: 100px;
  }
  .slider-nav .slick-arrow.slick-prev:before, .slider-nav .slick-arrow.slick-next:before {
    color: #00425c;
  }
  .slider-nav .slick-arrow.slick-prev {
    left: -25px;
  }
  .slider-nav .slick-arrow.slick-next {
    right: -25px;
  }

  .banner-servizi {
    padding: 0 0 60px 0;
  }
  .banner-servizi .wrapper {
    justify-content: center;
  }
  .banner-servizi .wrapper a {
    margin-bottom: 0;
    width: 14%;
  }

  .banner-chi-siamo {
    width: 100%;
    background: #00425c;
    height: auto;
    background-attachment: fixed;
    margin-top: 0px;
  }
  .banner-chi-siamo .wrapper {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
  }
  .banner-chi-siamo .wrapper h2 {
    padding: 0px;
    width: auto;
  }

  .banner-ricerca-veloce .wrapper {
    padding: 60px 0;
  }
  .banner-ricerca-veloce .wrapper .box-wrapper .cont-box {
    width: 100%;
  }
  .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box {
    width: 33%;
    height: 290px;
  }
  .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.small {
    width: 24.5%;
    height: 140px;
  }

  .banner-contact {
    background-attachment: fixed;
  }
  .banner-contact .wrapper {
    padding: 60px 0;
  }
  .banner-contact .wrapper form {
    width: 60%;
  }
  .banner-contact:after {
    width: 60%;
  }
}

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