@charset "UTF-8";
.clear, #tab_property .section ul:after {
  clear: both;
  content: '';
  display: block;
  float: none;
  height: 0; }

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

html {
  scroll-behavior: smooth; }

body {
  color: #333333;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  background-image: url("../img/GeneralAgencyUnob.jpg");
  background-attachment: fixed;
  background-position: center;
  padding: 0;
  overflow-x: hidden; }
  body.elenchi #immobili_elenco .order_by,
  body.elenchi #immobili_elenco .pager, body.elenco-immobili #immobili_elenco .order_by,
  body.elenco-immobili #immobili_elenco .pager {
    display: none; }
  body.elenchi #right_column, body.elenco-immobili #right_column {
    display: none; }
  body #main_wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    body #main_wrapper.not_home {
      min-height: 60vh; }

a:link, a:active, a:hover, a:visited {
  color: #0a62ab;
  text-decoration: none; }

.engine-title {
  color: #0a62ab;
  font-weight: 600;
  margin: 0 0 30px 0;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
  display: flex;
  align-items: center; }
  .engine-title img {
    margin-right: 10px; }
  .engine-title.detail {
    font-size: 1.5em;
    text-align: left;
    text-transform: initial; }

.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 40px;
  color: #0a62ab;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 40px 0; }

.go_top {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  height: 44px;
  width: 44px;
  z-index: 9999; }
  .go_top a {
    background-color: #0a62ab;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #ffffff;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 44px;
    width: 44px;
    transition: all 0.4s; }
    .go_top a:hover {
      transition: all 0.4s;
      background-color: white;
      border: 1px solid #0a62ab;
      color: #0a62ab; }
      .go_top a:hover i {
        transition: all 0.4s;
        color: #0a62ab; }
    .go_top a i {
      transition: all 0.4s;
      color: white;
      font-size: 20px; }

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

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

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

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

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

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

#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: #0a62ab;
  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); } }
.clear, #tab_property .section ul:after {
  clear: both;
  content: '';
  display: block;
  float: none;
  height: 0; }

#main_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  width: 100%; }
  #main_content .button {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0a62ab;
    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: #0d7edb; }
    #main_content .button span {
      color: white; }
      #main_content .button span i {
        color: white;
        margin-right: 8px; }
  #main_content p {
    margin: 15px 0;
    line-height: 1.8em; }
  #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: .5em; }
  #main_content.not_home {
    padding: 15px; }

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

#top_links {
  display: none;
  background-color: white;
  width: 100%;
  font-size: 16px;
  border-bottom: 2px solid rgba(10, 98, 171, 0.2); }
  #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 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        #top_links .wrapper .top-menu .contact .tel {
          margin-right: 15px; }
        #top_links .wrapper .top-menu .contact .email {
          margin-left: 10px; }
        #top_links .wrapper .top-menu .contact a, #top_links .wrapper .top-menu .contact i {
          color: #0a62ab; }
        #top_links .wrapper .top-menu .contact i {
          margin-right: 5px; }
      #top_links .wrapper .top-menu .social {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        height: 42px; }
        #top_links .wrapper .top-menu .social a {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
          color: white;
          cursor: pointer;
          height: 100%;
          padding: 0 15px;
          text-decoration: none;
          border-right: 2px solid #0a62ab;
          border-left: 2px solid #0a62ab;
          background-color: #0a62ab; }
          #top_links .wrapper .top-menu .social a i {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            text-align: center;
            width: 18px; }
          #top_links .wrapper .top-menu .social a:hover {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            background-color: white;
            border-left: 2px solid rgba(10, 98, 171, 0.2);
            border-right: 2px solid rgba(10, 98, 171, 0.2);
            color: #0a62ab; }
            #top_links .wrapper .top-menu .social a:hover i {
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              transition: all 0.4s ease;
              color: #0a62ab; }

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

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

#header-internal {
  padding: 5px 0;
  padding-top: 30px;
  position: relative;
  z-index: 1; }
  #header-internal .wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    #header-internal .wrapper .mask {
      padding: 0 10px; }
      #header-internal .wrapper .mask h3 {
        display: flex;
        text-transform: lowercase;
        align-items: center;
        font-size: 13px;
        font-weight: 400;
        margin: 0; }
        #header-internal .wrapper .mask h3 i {
          color: #0a62ab;
          margin: 0 5px; }
        #header-internal .wrapper .mask h3 a {
          color: #333333; }
          #header-internal .wrapper .mask h3 a:hover {
            text-decoration: underline; }
  #header-internal:after {
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.vetrina-outdoor {
  width: 100%;
  margin-top: 40px; }
  .vetrina-outdoor .slick-list {
    padding-bottom: 5px; }
  .vetrina-outdoor .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-height: 470px;
    background-size: cover;
    background-position: center;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    outline: 0px;
    width: 94%;
    margin: 0 auto; }
    .vetrina-outdoor .item .foto {
      width: 100%;
      height: 280px;
      background-position: center;
      background-size: cover;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .vetrina-outdoor .item .foto span {
        background-color: #0a62ab;
        color: white;
        border-radius: 5px;
        margin-bottom: -16px;
        text-transform: uppercase;
        font-size: 14px;
        box-sizing: border-box;
        padding: 4px 15px;
        box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
        height: 33px; }
        .vetrina-outdoor .item .foto span.new {
          background: #00acfc;
          left: 100px; }
    .vetrina-outdoor .item .item-info {
      width: 100%;
      box-sizing: border-box;
      background-color: white;
      display: flex;
      flex-wrap: wrap; }
      .vetrina-outdoor .item .item-info h4 {
        color: #333333;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        width: 100%;
        margin: 0;
        padding: 20px 30px 10px 30px; }
      .vetrina-outdoor .item .item-info span {
        color: #808080;
        margin-bottom: 0px;
        font-size: 14px; }
        .vetrina-outdoor .item .item-info span.rif {
          width: 40%; }
        .vetrina-outdoor .item .item-info span.luogo {
          width: 100%; }
        .vetrina-outdoor .item .item-info span.type {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 0px;
          color: #0a62ab;
          width: 100%;
          text-align: left; }
      .vetrina-outdoor .item .item-info .container_location {
        display: flex;
        padding: 10px 30px;
        width: 100%; }
      .vetrina-outdoor .item .item-info .details {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 30px;
        justify-content: space-between; }
        .vetrina-outdoor .item .item-info .details.p-box {
          display: flex;
          justify-content: space-between;
          width: 100%;
          border: 0px;
          margin-bottom: 0px; }
          .vetrina-outdoor .item .item-info .details.p-box h6 {
            width: auto;
            text-align: center;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 7px;
            text-indent: 8px;
            text-transform: uppercase;
            color: #0a62ab;
            margin: 20px auto;
            border-bottom: 2px solid #0a62ab; }
      .vetrina-outdoor .item .item-info .container_span {
        display: flex;
        padding: 10px 30px;
        width: 100%;
        border-top: 1px solid #ebebeb;
        justify-content: space-between; }
      .vetrina-outdoor .item .item-info .price {
        color: #0a62ab;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
        width: 40%;
        font-weight: 700; }
    .vetrina-outdoor .item:hover .item-info {
      background-color: rgba(255, 255, 255, 0.8); }
      .vetrina-outdoor .item:hover .item-info span {
        color: #0a62ab; }
  .vetrina-outdoor .slick-dots {
    bottom: -45px; }
    .vetrina-outdoor .slick-dots li button::before {
      background-color: #0a62ab;
      content: '';
      transition: all 0.4s;
      border-radius: 20px; }
    .vetrina-outdoor .slick-dots li.slick-active {
      width: 40px; }
      .vetrina-outdoor .slick-dots li.slick-active button {
        width: 40px; }
        .vetrina-outdoor .slick-dots li.slick-active button::before {
          background-color: #0a62ab;
          content: '';
          width: 35px;
          border-radius: 20px;
          transition: all 0.4s; }
  .vetrina-outdoor.simili {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .vetrina-outdoor.simili .item {
      width: 100%; }
      .vetrina-outdoor.simili .item .foto {
        height: 180px; }

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

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

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

#search-by-map {
  flex-grow: 1;
  margin: 5px 0;
  height: 41px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #808080;
  background-color: #4778a1; }
  #search-by-map .map_search {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%; }
    #search-by-map .map_search input[type="radio"] {
      display: none; }
    #search-by-map .map_search label {
      color: white !important;
      width: 95%;
      flex-grow: 1;
      padding: 0.5em;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      #search-by-map .map_search label .heading-label {
        border: 0;
        text-align: center; }
        #search-by-map .map_search label .heading-label .disegnasu {
          display: none; }
    #search-by-map .map_search #search_tab1:checked ~ label[for="search_tab1"],
    #search-by-map .map_search #search_tab2:checked ~ label[for="search_tab2"] {
      color: #fff;
      border: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
  #search-by-map .update-poly {
    display: none;
    text-align: center;
    padding: 0.5em 0;
    width: 100%; }
    #search-by-map .update-poly a {
      color: #fff; }

#select_districts,
#select_cities,
#select_typologies {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 47%;
  background-color: white;
  border: 1px solid #808080;
  background-color: white;
  box-sizing: border-box;
  color: #8c8c8f; }
  #select_districts label,
  #select_cities label,
  #select_typologies label {
    color: #8c8c8f;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    justify-content: center;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 43px;
    height: 43px;
    padding: 0 0 0 18px;
    text-align: left;
    text-align-last: left;
    width: 100%; }
  #select_districts .multi_select,
  #select_cities .multi_select,
  #select_typologies .multi_select {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 40vh;
    min-width: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 3000; }
    #select_districts .multi_select.opened,
    #select_cities .multi_select.opened,
    #select_typologies .multi_select.opened {
      display: block; }
    #select_districts .multi_select .category,
    #select_cities .multi_select .category,
    #select_typologies .multi_select .category {
      padding-left: 15px;
      font-weight: 600; }
    #select_districts .multi_select li,
    #select_cities .multi_select li,
    #select_typologies .multi_select li {
      box-sizing: border-box;
      text-align: left;
      white-space: nowrap; }
      #select_districts .multi_select li label,
      #select_cities .multi_select li label,
      #select_typologies .multi_select li label {
        box-sizing: border-box;
        border-radius: 0;
        color: #333333;
        display: block;
        font-size: 0.8125em;
        padding: 0 10px;
        text-align: left;
        text-align-last: left; }
        #select_districts .multi_select li label input,
        #select_cities .multi_select li label input,
        #select_typologies .multi_select li label input {
          margin-left: 0;
          margin-right: 5px; }

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

#boxSeoHome {
  display: none; }
  #boxSeoHome .wrapper-seo h3 {
    margin-top: 0; }

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

#navigation .contact {
  display: none;
  justify-content: space-between; }
#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;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    margin: 15px 12px;
    list-style-type: none;
    position: relative;
    text-align: center; }
    #navigation #navigation-standard > li.active {
      border-top: 3px solid #0a62ab; }
    #navigation #navigation-standard > li:hover a span {
      color: #0a62ab; }
    #navigation #navigation-standard > li:first-of-type {
      display: none; }
    #navigation #navigation-standard > li a {
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: start;
      -moz-align-items: start;
      -ms-align-items: start;
      -o-align-items: start;
      align-items: start;
      -ms-flex-align: start;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-top: 5px;
      cursor: pointer;
      height: 100%;
      text-decoration: none;
      line-height: initial; }
      #navigation #navigation-standard > li a span {
        font-size: 16px;
        color: #666;
        font-weight: 400; }
      #navigation #navigation-standard > li a i {
        font-size: 20px; }
    #navigation #navigation-standard > li:last-child {
      margin-right: 20px;
      z-index: 1000; }
    #navigation #navigation-standard > li.dropdown {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      #navigation #navigation-standard > li.dropdown #dropdown-menu {
        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: 31px; }
        #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li {
          background-color: #fff;
          border-bottom: 1px solid #666;
          color: #0a62ab;
          list-style-type: none;
          margin: 0;
          padding: 0;
          white-space: nowrap; }
          #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li::first-child::before {
            content: '';
            height: 19px;
            background-color: transparent;
            border: 0; }
          #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: #0a62ab; }
            #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover a span {
              color: #fff; }
#navigation #menu-responsive button {
  color: #0a62ab;
  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: #333333; }
#navigation #menu-responsive .navigation-mobile {
  align-content: flex-start;
  align-items: center;
  background-color: rgba(10, 98, 171, 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 .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 .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: #0a62ab;
        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 .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: url("../img/GeneralAgencyDue.jpg"); }
  #footer .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start; }
    #footer .wrapper .info {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      align-content: flex-start; }
      #footer .wrapper .info h6 {
        color: #333333;
        font-size: 16px;
        margin: 0px;
        margin-top: 10px; }
      #footer .wrapper .info i {
        color: #0a62ab; }
      #footer .wrapper .info span {
        font-weight: 400; }
      #footer .wrapper .info img {
        margin-bottom: 20px;
        max-height: 60px; }
      #footer .wrapper .info .social {
        display: flex; }
        #footer .wrapper .info .social .social-box {
          margin-right: 10px;
          box-sizing: border-box;
          background: white;
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
      #footer .wrapper .info .logo {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px; }
        #footer .wrapper .info .logo i {
          font-size: 30px;
          color: #0a62ab; }
        #footer .wrapper .info .logo span {
          font-size: 18px;
          margin: 0 0 0 10px;
          font-weight: 400; }
      #footer .wrapper .info h3 {
        width: 100%;
        color: white;
        font-weight: 600;
        position: relative;
        padding-bottom: 5px;
        font-size: 19px; }
      #footer .wrapper .info .single-agency {
        display: flex;
        width: 100%;
        flex-wrap: wrap; }
        #footer .wrapper .info .single-agency span, #footer .wrapper .info .single-agency a {
          display: flex;
          width: 100%;
          align-items: center;
          margin-bottom: 10px;
          color: white;
          font-size: 14px;
          line-height: initial; }
        #footer .wrapper .info .single-agency a:hover {
          font-size: 16px;
          transition: 0.3s; }
        #footer .wrapper .info .single-agency i {
          margin-right: 12px;
          color: white; }
      #footer .wrapper .info .action-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 100%;
        flex-wrap: wrap; }
        #footer .wrapper .info .action-menu .col {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #footer .wrapper .info .action-menu .col a {
            width: 100%;
            text-decoration: none;
            margin: 5px 0;
            font-size: 15px;
            color: white;
            font-weight: 300;
            line-height: initial; }
            #footer .wrapper .info .action-menu .col a b {
              color: white;
              font-size: 20px;
              line-height: 25px;
              margin-right: 10px; }
            #footer .wrapper .info .action-menu .col a:hover {
              font-size: 17px;
              transition: 0.3s; }
      #footer .wrapper .info span {
        margin: 5px 0;
        font-size: 16px;
        font-weight: 500; }
        #footer .wrapper .info span a {
          font-size: 16px;
          color: #8c8c8f;
          font-weight: 500; }
        #footer .wrapper .info span b {
          font-size: 16px;
          color: #8c8c8f;
          font-weight: bold; }

#bottom {
  width: 100%;
  background-color: #12457e; }
  #bottom .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 15px 0;
    flex-wrap: wrap; }
    #bottom .wrapper span {
      color: #fff;
      width: 100%;
      text-align: center; }
      #bottom .wrapper span.link-utilities {
        margin: 15px 0; }
    #bottom .wrapper a {
      color: #fff;
      font-size: 13px; }

.mobile-button {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  justify-content: space-between;
  z-index: 99; }
  .mobile-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
    color: white;
    font-weight: bold;
    background-color: #0a62ab; }
    .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: #0a62ab; }

.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: 10px;
    color: white;
    font-weight: bold;
    background-color: #0a62ab; }
    .mobile-button a i {
      margin-right: 8px;
      font-size: 18px; }
    .mobile-button a:first-child {
      background-color: #0a62ab; }
      .mobile-button a:first-child i {
        margin-right: 8px;
        font-size: 18px; }

.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;
      height: auto;
      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: #0a62ab;
            color: #0a62ab;
            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: #0a62ab;
              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: #333333;
        font-weight: 400;
        margin: 0;
        width: 100%;
        font-size: 16px; }
      .cantieri #immobili-elenco .item .right-el .city {
        margin: 0 0 5px 0; }
      .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: #0a62ab;
          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: #2372b3; }
          .cantieri #immobili-elenco .item .right-el .price-block a.dettagli:active {
            background: #09589a; }

.head-slider {
  width: 100%;
  height: 70vh; }
  .head-slider .slick-next {
    right: 30px;
    bottom: 20px;
    top: auto;
    width: 100px; }
  .head-slider .slick-prev {
    left: 30px;
    bottom: 20px;
    top: auto;
    z-index: 9;
    width: 100px; }
  .head-slider .slick-prev:before {
    content: "← PREV";
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 4px; }
  .head-slider .slick-next:before {
    content: "NEXT →";
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 4px; }
  .head-slider div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }

.pittogramma {
  background-position: center center;
  background-repeat: no-repeat;
  height: 180px;
  max-width: 100%;
  margin: auto; }
  .pittogramma .overlay {
    display: flex;
    background: rgba(10, 98, 171, 0.5);
    background: radial-gradient(circle, #0a62ab 0%, rgba(252, 70, 107, 0) 100%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
    .pittogramma .overlay > div {
      color: #fff;
      font-weight: 600;
      text-transform: none;
      text-align: center;
      font-size: 30px;
      margin: 0px;
      line-height: 40px; }
    .pittogramma .overlay h5 {
      color: #fff;
      font-weight: 300;
      margin: 0px;
      text-transform: uppercase;
      text-align: center;
      font-size: 19px;
      letter-spacing: 2px; }

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

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

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

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

.static-page {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .static-page .copertina {
    margin-bottom: 30px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative; }
    .static-page .copertina h1 {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      margin: 0;
      color: white;
      text-align: center;
      box-sizing: border-box;
      padding: 10px; }
  .static-page.calcolatori {
    background-color: white;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 100%; }
    .static-page.calcolatori .engine-title {
      color: #0a62ab;
      width: 100%;
      border-bottom: 2px solid #0a62ab;
      margin: 0; }
    .static-page.calcolatori .wrapper {
      background-color: #eff6ff;
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: justify;
      margin: 0;
      flex-direction: column; }
      .static-page.calcolatori .wrapper .navigazione {
        display: flex;
        justify-items: center;
        flex-direction: column;
        margin-top: 20px;
        background-color: #eff6ff; }
        .static-page.calcolatori .wrapper .navigazione button {
          margin: 0;
          width: 100%;
          font-size: 1em;
          padding: 0 1em;
          height: 3em;
          background-color: transparent;
          color: #0a62ab;
          -webkit-transition: background-color, 0.4s, ease, 0.3s;
          -moz-transition: background-color, 0.4s, ease, 0.3s;
          transition: background-color, 0.4s, ease, 0.3s;
          border: 0;
          border-bottom: 1px solid #0a62ab; }
          .static-page.calcolatori .wrapper .navigazione button:hover {
            background-color: #0a62ab !important;
            color: white !important;
            -webkit-transition: background-color, 0.4s, ease, 0.3s;
            -moz-transition: background-color, 0.4s, ease, 0.3s;
            transition: background-color, 0.4s, ease, 0.3s; }
          .static-page.calcolatori .wrapper .navigazione button:first-child {
            background-color: #0a62ab;
            color: white; }
    .static-page.calcolatori .contenuto {
      margin: auto;
      width: 100%; }
      .static-page.calcolatori .contenuto .calcolatore {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        height: 650px;
        width: 100%;
        display: none; }
        .static-page.calcolatori .contenuto .calcolatore:first-child {
          display: block; }
  .static-page.staff-page {
    background-color: white;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 -10px; }
    .static-page.staff-page .engine-title {
      color: #0a62ab;
      width: 100%;
      border-bottom: 2px solid #0a62ab; }
    .static-page.staff-page .go-box {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .static-page.staff-page .go-box .staff-element {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-content: center;
        padding-bottom: 20px; }
        .static-page.staff-page .go-box .staff-element .img-staff {
          width: 130px;
          height: 130px;
          border-radius: 50%;
          background-size: cover;
          background-position: center;
          border: 2px solid #0a62ab; }
        .static-page.staff-page .go-box .staff-element .dati {
          position: relative;
          display: flex;
          justify-content: space-evenly;
          align-items: center;
          flex-direction: column;
          padding: 0px 15px;
          border: 1px solid #0a62ab;
          width: 50%; }
          .static-page.staff-page .go-box .staff-element .dati .nome {
            color: #0a62ab;
            font-size: 18px;
            text-align: left;
            font-weight: 700; }
          .static-page.staff-page .go-box .staff-element .dati .ruolo {
            font-weight: 400; }
          .static-page.staff-page .go-box .staff-element .dati .mansione {
            font-size: 14px; }
          .static-page.staff-page .go-box .staff-element .dati .contatti {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            text-align: center;
            font-size: 12px; }
            .static-page.staff-page .go-box .staff-element .dati .contatti .telefono {
              margin: 10px; }
              .static-page.staff-page .go-box .staff-element .dati .contatti .telefono a {
                color: #333333; }
                .static-page.staff-page .go-box .staff-element .dati .contatti .telefono a:hover {
                  color: #0a62ab; }
            .static-page.staff-page .go-box .staff-element .dati .contatti .email {
              margin: 0px 10px 10px 10px; }
              .static-page.staff-page .go-box .staff-element .dati .contatti .email a {
                color: #333333; }
                .static-page.staff-page .go-box .staff-element .dati .contatti .email a:hover {
                  color: #0a62ab; }
  .static-page.mission {
    background-color: white;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box; }
    .static-page.mission h1 {
      color: #0a62ab;
      width: 100%;
      border-bottom: 2px solid #0a62ab; }
  .static-page .banner-service {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: 10px;
    font-size: 40px;
    justify-content: center;
    text-shadow: 1px 1px 1px black;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    line-height: 40px; }
    .static-page .banner-service:hover:after {
      background-color: rgba(0, 0, 0, 0); }
    .static-page .banner-service:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: -1;
      transition: all .5s ease-in-out; }
  .static-page.servizi {
    display: block; }
    .static-page.servizi #perchivende,
    .static-page.servizi #perchicompra {
      margin-top: -100px; }
    .static-page.servizi h2 {
      color: #0a62ab; }
    .static-page.servizi video {
      width: 100%; }
  .static-page .feedbacks .feedback {
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px; }
    .static-page .feedbacks .feedback:nth-child(odd) {
      background-color: #EFEFEF; }
    .static-page .feedbacks .feedback p {
      font-style: italic;
      margin: 0 !important; }
    .static-page .feedbacks .feedback span {
      font-weight: bold;
      text-align: right;
      width: 100%; }
  .static-page .engine-title {
    font-size: 1.5em;
    text-align: left; }
  .static-page .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .static-page .badges .badge {
      align-content: flex-start;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px;
      width: 100%; }
      .static-page .badges .badge .pic {
        background-position: center;
        background-size: cover;
        height: 400px;
        position: relative;
        width: 100%; }
        .static-page .badges .badge .pic .ruolo {
          background-color: rgba(0, 0, 0, 0.5);
          box-sizing: border-box;
          bottom: 0;
          color: white;
          font-weight: 400;
          left: 0;
          padding: 10px;
          position: absolute;
          text-align: center;
          width: 100%; }
      .static-page .badges .badge .info {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        width: 100%; }
        .static-page .badges .badge .info span {
          width: 100%; }
          .static-page .badges .badge .info span.engine-title {
            font-size: 20px;
            margin-bottom: 15px; }
  .static-page .btn {
    background-color: #0a62ab;
    border-radius: 3px;
    color: white;
    box-sizing: border-box;
    padding: 12px 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .static-page .btn:hover {
      background-color: #0a62ab; }
  .static-page .row {
    align-items: flex-start;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .static-page .row .image {
      background-position: center;
      background-size: cover;
      height: 280px;
      margin-bottom: 25px;
      width: 100%; }
    .static-page .row p {
      margin: 0 !important;
      text-align: justify; }
  .static-page .left-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .static-page .left-contact .engine-title {
      font-size: 1.5em; }
    .static-page .left-contact .item {
      align-items: center;
      display: flex;
      margin-bottom: 15px;
      background-color: transparent;
      width: 100%; }
      .static-page .left-contact .item i {
        align-items: center;
        border: 1px solid #333333;
        border-radius: 50%;
        color: #333333;
        display: flex;
        font-size: 20px;
        height: 45px;
        justify-content: center;
        margin-right: 25px;
        width: 45px; }
      .static-page .left-contact .item p {
        display: flex;
        flex-wrap: wrap; }
        .static-page .left-contact .item p b {
          font-weight: 600;
          margin-bottom: 3px;
          width: 100%; }
        .static-page .left-contact .item p span {
          font-weight: 400;
          width: 100%;
          color: #0a62ab; }
  .static-page .right-contact {
    margin-top: 25px;
    width: 100%; }
    .static-page .right-contact .engine-title {
      font-size: 1.5em; }
    .static-page .right-contact form {
      background: none;
      margin: 0;
      padding: 0; }
      .static-page .right-contact form #modCont em {
        width: 100%; }
      .static-page .right-contact form #modCont p {
        padding: 0;
        width: 100%; }
        .static-page .right-contact form #modCont p textarea {
          height: 200px;
          width: 100%; }
  .static-page .general-text {
    color: #333333;
    line-height: 1.8; }

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

.abilitazioni {
  margin: 4px 0 !important;
  display: flex; }
  .abilitazioni img.check-green {
    align-self: baseline;
    width: 20px;
    margin: 0 10px; }
  .abilitazioni p {
    margin: 0 !important; }

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

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

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

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

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

.banner-servizi {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 60px 0px; }
  .banner-servizi .wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .banner-servizi .wrapper a {
      box-sizing: border-box;
      padding: 7px 13px;
      margin: 0 30px;
      color: #0a62ab;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: 300px;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      flex-direction: column;
      color: white;
      text-align: center;
      font-size: 28px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .banner-servizi .wrapper a .overlay {
        margin: auto;
        margin-bottom: 0px;
        white-space: nowrap;
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        position: relative;
        color: white;
        font-weight: 600;
        padding: 20px 20px; }
      .banner-servizi .wrapper a:hover, .banner-servizi .wrapper a:focus {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
  .banner-servizi:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: ""; }

.banner-agenzie {
  width: 100%;
  margin: auto;
  background-image: url("../img/bgicon5.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right center;
  padding: 60px 20px;
  box-sizing: border-box;
  margin-top: 0px; }
  .banner-agenzie .wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
    max-width: 1170px;
    justify-content: space-between; }
    .banner-agenzie .wrapper h5 {
      font-size: 13px;
      letter-spacing: 6px;
      margin-bottom: 25px;
      line-height: 1;
      display: inline-block;
      color: #333;
      text-transform: uppercase;
      font-weight: 300;
      text-align: center;
      width: 100%;
      text-align: left; }
    .banner-agenzie .wrapper h2 {
      margin-top: 0;
      font-size: 34px;
      margin-bottom: 35px;
      line-height: 1;
      font-weight: 400;
      display: inline-block;
      color: #333;
      text-align: center;
      width: 100%;
      text-align: left; }
    .banner-agenzie .wrapper .text-service {
      width: 100%; }
      .banner-agenzie .wrapper .text-service img {
        width: 100%; }
      .banner-agenzie .wrapper .text-service h5 {
        font-size: 12px;
        line-height: 1.6em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5em;
        color: #0a62ab;
        width: 100%;
        text-align: left;
        margin-top: 5px; }
      .banner-agenzie .wrapper .text-service h2 {
        margin-bottom: 0;
        font-size: 22px;
        margin-top: 10px;
        line-height: 1;
        font-weight: 600;
        display: inline-block;
        color: #333333;
        text-align: center;
        width: 100%;
        text-align: left; }

.box-vetrina {
  width: 100%; }
  .box-vetrina .wrapper {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 40px 0px; }
    .box-vetrina .wrapper h5 {
      font-size: 20px;
      letter-spacing: 6px;
      margin-bottom: 8px;
      line-height: 1;
      display: inline-block;
      color: #0a62ab;
      text-transform: uppercase;
      font-weight: 300;
      text-align: center;
      width: 100%;
      margin-top: 5px; }
    .box-vetrina .wrapper h2 {
      margin-top: 0;
      font-size: 34px;
      margin-bottom: 0px;
      line-height: 1;
      font-weight: 400;
      display: inline-block;
      color: #0a62ab;
      text-align: center;
      width: 100%; }

.banner-ricerca-veloce {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 1; }
  .banner-ricerca-veloce .wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 20px; }
    .banner-ricerca-veloce .wrapper h2 {
      text-align: center;
      width: 100%;
      margin-bottom: 0; }
    .banner-ricerca-veloce .wrapper h3 {
      width: 100%;
      margin: 5px 0 0 0;
      font-weight: 200;
      text-align: center; }
    .banner-ricerca-veloce .wrapper .box-wrapper {
      width: 100%;
      margin: 40px 0; }
      .banner-ricerca-veloce .wrapper .box-wrapper .cont-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box {
          width: 100%;
          height: 190px;
          background-position: center;
          margin: 20px 0;
          background-size: cover;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.box-1 {
            background-image: url(../img/affitto.jpg); }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.box-2 {
            background-image: url(../img/vendita.jpg); }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.box-3 {
            background-image: url(../img/bologna.jpg); }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.box-4 {
            background-image: url(../img/commerciali.jpg); }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.box-5 {
            background-image: url(../img/lascia-richiesta.jpg); }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box span {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            z-index: 11; }
            .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box span p {
              width: 100%;
              font-size: 20px;
              font-weight: bold;
              color: white;
              text-align: center;
              text-shadow: 1px 1px 1px black; }
            .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box span a {
              color: white;
              font-size: 17px;
              font-weight: 500;
              padding: 5px 15px;
              background: #0a62ab;
              text-align: center; }
          .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box:after {
            content: "";
            position: absolute;
            background-color: rgba(255, 255, 255, 0.1);
            width: 100%;
            height: 100%; }

.banner-contact {
  position: relative;
  width: 100%;
  z-index: 1; }
  .banner-contact .wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 20px; }
    .banner-contact .wrapper form {
      margin-top: 0;
      padding: 0;
      width: 100%; }
      .banner-contact .wrapper form p {
        margin-bottom: 30px; }
        .banner-contact .wrapper form p input[type="text"],
        .banner-contact .wrapper form p select,
        .banner-contact .wrapper form p textarea {
          border: 1px solid #808080; }
        .banner-contact .wrapper form p ::-webkit-input-placeholder {
          color: #8c8c8f; }
        .banner-contact .wrapper form p :-moz-placeholder {
          /* Firefox 18- */
          color: #8c8c8f; }
        .banner-contact .wrapper form p ::-moz-placeholder {
          /* Firefox 19+ */
          color: #8c8c8f; }
        .banner-contact .wrapper form p :-ms-input-placeholder {
          color: #8c8c8f; }
        .banner-contact .wrapper form p textarea {
          height: 100px; }
      .banner-contact .wrapper form .privacy {
        color: #8c8c8f; }
        .banner-contact .wrapper form .privacy a {
          color: #8c8c8f;
          font-weight: bold;
          text-decoration: underline; }
    .banner-contact .wrapper .col {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
      margin-top: 40px; }
      .banner-contact .wrapper .col p {
        margin: 5px 0;
        width: 100%; }
        .banner-contact .wrapper .col p:first-child {
          margin-top: 0;
          display: flex;
          align-items: center;
          font-size: 17px; }
          .banner-contact .wrapper .col p:first-child img {
            margin-right: 8px; }

.banner-chi-siamo {
  width: 100%;
  height: auto;
  margin-top: 0px; }

.text-chi-siamo {
  background-image: url("../img/GeneralAgencyDue.jpg"); }
  .text-chi-siamo .wrapper .box .col .btn {
    margin: 0;
    padding: 20px 35px;
    background-color: rgba(245, 245, 245, 0.8);
    border-radius: 5px;
    font-size: 1.5em;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.4s; }
    .text-chi-siamo .wrapper .box .col .btn a {
      transition: all 0.4s;
      color: #0a62ab; }
    .text-chi-siamo .wrapper .box .col .btn:hover {
      transition: all 0.4s;
      background-color: #b9ddfb; }
      .text-chi-siamo .wrapper .box .col .btn:hover a {
        color: #0a62ab;
        transition: all 0.4s; }

.banner-team {
  background-image: url("../img/eur3.jpg");
  background-position: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 60px 0px;
  display: flex;
  justify-content: center;
  background-size: cover; }
  .banner-team .wrapper {
    width: 879px; }
    .banner-team .wrapper .title {
      margin-bottom: 0;
      color: #fff;
      font-size: 1.8em;
      font-weight: 400;
      letter-spacing: 8px; }
    .banner-team .wrapper .subtitle {
      text-align: center;
      margin: 0;
      visibility: hidden; }
    .banner-team .wrapper img {
      filter: grayscale(100%);
      max-width: 100%; }
    .banner-team .wrapper .agenti {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      flex-wrap: wrap;
      align-items: center;
      text-align: center;
      width: auto;
      padding: 10px 0;
      position: relative; }
      .banner-team .wrapper .agenti .agente {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: 20px; }
        .banner-team .wrapper .agenti .agente .bordo {
          border-radius: 50%;
          width: 120px;
          height: 120px; }
          .banner-team .wrapper .agenti .agente .bordo .foto {
            background-position: center;
            background-size: cover;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin: 0 10px; }
        .banner-team .wrapper .agenti .agente .dati {
          font-weight: 400;
          text-align: center;
          background: rgba(10, 98, 171, 0.5);
          background: radial-gradient(circle, #0a62ab 0%, rgba(252, 70, 107, 0) 100%);
          padding: 10px 0;
          margin: auto;
          margin-top: 20px;
          max-width: 70%; }
          .banner-team .wrapper .agenti .agente .dati .nome {
            font-size: 16px;
            color: white; }
          .banner-team .wrapper .agenti .agente .dati .mansione {
            color: white;
            font-size: 14px; }

.text-chi-siamo {
  width: 100%; }
  .text-chi-siamo .wrapper {
    display: flex;
    padding: 0 20px; }
    .text-chi-siamo .wrapper .box {
      width: 100%;
      box-sizing: border-box;
      padding: 30px 20px 50px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .text-chi-siamo .wrapper .box .col {
        width: 100%;
        text-align: justify;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0px 15px;
        box-sizing: border-box; }
        .text-chi-siamo .wrapper .box .col h5 {
          font-size: 20px;
          letter-spacing: 6px;
          margin-bottom: 25px;
          line-height: 28px;
          display: inline-block;
          color: white;
          text-transform: uppercase;
          font-weight: 300;
          text-align: center;
          width: 100%; }
        .text-chi-siamo .wrapper .box .col h2 {
          margin-top: 0;
          font-size: 34px;
          margin-bottom: 25px;
          line-height: 1;
          font-weight: 400;
          display: inline-block;
          color: white;
          text-align: center;
          width: 100%; }
          .text-chi-siamo .wrapper .box .col h2 b {
            line-height: 1;
            font-weight: 600; }
        .text-chi-siamo .wrapper .box .col p {
          color: #808080;
          font-size: 14px;
          text-align: center;
          line-height: 24px; }
          .text-chi-siamo .wrapper .box .col p b {
            color: #333333; }
            .text-chi-siamo .wrapper .box .col p b a {
              color: #0a62ab; }
        .text-chi-siamo .wrapper .box .col img {
          width: 100%; }

.container-buy-sell {
  background: radial-gradient(circle, #1759a3 0%, rgba(252, 70, 107, 0) 100%);
  display: flex;
  flex-direction: column;
  padding: 0px 20px 20px 20px; }

#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: #0a62ab;
      border-color: #042b4b; }
      div#aol3pulsloginContainer input[type="button"]:hover {
        box-shadow: 0 0 5px #333;
        -webkit-box-shadow: 0 0 5px #333;
        -moz-box-shadow: 0 0 5px #333; }

form.contactForm {
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 10px;
  padding: 20px; }
  form.contactForm.dettaglio {
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(10, 98, 171, 0.5); }
    form.contactForm.dettaglio #modCont p {
      margin-bottom: 10px;
      padding: 0;
      width: 100%; }
      form.contactForm.dettaglio #modCont p input, form.contactForm.dettaglio #modCont p select {
        background-color: #fcfcfc;
        color: #808080;
        height: 40px; }
        form.contactForm.dettaglio #modCont p input[type="submit"], form.contactForm.dettaglio #modCont p select[type="submit"] {
          background-color: #0a62ab;
          color: white;
          height: auto !important; }
      form.contactForm.dettaglio #modCont p textarea {
        background-color: #fcfcfc;
        color: #808080;
        height: 100px; }
  form.contactForm #modCont {
    display: flex;
    flex-wrap: wrap; }
    form.contactForm #modCont h2 {
      width: 100%; }
  form.contactForm p {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    line-height: normal;
    width: 100%;
    font-size: 12px; }
  form.contactForm label {
    display: block;
    color: #333333 !important;
    font-weight: 400;
    padding: 0;
    font-size: 13px;
    margin-bottom: 5px;
    width: 100%; }
    form.contactForm label.checkbox {
      border: none;
      display: inline-block;
      margin-bottom: 5px;
      width: auto; }
      form.contactForm label.checkbox input[type="radio"] {
        display: inline-block;
        vertical-align: middle;
        width: 24px; }
    form.contactForm label.attachment {
      border-bottom: 1px solid #808080;
      margin-bottom: 12px;
      padding-bottom: 8px; }
      form.contactForm label.attachment i {
        margin-right: 8px; }
  form.contactForm input[type="text"],
  form.contactForm select,
  form.contactForm textarea {
    display: block !important;
    width: 100%;
    height: 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #8c8c8f;
    background-color: white;
    font-family: 'Merriweather', sans-serif;
    border: 1px solid #808080;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    form.contactForm input[type="text"].error,
    form.contactForm select.error,
    form.contactForm textarea.error {
      border-color: red;
      background-color: #ffe6e6; }
    form.contactForm input[type="text"].warning,
    form.contactForm select.warning,
    form.contactForm textarea.warning {
      border-color: #ffe500;
      background-color: #fffacc; }
  form.contactForm ::-webkit-input-placeholder {
    color: #333333; }
  form.contactForm :-moz-placeholder {
    /* Firefox 18- */
    color: #333333; }
  form.contactForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333; }
  form.contactForm :-ms-input-placeholder {
    color: #333333; }
  form.contactForm textarea {
    width: 100%; }
  form.contactForm em {
    line-height: initial; }
  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 button[type='submit'] {
    background-color: #0a62ab;
    color: #fff;
    display: flex;
    font-weight: 600;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
    width: auto;
    padding: 15px 25px;
    transition: background-color .15s linear;
    font-family: 'Merriweather', sans-serif;
    -webkit-appearance: none; }
    form.contactForm button[type='submit'] i {
      margin-left: 7px; }
    form.contactForm button[type='submit']:hover {
      background-color: #07467b; }

#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: #0a62ab;
    font-weight: 600; }

.gallery_immobile #sb-wrapper #sb-title #sb-title-inner {
  background-color: #0a62ab;
  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: #0a62ab;
    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: #0a62ab;
      -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: #0a62ab;
      -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: #0a62ab;
    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 .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: #333333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feedback {
  width: 100%;
  padding: 40px 0px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .feedback .wrapper .slides .slick-dots {
    bottom: unset; }
  .feedback .wrapper .slides .slick-slide {
    display: flex;
    justify-content: center;
    outline: none;
    flex-wrap: wrap; }
    .feedback .wrapper .slides .slick-slide i {
      font-size: 140px;
      color: #0a62ab;
      line-height: 100px;
      position: absolute;
      margin-left: -270px;
      z-index: 1;
      opacity: 0.2;
      margin-top: 20px; }
    .feedback .wrapper .slides .slick-slide p {
      width: 100%;
      text-align: center;
      z-index: 2; }
      .feedback .wrapper .slides .slick-slide p.text {
        margin: 20px 0 10px 0;
        font-style: italic; }
      .feedback .wrapper .slides .slick-slide p.author {
        margin: 0 0 20px 0;
        color: #0a62ab;
        font-weight: 400;
        text-transform: uppercase; }

.btn-feedback {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  margin: 0; }
  .btn-feedback a {
    box-sizing: border-box;
    padding: 14px 0;
    font-size: 17px;
    color: #0a62ab;
    font-weight: 400; }
    .btn-feedback a:hover {
      text-decoration: underline; }

.container_recensione_uno {
  width: 100%;
  margin: 0 auto; }

.container_recensioni {
  width: 100%;
  display: flex; }

.title {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0px;
  margin-top: 0; }

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

.news-box {
  width: 100%;
  z-index: -1; }
  .news-box .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
    width: 100%; }
    .news-box .wrapper h2,
    .news-box .wrapper p {
      text-align: center; }
    .news-box .wrapper > h1, .news-box .wrapper > h4 {
      font-size: 1em;
      font-weight: 300;
      margin: 0;
      text-align: left; }
    .news-box .wrapper > h1 {
      border-bottom: 3px solid #ccc;
      font-size: 1.875em;
      line-height: 1.5em;
      position: relative; }
      .news-box .wrapper > h1:before {
        border-bottom: 5px solid #0a62ab;
        bottom: -4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        width: 3em; }
    .news-box .wrapper .news-widget {
      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;
      margin-top: 2em;
      width: 100%; }
      .news-box .wrapper .news-widget 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-transition: border-color 1s ease;
        -moz-transition: border-color 1s ease;
        transition: border-color 1s ease;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
        border-bottom: 4px solid transparent;
        flex-direction: column;
        margin-bottom: 20px;
        text-decoration: none;
        width: 100%; }
        .news-box .wrapper .news-widget a:hover {
          border-bottom: 4px solid #0a62ab; }
        .news-box .wrapper .news-widget a .img-news {
          background-position: center center !important;
          background-size: cover !important;
          height: 220px;
          margin-bottom: 5px;
          width: 100%; }
        .news-box .wrapper .news-widget a .header {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-left: 5px solid #0a62ab;
          padding-left: 6px;
          width: 100%; }
          .news-box .wrapper .news-widget a .header h2 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #0a62ab;
            margin: 3px 0;
            padding-left: 10px;
            width: 100%;
            font-weight: 300; }
          .news-box .wrapper .news-widget a .header p {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #333333;
            margin: 0;
            padding-left: 10px;
            width: 100%;
            font-weight: 200; }
        .news-box .wrapper .news-widget a h4 {
          box-sizing: border-box;
          padding: 0 15px;
          color: #0a62ab;
          margin-bottom: 10px;
          line-height: 22px; }
        .news-box .wrapper .news-widget a .text {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #333333;
          font-size: 15px;
          padding: 0 15px;
          font-weight: 200;
          margin: 0;
          line-height: 22px; }
        .news-box .wrapper .news-widget a .date {
          box-sizing: border-box;
          padding: 0 15px;
          color: #0a62ab; }
        .news-box .wrapper .news-widget a .link {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #333333;
          margin-top: 0;
          padding-left: 20px;
          font-weight: 200; }

#news_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #news_list .news-item {
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    #news_list .news-item .bg-img {
      align-items: center;
      background-position: center !important;
      background-size: cover !important;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      display: flex;
      height: 250px;
      justify-content: center;
      position: relative;
      width: 100%; }
      #news_list .news-item .bg-img:hover:before {
        color: white;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-size: 50px;
        transition: 0.3s;
        transform: translateY(-80%);
        font-weight: 900; }
      #news_list .news-item .bg-img:hover:after {
        background: -webkit-linear-gradient(transparent 40%, #0a62ab);
        background: -o-linear-gradient(transparent 40%, #0a62ab);
        background: linear-gradient(transparent 40%, #0a62ab);
        content: '';
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    #news_list .news-item .info {
      box-sizing: border-box;
      padding: 20px;
      width: 100%;
      background-color: white; }
      #news_list .news-item .info h3 {
        color: #333;
        font-weight: 500;
        font-size: 22px;
        margin: 0; }
      #news_list .news-item .info h4 {
        color: #333;
        font-weight: 400;
        margin: 6px 0 15px 0; }
      #news_list .news-item .info p {
        color: #333;
        line-height: 1.5;
        margin-bottom: 15px; }
      #news_list .news-item .info .more {
        color: #0a62ab;
        font-weight: 500; }
  #news_list.sidebar {
    position: sticky;
    top: 80px; }
    #news_list.sidebar .news-item {
      align-items: center;
      border-bottom: 1px solid #e0e0e0;
      box-shadow: none;
      flex-wrap: nowrap;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      #news_list.sidebar .news-item .bg-img {
        height: 95px;
        margin-right: 15px;
        width: 95px; }
        #news_list.sidebar .news-item .bg-img:hover:before {
          display: none; }
        #news_list.sidebar .news-item .bg-img:hover:after {
          display: none; }
      #news_list.sidebar .news-item .info {
        width: 235px; }
  #news_list.detail .news-item .bg-img:hover:before {
    display: none; }
  #news_list.detail .news-item .bg-img:hover:after {
    display: none; }

.breadcrumb {
  color: #666;
  margin-bottom: 2em; }
  .breadcrumb a {
    color: #666; }

#partner {
  padding-bottom: 40px;
  background-color: rgba(220, 220, 220, 0.2);
  padding-top: 10px; }
  #partner .wrapper {
    text-align: center; }
    #partner .wrapper h4 {
      display: inline-block;
      width: 100%;
      font-size: 24px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 8px;
      line-height: 60px;
      color: #0a62ab; }
    #partner .wrapper .banner {
      box-sizing: border-box;
      display: flex;
      text-align: center;
      width: 100%;
      flex-wrap: wrap;
      max-height: 500px;
      padding: 0 10px;
      align-items: center;
      justify-content: space-around; }
      #partner .wrapper .banner > div {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
      #partner .wrapper .banner .rina a {
        display: block;
        background: url("../img/rina.png");
        width: 130px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #partner .wrapper .banner .cei div {
        display: block;
        background: url("../img/cei.png");
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #partner .wrapper .banner .world_prop a {
        display: block;
        background: url("../img/world_prop.png");
        width: 180px;
        height: 110px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center; }
      #partner .wrapper .banner .e-valuations a {
        display: block;
        background: url("../img/e-valuations.png");
        width: 133px;
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #partner .wrapper .banner .fiaip a {
        display: block;
        background: url("../img/fiaip.png");
        width: 127px;
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #partner .wrapper .banner .bii a {
        display: block;
        background: url("../img/bii.png");
        width: 75px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #partner .wrapper .banner .realtor a {
        display: block;
        background: url("../img/nar.png");
        width: 205px;
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }

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

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

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

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

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

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

  #header .wrapper-header #logo {
    flex-grow: 0;
    padding-right: 0%;
    width: auto; }

  #header-internal {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  #immobili-elenco .order_by {
    text-align: right;
    padding: 12px 20px !important; }
    #immobili-elenco .order_by select {
      font-size: 16px !important; }
  #immobili-elenco .card {
    width: 48%; }
  #immobili-elenco .pager {
    display: block; }
    #immobili-elenco .pager li {
      width: initial;
      margin-bottom: 0; }

  #right_column .riferimenti {
    display: none; }
  #right_column .banner-container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    #right_column .banner-container.dettaglio {
      width: max-content; }
    #right_column .banner-container .banner {
      width: 48%; }
  #right_column .banner-totem {
    display: none; }

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

  #property-images #main {
    height: 490px;
    margin-bottom: 10px; }

  .banner-servizi .wrapper {
    justify-content: center; }
    .banner-servizi .wrapper a {
      margin: auto;
      margin-bottom: 20px;
      width: 42%; }

  .banner-team .wrapper .agenti {
    flex-direction: unset; }
    .banner-team .wrapper .agenti .agente .dati {
      width: 100%; }
      .banner-team .wrapper .agenti .agente .dati .nome {
        font-weight: 700; }

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

  #news-box .wrapper {
    padding: 20px .5em; }
    #news-box .wrapper .news-widget {
      -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; }
      #news-box .wrapper .news-widget a {
        background-color: #F5F5F5;
        width: 30%; }

  #news_list li a .img-news {
    width: 15%; }
  #news_list li a .info {
    width: 83%; }

  .news-box .wrapper p {
    text-align: left; }
  .news-box .wrapper .engine-title,
  .news-box .wrapper .subtitle {
    text-align: center; }

  #partner .wrapper .banner > div {
    width: 33%; } }
@media (min-width: 1200px) {
  #main_wrapper {
    justify-content: space-between;
    width: 100%;
    background: url(../img/logo-multiple.png);
    background-repeat: no-repeat;
    background-size: 270px;
    background-position: right bottom; }
    #main_wrapper.not_home {
      margin: 20px auto;
      width: 1170px; }

  .wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1170px; }

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

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

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

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

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

  #header {
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.6);
    width: 100%;
    max-width: 1170px; }
    #header .wrapper-header {
      margin: 0 auto;
      padding: 15px 0;
      display: flex;
      justify-content: space-between; }
      #header .wrapper-header #logo {
        z-index: 2;
        flex-grow: 0;
        width: auto; }
        #header .wrapper-header #logo a img {
          max-height: 8vh; }

  #header:before {
    z-index: 1;
    content: ' ';
    position: absolute;
    display: block;
    width: 10%;
    height: 100%;
    top: 0px;
    left: -20px;
    background-color: white;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    box-shadow: -10px 10px 10px -10px rgba(0, 0, 0, 0.3); }

  #header:after {
    content: ' ';
    z-index: 1;
    position: absolute;
    display: block;
    width: 10%;
    height: 100%;
    top: 0px;
    right: -20px;
    background-color: white;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.5); }

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

  .head-slider {
    height: 650px;
    z-index: 1;
    margin-top: -130px; }
    .head-slider div .pittogramma {
      max-width: 800px;
      height: 150px; }

  .vetrina-outdoor {
    width: 100%;
    margin: 40px auto 0 auto; }
    .vetrina-outdoor .slick-track {
      align-content: center !important;
      display: flex !important;
      justify-content: center !important; }
    .vetrina-outdoor .item {
      width: 94%;
      margin: 0 auto; }
      .vetrina-outdoor .item:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
        transition: 0.3s; }
      .vetrina-outdoor .item .item-info .container_span {
        display: flex;
        padding: 10px 30px;
        width: 100%;
        border-top: 1px solid #ebebeb;
        justify-content: space-between; }
    .vetrina-outdoor.simili {
      flex-wrap: wrap;
      width: auto; }
      .vetrina-outdoor.simili .item {
        width: 49%;
        margin-bottom: 30px; }

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

  #content-ric .wrapper .engine-title {
    font-size: 2.5em; }
  #content-ric .wrapper #ricerca {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    top: 40px;
    width: auto;
    background-color: rgba(10, 98, 171, 0.5); }
    #content-ric .wrapper #ricerca h2 {
      font-size: 45px; }
    #content-ric .wrapper #ricerca h3 {
      font-size: 28px; }
    #content-ric .wrapper #ricerca form {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center; }
      #content-ric .wrapper #ricerca form .contratto .angle {
        display: block; }
      #content-ric .wrapper #ricerca form .search-filters {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        width: 100%; }
        #content-ric .wrapper #ricerca form .search-filters .ric_row {
          margin: 0;
          width: 19%;
          max-width: 19%; }
          #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(1), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(2), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(3), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(4), #content-ric .wrapper #ricerca form .search-filters .ric_row:nth-child(5) {
            margin: 0 0 5px 0; }
        #content-ric .wrapper #ricerca form .search-filters #select_districts,
        #content-ric .wrapper #ricerca form .search-filters #select_cities,
        #content-ric .wrapper #ricerca form .search-filters #select_typologies {
          width: 19%; }
  #content-ric.not-home .wrapper #ricerca {
    top: 0; }
    #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
      max-width: 100%;
      width: 100%; }

  #search-by-map {
    flex-grow: 1;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #808080;
    background-color: #4778a1;
    height: 39px;
    max-width: 100%;
    max-height: 39px; }
    #search-by-map:hover {
      background-color: #0a62ab; }
    #search-by-map .map_search {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      flex-grow: 0;
      justify-content: center;
      align-items: center; }
      #search-by-map .map_search input[type='radio'] {
        display: none; }
      #search-by-map .map_search label {
        display: flex;
        justify-content: center;
        color: #ccc;
        flex-grow: 1;
        text-align: center;
        margin: auto;
        padding: 0.5em; }
        #search-by-map .map_search label i {
          position: relative; }
        #search-by-map .map_search label i:nth-of-type(2) {
          display: none;
          text-align: center; }
        #search-by-map .map_search label .heading-label {
          display: inline;
          white-space: nowrap;
          text-align: center; }
          #search-by-map .map_search label .heading-label .disegnasu {
            display: inline; }
      #search-by-map .map_search #search_tab1:checked ~ label[for='search_tab1'],
      #search-by-map .map_search #search_tab2:checked ~ label[for='search_tab2'] {
        color: #fff;
        margin: auto; }
    #search-by-map .update-poly {
      display: none;
      padding: 0.5em 0;
      text-align: center;
      width: 100%; }
      #search-by-map .update-poly a {
        color: #fff; }

  .show-on-map {
    width: 19%; }

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

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

  #navigation {
    height: 60px;
    width: 100%;
    z-index: 2; }
    #navigation .contact {
      display: flex;
      justify-content: space-between; }
      #navigation .contact .tel {
        display: flex;
        align-items: center;
        padding: 0px 20px;
        color: #333333;
        font-weight: 600;
        text-transform: uppercase; }
        #navigation .contact .tel a {
          color: #333333; }
        #navigation .contact .tel .number {
          display: flex;
          flex-wrap: wrap;
          padding-left: 10px;
          font-size: 13px; }
          #navigation .contact .tel .number span, #navigation .contact .tel .number a {
            width: 100%; }
      #navigation .contact .social {
        margin-top: 7px;
        color: #333333; }
        #navigation .contact .social a {
          color: #333333; }
    #navigation #menu-responsive {
      display: none; }
    #navigation #navigation-standard {
      display: flex;
      justify-content: flex-end;
      height: 60px; }
    #navigation.fixed {
      background-color: white;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 4;
      padding-bottom: 6px;
      display: flex;
      justify-content: space-between; }
      #navigation.fixed .contact {
        display: none; }
      #navigation.fixed #navigation-standard {
        margin: 0 auto;
        width: 1170px; }
        #navigation.fixed #navigation-standard li {
          background-color: white;
          box-sizing: border-box;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          padding: 1em 15px; }
          #navigation.fixed #navigation-standard li.active {
            border-top: 3px solid #0a62ab; }
          #navigation.fixed #navigation-standard li:first-child {
            display: block;
            margin: 0;
            padding: 0; }
            #navigation.fixed #navigation-standard li:first-child a {
              justify-content: flex-start; }
              #navigation.fixed #navigation-standard li:first-child a img {
                max-height: 7vh; }
          #navigation.fixed #navigation-standard li a {
            height: auto; }
            #navigation.fixed #navigation-standard li a span {
              color: #333333;
              font-size: 15px; }
            #navigation.fixed #navigation-standard li a i {
              color: #0a62ab; }
          #navigation.fixed #navigation-standard li.dropdown:hover a {
            border-bottom: 3px solid transparent; }
          #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            flex-direction: column;
            left: 0;
            position: absolute; }
            #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li {
              background-color: #fff;
              border-bottom: 1px solid #666;
              color: #0a62ab;
              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: #0a62ab;
                color: #fff; }
                #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover a span {
                  color: #fff; }

  #back-to-top {
    padding: 0; }
    #back-to-top .wrapper-back-to-top {
      width: 1170px;
      margin: 0 auto; }

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

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

  .cantieri #immobili-elenco .item {
    width: 32%; }

  #bottom {
    width: 100%; }
    #bottom .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      padding: 15px 0;
      flex-wrap: nowrap; }
      #bottom .wrapper span {
        width: auto;
        text-align: left; }
        #bottom .wrapper span.link-utilities {
          margin: 0; }

  .mobile-button {
    display: none; }

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

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

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

  .static-page .banner-service.list {
    width: 49.5%; }
  .static-page.calcolatori .wrapper {
    flex-direction: row; }
    .static-page.calcolatori .wrapper .contenuto {
      margin: auto; }
      .static-page.calcolatori .wrapper .contenuto .calcolatore div {
        width: 560px; }
  .static-page.servizi .all-service .service {
    width: 48%; }
  .static-page .badges .badge {
    margin-bottom: 0;
    width: 32%; }
  .static-page .row {
    flex-wrap: nowrap; }
    .static-page .row .image {
      margin-bottom: 0;
      width: 48%; }
    .static-page .row p {
      width: 48%; }
  .static-page .engine-title {
    font-size: 2em;
    text-align: left; }
  .static-page .left-contact {
    width: 35%; }
  .static-page .right-contact {
    margin-top: 0;
    width: 60%; }
    .static-page .right-contact form #modCont p {
      width: 48%; }
  .static-page .go-box .staff-element .img-staff {
    width: 150px;
    height: 150px; }
  .static-page .go-box .staff-element .dati {
    justify-content: center;
    padding: 0 30px;
    margin-right: 50px;
    width: 35%; }
    .static-page .go-box .staff-element .dati .nome {
      font-size: 2em; }
    .static-page .go-box .staff-element .dati .mansione {
      font-size: 16px; }
    .static-page .go-box .staff-element .dati .contatti {
      font-size: 16px; }

  #container-map {
    flex-direction: row; }
    #container-map iframe {
      height: 450px;
      width: 100%; }
    #container-map .riferimenti {
      height: 450px;
      width: 30%; }

  .heading {
    flex-wrap: nowrap; }
    .heading .col {
      width: auto; }
      .heading .col .back-link {
        display: flex; }
      .heading .col .title-detail {
        margin-left: 15px; }
    .heading .price {
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 0 !important;
      width: initial; }
      .heading .price .code {
        text-align: right;
        width: 100%; }

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

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

  .banner-servizi .wrapper {
    justify-content: space-between; }
    .banner-servizi .wrapper a {
      margin-bottom: 0;
      width: 40%; }

  .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box {
    width: 32%;
    height: 340px; }
    .banner-ricerca-veloce .wrapper .box-wrapper .cont-box .box.big {
      width: 66%; }

  .banner-contact .wrapper {
    padding: 60px 0; }
    .banner-contact .wrapper form {
      width: 48%; }
    .banner-contact .wrapper .col {
      width: 48%;
      margin-top: 0; }

  .text-chi-siamo .wrapper {
    justify-content: flex-end; }
    .text-chi-siamo .wrapper .box {
      width: 100%;
      padding: 50px 0px; }
      .text-chi-siamo .wrapper .box .col {
        width: 50%; }

  .box-vetrina {
    width: 100%;
    margin-bottom: 40px; }
    .box-vetrina .wrapper {
      width: 1170px !important;
      margin: auto;
      padding: 50px 0px;
      position: relative;
      top: 30px; }

  .banner-agenzie {
    width: 100%;
    margin: auto;
    background-image: url("../img/bgicon5.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right center;
    padding: 60px 0;
    margin-top: 0px; }
    .banner-agenzie .wrapper {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      max-width: 1170px;
      justify-content: space-between; }
      .banner-agenzie .wrapper .text-service {
        width: 48%; }

  .banner-team .wrapper .agenti {
    display: flex;
    flex-direction: unset;
    justify-content: space-evenly;
    text-align: center;
    position: relative; }
    .banner-team .wrapper .agenti .agente {
      text-align: center; }
      .banner-team .wrapper .agenti .agente .bordo {
        border-radius: 50%;
        width: 220px;
        height: 220px; }
        .banner-team .wrapper .agenti .agente .bordo .foto {
          background-position: center;
          border-radius: 50%;
          width: 200px;
          height: 200px;
          margin: 0 10px; }
      .banner-team .wrapper .agenti .agente .dati {
        font-weight: 400;
        text-align: center;
        background: rgba(10, 98, 171, 0.5);
        background: radial-gradient(circle, #0a62ab 0%, rgba(252, 70, 107, 0) 100%);
        padding: 10px 0;
        margin: auto;
        margin-top: 20px;
        max-width: 85%; }
        .banner-team .wrapper .agenti .agente .dati .nome {
          font-size: 16px;
          color: white;
          font-weight: 600;
          margin-bottom: 5px; }
        .banner-team .wrapper .agenti .agente .dati .mansione {
          color: white;
          font-size: 14px;
          font-style: italic; }

  .news-box {
    padding-bottom: 40px; }
    .news-box .wrapper {
      padding: 40px 0px;
      width: 1170px; }
      .news-box .wrapper p {
        text-align: left; }
      .news-box .wrapper .engine-title,
      .news-box .wrapper .subtitle {
        text-align: center; }
      .news-box .wrapper .news-widget {
        -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; }
        .news-box .wrapper .news-widget a {
          width: 32%; }

  #news_list .news-item .bg-img {
    height: 450px; }

  #partner .wrapper .banner > div {
    width: 14%; } }

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