@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css");
.clear, form.contactForm:after, #tab_property .section ul:after {
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 0;
}

body {
  background-color: #F7F7F7;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
body.home #main_wrapper #main_content {
  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: 0px;
}
body #main_wrapper.not_home #main_content {
  padding: 15px;
}

.title {
  border-bottom: 0px solid #131313;
  box-sizing: border-box;
  color: #CC0020;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 0.75em;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}

a:link, a:active, a:hover, a:visited {
  color: #CC0020;
  text-decoration: none;
}
.go_top {
  bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  position: fixed;
  right: 20px;
  width: 40px;
}
.go_top a {
  background: #333333 url("../img/go_top.png") no-repeat center center;
  color: #ffffff;
  display: block;
  height: 48px;
  width: 48px;
}
.go_top a span {
  visibility: hidden;
}

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: #131313;
  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;
}

#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: #CC0020;
  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);
  }
}
#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 .subtitledet {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  color: #CC0020;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main_content .subtitledet i {
  margin-right: 15px;
  color: #CC0020;
}
#main_content .subtitledet .banner-container a {
  color: #131313;
  font-weight: 600;
  font-size: 17px;
}
#main_content .subtitledet .banner-container a i {
  color: #131313;
  margin-left: 10px;
}
#main_content .title {
  border-bottom: 0px;
  box-sizing: border-box;
  text-transform: none;
  color: #131313;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0 0 10px;
  width: 100%;
}
#main_content .title.dettaglio {
  font-size: 1.2em;
  width: 100%;
}
#main_content .title.dettaglio .price {
  font-weight: 700;
  margin: 7px 0;
  color: #CC0020;
}
#main_content .content-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: white;
  padding: 10px 0px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  width: 100%;
}
#main_content .content-title .dettaglio {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px 20px;
}
#main_content .content-title .dettaglio .price {
  font-weight: 700;
  margin: 7px 0;
  color: #CC0020;
}
#main_content .content-title .location {
  font-weight: 400;
  padding: 0px 20px;
}
#main_content .content-title .location i {
  color: #CC0020;
  margin-right: 10px;
}
#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: #CC0020;
  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: #ff0028;
}
#main_content .button span {
  color: white;
}
#main_content .button span i {
  color: white;
  margin-right: 8px;
}
#main_content p {
  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;
}

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

.claim_1,
.claim_2,
.claim_3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  text-align: center;
}

.claim_small {
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  text-align: center;
}

#top_links {
  display: none;
  background-color: #131313;
  height: 35px;
  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;
  height: 100%;
  width: 100%;
}
#top_links .wrapper .top-menu .contact a {
  color: #E2E2E2;
}
#top_links .wrapper .top-menu .contact a.bookmarks {
  background-color: orange;
  color: #E2E2E2;
  display: none;
  margin-right: 10px;
  padding: 0.5em;
  transition: all 0.5s ease-in-out;
}
#top_links .wrapper .top-menu .contact a.bookmarks:hover {
  background-color: #CC0020;
}
#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: #fff;
  cursor: pointer;
  height: 100%;
  padding: 0 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%);
}

#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 {
  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;
  position: relative;
  width: 100%;
}
#header .wrapper-header #logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  height: 100%;
  padding-right: 20%;
  width: 100%;
}
#header .wrapper-header #logo a {
  padding: 7px;
}
#header .wrapper-header #logo a img {
  max-height: 5.5vh;
  margin: 6px;
}
#header .wrapper-header #logo-cond {
  flex-grow: 0;
  padding: 5px 10px;
  width: auto;
  display: none;
  border: 2px solid #CC0020;
  margin-left: 3%;
}
#header .wrapper-header #logo-cond a {
  font-weight: 400;
  font-size: 13px;
}

.title-slider {
  font-size: 18px;
}

#header-internal {
  background: transparent url("../img/header_internal.jpg") no-repeat center center;
  background-size: cover;
  border-bottom: 0px;
  display: none;
}
#header-internal .wrapper {
  display: flex;
  height: 23vh;
  margin: 0 auto;
  width: 1170px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#header-internal .wrapper .title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 0px;
}
#header-internal .wrapper p {
  margin: 0px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 0px;
}
#header-internal .wrapper p a {
  margin: 0px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 0px;
}

.mask-property {
  position: absolute;
  z-index: 9;
  top: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #fff;
  font-size: 2em;
  text-shadow: 2px 2px #666;
  text-align: center;
  line-height: 2.2em;
}
.mask-property h3 {
  font-size: 15px;
}

#vetrina-big {
  background: transparent none no-repeat center center;
  background-size: cover;
  display: block;
  height: 85vw;
  position: relative;
  width: 100%;
  z-index: 10;
}
#vetrina-big ul {
  display: block;
  height: 100%;
  width: 100%;
}
#vetrina-big ul li {
  display: none;
  height: 100%;
  width: 100%;
}
#vetrina-big ul li:first-of-type {
  display: block;
}
#vetrina-big ul li .item {
  background: transparent none no-repeat center center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
#vetrina-big ul li .item .item-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto;
}
#vetrina-big ul li .item .item-wrapper .item-info {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #333;
  width: 100%;
}
#vetrina-big ul li .item .item-wrapper .item-info h2 {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  font-size: 0.9em;
  justify-content: space-between;
  margin: 0;
  padding: 5px;
  width: 100%;
}
#vetrina-big ul li .item .item-wrapper .item-info h2 span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#vetrina-big ul li .item .item-wrapper .item-info .description {
  display: none;
  font-size: 0.8em;
  margin: 0;
  padding: 10px 15px;
}
#vetrina-big ul li .item .item-wrapper .item-info .blue {
  background-color: rgba(120, 120, 120, 0.85);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-content: center;
  font-size: 0.9em;
  padding: 7px 5px;
}
#vetrina-big ul li .item .item-wrapper .item-info .blue span {
  font-weight: 200;
}
#vetrina-big ul li .item .item-wrapper .item-info .blue span.price {
  font-size: 1.1em;
  font-weight: 400;
}
#vetrina-big ul li .item .item-wrapper .item-info .details {
  align-content: center;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  display: flex;
  font-size: 0.8em;
  justify-content: space-between;
}
#vetrina-big ul li .item .item-wrapper .item-info .details span {
  border-right: 1px solid #ddd;
  flex-grow: 1;
  padding: 7px 5px;
  text-align: center;
}
#vetrina-big ul li .item .item-wrapper .item-info .details span.outdoor {
  display: none;
}
#vetrina-big ul li .item .item-wrapper .item-info .details span:last-of-type {
  border-right: 0;
}
#vetrina-big .flex-viewport {
  height: 100%;
  width: 100%;
}
#vetrina-big .flex-viewport ul li {
  display: block;
}
#vetrina-big .flex-control-nav {
  bottom: auto;
  right: 0;
  text-align: right;
  top: 10px;
}
#vetrina-big .flex-control-nav li a {
  border: 2px solid transparent;
  color: transparent;
}
#vetrina-big .flex-control-nav li a.flex-active {
  background-color: #CC0020;
  border: 2px solid #fff;
}

#vetrina-outdoor,
#vetrina-outdoor-mini {
  background: transparent none no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  padding: 15px;
  position: relative;
  width: 100vw;
  z-index: 10;
}
#vetrina-outdoor > h2,
#vetrina-outdoor-mini > h2 {
  border-bottom: 0px;
  box-sizing: border-box;
  color: #131313;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#vetrina-outdoor > h2 span,
#vetrina-outdoor-mini > h2 span {
  display: inline-block;
  font-size: 0.7em;
  font-style: oblique;
  font-weight: 200;
  width: 100%;
}
#vetrina-outdoor ul,
#vetrina-outdoor-mini ul {
  /*display: none;*/
}
#vetrina-outdoor .flex-viewport,
#vetrina-outdoor-mini .flex-viewport {
  box-sizing: border-box;
  height: 60vh;
  margin-top: 35px;
  overflow: hidden;
  width: 100%;
}
#vetrina-outdoor .flex-viewport ul,
#vetrina-outdoor-mini .flex-viewport ul {
  display: block;
  height: 100%;
  width: 100%;
}
#vetrina-outdoor .flex-viewport ul li,
#vetrina-outdoor-mini .flex-viewport ul li {
  box-sizing: border-box;
  height: 100%;
}
#vetrina-outdoor .flex-viewport ul li .item,
#vetrina-outdoor-mini .flex-viewport ul li .item {
  background: transparent none no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  background: white;
  display: block;
  height: 100%;
  width: 100%;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  background-size: cover;
  height: 225px;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info {
  color: #333;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 10px;
  justify-content: flex-start;
  width: 94%;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info h2,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info h2 {
  border-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  font-size: 0.7em;
  justify-content: space-between;
  margin: 0;
  padding: 0px;
  width: 100%;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info h2 span,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info h2 span {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  background: #79818C;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
  height: 16px;
  margin: 6px;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .description,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .description {
  display: none;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .end-date,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .end-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .end-date .price,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .end-date .price {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #7A828D;
  width: 50%;
  font-weight: 800;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .end-date .rif,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .end-date .rif {
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  color: #7A828D;
  width: 50%;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .blue,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .blue {
  background-color: #fff;
  color: #131313;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  font-size: 0.9em;
  padding: 7px 5px;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .blue span,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .blue span {
  font-weight: 200;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .blue span.location,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .blue span.location {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #7A828D;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .blue span.location i,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .blue span.location i {
  color: #7A828D;
  margin-right: 6px;
  font-size: 18px;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .blue span.titoloimm,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .blue span.titoloimm {
  font-size: 1.1em;
  font-weight: 700;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .details,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .details {
  align-content: center;
  background-color: #fff;
  box-sizing: border-box;
  color: #7A828D;
  padding: 5px 0px;
  border-top: 1px solid #ADB7C3;
  border-bottom: 1px solid #ADB7C3;
  display: flex;
  font-size: 0.8em;
  justify-content: space-between;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .details span,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .details span {
  flex-grow: 1;
  padding: 7px 5px;
  text-align: center;
}
#vetrina-outdoor .flex-viewport ul li .item .item-wrapper .item-info .details span:last-of-type,
#vetrina-outdoor-mini .flex-viewport ul li .item .item-wrapper .item-info .details span:last-of-type {
  border-right: 0;
}
#vetrina-outdoor .flex-control-nav,
#vetrina-outdoor-mini .flex-control-nav {
  bottom: auto;
  right: 0;
  text-align: center;
  top: 65px;
}
#vetrina-outdoor .flex-control-nav li a,
#vetrina-outdoor-mini .flex-control-nav li a {
  border: 2px solid transparent;
  color: transparent;
}
#vetrina-outdoor .flex-control-nav li a.flex-active,
#vetrina-outdoor-mini .flex-control-nav li a.flex-active {
  background-color: #CC0020;
  border: 2px solid #CC0020;
}

#vetrina-outdoor-mini .flex-control-nav {
  right: 0px;
  top: 0px;
  display: none;
}
#vetrina-outdoor-mini .flex-control-nav li a.flex-active {
  background-color: #fff;
  border: 2px solid #CC0020;
}

#vetrina-outdoor {
  display: none;
}

.immobile #vetrina-outdoor .flex-control-nav,
.immobile #vetrina-outdoor-mini .flex-control-nav {
  top: -45px;
}

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

#content-ric {
  width: 100%;
  margin-top: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#content-ric.not-home {
  margin: 8px 0;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#content-ric.not-home .wrapper {
  width: 100%;
  padding: 0;
}
#content-ric.not-home .wrapper #ricerca {
  border: 1px solid #e5e5f8;
  padding: 15px;
}
#content-ric.not-home .wrapper #ricerca form h2 {
  width: 100%;
  margin-top: 0;
  color: white;
  background: #CC0020;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  padding: 5px 3px;
  text-transform: uppercase;
}
#content-ric.not-home .wrapper #ricerca form p {
  width: 100%;
}
#content-ric .wrapper {
  padding: 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-ric .wrapper .arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#content-ric .wrapper .bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#content-ric .wrapper #vn-click {
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  background-color: #CC0020;
}
#content-ric .wrapper #vn-click:before {
  content: "Mostra Ricerca";
}
#content-ric .wrapper #vn-click.change:before {
  content: attr(data-content) "Nascondi Ricerca";
}
#content-ric .wrapper #ricerca {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
  border: 0px;
  margin: 0 auto;
}
#content-ric .wrapper #ricerca.close {
  display: none;
}
#content-ric .wrapper #ricerca form {
  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;
  -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;
}
#content-ric .wrapper #ricerca form h2 {
  width: 100%;
  margin-top: 0;
  color: #131313;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
#content-ric .wrapper #ricerca form p {
  margin: 5px 0;
  width: 48%;
}
#content-ric .wrapper #ricerca form p label {
  color: #131313;
  font-size: 13px;
}
#content-ric .wrapper #ricerca form p input,
#content-ric .wrapper #ricerca form p select {
  margin-top: 8px;
  width: 100%;
  height: 35px;
  background-color: white;
  color: #343434;
  padding: 0;
  border: 0px;
  border: 1px solid #CCC;
  font-size: 0.9em;
  box-sizing: border-box;
  padding-left: 5px;
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
}
#content-ric .wrapper #ricerca form .price-range {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#content-ric .wrapper #ricerca form .price-range p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#content-ric .wrapper #ricerca form .price-range p label {
  width: 39%;
  color: #CC0020;
}
#content-ric .wrapper #ricerca form .price-range p #amount {
  background: none;
  color: #CC0020 !important;
  height: auto;
  margin-top: 0px;
  width: 60%;
}
#content-ric .wrapper #ricerca form .price-range #slider-range {
  width: 100%;
}
#content-ric .wrapper #ricerca form input[type=submit] {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  background: #CC0020;
  font-size: 0.9375em;
}

.showric {
  display: none;
}

.ui-state-default {
  outline: 0px !important;
  background: #CC0020 !important;
  border: 1px solid #fff;
  font-weight: normal;
  color: #454545;
}

.ric-vertical {
  background: #fff !important;
  padding: 0px 0px;
}
.ric-vertical .wrapper {
  width: 100% !important;
}
.ric-vertical .wrapper #ricerca {
  padding: 20px !important;
}
.ric-vertical .wrapper #ricerca h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  color: #131313;
  font-weight: 300;
}
.ric-vertical .wrapper #ricerca h3 b {
  font-weight: 700;
}
.ric-vertical .wrapper #ricerca .ricerca-verticale {
  display: flex;
  flex-direction: column !important;
}
.ric-vertical .wrapper #ricerca .ricerca-verticale p, .ric-vertical .wrapper #ricerca .ricerca-verticale .price-range {
  width: 100% !important;
}
.ric-vertical .wrapper #ricerca .ricerca-verticale .price-range {
  margin-bottom: 15px;
}

#boxSeoHome {
  display: none;
}
#boxSeoHome .wrapper-seo h3 {
  margin-top: 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;
  cursor: pointer;
  height: 100%;
  list-style-type: none;
  position: relative;
  text-align: center;
}
#navigation #navigation-standard > li:first-of-type {
  display: none;
}
#navigation #navigation-standard > li a {
  -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;
  -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;
  font-family: "Montserrat", sans-serif;
  border-bottom: 3px solid transparent;
  color: #131313;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  height: 67px;
}
#navigation #navigation-standard > li a:hover, #navigation #navigation-standard > li a:focus, #navigation #navigation-standard > li a:active, #navigation #navigation-standard > li a.active {
  border-top: 4px solid #CC0020;
  color: #CC0020;
}
#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 a {
  border-bottom: 3px solid transparent;
}
#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: #CC0020;
  color: #fff;
  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: #fff;
  color: #CC0020;
}
#navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover a {
  color: #CC0020;
}
#navigation #menu-responsive button {
  color: #CC0020;
  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: #CC0020 !important;
}
#navigation #menu-responsive .navigation-mobile {
  align-content: flex-start;
  align-items: center;
  background-color: rgba(204, 0, 32, 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: #CC0020;
  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: #131313;
  width: 100%;
}
#footer .wrapper {
  -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;
  padding: 10px;
}
#footer .wrapper .info {
  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: 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: 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;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  margin: 2px;
}
#footer .wrapper .info h3 {
  width: 100%;
  color: white;
  margin-top: 0;
}
#footer .wrapper .info .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  margin-bottom: 15px;
}
#footer .wrapper .info .item b {
  color: white;
}
#footer .wrapper .info .item span {
  width: 100%;
  color: white;
  font-size: 0.875em;
  font-weight: 400;
}
#footer .wrapper .info .item i {
  color: white;
  margin-right: 12px;
}
#footer .wrapper .info .partner {
  width: 100%;
  height: 100%;
  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: 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;
}
#footer .wrapper .info .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;
  -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%;
}
#footer .wrapper .info .social a {
  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-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;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .wrapper .info .social a.fb {
  background-color: #3b5998;
}
#footer .wrapper .info .social a.fb:hover {
  background-color: white;
}
#footer .wrapper .info .social a.fb:hover i {
  color: #3b5998;
}
#footer .wrapper .info .social a.gp {
  background-color: #d73d32;
}
#footer .wrapper .info .social a.gp:hover {
  background-color: white;
}
#footer .wrapper .info .social a.gp:hover i {
  color: #d73d32;
}
#footer .wrapper .info .social a.tw {
  background-color: #3b89c3;
}
#footer .wrapper .info .social a.tw:hover {
  background-color: white;
}
#footer .wrapper .info .social a.tw:hover i {
  color: #3b89c3;
}
#footer .wrapper .info .social a.in {
  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%);
}
#footer .wrapper .info .social a.in:hover {
  background: white;
}
#footer .wrapper .info .social a.in:hover i {
  color: sandybrown;
}
#footer .wrapper .info .social a.ho {
  background-color: #58b660;
}
#footer .wrapper .info .social a.ho:hover {
  background-color: white;
}
#footer .wrapper .info .social a.ho:hover i {
  color: #58b660;
}
#footer .wrapper .info .social a.yo {
  background-color: #bb0000;
  margin-right: 0;
}
#footer .wrapper .info .social a.yo:hover {
  background-color: white;
}
#footer .wrapper .info .social a.yo:hover i {
  color: #bb0000;
}
#footer .wrapper .info .social a i {
  font-size: 18;
  color: white;
}

#bottom_links {
  align-items: center;
  background-color: #000;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 9pt;
  font-weight: 100;
  justify-content: center;
  line-height: 1em;
  padding: 14px;
  width: 100%;
}
#bottom_links .wrapper {
  flex-wrap: wrap;
}
#bottom_links .wrapper .backlink-agim {
  width: 100%;
  color: white;
}
#bottom_links .wrapper .backlink-agim a {
  color: white;
  font-weight: 500;
}
#bottom_links .payoff {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-style: oblique;
  color: #fff;
}
#bottom_links .credits a:link,
#bottom_links .credits a:visited,
#bottom_links .credits a:hover,
#bottom_links .credits a:active {
  color: #fff;
  text-decoration: none;
}
#bottom_links .credits .info2 {
  display: none;
}
#bottom_links .credits .info2 a:link {
  margin-left: 0.3em;
}

.backlink-agim {
  margin-top: 8px;
}

.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: #131313;
}
.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: #CC0020;
}

.title-slider {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  text-align: center;
}
.title-slider span {
  font-weight: 500;
}

.personal-claim {
  text-transform: none;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.personal-claim span {
  font-weight: 700;
  font-size: 20px;
}

.title {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5em;
  justify-content: space-between;
  width: 100%;
}
.title .order_by {
  display: inline;
}
.title .order_by label {
  color: #333;
  display: none;
  font-size: initial;
}
.title .order_by .fa {
  color: #666;
  font-size: 0.7em;
}
.title .order_by select {
  background: #ffffff;
  border: 1px solid #505050;
  border-radius: 0;
  color: #333;
  height: 2.3em;
  padding: 5px;
}

.simili .item {
  width: 100% !important;
  flex-direction: row !important;
}
.simili .item .left-el a .foto {
  min-height: 135px !important;
}
.simili .item .price {
  font-size: 15px !important;
  line-height: 27px;
}

.spalla-contatti {
  background: #fff;
  padding: 0px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.spalla-contatti form {
  padding: 20px !important;
}
.spalla-contatti h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  color: #131313;
  font-weight: 300;
}
.spalla-contatti h3 b {
  font-weight: 700;
}

.blocco-suggerimenti {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 0px;
  width: 100%;
  margin-top: 20px;
}
.blocco-suggerimenti h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  color: #131313;
  font-weight: 300;
  padding: 20px;
  padding-bottom: 0px;
}
.blocco-suggerimenti h3 b {
  font-weight: 700;
}
.blocco-suggerimenti #vetrina-outdoor {
  padding: 20px !important;
}

#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 .order_by {
  text-align: right;
}
#immobili-elenco .item {
  width: 100%;
  background-color: white;
  margin-bottom: 25px;
  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;
  border: 1px solid #e5e5f8;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#immobili-elenco .item .left-el {
  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-align-content: space-between;
  -moz-align-content: space-between;
  align-content: space-between;
  -ms-flex-line-pack: justify;
  width: 100%;
}
#immobili-elenco .item .left-el a.link {
  height: 290px;
  width: 100%;
}
#immobili-elenco .item .left-el a.link .foto {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#immobili-elenco .item .left-el a.link .foto .contract {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #CC0020;
  color: white;
  border-radius: 3px;
  border: 1px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 6px;
  font-size: 13px;
}
#immobili-elenco .item .left-el a.link .foto .price {
  color: white;
  text-shadow: 2px 2px 2px #666;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 12px 0px;
  font-size: 23px;
  line-height: 32px;
}
#immobili-elenco .item .left-el .action-property-list {
  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-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;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5f8;
}
#immobili-elenco .item .left-el .action-property-list .price {
  color: #343434;
  font-size: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 800;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
#immobili-elenco .item .left-el .action-property-list .specific-action {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a {
  padding: 0 1em;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a.add {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a.remove {
  color: orange;
  display: none;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover {
  background-color: #CC0020;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.add, #immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.remove {
  color: #fff;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.add i, #immobili-elenco .item .left-el .action-property-list .specific-action.save_property a:hover.remove i {
  color: white;
}
#immobili-elenco .item .left-el .action-property-list .specific-action.save_property.saved .add {
  display: none;
}
#immobili-elenco .item .left-el .action-property-list .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 .item .left-el .action-property-list .specific-action.save_property.saved .remove i {
  color: orange;
}
#immobili-elenco .item .left-el .action-property-list .specific-action a,
#immobili-elenco .item .left-el .action-property-list .specific-action .share {
  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-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-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-left: 1px solid #e5e5f8;
  cursor: pointer;
}
#immobili-elenco .item .left-el .action-property-list .specific-action a i,
#immobili-elenco .item .left-el .action-property-list .specific-action .share i {
  color: #343434;
  font-size: 18px;
}
#immobili-elenco .item .left-el .action-property-list .specific-action a.add, #immobili-elenco .item .left-el .action-property-list .specific-action a.remove,
#immobili-elenco .item .left-el .action-property-list .specific-action .share.add,
#immobili-elenco .item .left-el .action-property-list .specific-action .share.remove {
  border-right: 1px solid #e5e5f8;
}
#immobili-elenco .item .left-el .action-property-list .specific-action a:hover,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover {
  background-color: #CC0020;
}
#immobili-elenco .item .left-el .action-property-list .specific-action a:hover.add, #immobili-elenco .item .left-el .action-property-list .specific-action a:hover.remove,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover.add,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover.remove {
  color: #fff;
}
#immobili-elenco .item .left-el .action-property-list .specific-action a:hover i,
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover i {
  color: white;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share .social-share {
  display: none;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share {
  position: absolute;
  right: 55px;
  height: 100%;
  border-left: 1px solid #e5e5f8;
  width: auto;
  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-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-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  background-color: white;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a {
  height: 100%;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a i {
  color: #343434;
  font-size: 18px;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a:first-child {
  border-left: none;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a:hover {
  background-color: white;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share a:hover i {
  color: #CC0020;
}
#immobili-elenco .item .left-el .action-property-list .specific-action .share:hover .social-share:last-child {
  border-right: 1px solid #e5e5f8;
}
#immobili-elenco .item a.detail {
  width: 100%;
  text-decoration: none;
}
#immobili-elenco .item a.detail .feature {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px;
  width: 100%;
}
#immobili-elenco .item a.detail .feature .title {
  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-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: none;
}
#immobili-elenco .item a.detail .feature .title h4 {
  margin-top: 0;
  margin-bottom: 6px;
  color: #CC0020;
  font-size: 20px;
  width: 100%;
}
#immobili-elenco .item a.detail .feature .title .location {
  width: 100%;
  color: #343434;
  text-transform: none;
  font-size: 14px;
}
#immobili-elenco .item a.detail .feature .title .location i {
  margin-right: 8px;
}
#immobili-elenco .item a.detail .feature ul.detail {
  padding: 0;
  margin: 0;
  list-style-type: none;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 7px 0;
}
#immobili-elenco .item a.detail .feature ul.detail li {
  width: 33%;
  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;
}
#immobili-elenco .item a.detail .feature ul.detail li .pre-title {
  color: #343434;
}
#immobili-elenco .item a.detail .feature ul.detail li .pre-title i {
  margin-right: 8px;
  color: #CC0020;
}
#immobili-elenco .item a.detail .feature ul.detail li .value {
  color: #343434;
}
#immobili-elenco .item a.detail .feature .desc {
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  min-height: 75px;
}
#immobili-elenco .item a.detail .feature .action-property-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#immobili-elenco .item a.detail .feature .action-property-list .price {
  font-weight: 800;
}
#immobili-elenco .item a.detail .feature .action-property-list .rif {
  margin-top: 0px !important;
  font-weight: 800;
  max-width: 210px;
}
#immobili-elenco .item a.detail .feature .action-property-list .dettaglio-link {
  color: #343434;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
#immobili-elenco .item:hover {
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
}
#immobili-elenco .pager {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#immobili-elenco .pager li {
  list-style-type: none;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  margin-bottom: 8px;
  margin: 0 5px;
}
#immobili-elenco .pager li.pager-pages {
  width: 1.5em;
  text-align: center;
  background-color: #CC0020;
  padding: 3px;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
}
#immobili-elenco .pager li.pager-pages.current {
  color: white;
  background-color: #CC0020;
  font-size: 1em;
}
#immobili-elenco .pager li.pager-pages:hover {
  background: #CC0020;
  /* Old browsers */
}
#immobili-elenco .pager li.pager-pages:hover a {
  color: white;
}
#immobili-elenco .pager li.pager-pages.next, #immobili-elenco .pager li.pager-pages.previous {
  width: 55px;
}
#immobili-elenco .pager li.pager-pages.next a, #immobili-elenco .pager li.pager-pages.previous a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
#immobili-elenco .pager li a {
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#immobili-elenco .pager li a:hover, #immobili-elenco .pager li a:active, #immobili-elenco .pager li a:focus {
  color: #CC0020;
}

#filtroAgenzia {
  background-color: #f0f0f0;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 10px;
  width: 100%;
}

a:link.toggle-map,
a:visited.toggle-map,
a:hover.toggle-map,
a:active.toggle-map {
  background-color: #CC0020;
  color: #fff;
  font-size: initial;
  padding: 0.5em 0.75em;
}
a:link.toggle-map:hover,
a:visited.toggle-map:hover,
a:hover.toggle-map:hover,
a:active.toggle-map:hover {
  background-color: #ff0028;
}
a:link.toggle-map span,
a:visited.toggle-map span,
a:hover.toggle-map span,
a:active.toggle-map span {
  display: none;
  font-style: oblique;
}

.vetrina_item_tpl {
  color: #333;
  display: block;
  margin-top: 5px;
  width: 250px !important;
  text-decoration: none;
  width: 100%;
}
.vetrina_item_tpl .item {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.vetrina_item_tpl .item .foto {
  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: 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;
  position: relative;
  width: 100%;
  height: 200px;
  background: transparent url(../img/no_thumb.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.vetrina_item_tpl .item .foto .contratto_txt {
  display: block;
  position: absolute;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(120, 120, 120, 0.4);
  font-weight: 200;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #131313;
  writing-mode: lr-bt;
  text-transform: uppercase;
  font-weight: bold;
}
.vetrina_item_tpl .item .foto .contratto_txt.affitto {
  background-color: #CC0020;
}
.vetrina_item_tpl .item .foto .contratto_txt.studenti {
  background-color: green;
  top: 0;
  right: 0;
  left: initial;
  bottom: initial;
}
.vetrina_item_tpl .item .feature {
  -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: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -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% !important;
}
.vetrina_item_tpl .item .feature .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -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;
  background-color: #CC0020;
  height: 45px;
  padding: 5px;
  width: 100%;
}
.vetrina_item_tpl .item .feature .info span {
  color: white;
}
.vetrina_item_tpl .item .feature .info span i {
  color: white;
  margin-right: 8px;
}
.vetrina_item_tpl .item .feature .location {
  -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-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: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -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;
  padding: 10px;
  color: #CC0020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.vetrina_item_tpl .item .feature .location span {
  margin: 3px 0;
}
.vetrina_item_tpl .item .feature .location .type {
  width: 100%;
  text-transform: uppercase;
  color: #131313;
}
.vetrina_item_tpl .item .feature .location .code {
  width: 40%;
  color: #131313;
  font-size: 14px;
  text-align: right;
}
.vetrina_item_tpl .item .feature .location .city {
  width: 100%;
}
.vetrina_item_tpl .item .feature .location .detail {
  text-align: right;
  text-decoration: underline;
  color: #F7F7F7;
  width: 40%;
}
.vetrina_item_tpl .item .feature .price {
  background-color: #031e29;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
  text-align: left;
  width: 100%;
}

.cantieri #immobili-elenco {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.cantieri #immobili-elenco .item {
  display: flex;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px #ccc;
  -webkit-box-shadow: 0 1px 3px #ccc;
  -moz-box-shadow: 0 1px 3px #ccc;
}
.cantieri #immobili-elenco .item .left-el {
  background-color: #E7E7E7;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
}
.cantieri #immobili-elenco .item .left-el a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.cantieri #immobili-elenco .item .left-el a .foto {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  background-position: center center;
  background-image: url("../img/logo.png");
}
.cantieri #immobili-elenco .item .left-el a .foto span.bookmark {
  position: absolute;
  background-color: #131313;
  color: #CC0020;
  top: 10px;
  right: 0;
  font-size: 14px;
  box-sizing: border-box;
  padding: 4px 15px;
}
.cantieri #immobili-elenco .item .left-el a .foto span.bookmark.affitto {
  background-color: #CC0020;
  color: white;
}
.cantieri #immobili-elenco .item .left-el a span {
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  box-sizing: border-box;
  padding: 5px;
}
.cantieri #immobili-elenco .item .right-el {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  box-sizing: border-box;
  padding: 10px;
}
.cantieri #immobili-elenco .item .right-el h2 {
  color: #131313;
  font-weight: 100;
  margin: 0;
  width: 100%;
}
.cantieri #immobili-elenco .item .right-el .detail {
  align-items: center;
  box-sizing: border-box;
  color: #343434;
  display: flex;
  width: 100%;
}
.cantieri #immobili-elenco .item .right-el .detail i {
  margin: 0 5px;
}
.cantieri #immobili-elenco .item .right-el .description {
  color: #343434;
  font-size: 0.8em;
  height: 4.5em;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.cantieri #immobili-elenco .item .right-el .price-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cantieri #immobili-elenco .item .right-el .price-block .price {
  font-weight: 600;
  font-size: 16px;
}
.cantieri #immobili-elenco .item .right-el .price-block a.dettagli {
  background-color: #131313;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  padding: 6px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cantieri #immobili-elenco .item .right-el .price-block a.dettagli:hover {
  background: #2b2b2b;
}
.cantieri #immobili-elenco .item .right-el .price-block a.dettagli:active {
  background: #111111;
}

.numeri {
  background: #CC0020;
  padding: 10px 9px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 9px 0px;
}
.numeri a, .numeri a:hover {
  color: #fff;
}

.esti-tratta {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  color: #CC0020;
  border-radius: 3px;
  border: 1px solid #CC0020;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 6px;
  font-size: 13px;
}

#immobili-elenco .item .link img.plan {
  top: auto;
  bottom: 10px;
  max-height: 30px;
  position: absolute;
  left: 15px;
}

#immobili-elenco .item .link img.tresei {
  top: auto;
  bottom: 10px;
  max-height: 30px;
  position: absolute;
  right: 15px;
}

#immobili-elenco .item .link .treaty {
  background-color: #F1D302;
  color: #333;
  position: absolute;
  z-index: 1;
  top: 6px;
  border: 1px solid #fff;
  border-radius: 5px;
  right: -9px;
  font-weight: 700;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 13px;
}

#immobili-elenco .item .link .treaty:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #2c3e50;
  width: 3px;
  content: " ";
  display: block;
  border-right: 5px solid #fff;
}

#immobili-elenco .item .link .treaty.low-price {
  background: green;
  color: #fff;
}

#right_column {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
#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-bottom: 20px;
}
#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;
}
#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;
  position: relative;
  margin: 8px 0;
  width: 100%;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 18px;
  transition: background-color 0.15s linear;
  background-color: #CC0020;
  text-decoration: none;
}
#right_column .banner-container .banner:hover {
  background-color: #131313;
}
#right_column .banner-container .banner:hover span {
  color: #131313;
}
#right_column .banner-container .banner:hover span i {
  color: #131313;
  margin-right: 8px;
}
#right_column .banner-container .banner span {
  color: white;
}
#right_column .banner-container .banner span i {
  color: white;
  margin-right: 8px;
}

#text-static .general-text {
  color: #131313;
  line-height: 1.8;
}
#text-static .agenzie-list-contact {
  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;
}
#text-static .agenzie-list-contact .dettaglio-agenzia {
  background-size: 0 0;
  border: 1px solid #ccc;
  margin: 15px 0;
  margin-bottom: 2em;
  padding: 10px;
  width: 100%;
}
#text-static .agenzie-list-contact .dettaglio-agenzia:first-child {
  margin-top: 0;
}
#text-static .agenzie-list-contact .dettaglio-agenzia h3 {
  color: #333;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti {
  -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-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;
  flex-direction: column;
  width: 100%;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item {
  -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-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;
  flex-direction: column;
  width: 100%;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item h4 {
  color: #666;
  font-weight: 100;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 100%;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item span {
  color: #444;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75em;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item:last-of-type {
  width: 100%;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item:last-of-type a {
  border: 1px solid #444;
  color: #444;
  margin-top: 0.5em;
  padding: 0.5em;
}
#text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item:last-of-type a:hover {
  color: #fff;
  background-color: #444;
}

.description-detail {
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #343434;
  font-size: 14px;
  background: #fff;
  margin: 20px 0px;
}
.description-detail span {
  text-transform: uppercase;
  color: #131313;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

#tab_property {
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  float: none;
}
#tab_property section {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  display: none;
  padding-top: 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#tab_property input {
  display: none;
}
#tab_property label {
  display: inline-block;
  margin: 0px 5px 10px 0px;
  padding: 9px 13px;
  font-weight: 300;
  text-align: center;
  color: #131313;
  background: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 2px 2px 5px 0px #dddddd;
  -moz-box-shadow: 2px 2px 5px 0px #dddddd;
  box-shadow: 2px 2px 5px 0px #dddddd;
}
#tab_property label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
#tab_property label:hover {
  color: #131313;
  cursor: pointer;
}
#tab_property input:checked + label {
  color: #fff;
  background-color: #CC0020;
  -webkit-box-shadow: 2px 2px 5px 0px #dddddd;
  -moz-box-shadow: 2px 2px 5px 0px #dddddd;
  box-shadow: 2px 2px 5px 0px #dddddd;
}
#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 {
    font-size: 13px;
    display: inline;
  }
  #tab_property label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #tab_property span.heading-label {
    display: inline;
  }
}
#tab_property h4 {
  color: #131313;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 600;
}
#tab_property .description {
  line-height: 30px;
  line-height: 1.7em;
}
#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;
  list-style-type: none;
  vertical-align: top;
}
#tab_property .section ul li span {
  display: inline-block;
  width: 45%;
  border-bottom: 1px dashed #ccc;
  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 {
  width: 100%;
  height: 35vh;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#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;
  max-height: 100%;
  max-width: 800px;
  width: auto;
}
#property-images #controls {
  margin-bottom: 20px;
  border-bottom: 0;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  display: none;
}
#property-images #controls .slides li .sl {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#banner-servizi,
#banner-mission {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0px;
  background: none;
  width: 100%;
  background-color: #F7F7F7;
}
#banner-servizi .service-image,
#banner-mission .service-image {
  width: 50%;
  display: none;
  background: url(../img/Layer-519.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner-servizi .service-block,
#banner-mission .service-block {
  width: 100%;
}
#banner-servizi .service-block .widget-text-heading,
#banner-mission .service-block .widget-text-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 40px;
}
#banner-servizi .service-block .widget-text-heading h3,
#banner-mission .service-block .widget-text-heading h3 {
  border-bottom: 0px;
  box-sizing: border-box;
  color: #424251;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0 0 10px;
  width: 100%;
  text-transform: uppercase;
}
#banner-servizi .service-block .widget-text-heading .description,
#banner-mission .service-block .widget-text-heading .description {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  color: #fff;
}
#banner-servizi .service-block .widget-text-heading .button,
#banner-mission .service-block .widget-text-heading .button {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  background: #CC0020;
  font-size: 0.9375em;
  max-width: 200px;
  margin-top: 30px;
  padding: 7px;
  border-radius: 5px;
}
#banner-servizi .service-block .widget-features-box,
#banner-mission .service-block .widget-features-box {
  display: flex;
  padding: 4px 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#banner-servizi .service-block .widget-features-box .feature-box-inner,
#banner-mission .service-block .widget-features-box .feature-box-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  padding: 10px 0px;
}
#banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content,
#banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content {
  display: flex;
  padding-left: 10px;
  flex-direction: column;
  justify-content: flex-start;
}
#banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content h3,
#banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content h3 {
  margin: 0px;
}
#banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content .description,
#banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content .description {
  font-size: 14px;
}
#banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content .button,
#banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content .button {
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  background: #CC0020;
  font-size: 0.9375em;
  max-width: 200px;
  margin-top: 30px;
  padding: 7px;
  border-radius: 5px;
}
#banner-servizi .service-block .widget-features-box .feature-box-inner:hover,
#banner-mission .service-block .widget-features-box .feature-box-inner:hover {
  background: #fff;
}
#banner-servizi .wrapper,
#banner-mission .wrapper {
  width: 1170px;
}
#banner-servizi .wrapper .title,
#banner-mission .wrapper .title {
  font-size: 1.3em;
  padding: 0 5%;
}
#banner-servizi .wrapper .services .service,
#banner-mission .wrapper .services .service {
  max-height: 197px;
  max-width: 197px;
  padding-bottom: 15vw;
}

.fbox-icon {
  min-width: 100px;
  display: flex;
  justify-content: center;
}

.icon-inner {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #CC0020;
  text-align: center;
}
.icon-inner i {
  font-size: 40px;
  line-height: 73px;
}

.servizi-scopri .button {
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  background: #CC0020;
  font-size: 0.9375em;
  max-width: 200px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  padding: 7px;
  border-radius: 5px;
}
.servizi-scopri .button:hover {
  background: #131313;
}

#text-static, #la-nostra-storia {
  background: #fff !important;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#text-static .foto, #la-nostra-storia .foto {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#text-static .foto img, #la-nostra-storia .foto img {
  max-width: 100%;
}
#text-static .contenuto, #la-nostra-storia .contenuto {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#la-nostra-storia {
  background: #fff !important;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
#la-nostra-storia .foto {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#la-nostra-storia .foto img {
  max-width: 100%;
  margin: 0px;
  margin-bottom: 15px;
}
#la-nostra-storia .contenuto {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#banner-newsletter {
  background-color: #CC0020;
  width: 100%;
}
#banner-newsletter .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
#banner-newsletter .wrapper .box {
  -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-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -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;
}
#banner-newsletter .wrapper .box h2 {
  color: #fff;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 0.5em;
  text-align: center;
  width: 100%;
}
#banner-newsletter .wrapper .box .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}
#banner-newsletter .wrapper .box .button:hover {
  background-color: #fff;
  color: #CC0020;
}

#banner-out-of-market {
  background-color: #E2E2E2;
  width: 100%;
}
#banner-out-of-market .wrapper {
  -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-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}
#banner-out-of-market .wrapper .button {
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 308px;
  justify-content: flex-end;
}
#banner-out-of-market .wrapper .button .item {
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 10px 20px;
}
#banner-out-of-market .wrapper .button .item .title {
  border-bottom: 3px solid #131313;
  color: #CC0020;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
#banner-out-of-market .wrapper .button .item p {
  color: #333;
  font-weight: normal;
}

#banner-agenzia {
  background: url("../img/layout.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}
#banner-agenzia .wrapper {
  -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-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;
  height: 100%;
  padding: 10px;
}
#banner-agenzia .wrapper h1 {
  color: white;
  margin: 0;
  text-align: center;
  font-weight: 100;
  font-size: 1.5625em;
}

.banner_stats {
  background-color: #CC0020;
  padding: 1em;
  width: 100%;
}
.banner_stats .title {
  color: #fff;
}
.banner_stats ul {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
.banner_stats ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
}
.banner_stats ul li:last-of-type {
  margin-bottom: 0;
}
.banner_stats ul li b {
  color: #CC0020;
  display: block;
  font-size: 2em;
}
.banner_stats ul li span {
  color: #fff;
}
.banner_stats ul li span i {
  display: block;
}

#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: #CC0020;
  border-color: #660010;
}
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;
}

.news_box h2.title {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1.2em;
  padding-left: 40px;
}
.news_box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news_box ul li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
}
.news_box ul li a {
  text-decoration: none;
}
.news_box ul li a h1 {
  font-weight: 600;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.news_box ul li a p {
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  color: #828282;
  font-weight: 600;
}
.news_box a.more_link {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.75em;
  font-weight: 600;
  text-align: right;
}
.news_box a.more_link:hover, .news_box a.more_link:focus, .news_box a.more_link:active {
  text-decoration: underline;
}

#news_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#news_list li a {
  text-decoration: none;
}
#news_list li a em {
  color: #666;
}
#news_list li a h3 {
  margin: 0;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
}
#news_list li a p {
  margin: 0;
  line-height: 2em;
  color: #333;
  font-weight: 600;
}
#news_list li a p.testo {
  font-weight: normal;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #666;
  line-height: 1.5em;
}

.breadcrumb {
  color: #666;
  margin-bottom: 2em;
}
.breadcrumb a {
  color: #666;
}
.elenco-servizi #news_list {
  list-style-type: initial;
  margin: initial;
  padding: 0 0 0 40px;
  width: 80%;
}
.elenco-servizi #news_list li {
  list-style-type: initial;
  margin: initial;
  margin-bottom: 1em;
  padding: initial;
}
.elenco-servizi #news_list li p {
  margin: 0;
}
.elenco-servizi #news_list li p .price {
  color: #CC0020;
  display: block;
  font-size: 1.1em;
}

form.contactForm {
  color: #131313;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  margin-top: 10px;
  background: none;
  padding: 2px 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
form.contactForm #modCont {
  display: flex;
  flex-wrap: wrap;
}
form.contactForm #modCont h2 {
  width: 100%;
}
form.contactForm p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: normal;
  width: 100%;
  font-size: 12px;
}
form.contactForm label {
  display: block;
  color: #131313 !important;
  font-weight: 400;
  padding: 0 !important;
  font-size: 13px;
  margin-bottom: 5px;
}
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 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: #131313;
  background-color: #fff;
  border: 0px;
  outline: 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
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: #343434;
}
form.contactForm :-moz-placeholder {
  /* Firefox 18- */
  color: #343434;
}
form.contactForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #343434;
}
form.contactForm :-ms-input-placeholder {
  color: #343434;
}
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: #CC0020;
  color: #fff;
  font-weight: 300;
  display: block;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  border: none;
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  transition: background-color 0.15s linear;
  font-size: 15px;
  -webkit-appearance: none;
}
form.contactForm input[type=submit]:hover {
  background-color: #990018;
}
#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: #CC0020;
  font-weight: 600;
}

.gallery_immobile #sb-wrapper #sb-title #sb-title-inner {
  background-color: #CC0020;
  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: #CC0020;
  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: #CC0020;
  -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: #CC0020;
  -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: #CC0020;
  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: white;
  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);
}

#dicono-di-noi.right {
  margin-top: 24px;
}
#dicono-di-noi.right h2 {
  font-weight: 200;
}
#dicono-di-noi.right h3 {
  display: none;
}
#dicono-di-noi .social-review {
  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-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;
}
#dicono-di-noi .social-review a {
  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;
  border-radius: 3px;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
  border: 1px solid transparent;
}
#dicono-di-noi .social-review a i {
  color: white;
  margin-bottom: 20px;
  font-size: 30px;
}
#dicono-di-noi .social-review a span {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#dicono-di-noi .social-review a.facebook {
  background-color: #3b5998;
}
#dicono-di-noi .social-review a.facebook:hover {
  background-color: white;
  border: 1px solid #e6e6e6;
}
#dicono-di-noi .social-review a.facebook:hover i {
  color: #3b5998;
}
#dicono-di-noi .social-review a.facebook:hover span {
  color: #3b5998;
}
#dicono-di-noi .social-review a.houzz {
  background-color: #58b660;
}
#dicono-di-noi .social-review a.houzz:hover {
  background-color: white;
  border: 1px solid #e6e6e6;
}
#dicono-di-noi .social-review a.houzz:hover i {
  color: #58b660;
}
#dicono-di-noi .social-review a.houzz:hover span {
  color: #58b660;
}
#dicono-di-noi .social-review a.youtube {
  background-color: #bb0000;
}
#dicono-di-noi .social-review a.youtube:hover {
  background-color: white;
  border: 1px solid #e6e6e6;
}
#dicono-di-noi .social-review a.youtube:hover i {
  color: #bb0000;
}
#dicono-di-noi .social-review a.youtube:hover span {
  color: #bb0000;
}

#team {
  background: #131313;
  box-sizing: border-box;
  color: #CC0020;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
}
#team #head_slider {
  margin: auto;
  max-height: none;
  padding: 0;
  width: 100%;
}
#team #head_slider h2 {
  border-bottom: 3px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 20px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}
#team #head_slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#team #head_slider ul li {
  display: flex !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -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;
  background-color: transparent;
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
#team #head_slider ul li .team-item {
  -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: 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-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: #333;
  flex-wrap: nowrap;
  font-size: 0.9em;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
  text-decoration: none;
  width: 100%;
}
#team #head_slider ul li .team-item .left-info {
  margin-right: 10px;
  width: 30%;
}
#team #head_slider ul li .team-item .left-info .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#team #head_slider ul li .team-item .right-info {
  font-size: 0.9em;
  line-height: 1.4em;
}
#team #head_slider ul li .team-item .right-info .name {
  font-size: 1.1em;
}
#team #head_slider ul li .team-item .right-info .role {
  font-style: oblique;
}
#team #head_slider ul li .team-item .right-info i {
  margin-right: 5px;
}
#team #head_slider ul li .team-item .right-info a {
  color: #505050;
  font-style: oblique;
}
#team #head_slider ul li .team-item .right-info .cel {
  color: #505050;
  font-style: oblique;
}

.flex-direction-nav a {
  top: 55% !important;
}

.flex-direction-nav a:before {
  color: #CC0020 !important;
}

.agenti-list {
  display: flex !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -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;
  background-color: transparent;
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.agenti-list h3 {
  border-bottom: 2px solid #333;
  color: #333;
  display: flex;
  flex-direction: row;
  font-size: 1.2em;
  font-weight: 100;
  justify-content: space-between;
  text-transform: uppercase;
}
.agenti-list h3 a {
  color: #333;
}
.agenti-list h3 a span {
  display: none;
  font-size: 0.8em;
  font-style: oblique;
  text-transform: lowercase;
}
.agenti-list .team-member {
  -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: 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-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #333;
  flex-wrap: nowrap;
  font-size: 0.9em;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
  text-decoration: none;
  width: 100%;
}
.agenti-list .team-member .left-info {
  margin-right: 10px;
  width: 30%;
}
.agenti-list .team-member .left-info .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.agenti-list .team-member .right-info {
  font-size: 0.9em;
  line-height: 1.4em;
}
.agenti-list .team-member .right-info .name {
  font-size: 1.1em;
}
.agenti-list .team-member .right-info .role {
  font-style: oblique;
}
.agenti-list .team-member .right-info i {
  margin-right: 5px;
}
.agenti-list .team-member .right-info a {
  color: #505050;
  font-style: oblique;
}
.agenti-list .team-member .right-info .cel {
  color: #505050;
  font-style: oblique;
}

#banner-contact {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  -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;
  position: relative;
  width: 100%;
}
#banner-contact .wrapper {
  width: 100%;
}
#banner-contact .wrapper .col1 {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -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-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-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background-color: #ECECEC;
  padding-left: 35px;
  padding-bottom: 10px;
  width: 100%;
}
#banner-contact .wrapper .col1 .item {
  -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: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
#banner-contact .wrapper .col1 .item h2 {
  color: #2C394C;
  font-weight: 600;
  margin-top: 50px;
  text-align: left;
  width: 100%;
}
#banner-contact .wrapper .col1 .item span {
  color: #131313;
  margin: 0;
  text-align: left;
  width: 100%;
}
#banner-contact .wrapper .col1 .item span.email {
  margin-top: 25px;
}
#banner-contact .wrapper .col2 {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -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;
  -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-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;
  background-color: #ADB7C3;
  padding: 50px;
  width: 100%;
}
#banner-contact .wrapper .col2 form {
  background: none;
  padding: 0px;
}
#banner-contact .wrapper .col2 form input[type=submit] {
  background-color: #79818C;
}
#banner-contact .wrapper .col2 img {
  max-width: 100%;
}
#banner-contact .wrapper .col2 .item {
  -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: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-bottom: 5px;
  width: 100%;
}
#banner-contact .wrapper .col2 .item h2 {
  color: #2C394C;
  font-weight: 600;
  margin-top: 50px;
  text-align: right;
  width: 100%;
}
#banner-contact .wrapper .col2 .item span {
  color: #131313;
  margin: 0;
  text-align: right;
  width: 100%;
}
#banner-contact .wrapper .col2 .item span.email {
  margin-top: 25px;
}

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

  h2.title {
    font-size: 1.625em;
    margin-top: 100px;
    padding-left: 40px;
  }

  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;
  }

  #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 {
    left: 0;
    position: absolute;
    top: 0px;
  }
  #header .wrapper-header #logo {
    flex-grow: 0;
    padding-right: 5%;
    width: auto;
  }
  #header .wrapper-header #logo-cond {
    flex-grow: 0;
    padding: 5px 10px;
    width: auto;
    display: none;
    border: 2px solid #CC0020;
    margin-left: 3%;
  }
  #header .wrapper-header #logo-cond a {
    font-weight: 400;
    font-size: 13px;
  }

  #header-internal {
    display: block;
  }
  #header-internal .wrapper {
    width: 100%;
  }
  #header-internal .wrapper p {
    margin: 0px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 0px;
    padding-left: 41px;
  }

  .title-slider {
    font-size: 28px;
  }

  #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;
  }

  .title-slider {
    font-size: 45px;
    line-height: 55px;
  }

  .personal-claim {
    text-transform: none;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  }
  .personal-claim span {
    font-weight: 700;
    font-size: 50px;
  }

  #vetrina-big {
    height: 80vh;
  }
  #vetrina-big ul li .item .item-wrapper .item-info {
    margin-bottom: 15px;
    margin-left: 15px;
    width: 40%;
  }
  #vetrina-big ul li .item .item-wrapper .item-info .description {
    display: block;
  }
  #vetrina-big .flex-control-nav {
    bottom: 10px;
    right: 0;
    top: auto;
  }

  #vetrina-outdoor {
    display: block;
    margin: 0 auto;
    width: 100vw;
  }
  #vetrina-outdoor > h2 {
    font-size: 1.5em;
  }
  #vetrina-outdoor > h2 span {
    display: inline;
  }
  #vetrina-outdoor .flex-control-nav {
    bottom: auto;
    right: 0;
    text-align: center;
    top: 3px;
  }
  #vetrina-outdoor .flex-viewport {
    height: 45vh;
  }
  #vetrina-outdoor .flex-viewport ul li {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100vw;
  }
  #vetrina-outdoor .flex-viewport ul li .item {
    width: 49%;
  }

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

  #content-ric {
    z-index: 10;
    position: absolute;
    bottom: 0px;
  }
  #content-ric:not(.home) {
    position: inherit;
  }
  #content-ric .wrapper {
    padding: 0px 0px;
  }
  .showric {
    display: none;
  }

  #boxSeoHome {
    width: 100%;
    background-color: #131313;
    border-bottom: 3px solid #CC0020;
    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: -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;
    cursor: pointer;
    height: 100%;
    list-style-type: none;
    position: relative;
    text-align: center;
  }
  #navigation #navigation-standard > li:first-of-type {
    display: none;
  }
  #navigation #navigation-standard > li a {
    -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;
    -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;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    height: 67px;
  }
  #navigation #navigation-standard > li a:hover, #navigation #navigation-standard > li a:focus, #navigation #navigation-standard > li a:active, #navigation #navigation-standard > li a.active {
    border-top: 4px solid #CC0020;
    color: #CC0020;
  }
  #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 a {
    border-bottom: 3px solid transparent;
  }
  #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: #CC0020;
    color: #fff;
    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: #fff;
    color: #CC0020;
  }
  #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover a {
    color: #CC0020;
  }
  #navigation #menu-responsive {
    display: flex;
    position: absolute;
    right: 0px;
    top: 10%;
  }
  #navigation #menu-responsive button {
    color: #CC0020;
    display: flex;
    font-weight: 400;
    justify-content: center;
    z-index: 12;
    outline: 0px;
  }
  #navigation #menu-responsive button .hamburger-inner,
#navigation #menu-responsive button .hamburger-inner:before,
#navigation #menu-responsive button .hamburger-inner:after {
    background-color: #fff;
  }
  #navigation #menu-responsive .navigation-mobile {
    align-content: flex-start;
    align-items: center;
    background-color: rgba(204, 0, 32, 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%;
    min-width: 500px;
    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: #CC0020;
    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;
  }

  #footer .wrapper .info {
    -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;
    width: 49%;
  }
  #footer .wrapper .info .partner {
    -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;
  }
  #footer .wrapper .info .partner a:last-child {
    margin-left: 25px;
  }
  #footer .wrapper .info .social {
    -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;
  }
  #footer .wrapper .info .social a {
    margin-right: 15px;
  }

  #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 .item {
    min-height: 340px;
    width: 49%;
    flex-direction: column;
    -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;
  }
  #immobili-elenco .item .left-el {
    width: 100%;
  }
  #immobili-elenco .item .left-el .action-property-list {
    border-bottom: none;
  }
  #immobili-elenco .pager {
    display: block;
  }
  #immobili-elenco .pager li {
    width: initial;
    margin-bottom: 0;
  }
  .cantieri #immobili-elenco {
    justify-content: flex-start;
  }
  .cantieri #immobili-elenco .item {
    margin: 0.5%;
    width: 32%;
  }

  #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 .banner {
    width: 32%;
  }
  #text-static .agenzie-list-contact .dettaglio-agenzia {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  #text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti {
    flex-direction: row;
  }
  #text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item {
    width: 30%;
  }

  #property-images #main {
    height: 490px;
    margin-bottom: 10px;
  }
  #banner-agenzia .wrapper h1 {
    font-size: 1.875em;
  }

  .banner_stats ul {
    flex-direction: row;
  }
  .banner_stats ul li {
    margin-bottom: 1px;
  }
  .banner_stats ul li b {
    font-size: 1.5em;
  }
  .banner_stats ul li span {
    font-size: 0.9em;
    font-weight: 200;
  }

  #banner-servizi, #banner-mission {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 0px;
    background: none;
  }
  #banner-servizi .service-image, #banner-mission .service-image {
    width: 50%;
    background: url(../img/Layer-519.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  #banner-servizi .agenzia, #banner-mission .agenzia {
    width: 50%;
    background: url(../img/agenzia.jpg) no-repeat;
    background-size: cover;
    display: none;
  }
  #banner-servizi .service-block, #banner-mission .service-block {
    width: 100%;
  }
  #banner-servizi .service-block .widget-text-heading, #banner-mission .service-block .widget-text-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 40px;
  }
  #banner-servizi .service-block .widget-text-heading h3, #banner-mission .service-block .widget-text-heading h3 {
    border-bottom: 0px;
    box-sizing: border-box;
    color: #424251;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
  }
  #banner-servizi .service-block .widget-text-heading .description, #banner-mission .service-block .widget-text-heading .description {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }
  #banner-servizi .service-block .widget-features-box, #banner-mission .service-block .widget-features-box {
    display: flex;
    padding: 20px 40px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #banner-servizi .service-block .widget-features-box .feature-box-inner, #banner-mission .service-block .widget-features-box .feature-box-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
  }
  #banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content, #banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: flex-start;
  }
  #banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content h3, #banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content h3 {
    margin: 0px;
  }
  #banner-servizi .service-block .widget-features-box .feature-box-inner .fbox-content .description, #banner-mission .service-block .widget-features-box .feature-box-inner .fbox-content .description {
    font-size: 14px;
  }
  #banner-servizi .wrapper, #banner-mission .wrapper {
    width: 1170px;
  }
  #banner-servizi .wrapper .title, #banner-mission .wrapper .title {
    font-size: 1.3em;
    padding: 0 5%;
  }
  #banner-servizi .wrapper .services .service, #banner-mission .wrapper .services .service {
    max-height: 197px;
    max-width: 197px;
    padding-bottom: 15vw;
  }

  #banner-out-of-market .wrapper {
    -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-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px;
  }
  #banner-out-of-market .wrapper .button {
    width: 45%;
  }
  #team #head_slider ul li {
    -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-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: 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;
  }
  #team #head_slider ul li .team-item {
    width: 49%;
  }

  .contactForm #modCont {
    justify-content: space-between;
  }
  .contactForm #modCont h3 {
    width: 100%;
  }
  .contactForm #modCont p {
    box-sizing: border-box;
    padding: 15px;
    width: 50%;
  }

  .agenti-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .agenti-list h3 {
    width: 100%;
  }
  .agenti-list .team-member {
    margin: 2%;
    width: 45%;
  }
}
@media (min-width: 1000px) {
  #main_wrapper {
    justify-content: space-between;
    width: 100%;
  }

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

  .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 .title {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  #main_content .subtitledet {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #CC0020;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #main_content .subtitledet i {
    margin-right: 15px;
    color: #CC0020;
  }
  #main_content .subtitledet .banner-container a {
    color: #131313;
    font-weight: 600;
    font-size: 17px;
  }
  #main_content .subtitledet .banner-container a i {
    color: #131313;
    margin-left: 10px;
  }
  #main_content.detailim {
    width: 70% !important;
    margin: 0px;
  }

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

  .detailim {
    width: 70% !important;
    margin: 0px;
  }

  .detailimtop {
    width: 1170px !important;
    margin: auto;
  }

  .claim_1 {
    font-size: 66px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    text-align: center;
  }

  .claim_2 {
    font-size: 48px;
    line-height: 48px;
  }

  .claim_3, .claim_small {
    font-size: 38px;
    line-height: 38px;
  }

  #header {
    left: 0;
    position: absolute;
    top: 35px;
    padding: 0px 0px;
  }
  #header .wrapper-header {
    margin: 0 auto;
    width: 1170px;
  }
  #header .wrapper-header #logo {
    flex-grow: 0;
    width: auto;
    padding-right: 2%;
  }
  #header .wrapper-header #logo-cond {
    flex-grow: 0;
    padding: 5px 10px;
    width: auto;
    display: flex;
    border: 2px solid #CC0020;
    margin-left: 3%;
  }
  #header .wrapper-header #logo-cond a {
    font-weight: 400;
    font-size: 13px;
  }

  #header-internal {
    display: flex;
    margin-top: 67px;
  }

  .mask-property {
    position: absolute;
    z-index: 9;
    top: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: #fff;
    font-size: 2em;
    text-shadow: 3px 2px 4px #000;
    text-align: center;
    line-height: 2.2em;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
  }
  .mask-property h3 {
    font-size: 48px;
  }

  .title-slider {
    font-size: 2em;
  }

  .title-slider {
    font-size: 70px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    text-align: center;
    margin-right: 2%;
    line-height: 80px;
  }
  .title-slider span {
    font-weight: 500;
  }

  .personal-claim {
    text-transform: none;
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    line-height: 74px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  }
  .personal-claim span {
    font-weight: 700;
    font-size: 70px;
  }

  #vetrina-big {
    height: 78vh;
  }
  #vetrina-big ul li .item .item-wrapper {
    margin: 0 auto;
    width: 1170px;
  }
  #vetrina-big ul li .item .item-wrapper .item-info {
    margin-bottom: 15px;
    margin-left: 15px;
    width: 40%;
  }
  #vetrina-big ul li .item .item-wrapper .item-info .description {
    display: block;
  }
  #vetrina-big .flex-control-nav {
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 1170px;
  }

  .subtitle {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
  }

  #vetrina-outdoor {
    display: block;
    margin: 10px auto;
    width: 1170px;
  }
  #vetrina-outdoor > h2 {
    font-size: 2em;
    text-align: center;
  }
  #vetrina-outdoor > h2 span {
    display: inline;
  }
  #vetrina-outdoor .flex-viewport {
    height: auto;
  }
  #vetrina-outdoor .flex-viewport ul li {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1170px;
    background: #F7F7F7 !important;
    padding: 4px 3px;
  }
  #vetrina-outdoor .flex-viewport ul li .item {
    width: 32%;
    margin: 8px 5px;
    height: auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #vetrina-outdoor .flex-viewport ul li .item:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }

  #immobili-elenco_clone .item {
    display: none !important;
  }

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

  #content-ric {
    background: #E2E2E2;
  }
  #content-ric.ric-internal {
    position: inherit;
    margin-top: 0px;
  }
  #content-ric.not-home {
    margin-top: 21px;
  }
  #content-ric.not-home .wrapper {
    padding: 50px 20px;
    padding: 0;
  }
  #content-ric .wrapper {
    padding: 25px 0;
  }
  #content-ric .wrapper #vn-click {
    display: none;
    visibility: hidden;
  }
  #content-ric .wrapper #ricerca {
    padding: 15px;
  }
  #content-ric .wrapper #ricerca.close {
    display: block !important;
  }
  #content-ric .wrapper #ricerca form p {
    width: 22%;
  }
  #content-ric .wrapper #ricerca form p label {
    color: #131313;
    font-size: 16px;
  }
  #content-ric .wrapper #ricerca form .price-range {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 22%;
    margin-top: 3px;
  }
  #content-ric .wrapper #ricerca form .price-range p {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #content-ric .wrapper #ricerca form .price-range p label {
    width: 40%;
    font-size: 13px;
  }
  #content-ric .wrapper #ricerca form .price-range p #amount {
    background: none;
    color: #CC0020 !important;
    height: auto;
    margin-top: 0px;
    width: 63%;
    font-size: 13px;
  }
  #content-ric .wrapper #ricerca form .price-range #slider-range {
    width: 100%;
  }

  .showric {
    display: inline;
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 22%;
  }

  #navigation {
    flex-grow: 1;
  }
  #navigation #menu-responsive {
    display: none;
  }
  #navigation #navigation-standard {
    display: flex;
  }
  #navigation.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0px 3px rgba(50, 50, 50, 0.4);
    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 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1em 15px;
  }
  #navigation.fixed #navigation-standard li:first-child {
    display: block;
    flex-grow: 1;
    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: 6.5vh;
  }
  #navigation.fixed #navigation-standard li:first-child a:hover {
    border-bottom: 3px solid transparent;
  }
  #navigation.fixed #navigation-standard li:first-child:hover {
    background-color: transparent;
  }
  #navigation.fixed #navigation-standard li a {
    height: auto;
    margin-top: 6px;
  }
  #navigation.fixed #navigation-standard li a span {
    color: #131313;
    font-size: 14px;
  }
  #navigation.fixed #navigation-standard li a i {
    color: #131313;
  }
  #navigation.fixed #navigation-standard li #proponi {
    border: 1px solid #CC0020;
    border-radius: 5px;
    padding: 10px;
  }
  #navigation.fixed #navigation-standard li:hover {
    background-color: transparent;
  }
  #navigation.fixed #navigation-standard li:hover a {
    border-top: 3px solid #CC0020;
  }
  #navigation.fixed #navigation-standard li:hover a:first-child {
    border-top: 0px;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover a {
    border-bottom: 0px;
  }
  #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;
    top: 100%;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li {
    background-color: #fff;
    color: #CC0020;
    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: #CC0020;
    color: #fff;
  }
  #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover a span {
    color: #fff;
  }

  #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%;
  }
  #dropdown-menu li {
    color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  #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 !important;
    padding: 10px 15px;
  }
  #dropdown-menu li:hover {
    background-color: #CC0020;
    color: #fff;
  }
  #dropdown-menu li:hover a span {
    color: #CC0020;
  }
  #dropdown-menu:hover {
    background-color: white;
    color: #CC0020;
  }
  #dropdown-menu:hover a span {
    color: #fff;
  }

  #back-to-top {
    padding: 0;
  }
  #back-to-top .wrapper-back-to-top {
    width: 1170px;
    margin: 0 auto;
  }
  #footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0;
    min-height: 277px;
    padding-top: 3%;
    margin-top: 0px;
  }
  #footer .wrapper {
    padding: 0;
  }
  #footer .wrapper .info-left {
    padding-left: 6%;
    width: 18.5% !important;
  }
  #footer .wrapper .info {
    width: 24.5%;
    -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;
  }
  #footer .wrapper .info img {
    max-width: 245px;
  }
  #footer .wrapper .info.network {
    width: 20%;
  }
  #footer .wrapper .info span {
    width: 100%;
    color: white;
    font-weight: 200;
  }
  #footer .wrapper .info span.rag_soc {
    font-weight: 400;
  }
  #footer .wrapper .info span.rag_soc a {
    color: white;
    font-size: 12px;
    text-decoration: none;
  }
  #footer .wrapper .info span.rag_soc a:hover {
    text-decoration: underline;
  }
  #footer .wrapper .info .partner {
    -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-align-content: space-around;
    -moz-align-content: space-around;
    align-content: space-around;
    -ms-flex-line-pack: distribute;
  }
  #footer .wrapper .info .partner a {
    width: 100%;
    margin: 8px 0;
    text-align: center;
  }
  #footer .wrapper .info .social {
    -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 .social a {
    width: 30%;
    margin: 5px 0;
  }
  .contactForm #modCont {
    justify-content: space-between;
  }
  .contactForm #modCont h3 {
    width: 100%;
  }
  .contactForm #modCont p {
    box-sizing: border-box;
    padding: 5px;
    width: 49%;
  }
  .contactForm .dettaglio-cont p {
    box-sizing: border-box;
    padding: 5px;
    width: 100% !important;
  }

  #bottom_links {
    font-size: 11pt;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  #bottom_links .credits {
    display: flex;
    flex-direction: row;
    color: #fff;
  }
  #bottom_links .credits .info2 {
    display: block;
    margin-left: 20px;
  }

  .mobile-button {
    display: none;
  }

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

  .simili .item {
    width: 100% !important;
    flex-direction: column !important;
  }
  .simili .item .left-el a {
    height: auto !important;
  }

  #immobili-elenco .order_by {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
  }
  #immobili-elenco .item {
    -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;
    width: 32.5%;
    flex-direction: column;
  }
  #immobili-elenco .item .left-el {
    width: 100%;
    overflow: unset;
  }
  #immobili-elenco .item .left-el .action-property-list {
    border-bottom: 0;
  }
  #immobili-elenco .item a.detail {
    display: inherit;
  }
  #immobili-elenco .pager {
    display: block;
  }
  #immobili-elenco .pager li {
    margin-bottom: 0;
    width: initial;
  }

  a:link.toggle-map span,
a:visited.toggle-map span,
a:hover.toggle-map span,
a:active.toggle-map span {
    display: inline;
  }

  .cantieri #immobili-elenco {
    justify-content: flex-start;
  }
  .cantieri #immobili-elenco .item {
    margin: 0.75%;
    width: 23%;
  }

  #right_column {
    width: 27%;
    padding: 0px;
  }
  #right_column .riferimenti {
    display: flex;
    flex-wrap: wrap;
  }
  #right_column .banner-container {
    margin-top: 25px;
  }
  #right_column .banner-container.dettaglio {
    margin-top: 25px;
  }

  #text-static .agenzie-list-contact .dettaglio-agenzia {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  #text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti {
    flex-direction: row;
  }
  #text-static .agenzie-list-contact .dettaglio-agenzia .riferimenti .item {
    width: 30%;
  }

  #property-images #main {
    height: 560px;
  }
  #property-images #controls {
    display: inherit;
  }
  #banner-servizi,
#banner-mission {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 0px;
    width: 100%;
    background-size: 1349px 851.56px;
  }
  #banner-servizi .internal-banner,
#banner-mission .internal-banner {
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: auto;
  }
  #banner-servizi .internal-banner .service-image,
#banner-mission .internal-banner .service-image {
    width: 25%;
    background: url(../img/Layer-519.jpg) no-repeat;
    background-size: cover;
    display: flex;
  }
  #banner-servizi .internal-banner .agenzia,
#banner-mission .internal-banner .agenzia {
    width: 50%;
    background: url(../img/agenzia.jpg) no-repeat;
    background-size: cover;
    display: flex;
  }
  #banner-servizi .internal-banner .service-block,
#banner-mission .internal-banner .service-block {
    width: 75%;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading,
#banner-mission .internal-banner .service-block .widget-text-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 40px;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading h3,
#banner-mission .internal-banner .service-block .widget-text-heading h3 {
    border-bottom: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading .description,
#banner-mission .internal-banner .service-block .widget-text-heading .description {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    color: #fff;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading .button,
#banner-mission .internal-banner .service-block .widget-text-heading .button {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    border: none;
    background: #CC0020;
    font-size: 0.9375em;
    max-width: 200px;
    margin-top: 30px;
    padding: 7px;
    border-radius: 5px;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading .button:hover,
#banner-mission .internal-banner .service-block .widget-text-heading .button:hover {
    background: #E2E2E2;
    color: #131313;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box,
#banner-mission .internal-banner .service-block .widget-features-box {
    display: flex;
    padding: 20px 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner,
#banner-mission .internal-banner .service-block .widget-features-box .feature-box-inner {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0px;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content,
#banner-mission .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content h3,
#banner-mission .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content h3 {
    margin: 0px;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content .description,
#banner-mission .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content .description {
    font-size: 14px;
    color: #fff;
  }
  #banner-servizi .internal-banner .wrapper,
#banner-mission .internal-banner .wrapper {
    width: 1170px;
  }
  #banner-servizi .internal-banner .wrapper .title,
#banner-mission .internal-banner .wrapper .title {
    font-size: 1.3em;
    padding: 0 5%;
  }
  #banner-servizi .internal-banner .wrapper .services .service,
#banner-mission .internal-banner .wrapper .services .service {
    max-height: 197px;
    max-width: 197px;
    padding-bottom: 15vw;
  }

  #banner-servizi {
    background: #F7F7F7;
    color: #343434 !important;
  }
  #banner-servizi .internal-banner {
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: auto;
  }
  #banner-servizi .internal-banner .service-image {
    width: 25%;
    background: url(../img/Layer-519.jpg) no-repeat;
    background-size: cover;
    display: flex;
  }
  #banner-servizi .internal-banner .agenzia {
    width: 50%;
    background: url(../img/agenzia.jpg) no-repeat;
    background-size: cover;
    display: flex;
  }
  #banner-servizi .internal-banner .service-block {
    width: 100%;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 33px 40px 0px 40px;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading h3 {
    border-bottom: 0px;
    box-sizing: border-box;
    color: #343434;
    font-size: 1.6em;
    font-weight: 700;
    margin: auto;
    width: auto;
    text-align: center;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading .description {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    color: #343434;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading .button {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    border: none;
    background: #CC0020;
    font-size: 0.9375em;
    max-width: 200px;
    margin-top: 30px;
    padding: 7px;
    border-radius: 5px;
  }
  #banner-servizi .internal-banner .service-block .widget-text-heading .button:hover {
    background: #E2E2E2;
    color: #131313;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box {
    display: flex;
    padding: 20px 40px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    margin: 20px 0px;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content h3 {
    margin: 0px;
    color: #CC0020;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  #banner-servizi .internal-banner .service-block .widget-features-box .feature-box-inner .fbox-content .description {
    font-size: 14px;
    color: #343434;
    text-align: center;
  }
  #banner-servizi .internal-banner .wrapper {
    width: 1170px;
  }
  #banner-servizi .internal-banner .wrapper .title {
    font-size: 1.3em;
    padding: 0 5%;
  }
  #banner-servizi .internal-banner .wrapper .services .service {
    max-height: 197px;
    max-width: 197px;
    padding-bottom: 15vw;
  }

  #banner-mission {
    max-width: 100%;
    margin: auto;
  }
  #banner-mission .service-image {
    width: 30%;
  }
  #banner-mission .service-block {
    width: 70%;
    padding: 20px 0px;
  }

  #la-nostra-storia {
    background: #fff !important;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
  }
  #la-nostra-storia .foto {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  #la-nostra-storia .foto img {
    max-width: 100%;
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #la-nostra-storia .contenuto {
    display: inline;
    line-height: 25px;
    width: 50%;
  }

  #banner-agenzia .wrapper h1 {
    font-size: 2.1875em;
  }

  .banner_stats {
    padding: 30px 0;
  }
  .banner_stats .title {
    margin: 0 auto;
    margin-bottom: 1em;
    width: 1170px;
  }
  .banner_stats ul {
    flex-direction: row;
    padding: 1.5em;
    width: 1170px;
  }
  .banner_stats ul li {
    margin-bottom: 0;
  }
  .banner_stats ul li b {
    font-size: 2.2em;
  }

  #banner-newsletter .wrapper {
    width: 1170px;
  }

  #banner-out-of-market .wrapper {
    width: 1170px;
    -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;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px;
  }
  #banner-out-of-market .wrapper .button {
    width: 45%;
  }

  #team #head_slider {
    width: 1170px;
  }
  #team #head_slider ul li {
    -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-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: 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;
  }
  #team #head_slider ul li .team-item {
    width: 24%;
  }
  #team #head_slider ul li .team-item .right-info .name {
    font-size: 1em;
    font-weight: 400;
  }

  .agenti-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .agenti-list h3 {
    width: 100%;
  }
  .agenti-list h3 a span {
    display: inline;
  }
  .agenti-list .team-member {
    margin: 1%;
    width: 31%;
  }

  #banner-contact {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
    -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: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #ECECEC;
    width: 100%;
  }
  #banner-contact .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 1170px;
  }
  #banner-contact .wrapper .col1 {
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-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;
    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;
    height: 100%;
    width: 40%;
    padding: 0px;
  }
  #banner-contact .wrapper .col2 {
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -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;
    -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-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;
    padding: 50px;
    width: 60%;
  }
}

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