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

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

body {
  background-color: #fff;
  color: #007ebc;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-weight: 200;
  margin: 0;
  padding: 0; }
  body.elenchi #immobili_elenco .order_by,
  body.elenchi #immobili_elenco .pager, body.elenco-immobili #immobili_elenco .order_by,
  body.elenco-immobili #immobili_elenco .pager {
    display: none; }
  body.elenchi #right_column, body.elenco-immobili #right_column {
    display: none; }
  body #main_wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    body #main_wrapper.not_home {
      min-height: 60vh; }

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

.engine-title {
  border-bottom: 2px solid #c6c6c6;
  color: #333333;
  font-weight: 300;
  margin: 0 0 30px 0;
  padding-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .engine-title.detail {
    font-size: 1.5em;
    text-align: left;
    text-transform: initial; }

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

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

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

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

#back_link {
  background-color: #ff8600;
  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; }

.popup {
  width: 350px;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 20px;
  left: -380px;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  box-sizing: border-box;
  padding: 20px;
  z-index: 11; }
  .popup p {
    color: white;
    font-weight: 400; }

.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 500; }
  .close.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .close.ns-close:hover, .close.ns-close:focus {
      outline: none; }
    .close.ns-close:before, .close.ns-close:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 60%;
      top: 50%;
      left: 50%;
      background: white; }
      .close.ns-close:before::before, .close.ns-close:before::after, .close.ns-close:after::before, .close.ns-close:after::after {
        background: #fff; }
    .close.ns-close::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .close.ns-close::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.btn {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 18px;
  background-color: #ff8600;
  color: white;
  width: auto !important;
  border-radius: 3px;
  border: 2px solid transparent;
  margin-top: 15px; }

#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: #007ebc;
  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); } }
.wrapper-dettaglio.static {
  width: 100%; }

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

.scheda-agenzia .mission-left {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .scheda-agenzia .mission-left .img-agen {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
    .scheda-agenzia .mission-left .img-agen img {
      width: 100%;
      margin-bottom: 10px; }
  .scheda-agenzia .mission-left .testo {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-end; }
    .scheda-agenzia .mission-left .testo a, .scheda-agenzia .mission-left .testo h3, .scheda-agenzia .mission-left .testo span {
      width: 100%;
      margin-bottom: 15px; }

#main_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  width: 100%; }
  #main_content .button {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #007ebc;
    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: #00a0ef; }
    #main_content .button span {
      color: white; }
      #main_content .button span i {
        color: white;
        margin-right: 8px; }
  #main_content p {
    margin: 15px 0;
    line-height: 1.5em; }
  #main_content blockquote {
    background-color: #eee;
    font-style: oblique;
    line-height: 1.5em;
    padding: 15px; }
    #main_content blockquote .signature {
      display: block;
      font-style: normal;
      font-weight: 400;
      text-align: right; }
      #main_content blockquote .signature:before {
        content: '--';
        margin-right: .5em; }
  #main_content.not_home {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #main_content.not_home video {
      display: none;
      margin: 10px auto; }

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

.social {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end; }
  .social .banner {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    margin-right: 10px;
    color: white;
    font-size: 10px; }
    .social .banner span {
      font-weight: 700;
      color: #a8b1ba;
      text-transform: uppercase;
      text-decoration: none !important; }
    .social .banner i {
      font-size: 16px;
      margin-right: 5px;
      color: white; }
    .social .banner.youtube-ban {
      background: #c6c6c6; }
    .social .banner.instagram-ban {
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    .social .banner.facebook-ban {
      background: #3b5998; }
    .social .banner.twitter-ban {
      background: #1da1f2; }
    .social .banner.google-ban {
      background: #dc4e41; }
    .social .banner i:hover {
      text-decoration: none; }

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

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

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

.property {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.44);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.44);
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 5px; }
  .property:hover {
    webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.44);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.44); }
  .property .item {
    display: flex;
    position: relative;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden; }
    .property .item:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 70px solid white;
      border-left: 70px solid transparent; }
    .property .item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 70px solid white;
      border-right: 70px solid transparent; }
    .property .item .contract {
      display: block;
      position: absolute;
      z-index: 2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px 15px;
      color: #ffffff;
      font-weight: 400;
      top: 0;
      right: 10px;
      text-align: center;
      background-color: #007ebc;
      writing-mode: lr-bt;
      font-size: 15px;
      text-transform: uppercase; }
      .property .item .contract.affitto {
        background-color: white;
        color: #ff8600; }
  .property .item-info {
    margin: 0px;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-wrap: wrap; }
    .property .item-info span {
      width: 100%; }
      .property .item-info span.titolo-immobile {
        box-sizing: border-box;
        font-weight: 700;
        padding: 15px 15px 0 15px;
        width: 100%;
        text-align: center; }
      .property .item-info span.luogo {
        box-sizing: border-box;
        padding: 5px 15px 15px 15px;
        text-align: center;
        color: #8c8c8c; }
        .property .item-info span.luogo i {
          margin-right: 6px; }
    .property .item-info .details {
      box-sizing: border-box;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around;
      padding: 15px;
      width: 80%;
      border-bottom: 1px solid #f2f2f2;
      border-top: 1px solid #f2f2f2;
      margin: 0 auto; }
      .property .item-info .details span {
        width: auto;
        text-transform: uppercase;
        font-weight: 600;
        color: #ff8600; }
      .property .item-info .details.top {
        border: none;
        background-color: transparent;
        box-sizing: border-box;
        justify-content: space-between;
        padding: 15px; }
        .property .item-info .details.top span {
          font-weight: 600;
          color: #004b00; }
        .property .item-info .details.top .price {
          color: #007ebc;
          font-size: 1.4em; }
        .property .item-info .details.top .detail-go {
          font-weight: 500; }

#vetrina-outdoor,
#vetrina-outdoor-mini {
  background: transparent none no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  z-index: 10; }
  #vetrina-outdoor .engine-title,
  #vetrina-outdoor-mini .engine-title {
    margin-bottom: 50px; }
  #vetrina-outdoor.simili,
  #vetrina-outdoor-mini.simili {
    margin: 10px auto;
    flex-direction: column;
    width: 100%; }
    #vetrina-outdoor.simili .property,
    #vetrina-outdoor-mini.simili .property {
      width: 100% !important; }
      #vetrina-outdoor.simili .property a,
      #vetrina-outdoor-mini.simili .property a {
        height: 150px !important; }
      #vetrina-outdoor.simili .property .details,
      #vetrina-outdoor-mini.simili .property .details {
        display: none; }
        #vetrina-outdoor.simili .property .details.top,
        #vetrina-outdoor-mini.simili .property .details.top {
          display: flex; }

#vetrina-outdoor-mini {
  display: block;
  margin-bottom: 65px;
  margin-top: 40px; }
  #vetrina-outdoor-mini .flex-active-slide {
    padding: 0px 10px;
    box-sizing: border-box; }

#vetrina-outdoor {
  display: none; }
  #vetrina-outdoor ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #vetrina-outdoor .engine {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    font-style: italic;
    font-size: 30px; }

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

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

#content-ric {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1; }
  #content-ric.not-home {
    background: none;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box; }
    #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; }
      #content-ric.not-home .wrapper #ricerca form .search-filters {
        flex-wrap: wrap;
        padding: 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%; }
          #content-ric.not-home .wrapper #ricerca form .search-filters #select_districts label,
          #content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology label,
          #content-ric.not-home .wrapper #ricerca form .search-filters #select_cities label,
          #content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies label {
            box-sizing: border-box;
            padding-left: 15px;
            text-align: left;
            text-align-last: left; }
        #content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
        #content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
        #content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
          margin-bottom: 5px; }
        #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
          width: 100%; }
          #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 {
            height: 40px;
            padding-left: 10px;
            text-align-last: left; }
          #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;
    padding: 60px 0;
    padding-top: 0; }
    #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;
      margin: 0 auto;
      padding: 0;
      position: relative;
      width: 100%; }
      #content-ric .wrapper #ricerca.close {
        display: none; }
      #content-ric .wrapper #ricerca .auto-container {
        width: 100%; }
        #content-ric .wrapper #ricerca .auto-container .tabs-box form {
          -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-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -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%; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul {
            padding: 0;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            list-style: none;
            cursor: pointer; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li {
              padding: 10px 20px;
              border-bottom: 5px solid transparent;
              transition: border-bottom 0.4s;
              font-size: 1em;
              font-weight: 700; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li.clicked {
                border-bottom: 7px solid; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#vendita {
                color: #007ebc;
                border-color: #007ebc;
                transition: all 0.4s; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#vendita:hover {
                  border-color: rgba(0, 126, 188, 0.35);
                  transition: all 0.4s;
                  color: rgba(0, 126, 188, 0.35); }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#vendita.clicked {
                  border-color: #007ebc;
                  transition: all 0.4s;
                  background-color: rgba(0, 126, 188, 0.2); }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#vendita.clicked:hover {
                    color: #007ebc; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#affitto {
                color: #004b00;
                border-color: #004b00;
                transition: all 0.4s; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#affitto:hover {
                  border-color: rgba(0, 75, 0, 0.35);
                  transition: all 0.4s;
                  color: rgba(0, 75, 0, 0.35); }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#affitto.clicked {
                  border-color: #004b00;
                  transition: all 0.4s;
                  background-color: rgba(0, 75, 0, 0.2); }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#affitto.clicked:hover {
                    color: #004b00; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta {
                color: #ff8600 !important;
                border-color: #ff8600;
                transition: all 0.4s; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta a {
                  color: #ff8600 !important;
                  transition: all 0.4s; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta:hover {
                  border-color: rgba(255, 134, 0, 0.35);
                  transition: all 0.4s;
                  color: rgba(255, 134, 0, 0.35) !important; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta:hover a {
                    color: rgba(255, 134, 0, 0.35) !important;
                    transition: all 0.4s; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta.clicked {
                  border-color: #ff8600;
                  transition: all 0.4s; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta.clicked:hover {
                    color: #ff8600 !important; }
                    #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore > ul li#valuta.clicked:hover a {
                      color: #ff8600 !important;
                      transition: all 0.4s; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form h2 {
            color: #333333;
            font-weight: 700;
            margin-top: 0;
            width: 100%; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content {
            width: 100%; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab {
              width: 100%;
              display: flex;
              align-items: center; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form {
                margin: 0 auto; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  flex-direction: column;
                  width: 100%; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group:first-child {
                    width: 100%; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group .tagify .tagify__input {
                    width: 100%; }
                    #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group .tagify .tagify__input::before {
                      font-size: 13px; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group input {
                    width: 100%; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home {
                    padding: 15px;
                    border: 1px solid #007ebc;
                    border-radius: 30px;
                    background-color: #007ebc;
                    margin-top: 20px; }
                    #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home button {
                      background-color: #007ebc;
                      border: 0; }
                      #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home button span {
                        color: white; }
                      #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home button i {
                        background-color: #007ebc;
                        font-size: 26px;
                        color: white; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .ex3 .tags span {
                  padding: 5px;
                  color: #007ebc;
                  border: 1px solid #007ebc;
                  margin: 0 5px; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons {
                  padding: 0;
                  list-style: none;
                  display: flex;
                  flex-direction: row;
                  justify-content: center;
                  align-items: center; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li {
                    padding: 10px; }
                    #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li i {
                      font-size: 20px; }
                    #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li:hover {
                      color: rgba(0, 126, 188, 0.3); }
                      #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li:hover i {
                        color: rgba(0, 126, 188, 0.3); }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters {
            align-items: center;
            box-sizing: border-box;
            border-radius: 5px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px;
            width: 100%; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row {
              cursor: pointer;
              margin: 5px 0;
              width: 48%; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.advanced {
                display: none; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row label {
                color: grey; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row ::-webkit-input-placeholder {
                color: grey; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row :-moz-placeholder {
                /* Firefox 18- */
                color: grey; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row ::-moz-placeholder {
                /* Firefox 19+ */
                color: grey; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row :-ms-input-placeholder {
                color: grey; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.mobile {
                display: block; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.price-range {
                display: none;
                justify-content: space-between;
                flex-wrap: wrap;
                margin-bottom: 15px;
                width: 100%; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.price-range p {
                  display: flex;
                  justify-content: space-between;
                  width: 100%; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.price-range p label {
                    width: 80%;
                    color: #007ebc;
                    font-size: 14px; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.price-range p #amount {
                    background: none;
                    color: #007ebc !important;
                    height: auto;
                    margin-top: 0px;
                    width: 60%; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row.price-range #slider-range {
                  margin: 0 auto !important;
                  width: 93% !important; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row input,
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row select,
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row button[type='submit'] {
                border: 1px solid #c6c6c6;
                border-radius: 30px;
                background-color: white;
                box-sizing: border-box;
                color: grey;
                cursor: pointer;
                font-size: .9em;
                font-weight: 300;
                height: 60px;
                padding: 0;
                text-align: center;
                text-align-last: center;
                width: 100%;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row button[type='submit'] {
                background-color: #007ebc;
                border: 1px solid #007ebc;
                color: white;
                height: 60px;
                justify-content: center;
                width: 100% !important; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row button[type='submit']:hover {
                  background: #66b2d7;
                  color: white; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row button[type='submit']:active {
                  background: #004c71;
                  color: white; }

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

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

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

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

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

#navigation #navigation-standard {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #navigation #navigation-standard > li {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    list-style-type: none;
    padding: 8px;
    position: relative;
    text-align: center; }
    #navigation #navigation-standard > li:last-child {
      background-color: #007ebc; }
      #navigation #navigation-standard > li:last-child a span {
        color: white; }
    #navigation #navigation-standard > li:hover {
      border-bottom: 1px solid white; }
    #navigation #navigation-standard > li:active {
      background-color: #007ebc;
      border: 1px solid #007ebc;
      border-radius: 3px; }
      #navigation #navigation-standard > li:active a {
        color: white; }
    #navigation #navigation-standard > li:first-of-type {
      display: none; }
    #navigation #navigation-standard > li a {
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      font-size: 14px;
      color: white;
      cursor: pointer;
      font-weight: 400;
      height: 100%;
      text-decoration: none; }
    #navigation #navigation-standard > li.dropdown {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      #navigation #navigation-standard > li.dropdown a {
        border-bottom: 3px solid transparent; }
      #navigation #navigation-standard > li.dropdown #dropdown-menu {
        box-shadow: 0 1px 2px rgba(50, 50, 50, 0.9) ;
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 1; }
        #navigation #navigation-standard > li.dropdown #dropdown-menu a {
          color: #007ebc; }
      #navigation #navigation-standard > li.dropdown:hover #dropdown-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        left: 0;
        position: absolute;
        top: 100%; }
        #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li {
          background-color: #fff;
          border-bottom: 1px solid #fcfcfc;
          color: #007ebc;
          list-style-type: none;
          margin: 0;
          padding: 0;
          white-space: nowrap; }
          #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li a {
            -webkit-box-pack: start;
            -moz-box-pack: start;
            box-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            -ms-flex-pack: start;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 15px; }
          #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover {
            background-color: #007ebc; }
            #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover a {
              color: #fff; }
#navigation #menu-responsive button {
  color: #007ebc;
  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(0, 126, 188, 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: #007ebc;
        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-color: #fcfcfc;
  box-shadow: inset 0 20px 50px -20px rgba(0, 0, 0, 0.06); }
  #footer .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #footer .wrapper .info {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      align-content: flex-start; }
      #footer .wrapper .info .logo {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px; }
        #footer .wrapper .info .logo i {
          font-size: 30px; }
        #footer .wrapper .info .logo span {
          font-size: 18px;
          margin: 0 0 0 10px;
          font-weight: 400; }
      #footer .wrapper .info h3 {
        width: 1100%;
        color: #333333;
        font-weight: 100;
        position: relative; }
        #footer .wrapper .info h3:after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0;
          height: 2px;
          width: 60px;
          background-color: #333333; }
      #footer .wrapper .info .item {
        display: flex;
        width: 100%;
        align-items: flex-start; }
        #footer .wrapper .info .item span a {
          text-decoration: none;
          cursor: pointer; }
        #footer .wrapper .info .item i {
          font-size: 30px;
          margin-right: 12px; }
      #footer .wrapper .info .action-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 100%; }
        #footer .wrapper .info .action-menu .col {
          width: 50%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #footer .wrapper .info .action-menu .col a {
            width: 100%;
            text-decoration: none;
            margin: 5px 0;
            font-weight: 200; }
            #footer .wrapper .info .action-menu .col a i {
              margin-right: 8px; }
            #footer .wrapper .info .action-menu .col a:hover {
              text-decoration: underline; }
      #footer .wrapper .info span {
        margin: 5px 0; }

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

#bottom_links {
  align-items: center;
  background-color: #007ebc;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 9pt;
  font-weight: 100;
  justify-content: center;
  line-height: 2em;
  padding: 20px;
  width: 100%; }
  #bottom_links .wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #bottom_links .wrapper span {
      color: white;
      text-align: center;
      width: 100%; }
      #bottom_links .wrapper span a {
        color: white; }
    #bottom_links .wrapper .info2 {
      display: none; }
      #bottom_links .wrapper .info2 span {
        margin-left: 4px; }
        #bottom_links .wrapper .info2 span a {
          color: white; }

.head-slider {
  background-size: cover;
  background-position: center;
  height: 260px;
  position: relative;
  width: 100%;
  z-index: 1; }
  .head-slider blockquote {
    display: none; }

.torn {
  background-image: url("../img/torn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 4; }

#main_content.dettaglio {
  width: 100%; }

#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 {
      border-radius: 3px;
      background-color: #fcfcfc;
      box-sizing: border-box;
      padding: 12px 20px;
      color: #333333;
      text-align: right;
      text-transform: uppercase; }
      #immobili-elenco .row .order_by label {
        display: none; }
      #immobili-elenco .row .order_by select {
        background: none;
        border: 0;
        color: #333333;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500; }
        #immobili-elenco .row .order_by select option {
          color: #333333; }
    #immobili-elenco .row .toggle-map {
      background-color: #c6c6c6;
      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: 1px solid #c6c6c6;
    border-radius: 3px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    width: 100%; }
    #immobili-elenco .card .price {
      padding: 10px;
      text-align: center;
      width: 100%;
      border: 3px solid #ff8600;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4em; }
    #immobili-elenco .card .title-detail {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px;
      box-sizing: border-box;
      flex-wrap: wrap;
      width: 100%;
      text-align: center; }
      #immobili-elenco .card .title-detail .type {
        width: 100%;
        font-size: 20px;
        font-weight: 500; }
      #immobili-elenco .card .title-detail .location {
        color: grey;
        font-weight: 500;
        font-size: 15px; }
        #immobili-elenco .card .title-detail .location i {
          color: grey;
          margin-right: 4px; }
    #immobili-elenco .card .foto {
      background: #c6c6c6 url("../img/no_thumb.png") center center no-repeat;
      background-position: center;
      height: 255px;
      width: 100%;
      position: relative; }
      #immobili-elenco .card .foto .contract {
        background-color: rgba(0, 0, 0, 0.7);
        box-sizing: border-box;
        color: white;
        padding: 5px 10px;
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: 500;
        font-size: 13px; }
    #immobili-elenco .card .detail {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 20px; }
      #immobili-elenco .card .detail .mini-title {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%; }
        #immobili-elenco .card .detail .mini-title .col {
          display: flex;
          width: 100%;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          box-sizing: border-box;
          margin-bottom: -10px;
          padding-top: 30px;
          border-top: 1px solid #EDEDED; }
          #immobili-elenco .card .detail .mini-title .col .code {
            width: 100%;
            font-size: 15px;
            font-weight: 400;
            color: #058ab6;
            margin-bottom: 10px; }
        #immobili-elenco .card .detail .mini-title .details {
          align-items: center;
          background-color: #007ebc;
          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: #ff8600; }
          #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;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
        box-sizing: border-box;
        justify-content: space-around;
        margin: 8px 0;
        padding: 8px 0;
        width: 100%;
        align-items: center; }
        #immobili-elenco .card .detail .car span {
          align-items: center;
          color: grey;
          display: flex;
          font-size: 13px;
          font-weight: 400;
          justify-content: center;
          width: auto; }
          #immobili-elenco .card .detail .car span i {
            margin-right: 8px; }
          #immobili-elenco .card .detail .car span .svg-icon {
            fill: grey; }
        #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 .pager {
    align-items: center;
    list-style-type: none;
    margin: 0.5em 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #immobili-elenco .pager li {
      list-style-type: none;
      display: inline-block;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 13px;
      width: auto;
      margin-bottom: 8px;
      margin: 0 5px; }
      #immobili-elenco .pager li.pager-pages {
        text-align: center;
        background-color: #007ebc;
        font-size: 1em;
        cursor: pointer;
        border: 1px solid #c6c6c6;
        box-sizing: border-box;
        color: white;
        padding: 8px 12px; }
        #immobili-elenco .pager li.pager-pages.current {
          color: white;
          background-color: #ff8600;
          font-size: 1em; }
        #immobili-elenco .pager li.pager-pages:hover {
          background: #ff8600;
          /* 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: #007ebc; }

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

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

#right_column {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px; }
  #right_column form[name="frmProponi"] {
    display: none; }
  #right_column h2.title {
    font-weight: 600;
    margin-top: 0; }
  #right_column .riferimenti {
    display: none; }
    #right_column .riferimenti h3 {
      margin-bottom: 5px; }
    #right_column .riferimenti span {
      margin: 5px 0;
      width: 100%;
      color: #333;
      font-weight: 600; }
  #right_column .banner-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0; }
    #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: #ff8600;
      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: #007ebc; }
        #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: 40px;
      padding: 0;
      width: 40px; }
      #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: #007ebc; }
        #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; }
  #right_column .badge-agenzia {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 20px; }
    #right_column .badge-agenzia .logo {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 100px;
      width: 100%; }
    #right_column .badge-agenzia .content {
      display: flex;
      flex-wrap: wrap; }
      #right_column .badge-agenzia .content .nome {
        margin: 0;
        width: 100%; }
      #right_column .badge-agenzia .content .phone {
        align-items: center;
        display: flex;
        margin: 15px 0 0 0;
        width: 100%;
        font-size: 14px; }
        #right_column .badge-agenzia .content .phone i {
          margin-right: 6px; }

.static-page {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .static-page video {
    margin: 10px auto; }
  .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 .video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100% !important; }
    .static-page .video video {
      width: 100%;
      height: 267px;
      margin-bottom: 30px; }
  .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: #007ebc;
    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: #ff8600; }
  .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 b {
      font-weight: 600;
      margin-bottom: 3px;
      width: 100%;
      font-size: 19px; }
    .static-page .left-contact .item {
      align-items: center;
      display: flex;
      margin-bottom: 15px;
      width: 100%; }
      .static-page .left-contact .item i {
        align-items: center;
        border-radius: 50%;
        color: #21c2f8;
        display: flex;
        font-size: 15px;
        justify-content: center;
        margin-right: 25px; }
      .static-page .left-contact .item p {
        display: flex;
        flex-wrap: wrap; }
        .static-page .left-contact .item p span {
          color: #656060;
          font-weight: 400;
          width: 100%; }
  .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 input,
        .static-page .right-contact form #modCont p select,
        .static-page .right-contact form #modCont p textarea {
          border-radius: 3px; }
        .static-page .right-contact form #modCont p textarea {
          height: 200px;
          width: 100%; }
  .static-page .general-text {
    color: #333333;
    line-height: 1.8; }
  .static-page.mission img {
    max-width: 100%;
    border-radius: 150px;
    height: 310px; }
  .static-page.mission div {
    max-width: 100%; }

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

.head_title {
  text-align: center;
  width: 100%; }
  .head_title h2 {
    line-height: 38px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%; }
  .head_title .separetor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #898989;
    overflow: hidden;
    padding: 3px 0px;
    width: 8%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }
  .head_title p {
    color: #81868e;
    font-weight: 300;
    max-width: 42%;
    margin: 0 auto !important;
    line-height: 25px; }

#main_container {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  height: 550px; }
  #main_container.servizi {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: auto; }
    #main_container.servizi .colonna .image {
      height: 300px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    #main_container.servizi .colonna p {
      text-align: left; }
  #main_container.last {
    display: flex;
    justify-content: space-between;
    width: 70%; }
  #main_container .colonna {
    box-sizing: border-box;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
    text-align: center; }
    #main_container .colonna .cont {
      margin-top: 60px;
      text-align: center; }
      #main_container .colonna .cont span {
        box-sizing: border-box;
        border: 2px solid #ddd;
        width: 115px;
        height: 115px;
        display: inline-block;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        background-color: transparent; }
        #main_container .colonna .cont span i {
          font-size: 45px;
          color: #21c2f8;
          background: #ddd;
          width: 100px;
          height: 100px;
          line-height: 100px;
          text-align: center;
          border-radius: 50%; }
      #main_container .colonna .cont h4 {
        margin: 30px auto 20px auto;
        font-weight: 300;
        font-size: 24px;
        line-height: 26px;
        color: #767676; }
      #main_container .colonna .cont p {
        margin: 0 0 10px;
        line-height: 25px;
        font-size: 16px;
        text-align: center; }

.vendi .left-contact {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .vendi .left-contact .icon img {
    max-width: 200px; }
  .vendi .left-contact .text {
    font-size: 20px;
    color: black;
    line-height: 1.3;
    text-align: justify;
    margin-top: 20px; }
.vendi .right-contact {
  background-color: #fcfcfc;
  padding: 20px;
  background-color: #eee; }
  .vendi .right-contact form #modCont p {
    background-color: white; }
    .vendi .right-contact form #modCont p input[type='submit'] {
      width: 100%; }

/*** 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: #c6c6c6;
      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: grey;
        font-size: 28px; }
      .heading .col .back-link:hover {
        background-color: #007ebc; }
        .heading .col .back-link:hover i {
          color: white; }
    .heading .col .title {
      display: flex;
      flex-wrap: wrap; }
      .heading .col .title .type {
        color: #007ebc;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 5px;
        width: 100%; }
      .heading .col .title .location {
        color: grey;
        font-size: 18px;
        font-weight: 400; }
        .heading .col .title .location i {
          margin-right: 5px; }
  .heading .price {
    color: #007ebc;
    display: flex;
    font-size: 25px;
    font-weight: 400;
    justify-content: space-between;
    line-height: initial !important;
    width: 100%; }

#tab_property {
  width: 100%;
  margin: 20px auto;
  position: relative;
  clear: both;
  float: none; }
  #tab_property section {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) ;
    display: none;
    padding-top: 20px;
    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: grey;
    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: #007ebc;
    color: white;
    cursor: pointer; }
  #tab_property input:checked + label {
    background-color: #007ebc;
    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: #007ebc;
    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;
        list-style-type: none;
        vertical-align: top; }
        #tab_property .section ul li span {
          display: inline-block;
          width: 45%;
          border-bottom: 1px dashed #ccc;
          box-sizing: border-box;
          padding: 3px 5px;
          vertical-align: top;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 0.95em; }
        #tab_property .section ul li b {
          vertical-align: top;
          display: inline-block;
          width: 55%;
          box-sizing: border-box;
          padding: 0 5px;
          padding-top: 3px;
          font-weight: 600; }
          #tab_property .section ul li b span.presence {
            display: inline-block;
            width: 12px;
            height: 12px;
            padding: 0;
            margin: 2px;
            margin-left: 0;
            content: '';
            background: transparent url(../img/presence.png) no-repeat center center;
            background-size: 12px 12px;
            border-bottom: 0; }

#property-images {
  width: 100%; }
  #property-images #main {
    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: #007ebc;
      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; }

.banner-servizi {
  position: relative;
  width: 100%;
  z-index: 1;
  flex-wrap: wrap; }
  .banner-servizi .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    .banner-servizi .wrapper h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
      font-style: italic; }
    .banner-servizi .wrapper a {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 48%; }
      .banner-servizi .wrapper a .round {
        height: 150px;
        width: 150px;
        border-radius: 25px;
        position: relative;
        box-shadow: inset 0 0 10px #005300; }
        .banner-servizi .wrapper a .round.uno {
          background: url(../img/servizi/costruzioni.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .banner-servizi .wrapper a .round.due {
          background: url(../img/servizi/vendita.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .banner-servizi .wrapper a .round.tre {
          background: url(../img/servizi/affitto.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .banner-servizi .wrapper a .round.quattro {
          background: url(../img/servizi/pregio.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .banner-servizi .wrapper a .round.cinque {
          background: url(../img/servizi/commerciali.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .banner-servizi .wrapper a .round:hover {
          box-shadow: inset 0 0 10px #ff8600; }
      .banner-servizi .wrapper a .testo-servizi {
        width: 100%;
        text-align: center; }

.banner-contact {
  position: relative;
  width: 100%;
  z-index: 1; }
  .banner-contact .torn2 {
    background-image: url("../img/torn2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0; }
  .banner-contact .wrapper {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0px 20px 0 !important; }
    .banner-contact .wrapper #vetrina-banner {
      margin-top: 35px;
      position: relative;
      z-index: 1; }
      .banner-contact .wrapper #vetrina-banner .flex-active-slide {
        margin-right: 5px !important; }
      .banner-contact .wrapper #vetrina-banner .flex-control-nav.flex-control-paging {
        bottom: 0px;
        text-align: center;
        display: flex;
        justify-content: center; }
      .banner-contact .wrapper #vetrina-banner li {
        display: flex; }
      .banner-contact .wrapper #vetrina-banner #sede {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .banner-contact .wrapper #vetrina-banner #sede span {
          width: 100%; }
        .banner-contact .wrapper #vetrina-banner #sede .item-info {
          display: flex;
          height: 100%;
          width: 100%;
          box-sizing: border-box;
          padding: 10px;
          flex-direction: column;
          align-items: flex-start; }
          .banner-contact .wrapper #vetrina-banner #sede .item-info .nome {
            text-align: left;
            font-weight: bold;
            font-size: 1.4em; }
          .banner-contact .wrapper #vetrina-banner #sede .item-info .proprietario {
            text-align: left;
            font-size: 1.3em;
            margin-top: 15px; }
          .banner-contact .wrapper #vetrina-banner #sede .item-info .details {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 40px;
            text-align: left;
            color: black; }
            .banner-contact .wrapper #vetrina-banner #sede .item-info .details span {
              width: 48%; }
        .banner-contact .wrapper #vetrina-banner #sede .item {
          width: 100%;
          position: relative; }

.venduto {
  position: absolute;
  z-index: 9;
  padding: 5px 20px;
  margin-left: 8px;
  margin-top: 8px;
  background: green;
  color: #fff;
  font-weight: 700;
  border-radius: 5px; }

#banner-proponi {
  margin-bottom: 0;
  width: 100%;
  background-color: #fcfcfc; }
  #banner-proponi .wrapper {
    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;
    padding: 20px; }
    #banner-proponi .wrapper .service {
      width: 100%;
      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;
      margin: 30px 0; }
      #banner-proponi .wrapper .service h2 {
        font-weight: 400;
        width: 100%;
        text-align: left;
        color: #333333;
        position: relative;
        font-size: 28px; }
        #banner-proponi .wrapper .service h2:after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 0;
          height: 3px;
          width: 60px;
          background-color: #333333; }
      #banner-proponi .wrapper .service .image-cover {
        width: 100%;
        height: 190px;
        background-size: cover !important;
        background-position: center center !important; }
      #banner-proponi .wrapper .service .text {
        line-height: 1.5;
        text-align: left;
        color: #c6c6c6;
        width: 100%;
        font-size: 20px; }

.banner-stima {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat; }
  .banner-stima .wrapper {
    align-items: center;
    flex-wrap: wrap; }
    .banner-stima .wrapper h2 {
      color: #fff;
      font-size: 2em;
      margin: 0px;
      margin-bottom: 10px;
      text-shadow: 1px 1px 1px #26313d; }
    .banner-stima .wrapper a.pop {
      background: #007ebc;
      color: #fff;
      border: 3px solid #fff;
      border-radius: 50px;
      padding: 12px 50px;
      text-transform: uppercase;
      font-size: 19px;
      line-height: 26px;
      margin-top: 0px;
      width: auto;
      max-width: 264px;
      height: 26px; }
    .banner-stima .wrapper a.pop:hover {
      background: #fff;
      color: #26313d;
      border: 3px solid #fff; }
    .banner-stima .wrapper .boxes {
      width: 100%;
      display: flex;
      justify-content: space-between;
      background: rgba(0, 126, 188, 0.7);
      padding: 50px 20px;
      margin-top: 30px;
      flex-wrap: wrap; }
      .banner-stima .wrapper .boxes .single {
        width: 100%;
        min-height: 20px;
        text-align: center;
        margin-top: 20px; }
        .banner-stima .wrapper .boxes .single i {
          font-size: 35px;
          color: #fff; }
        .banner-stima .wrapper .boxes .single h3 {
          font-size: 25px;
          color: #fff;
          margin-top: 3px; }
        .banner-stima .wrapper .boxes .single span {
          color: #fff; }

#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: #007ebc;
      border-color: #003a56; }
      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.home {
    padding: 0; }
    form.contactForm.home #modCont p {
      margin-bottom: 8px;
      padding: 0;
      width: 49%; }
      form.contactForm.home #modCont p input {
        border-radius: 3px; }
      form.contactForm.home #modCont p textarea {
        border-radius: 3px;
        height: 75px; }
  form.contactForm.dettaglio {
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
    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;
        border-radius: 3px;
        color: #c6c6c6;
        height: 40px; }
        form.contactForm.dettaglio #modCont p input[type="submit"], form.contactForm.dettaglio #modCont p select[type="submit"] {
          background-color: #007ebc;
          color: white;
          height: auto !important; }
      form.contactForm.dettaglio #modCont p textarea {
        background-color: #fcfcfc;
        border-radius: 3px;
        color: #c6c6c6;
        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 #c6c6c6;
      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: #333333;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    form.contactForm input[type="text"].error,
    form.contactForm select.error,
    form.contactForm textarea.error {
      border-color: red;
      background-color: #ffe6e6; }
    form.contactForm input[type="text"].warning,
    form.contactForm select.warning,
    form.contactForm textarea.warning {
      border-color: #ffe500;
      background-color: #fffacc; }
  form.contactForm ::-webkit-input-placeholder {
    color: grey; }
  form.contactForm :-moz-placeholder {
    /* Firefox 18- */
    color: grey; }
  form.contactForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: grey; }
  form.contactForm :-ms-input-placeholder {
    color: grey; }
  form.contactForm textarea {
    font-family: 'Open Sans', sans-serif;
    width: 100%; }
  form.contactForm em.error_string {
    color: red;
    font-size: 0.8em;
    font-weight: 600;
    width: 100%; }
  form.contactForm em.warning_string {
    color: #b3a000;
    font-size: 0.8em;
    font-weight: 600;
    width: 100%; }
  form.contactForm #privacy_moduli {
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    background-color: #fff;
    border: 1px solid #555; }
  form.contactForm em.privacy.error {
    border: 1px solid red;
    background-color: #ffe6e6; }
  form.contactForm input[type='submit'] {
    display: block !important;
    background-color: #ff8600;
    color: #fff;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    border: none;
    width: auto;
    padding: 15px;
    transition: background-color .15s linear;
    font-size: 15px;
    -webkit-appearance: none; }
    form.contactForm input[type='submit']:hover {
      background-color: #cc6b00; }

#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: #007ebc;
    font-weight: 600; }

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

.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%; }
  #news-box .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%; }
    #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 #007ebc;
        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;
        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 #007ebc; }
        #news-box .wrapper .news-widget a .img-news {
          background-position: center center !important;
          background-size: cover !important;
          height: 200px;
          margin-bottom: 5px;
          width: 100%; }
        #news-box .wrapper .news-widget a h2 {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #333333;
          margin: 3px 0;
          padding: 0 20px;
          width: 100%;
          font-weight: 300; }
        #news-box .wrapper .news-widget a .text {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #c6c6c6;
          font-size: 15px;
          margin: 0;
          padding: 0 20px;
          font-weight: 200; }
        #news-box .wrapper .news-widget a .date {
          color: #c6c6c6;
          font-size: 15px;
          padding-left: 20px;
          padding-right: 10px; }

#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: #ff8600;
        content: "\f055";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 50px;
        transition: 0.3s;
        transform: translateY(-80%); }
      #news_list .news-item .bg-img:hover:after {
        background: -webkit-linear-gradient(transparent 40%, #ff8600);
        background: -o-linear-gradient(transparent 40%, #ff8600);
        background: linear-gradient(transparent 40%, #ff8600);
        content: '';
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    #news_list .news-item .info {
      box-sizing: border-box;
      padding: 20px;
      width: 100%; }
      #news_list .news-item .info h3 {
        color: #333333;
        font-weight: 500;
        font-size: 22px;
        margin: 0; }
      #news_list .news-item .info h4 {
        color: #333333;
        font-weight: 400;
        margin: 6px 0 15px 0; }
      #news_list .news-item .info p {
        color: #333333;
        line-height: 1.5;
        margin-bottom: 15px; }
      #news_list .news-item .info .more {
        color: #ff8600;
        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: 190px; }
        #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; }

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

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

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

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

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

  #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;
    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-around;
      width: 100%; }
      #vetrina-outdoor .flex-viewport ul li .property {
        width: 40%; }

  #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; }
  #content-ric.not-home .wrapper #ricerca form .search-filters {
    padding: 0; }
    #content-ric.not-home .wrapper #ricerca form .search-filters #select_districts,
    #content-ric.not-home .wrapper #ricerca form .search-filters #select_cities,
    #content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies {
      width: 48% !important; }
    #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
      width: 48%; }
      #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.price-range {
        width: 48%; }
        #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row.price-range p {
          width: 100%; }

  #boxSeoHome {
    width: 100%;
    background-color: #ff8600;
    border-bottom: 3px solid #007ebc;
    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: #007ebc;
            font-size: 14px; }
          #navigation.fixed #navigation-standard li a i {
            color: #007ebc; }
        #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 #fcfcfc;
            color: #007ebc;
            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: #007ebc;
              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 {
    font-size: 11pt; }
    #bottom_links .credits {
      display: flex;
      flex-direction: row; }
      #bottom_links .credits .info2 {
        display: block;
        margin-left: 20px; }

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

  #immobili-elenco .order_by {
    text-align: right; }
  #immobili-elenco .card {
    width: 48%; }
  #immobili-elenco .pager {
    display: block; }
    #immobili-elenco .pager li {
      width: initial;
      margin-bottom: 0; }

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

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

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

  .banner-servizi {
    display: flex; }

  #sede {
    flex-wrap: nowrap !important; }
    #sede .item {
      height: 300px !important;
      width: 50%; }
    #sede .item-info {
      width: 50%; }

  #banner-proponi .wrapper {
    -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; }
    #banner-proponi .wrapper .service {
      width: 48%;
      margin: 0; }
      #banner-proponi .wrapper .service h3 {
        font-size: 1em; }

  .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%; } }
@media (min-width: 1090px) {
  #main_wrapper {
    justify-content: space-between;
    width: 100%;
    background: url(../img/logo-multiple.png);
    background-repeat: no-repeat;
    background-size: 270px;
    background-position: right bottom; }
    #main_wrapper.not_home {
      margin: 20px auto;
      width: 1090px; }

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

  .engine-title {
    font-size: 2.5em; }

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

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

  .scheda-agenzia {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .scheda-agenzia .mission-left {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between; }
      .scheda-agenzia .mission-left .img-agen img {
        width: 49%; }
      .scheda-agenzia .mission-left #gmap {
        width: 49% !important; }
      .scheda-agenzia .mission-left .testo {
        display: flex;
        flex-wrap: wrap;
        text-align: right;
        width: 49%; }
        .scheda-agenzia .mission-left .testo a, .scheda-agenzia .mission-left .testo h3, .scheda-agenzia .mission-left .testo span {
          width: 100%; }

  #main_content {
    margin: 0 auto;
    padding: 0;
    width: 1090px; }
    #main_content a.button {
      display: none; }
    #main_content.not_home {
      margin: 0;
      padding: 0;
      width: 100%; }
      #main_content.not_home video {
        display: block; }

  .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 #tricolore {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%; }
    #header #tricolore .striscia1 {
      background-color: #007ebc;
      -webkit-clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
      height: 100%;
      width: 61%;
      position: absolute; }
    #header #tricolore .striscia2 {
      background-color: #004b00;
      -webkit-clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
      height: 100%;
      width: 58%;
      position: absolute; }
    #header #tricolore .striscia3 {
      background-color: #ff8600;
      -webkit-clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
      height: 100%;
      width: 55%;
      position: absolute; }
  #header .wrapper-header {
    margin: 0 auto;
    padding: 15px 0;
    width: 1270px; }
    #header .wrapper-header #logo {
      flex-grow: 0;
      padding-right: 5%;
      width: auto; }
      #header .wrapper-header #logo a img {
        max-height: 6vh; }

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

  .head-slider {
    background-attachment: fixed;
    height: 60vh;
    min-height: 200px; }
    .head-slider blockquote {
      display: block; }

  #vetrina-outdoor {
    display: block;
    margin: 0px auto;
    margin-top: 90px;
    width: 1090px; }
    #vetrina-outdoor .flex-viewport .slides li {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: space-around !important; }

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

  .property {
    width: 32%;
    flex-direction: row;
    display: flex;
    padding: 0px; }
    .property .item {
      width: 100%; }
    .property .item-info {
      width: 100%; }

  #content-ric {
    width: 1090px; }
    #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;
      width: 100%; }
      #content-ric .wrapper #ricerca .auto-container .tabs-box 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 .auto-container .tabs-box form #selettore {
          width: 50%; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore ul {
            width: 100%; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form #selettore ul li {
              padding: 10px 30px;
              font-size: 1.5em;
              width: 30%;
              text-align: center;
              white-space: nowrap; }
        #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab {
          display: block; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row {
            flex-direction: row; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group:first-child {
              width: 75%; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group .tagify {
              width: 100%;
              border: 1px solid #007ebc;
              border-radius: 15px 0 0 15px;
              padding: 10px; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .form-group .tagify .tagify__input {
                width: 1%; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home {
              margin-top: 0;
              border: 1px solid #007ebc;
              border-left: 0;
              padding: 15px;
              border-radius: 0 15px 15px 0;
              background-color: white; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home button {
                background-color: white; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home button span {
                  display: none; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home button i {
                  background-color: white;
                  color: #007ebc; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home:hover {
                background-color: #007ebc; }
                #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home:hover button {
                  background-color: #007ebc; }
                  #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .row .ct-home:hover button i {
                    background-color: #007ebc;
                    color: white; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li {
            border: 1px solid #007ebc;
            border-radius: 30px;
            margin: 0 30px;
            padding: 10px 30px;
            transition: all 0.4s; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li:hover {
              background-color: #007ebc;
              transition: all 0.4s;
              color: white; }
              #content-ric .wrapper #ricerca .auto-container .tabs-box form .tabs-content .tab .property-search-form .tab-buttons li:hover i {
                transition: all 0.4s;
                color: white; }
        #content-ric .wrapper #ricerca .auto-container .tabs-box form .contratto .angle {
          display: block; }
        #content-ric .wrapper #ricerca .auto-container .tabs-box 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: nowrap;
          justify-content: space-between;
          padding: 0;
          width: 100%; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row {
            margin: 5px 0;
            width: 100%; }
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row input,
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row select,
            #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters .ric_row button[type="submit"] {
              border-radius: 0px; }
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters #select_districts,
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters #select_cities,
          #content-ric .wrapper #ricerca .auto-container .tabs-box form .search-filters #select_typologies {
            width: 19%; }
    #content-ric.not-home {
      width: 1090px;
      margin: 20px auto 80px auto; }
      #content-ric.not-home .wrapper #ricerca form .serach-filters {
        padding: 20px; }
      #content-ric.not-home .wrapper #ricerca form .mobile {
        display: none !important; }
      #content-ric.not-home .wrapper #ricerca form p,
      #content-ric.not-home .wrapper #ricerca form #select_districts,
      #content-ric.not-home .wrapper #ricerca form #select_cities,
      #content-ric.not-home .wrapper #ricerca form #select_typologies,
      #content-ric.not-home .wrapper #ricerca form .price-range {
        display: flex !important;
        width: 22% !important; }
        #content-ric.not-home .wrapper #ricerca form p select,
        #content-ric.not-home .wrapper #ricerca form p button,
        #content-ric.not-home .wrapper #ricerca form #select_districts select,
        #content-ric.not-home .wrapper #ricerca form #select_districts button,
        #content-ric.not-home .wrapper #ricerca form #select_cities select,
        #content-ric.not-home .wrapper #ricerca form #select_cities button,
        #content-ric.not-home .wrapper #ricerca form #select_typologies select,
        #content-ric.not-home .wrapper #ricerca form #select_typologies button,
        #content-ric.not-home .wrapper #ricerca form .price-range select,
        #content-ric.not-home .wrapper #ricerca form .price-range button {
          border-radius: 0px !important; }
      #content-ric.not-home .wrapper #ricerca form .price-range p {
        width: 100% !important; }

  #search-by-map .map_search {
    border-bottom: 1px solid #fff; }
    #search-by-map .map_search label {
      position: relative;
      top: 1px;
      flex-grow: 0; }
      #search-by-map .map_search label i:nth-of-type(2) {
        display: none; }
      #search-by-map .map_search label .heading-label {
        display: inline; }

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

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

  #navigation #menu-responsive {
    display: none; }
  #navigation #navigation-standard {
    display: flex; }
  #navigation.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: 1370px; }
      #navigation.fixed #navigation-standard li {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 1em 15px; }
        #navigation.fixed #navigation-standard li:last-child a span {
          color: #007ebc !important; }
        #navigation.fixed #navigation-standard li:last-child:hover a span {
          color: white !important; }
        #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: 7.5vh; }
        #navigation.fixed #navigation-standard li a {
          height: auto; }
          #navigation.fixed #navigation-standard li a span {
            color: #007ebc;
            font-size: 14px; }
          #navigation.fixed #navigation-standard li a i {
            color: #007ebc; }
        #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 #fcfcfc;
            color: #007ebc;
            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: #007ebc;
              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: 1090px;
      margin: 0 auto; }

  #footer {
    box-sizing: border-box;
    padding: 50px 0; }
    #footer .wrapper {
      width: 1090px;
      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: 32%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; }
        #footer .wrapper .info:nth-child(2) {
          margin: 0 10%; }
        #footer .wrapper .info h3 {
          width: 100%;
          margin-top: 0; }
        #footer .wrapper .info .item {
          display: flex;
          width: 100%; }
        #footer .wrapper .info span {
          width: 100%;
          font-weight: 200; }
          #footer .wrapper .info span.rag_soc {
            font-weight: 400; }
            #footer .wrapper .info span.rag_soc a {
              font-size: 12px;
              text-decoration: none; }
              #footer .wrapper .info span.rag_soc a:hover {
                text-decoration: underline; }

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

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

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

  #main_content.dettaglio {
    width: 72%; }

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

  #immobili-elenco {
    width: 1090px; }
    #immobili-elenco .row .order_by label {
      display: inline-block; }
    #immobili-elenco .row .toggle-map span {
      display: inline-block; }
    #immobili-elenco .order_by {
      text-align: right; }
    #immobili-elenco .card {
      flex-wrap: wrap;
      width: 32%;
      height: 600px; }
      #immobili-elenco .card .foto {
        margin: auto;
        height: 40%;
        width: 90%; }
      #immobili-elenco .card .detail {
        width: 100%; }
        #immobili-elenco .card .detail .mini-title .col {
          display: flex;
          width: 100%;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          box-sizing: border-box;
          margin-bottom: -10px;
          padding-top: 30px;
          border-top: 1px solid #EDEDED; }
        #immobili-elenco .card .detail .mini-title .details {
          display: flex; }
        #immobili-elenco .card .detail .car {
          border: 0px;
          justify-content: flex-start; }
          #immobili-elenco .card .detail .car span {
            border-right: 1px solid #EDEDED;
            padding: 0 15px; }
        #immobili-elenco .card .detail .desc {
          font-size: 15px; }
    #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 {
      margin-top: 25px;
      position: sticky;
      top: 100px; }
      #right_column .banner-container.dettaglio {
        margin-top: 0;
        position: initial; }

  .static-page.vendi .left-contact {
    width: 30%; }
    .static-page.vendi .left-contact .icon img {
      max-width: 145px; }
    .static-page.vendi .left-contact .text {
      color: black; }
  .static-page.vendi .right-contact {
    width: 65%;
    border-radius: 15px; }
    .static-page.vendi .right-contact form #modCont p {
      border-radius: 15px; }
      .static-page.vendi .right-contact form #modCont p textarea,
      .static-page.vendi .right-contact form #modCont p input,
      .static-page.vendi .right-contact form #modCont p select {
        border-radius: 15px;
        width: 100%; }
  .static-page .video video {
    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: 100%; }
    .static-page .left-contact .item {
      width: 25%; }
  .static-page .right-contact {
    margin-top: 0;
    width: 100%; }
    .static-page .right-contact form #modCont p {
      width: 48%; }
  .static-page.mission img {
    max-width: 28%;
    border-radius: 150px;
    height: 310px; }
  .static-page.mission div {
    max-width: 65%; }

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

  #main_container.servizi {
    flex-direction: row; }
    #main_container.servizi .colonna {
      width: 48%; }
    #main_container.servizi:after {
      display: none; }
    #main_container.servizi.last {
      width: 70%; }
      #main_container.servizi.last .colonna {
        width: 50%; }
  #main_container .colonna {
    width: 33.333333333%; }
  #main_container:after {
    position: absolute;
    content: "";
    border-top: 2px solid #ddd;
    left: 20%;
    top: 120px;
    width: 60%;
    z-index: -1; }

  .heading {
    flex-wrap: nowrap; }
    .heading .col {
      width: auto; }
      .heading .col .back-link {
        display: flex; }
      .heading .col .title {
        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%; }

  #property-images #main {
    height: 490px; }
  #property-images #controls {
    display: block; }

  .banner-servizi {
    display: flex; }
    .banner-servizi .wrapper {
      width: 1090px; }
      .banner-servizi .wrapper a {
        width: 25%; }

  .banner-contact #tricolore2 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    top: 0;
    z-index: -1; }
    .banner-contact #tricolore2 .striscia1 {
      background-color: #007ebc;
      -webkit-clip-path: polygon(45% 0, 100% 0%, 30% 100%, 0% 100%);
      clip-path: polygon(45% 0, 100% 0%, 30% 100%, 0% 100%);
      height: 100%;
      width: 17%;
      position: absolute; }
    .banner-contact #tricolore2 .striscia2 {
      background-color: #004b00;
      -webkit-clip-path: polygon(60% 0, 100% 0%, 40% 100%, 10% 100%);
      clip-path: polygon(60% 0, 100% 0%, 40% 100%, 10% 100%);
      height: 100%;
      width: 15%;
      position: absolute; }
    .banner-contact #tricolore2 .striscia3 {
      background-color: #ff8600;
      -webkit-clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0% 100%);
      clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0% 100%);
      height: 100%;
      width: 10%;
      position: absolute; }
  .banner-contact .wrapper {
    display: flex;
    padding: 60px 20px 20px 0 !important; }
    .banner-contact .wrapper #vetrina-banner .flex-active-slide {
      min-width: 1070px; }
    .banner-contact .wrapper .item-info {
      width: 55% !important; }
    .banner-contact .wrapper .item {
      width: 500px !important; }
    .banner-contact .wrapper form {
      width: 60%; }
  .banner-contact:after {
    width: 60%; }

  #sede {
    flex-wrap: nowrap !important; }
    #sede .item {
      max-height: 300px !important; }
    #sede .item-info {
      width: 50%; }

  #banner-proponi .wrapper {
    -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;
    padding: 65px 0; }
    #banner-proponi .wrapper .service {
      width: 48%;
      margin: 0;
      align-content: flex-start; }
      #banner-proponi .wrapper .service .image-cover {
        height: 300px; }

  .banner-stima .wrapper h2 {
    font-size: 2.5em; }
  .banner-stima .wrapper .boxes {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .banner-stima .wrapper .boxes .single {
      width: 30%;
      min-height: 20px;
      margin-top: 0px; }

  #news-box {
    padding-bottom: 40px; }
    #news-box .wrapper {
      padding: 0;
      width: 1090px; }
      #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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #news_list .news-item {
      width: 32%; }
      #news_list .news-item .bg-img {
        height: 200px; } }

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