@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: white;
  color: #25262d;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }
  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: #2e592c;
  text-decoration: none; }

.engine-title {
  margin: 0 0 50px 0;
  width: 100%;
  text-align: center;
  font-size: 35px; }
  .engine-title.detail {
    font-size: 1.5em;
    text-align: left;
    text-transform: initial; }

.flex-control-nav {
  left: 0; }

.go_top {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  height: 44px;
  width: 44px;
  z-index: 9999; }
  .go_top a {
    background-color: #2e592c;
    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: #25262d;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px #999;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.8em;
  margin-bottom: 20px;
  padding: 10px 15px;
  text-decoration: none;
  width: initial; }

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

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

#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;
    justify-content: center; }

.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: #2e592c;
  margin: -4px 0 0 -4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.clear, #tab_property .section ul:after {
  clear: both;
  content: '';
  display: block;
  float: none;
  height: 0; }

#main_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 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: #2e592c;
    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: #407b3d; }
    #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; }

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

#top_links {
  display: none;
  background-color: #333333;
  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;
        align-items: center; }
        #top_links .wrapper .top-menu .contact .tel {
          margin-right: 15px; }
        #top_links .wrapper .top-menu .contact .email {
          margin-left: 10px; }
        #top_links .wrapper .top-menu .contact a, #top_links .wrapper .top-menu .contact i {
          color: white;
          font-weight: 600; }
        #top_links .wrapper .top-menu .contact i {
          margin-right: 5px; }
      #top_links .wrapper .top-menu .social {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        height: 100%; }
        #top_links .wrapper .top-menu .social a {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
          color: white;
          cursor: pointer;
          height: 100%;
          padding: 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;
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 20; }
  #header .wrapper-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    width: 100%; }
    #header .wrapper-header #logo {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      width: auto; }
      #header .wrapper-header #logo a img {
        max-height: 10vh; }

#header-internal {
  background-image: url("../img/torino.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
  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;
        margin-bottom: 0; }
        #header-internal .wrapper .mask h3 i {
          color: white;
          margin: 0 5px; }
        #header-internal .wrapper .mask h3 a {
          color: white; }
          #header-internal .wrapper .mask h3 a:hover {
            text-decoration: underline; }
  #header-internal:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: white;
  width: 100%; }
  .item .large-image {
    width: 100%;
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center; }
    .item .large-image .code {
      position: absolute;
      left: 10px;
      top: 10px;
      background-color: #2e592c;
      color: white;
      box-sizing: border-box;
      padding: 4px;
      border-radius: 3px;
      font-size: 14px;
      text-transform: uppercase; }
  .item .item-info {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 12px; }
    .item .item-info span {
      margin: 4px 0;
      width: 100%; }
      .item .item-info span.type {
        color: #2e592c;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600; }
      .item .item-info span.titolo-immobile {
        font-size: 19px;
        font-weight: 600; }
      .item .item-info span.luogo {
        font-weight: 100; }
    .item .item-info .details {
      box-sizing: border-box;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin: 5px 0 0 0;
      width: 100%; }
      .item .item-info .details span {
        width: auto;
        color: #727272;
        margin-right: 20px; }
        .item .item-info .details span i {
          color: #2e592c; }
  .item .bottom {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .item .bottom span {
      width: 50%;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      box-sizing: border-box;
      padding: 8px 12px; }
      .item .bottom span:first-child {
        background-color: #2e592c;
        text-align: left; }
      .item .bottom span:last-child {
        background-color: #efefef;
        color: #333333;
        text-align: right; }

#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 h3,
  #vetrina-outdoor-mini h3 {
    margin-top: 5px;
    font-weight: 200; }
  #vetrina-outdoor.flexslider,
  #vetrina-outdoor-mini.flexslider {
    border: 0; }

#vetrina-outdoor-mini {
  display: block;
  margin-bottom: 65px;
  margin-top: 40px;
  padding: 0 20px; }

#vetrina-outdoor {
  display: none; }

.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 {
  background-color: #F2F2F2;
  position: relative;
  width: 100%;
  z-index: 1; }
  #content-ric.not-home {
    height: auto; }
    #content-ric.not-home .wrapper {
      align-items: flex-start;
      margin: 0;
      padding: 0;
      width: 100%; }
      #content-ric.not-home .wrapper #ricerca {
        background-color: transparent; }
        #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 .summary,
            #content-ric.not-home .wrapper #ricerca form .search-filters #select_subtypology .summary,
            #content-ric.not-home .wrapper #ricerca form .search-filters #select_cities .summary,
            #content-ric.not-home .wrapper #ricerca form .search-filters #select_typologies .summary {
              box-sizing: border-box;
              padding: 8px 0 0 15px;
              text-align: left;
              text-align-last: left;
              font-weight: 400;
              background-color: white; }
          #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: 5px 0; }
          #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row {
            width: 100%;
            margin: 5px 0; }
            #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;
              background-color: white; }
            #content-ric.not-home .wrapper #ricerca form .search-filters .ric_row button[type="submit"] {
              margin: 0;
              padding-left: 0; }
        #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: 10px 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;
      background-color: white;
      box-sizing: border-box;
      padding: 25px;
      width: 100%; }
      #content-ric .wrapper #ricerca.close {
        display: none; }
      #content-ric .wrapper #ricerca form {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 100%; }
        #content-ric .wrapper #ricerca form h2 {
          color: #333333;
          font-weight: 700;
          margin-top: 0;
          width: 100%; }
        #content-ric .wrapper #ricerca form .search-filters {
          align-items: center;
          box-sizing: border-box;
          border-radius: 5px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding: 20px;
          width: 100%; }
          #content-ric .wrapper #ricerca form .search-filters .ric_row {
            cursor: pointer;
            margin: 5px 0;
            width: 48%; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row.advanced {
              display: none; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row label {
              color: grey;
              font-size: 14px;
              margin-bottom: 10px;
              display: block; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row ::-webkit-input-placeholder {
              color: grey; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row :-moz-placeholder {
              /* Firefox 18- */
              color: grey; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row ::-moz-placeholder {
              /* Firefox 19+ */
              color: grey; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row :-ms-input-placeholder {
              color: grey; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row > input, #content-ric .wrapper #ricerca form .search-filters .ric_row > select,
            #content-ric .wrapper #ricerca form .search-filters .ric_row button[type='submit'] {
              border: 1px solid #727272;
              background-color: white;
              box-sizing: border-box;
              color: grey;
              cursor: pointer;
              font-size: 13px;
              font-weight: 300;
              height: 35px;
              padding: 0 0 0 12px;
              text-align: left;
              text-align-last: left;
              width: 100%; }
            #content-ric .wrapper #ricerca form .search-filters .ric_row button[type='submit'] {
              background: #2e592c;
              color: white;
              text-align: center;
              text-align-last: center;
              padding: 0; }
              #content-ric .wrapper #ricerca form .search-filters .ric_row button[type='submit']:hover {
                background: #829b80; }
              #content-ric .wrapper #ricerca form .search-filters .ric_row button[type='submit']:active {
                background: #1c351a; }

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

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

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

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

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

#navigation #navigation-standard {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #navigation #navigation-standard > li {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    margin: 0 8px;
    list-style-type: none;
    padding: 8px;
    position: relative;
    text-align: center; }
    #navigation #navigation-standard > li:hover {
      border-bottom: 2px solid #2e592c; }
      #navigation #navigation-standard > li:hover a {
        color: #2e592c; }
    #navigation #navigation-standard > li:active {
      background-color: #2e592c;
      border: 2px solid #2e592c;
      border-radius: 3px; }
      #navigation #navigation-standard > li:active a span {
        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;
      cursor: pointer;
      height: 100%;
      text-decoration: none; }
      #navigation #navigation-standard > li a span {
        font-weight: 300;
        color: #25262d;
        font-size: 18px; }
    #navigation #navigation-standard > li.dropdown {
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      #navigation #navigation-standard > li.dropdown #dropdown-menu {
        box-shadow: 0 1px 2px rgba(50, 50, 50, 0.9) ;
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 1; }
      #navigation #navigation-standard > li.dropdown:hover #dropdown-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        left: 0;
        position: absolute;
        top: 100%; }
        #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li {
          background-color: #fff;
          border-bottom: 1px solid #fcfcfc;
          color: #2e592c;
          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: #2e592c; }
            #navigation #navigation-standard > li.dropdown:hover #dropdown-menu li:hover a span {
              color: #fff; }
#navigation #menu-responsive button {
  color: #2e592c;
  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(46, 89, 44, 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: #2e592c;
        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: #25262d; }
  #footer .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #footer .wrapper .info {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start;
      margin-right: 20px;
      box-sizing: border-box;
      padding-right: 20px; }
      #footer .wrapper .info.last {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 35px; }
      #footer .wrapper .info img {
        max-height: 70px;
        filter: brightness(0) invert(1); }
      #footer .wrapper .info .col {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 10px; }
        #footer .wrapper .info .col.last {
          margin-bottom: 0; }
        #footer .wrapper .info .col a {
          color: white;
          margin-right: 12px; }
        #footer .wrapper .info .col span {
          color: white;
          width: 100%;
          margin-bottom: 10px; }
          #footer .wrapper .info .col span.link-utilities {
            margin-bottom: 0; }

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

.head-slider {
  background-image: url("../img/torino.jpg");
  background-size: cover;
  background-position: center;
  height: 260px;
  position: relative;
  width: 100%;
  z-index: 1; }
  .head-slider:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .head-slider .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px; }
    .head-slider .wrapper h1 {
      color: white;
      margin: 0 0 10px 0;
      width: 100%;
      text-shadow: 1px 1px 1px black;
      text-align: center; }
    .head-slider .wrapper h2 {
      color: white;
      margin: 0;
      text-align: center;
      text-shadow: 1px 1px 1px black;
      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: #727272;
      box-sizing: border-box;
      padding: 12px 20px; }
      #immobili-elenco .row .toggle-map i,
      #immobili-elenco .row .toggle-map span {
        color: white;
        text-transform: uppercase; }
      #immobili-elenco .row .toggle-map span {
        display: none;
        margin-left: 8px; }
  #immobili-elenco .no-result * {
    color: #333333; }
  #immobili-elenco .card {
    border-radius: 3px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    width: 100%;
    border: 2px solid #ebebeb; }
    #immobili-elenco .card .foto {
      background: #727272 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; }
      #immobili-elenco .card .detail .mini-title {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 22px 30px;
        flex-wrap: wrap; }
        #immobili-elenco .card .detail .mini-title .col {
          display: flex;
          flex-wrap: wrap; }
          #immobili-elenco .card .detail .mini-title .col .code {
            width: 100%;
            font-size: 15px;
            font-weight: 400;
            color: #25262d;
            margin-bottom: 10px; }
          #immobili-elenco .card .detail .mini-title .col .type {
            width: 100%;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px; }
          #immobili-elenco .card .detail .mini-title .col .location {
            color: grey;
            font-weight: lighter;
            font-size: 12px;
            margin-bottom: 10px; }
            #immobili-elenco .card .detail .mini-title .col .location i {
              color: grey;
              margin-right: 4px; }
        #immobili-elenco .card .detail .mini-title .details {
          align-items: center;
          background-color: #25262d;
          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: #2e592c; }
          #immobili-elenco .card .detail .mini-title .details a {
            color: white;
            font-weight: 500;
            font-size: 15px; }
          #immobili-elenco .card .detail .mini-title .details i {
            margin-left: 8px; }
      #immobili-elenco .card .detail .car {
        display: flex;
        box-sizing: border-box;
        justify-content: space-between;
        margin: 8px 0;
        padding: 10px;
        width: 100%;
        align-items: center; }
        #immobili-elenco .card .detail .car span {
          font-size: 12px;
          padding: 0 10px;
          align-items: flex-start;
          display: flex;
          font-weight: 400;
          justify-content: center;
          width: auto;
          border-right: 1px solid #909090; }
          #immobili-elenco .card .detail .car span h4 {
            font-size: 14px;
            color: black; }
          #immobili-elenco .card .detail .car span i {
            margin-right: 8px; }
          #immobili-elenco .card .detail .car span .svg-icon {
            fill: grey; }
          #immobili-elenco .card .detail .car span:last-child {
            border-right: none; }
        #immobili-elenco .card .detail .car .specific-action {
          justify-content: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0;
          height: 100%;
          width: auto; }
          #immobili-elenco .card .detail .car .specific-action.save_property a {
            align-items: center; }
            #immobili-elenco .card .detail .car .specific-action.save_property a.add {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex; }
            #immobili-elenco .card .detail .car .specific-action.save_property a.remove {
              display: none; }
            #immobili-elenco .card .detail .car .specific-action.save_property a:hover.add i, #immobili-elenco .card .detail .car .specific-action.save_property a:hover.remove i {
              color: #25262d; }
          #immobili-elenco .card .detail .car .specific-action.save_property.saved .add {
            display: none; }
          #immobili-elenco .card .detail .car .specific-action.save_property.saved .remove {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            color: orange; }
            #immobili-elenco .card .detail .car .specific-action.save_property.saved .remove i {
              color: #25262d; }
            #immobili-elenco .card .detail .car .specific-action.save_property.saved .remove:hover i {
              color: #2e592c; }
      #immobili-elenco .card .detail .last .contract {
        text-transform: lowercase;
        font-size: 14px;
        font-weight: 400;
        color: black; }
      #immobili-elenco .card .detail .desc p {
        margin: 0;
        font-weight: lighter;
        font-size: 14px; }
    #immobili-elenco .card .under-title {
      display: flex;
      flex-direction: column;
      padding: 7px 30px; }
      #immobili-elenco .card .under-title .price {
        color: #25262d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px; }
      #immobili-elenco .card .under-title .location {
        font-size: 13px;
        margin: 5px 0; }
  #immobili-elenco .pager {
    align-items: center;
    list-style-type: none;
    margin: 0.5em 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #immobili-elenco .pager li {
      list-style-type: none;
      display: inline-block;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 13px;
      width: auto;
      margin-bottom: 8px;
      margin: 0 5px; }
      #immobili-elenco .pager li.pager-pages {
        text-align: center;
        background-color: #2e592c;
        font-size: 1em;
        cursor: pointer;
        border: 1px solid #727272; }
        #immobili-elenco .pager li.pager-pages.current {
          color: #2e592c;
          background-color: white;
          font-size: 1em;
          border: 1px solid #2e592c;
          box-sizing: border-box;
          padding: 8px 12px;
          display: block; }
        #immobili-elenco .pager li.pager-pages:hover {
          background: white;
          /* Old browsers */ }
          #immobili-elenco .pager li.pager-pages:hover a {
            color: #2e592c; }
        #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;
        box-sizing: border-box;
        padding: 8px 12px;
        display: block; }
        #immobili-elenco .pager li a:hover, #immobili-elenco .pager li a:active, #immobili-elenco .pager li a:focus {
          color: #2e592c; }

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: #2e592c;
      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: #2e592c; }
        #right_column .banner-container .banner:hover span {
          color: white; }
          #right_column .banner-container .banner:hover span i {
            color: white; }
      #right_column .banner-container .banner span {
        color: white;
        font-weight: 500; }
        #right_column .banner-container .banner span i {
          color: white;
          margin-right: 10px; }
    #right_column .banner-container.dettaglio .banner {
      background-color: #f0f0f0;
      margin: 0 5px 0 0;
      justify-content: center;
      height: 45px;
      padding: 0;
      width: 45px; }
      #right_column .banner-container.dettaglio .banner span {
        color: #333333; }
        #right_column .banner-container.dettaglio .banner span i {
          color: #333333;
          margin-right: 0; }
      #right_column .banner-container.dettaglio .banner:hover {
        background-color: #2e592c; }
        #right_column .banner-container.dettaglio .banner:hover span {
          color: white; }
          #right_column .banner-container.dettaglio .banner:hover span i {
            color: white; }
        #right_column .banner-container.dettaglio .banner:hover .tip-content {
          opacity: 1;
          visibility: visible;
          transform: translate(-50%, calc(-100% - 10px));
          -ms-transform: translate(-50%, -115%); }
    #right_column .banner-container.save_property a.add {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    #right_column .banner-container.save_property a.remove {
      display: none; }
    #right_column .banner-container.save_property.saved .add {
      display: none; }
    #right_column .banner-container.save_property.saved .remove {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }

.static-page {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .static-page h1 {
    width: 100%; }
  .static-page .flexslider-foto {
    width: 100%;
    height: 400px;
    border: 4px solid white;
    border-radius: 0;
    margin: 0; }
    .static-page .flexslider-foto .flex-viewport {
      height: 100% !important; }
    .static-page .flexslider-foto .slides {
      width: 100%;
      height: 100%;
      height: 100% !important; }
      .static-page .flexslider-foto .slides li {
        width: 100%;
        height: 100%; }
        .static-page .flexslider-foto .slides li .image {
          background-size: cover;
          background-position: center;
          width: 100%;
          height: 100%; }
    .static-page .flexslider-foto .flex-direction-nav a:before,
    .static-page .flexslider-foto .flex-direction-nav a:after {
      color: white; }
  .static-page .privacy-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none; }
    .static-page .privacy-list li {
      width: 100%;
      box-sizing: border-box;
      padding: 8px; }
      .static-page .privacy-list li:nth-child(odd) {
        background-color: #efefef; }
  .static-page.agenzia .image-cover {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    border: 4px solid #25262d; }
  .static-page.agenzia .agency {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px; }
    .static-page.agenzia .agency .item-detail {
      display: flex;
      align-items: flex-start;
      width: 100%; }
      .static-page.agenzia .agency .item-detail i {
        color: #2e592c;
        margin-right: 18px;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .static-page.agenzia .agency .item-detail div {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 35px; }
        .static-page.agenzia .agency .item-detail div span,
        .static-page.agenzia .agency .item-detail div a,
        .static-page.agenzia .agency .item-detail div h4 {
          width: 100%;
          color: #25262d; }
        .static-page.agenzia .agency .item-detail div h4 {
          margin: 0 0 8px 0; }
    .static-page.agenzia .agency .btn {
      display: flex;
      background-color: #2e592c;
      color: white;
      box-sizing: border-box;
      padding: 8px 12px;
      font-weight: 600;
      justify-content: center;
      align-items: center;
      width: auto; }
      .static-page.agenzia .agency .btn i {
        color: white;
        margin: 0 0 0 6px; }
  .static-page .feedbacks .feedback {
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px; }
    .static-page .feedbacks .feedback:nth-child(odd) {
      background-color: #EFEFEF; }
    .static-page .feedbacks .feedback p {
      font-style: italic;
      margin: 0 !important; }
    .static-page .feedbacks .feedback span {
      font-weight: bold;
      text-align: right;
      width: 100%; }
  .static-page .engine-title {
    font-size: 1.5em;
    text-align: left; }
  .static-page .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .static-page .badges .badge {
      align-content: flex-start;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px;
      width: 100%; }
      .static-page .badges .badge .pic {
        background-position: center;
        background-size: cover;
        height: 400px;
        position: relative;
        width: 100%; }
        .static-page .badges .badge .pic .ruolo {
          background-color: rgba(0, 0, 0, 0.5);
          box-sizing: border-box;
          bottom: 0;
          color: white;
          font-weight: 400;
          left: 0;
          padding: 10px;
          position: absolute;
          text-align: center;
          width: 100%; }
      .static-page .badges .badge .info {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        width: 100%; }
        .static-page .badges .badge .info span {
          width: 100%; }
          .static-page .badges .badge .info span.engine-title {
            font-size: 20px;
            margin-bottom: 15px; }
  .static-page .btn {
    background-color: #2e592c;
    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: #25262d; }
  .static-page .row {
    align-items: flex-start;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .static-page .row .image {
      background-position: center;
      background-size: cover;
      height: 280px;
      margin-bottom: 25px;
      width: 100%; }
    .static-page .row p {
      margin: 0 !important;
      text-align: justify; }
  .static-page .left-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .static-page .left-contact .engine-title {
      font-size: 1.5em; }
    .static-page .left-contact .item {
      align-items: center;
      display: flex;
      margin-bottom: 15px;
      background-color: transparent;
      width: 100%; }
      .static-page .left-contact .item i {
        align-items: center;
        border: 1px solid #333333;
        border-radius: 50%;
        color: #333333;
        display: flex;
        font-size: 20px;
        height: 45px;
        justify-content: center;
        margin-right: 25px;
        width: 45px; }
      .static-page .left-contact .item p {
        display: flex;
        flex-wrap: wrap; }
        .static-page .left-contact .item p b {
          font-weight: 600;
          margin-bottom: 3px;
          width: 100%; }
        .static-page .left-contact .item p span {
          font-weight: 400;
          width: 100%;
          color: #2e592c; }
  .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; }

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

.contact-page {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 35px 0; }
  .contact-page:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    content: '';
    z-index: -1; }
  .contact-page .wrapper .list-agency {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact-page .wrapper .list-agency .agency {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 20px;
      margin-bottom: 20px; }
      .contact-page .wrapper .list-agency .agency .item-detail {
        display: flex;
        align-items: flex-start; }
        .contact-page .wrapper .list-agency .agency .item-detail i {
          background-color: #333333;
          color: white;
          border-radius: 50%;
          margin-right: 18px;
          width: 45px;
          height: 45px;
          display: flex;
          justify-content: center;
          align-items: center; }
        .contact-page .wrapper .list-agency .agency .item-detail div {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 35px;
          width: 70%; }
          .contact-page .wrapper .list-agency .agency .item-detail div span,
          .contact-page .wrapper .list-agency .agency .item-detail div a,
          .contact-page .wrapper .list-agency .agency .item-detail div h4 {
            width: 100%; }
          .contact-page .wrapper .list-agency .agency .item-detail div h4 {
            color: #2e592c;
            margin: 0 0 8px 0; }
      .contact-page .wrapper .list-agency .agency .btn {
        display: flex;
        background-color: #2e592c;
        color: white;
        box-sizing: border-box;
        padding: 8px 12px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 15px;
        transition: 0.3s; }
        .contact-page .wrapper .list-agency .agency .btn i {
          color: white;
          margin: 0 0 0 6px; }
        .contact-page .wrapper .list-agency .agency .btn:hover {
          background-color: #203E1E; }
      .contact-page .wrapper .list-agency .agency span,
      .contact-page .wrapper .list-agency .agency a {
        width: 100%;
        color: #333333;
        margin: 4px 0;
        font-size: 13px; }
        .contact-page .wrapper .list-agency .agency span i,
        .contact-page .wrapper .list-agency .agency a i {
          color: #2e592c;
          margin-right: 8px; }

.orari {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .orari .table {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 6px; }
    .orari .table .day {
      width: 33%; }
    .orari .table .morning {
      width: 33%;
      border-right: 1px solid #ddd;
      padding-right: 6px;
      margin-right: 25px; }
    .orari .table .afternoon {
      width: 33%; }

/*** 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: #2e592c;
      border-radius: 3px;
      box-sizing: border-box;
      display: none;
      justify-content: center;
      width: 60px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .heading .col .back-link i {
        color: white;
        font-size: 28px; }
      .heading .col .back-link:hover {
        background-color: #25262d; }
        .heading .col .back-link:hover i {
          color: white; }
    .heading .col .title {
      display: flex;
      flex-wrap: wrap; }
      .heading .col .title .type {
        color: #2e592c;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 5px;
        width: 100%; }
      .heading .col .title .location {
        color: grey;
        font-size: 18px;
        font-weight: 400;
        margin-top: 8px; }
        .heading .col .title .location i {
          margin-right: 5px; }
  .heading .price {
    color: #2e592c;
    display: flex;
    font-size: 26px;
    font-weight: 400;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: initial !important;
    width: 100%; }
    .heading .price .code {
      width: 100%;
      font-size: 14px; }
  .heading ul.detail {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: flex-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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 0 0;
    width: 100%; }
    .heading ul.detail li {
      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;
      margin-right: 25px; }
      .heading ul.detail li:last-child {
        margin-right: 0; }
      .heading ul.detail li .pre-title {
        color: #333333; }
        .heading ul.detail li .pre-title i {
          margin-right: 8px;
          color: #2e592c;
          font-size: 18px; }
      .heading ul.detail li .value {
        color: #333333;
        font-size: 18px; }

#tab_property {
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  float: none;
  margin-bottom: 40px; }
  #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: #2e592c;
    color: white;
    cursor: pointer; }
  #tab_property input:checked + label {
    background-color: #2e592c;
    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: #2e592c;
    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:nth-child(even) {
          background-color: #f8f8f8; }
        #tab_property .section ul li span {
          display: inline-block;
          width: 45%;
          box-sizing: border-box;
          padding: 3px 5px;
          vertical-align: top;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 0.95em; }
        #tab_property .section ul li b {
          vertical-align: top;
          display: inline-block;
          width: 55%;
          box-sizing: border-box;
          padding: 0 5px;
          padding-top: 3px;
          font-weight: 600; }
          #tab_property .section ul li b span.presence {
            display: inline-block;
            width: 12px;
            height: 12px;
            padding: 0;
            margin: 2px;
            margin-left: 0;
            content: "";
            background: transparent url(../img/presence.png) no-repeat center center;
            background-size: 12px 12px;
            border-bottom: 0; }

.btn-virtualtour {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  padding: 1em;
  background-color: #2e592c;
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #2e592c;
  transition: all 0.4s;
  box-sizing: border-box; }
  .btn-virtualtour:hover {
    background-color: white;
    color: #2e592c !important; }

#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: #2e592c;
      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;
          background-size: cover;
          background-position: 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;
            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-agenzie {
  width: 100%; }
  .banner-agenzie .wrapper {
    box-sizing: border-box;
    padding: 60px 20px; }
    .banner-agenzie .wrapper .list-agencies {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap; }
      .banner-agenzie .wrapper .list-agencies .agency {
        border: 1px solid #ddd;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 39%;
        margin-bottom: 30px; }
        .banner-agenzie .wrapper .list-agencies .agency img {
          max-height: 55px;
          padding: 16px 0; }
        .banner-agenzie .wrapper .list-agencies .agency .info {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          box-sizing: border-box;
          padding: 15px 10px;
          border-top: 1px solid #c0c0c0;
          width: 100%; }
          .banner-agenzie .wrapper .list-agencies .agency .info h4 {
            margin: 0;
            width: 100%;
            font-size: 14px; }
          .banner-agenzie .wrapper .list-agencies .agency .info p {
            font-size: 13px !important; }
  .banner-agenzie.properties .wrapper {
    width: 100%;
    padding: 0; }
    .banner-agenzie.properties .wrapper .list-agencies .agency {
      width: 100%; }

.banner-ricerca-veloce {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 1; }
  .banner-ricerca-veloce .wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 20px; }
    .banner-ricerca-veloce .wrapper .box {
      width: 100%;
      height: 120px;
      background-position: center;
      background-size: cover;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px; }
      .banner-ricerca-veloce .wrapper .box:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .banner-ricerca-veloce .wrapper .box:hover:after {
        background-color: rgba(0, 0, 0, 0); }
    .banner-ricerca-veloce .wrapper h3 {
      color: white;
      margin: 0;
      width: 100%;
      text-align: center;
      text-shadow: 1px 1px 1px black;
      font-size: 22px; }

.banner-contact {
  background-image: url("../img/texture.jpg");
  background-repeat: repeat;
  position: relative;
  width: 100%;
  z-index: 1; }
  .banner-contact .wrapper {
    display: flex;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 20px;
    flex-wrap: wrap; }
    .banner-contact .wrapper .flexslider-foto {
      width: 100%;
      height: 300px;
      border: 4px solid white;
      border-radius: 0;
      margin: 0; }
      .banner-contact .wrapper .flexslider-foto .flex-viewport {
        height: 100% !important; }
      .banner-contact .wrapper .flexslider-foto .slides {
        width: 100%;
        height: 100%;
        height: 100% !important; }
        .banner-contact .wrapper .flexslider-foto .slides li {
          width: 100%;
          height: 100%; }
          .banner-contact .wrapper .flexslider-foto .slides li .image {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%; }
      .banner-contact .wrapper .flexslider-foto .flex-direction-nav a:before,
      .banner-contact .wrapper .flexslider-foto .flex-direction-nav a:after {
        color: white; }
    .banner-contact .wrapper .about {
      width: 100%;
      color: white;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: flex-start; }
      .banner-contact .wrapper .about h2 {
        width: 100%;
        font-size: 30px; }
      .banner-contact .wrapper .about p {
        font-size: 17px;
        margin-top: 0; }
      .banner-contact .wrapper .about a {
        color: white; }
    .banner-contact .wrapper > a {
      background-color: #2e592c;
      box-sizing: border-box;
      padding: 12px;
      color: white;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .banner-contact .wrapper > a:hover {
        background-color: white;
        color: #2e592c; }

#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: #2e592c;
      border-color: #0b150a; }
      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: #727272;
        height: 40px; }
        form.contactForm.dettaglio #modCont p input[type="submit"], form.contactForm.dettaglio #modCont p select[type="submit"] {
          background-color: #2e592c;
          color: white;
          height: auto !important; }
      form.contactForm.dettaglio #modCont p textarea {
        background-color: #fcfcfc;
        border-radius: 3px;
        color: #727272;
        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 #727272;
      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: #727272;
    background-color: transparent;
    border: 1px solid #727272;
    -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: #25262d; }
  form.contactForm :-moz-placeholder {
    /* Firefox 18- */
    color: #25262d; }
  form.contactForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #25262d; }
  form.contactForm :-ms-input-placeholder {
    color: #25262d; }
  form.contactForm textarea {
    width: 100%; }
  form.contactForm em.error_string {
    color: red;
    font-size: 0.8em;
    font-weight: 600;
    width: 100%; }
  form.contactForm em.warning_string {
    color: #b3a000;
    font-size: 0.8em;
    font-weight: 600;
    width: 100%; }
  form.contactForm #privacy_moduli {
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    background-color: #fff;
    border: 1px solid #555; }
  form.contactForm em.privacy.error {
    border: 1px solid red;
    background-color: #ffe6e6; }
  form.contactForm input[type='submit'] {
    display: block !important;
    background-color: #25262d;
    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: #0e0e11; }

#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: #2e592c;
    font-weight: 600; }

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

@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 .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: 1090px;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 20px; }
    #vetrina-outdoor .flex-viewport .slides li {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: space-between !important; }

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

  .item {
    width: 32%;
    margin-bottom: 35px; }

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

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

  #boxSeoHome {
    width: 100%;
    background-color: #25262d;
    border-bottom: 3px solid #2e592c;
    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: #2e592c;
            font-size: 14px; }
          #navigation.fixed #navigation-standard li a i {
            color: #2e592c; }
        #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: #2e592c;
            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: #2e592c;
              color: #fff; }
              #navigation.fixed #navigation-standard li.dropdown:hover #dropdown-menu li:hover a span {
                color: #fff; }

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

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

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

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

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

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

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

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

  .banner-ricerca-veloce .wrapper .box {
    width: 33%;
    height: 180px; }

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

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

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

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

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

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

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

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

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

  .head-slider {
    height: 400px; }
    .head-slider .wrapper {
      padding: 0; }
      .head-slider .wrapper h1 {
        font-size: 55px; }
      .head-slider .wrapper h2 {
        font-size: 35px; }

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

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

  .item {
    width: 32%;
    margin-bottom: 35px; }

  #content-ric .wrapper {
    padding: 90px 0 80px 0; }
    #content-ric .wrapper .engine-title {
      font-size: 2.5em; }
    #content-ric .wrapper #ricerca {
      display: flex;
      justify-content: center; }
      #content-ric .wrapper #ricerca form {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center; }
        #content-ric .wrapper #ricerca form .contratto .angle {
          display: block; }
        #content-ric .wrapper #ricerca form .search-filters {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          padding: 0;
          width: 100%; }
          #content-ric .wrapper #ricerca form .search-filters .ric_row {
            margin: 0 8px;
            width: 100%; }
          #content-ric .wrapper #ricerca form .search-filters #select_districts,
          #content-ric .wrapper #ricerca form .search-filters #select_cities,
          #content-ric .wrapper #ricerca form .search-filters #select_typologies {
            width: 19%; }
  #content-ric.not-home .wrapper #ricerca form .serach-filters {
    padding: 20px; }

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

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

  /*SEO HOME */
  #boxSeoHome {
    width: 100%;
    margin: 0 auto;
    background-color: #25262d;
    border-bottom: 2px solid #2e592c;
    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: 1090px; }
      #navigation.fixed #navigation-standard li {
        background-color: white;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 1em 15px; }
        #navigation.fixed #navigation-standard li:first-child {
          display: block;
          margin: 0;
          padding: 0; }
          #navigation.fixed #navigation-standard li:first-child a {
            justify-content: flex-start; }
            #navigation.fixed #navigation-standard li:first-child a img {
              max-height: 7vh; }
        #navigation.fixed #navigation-standard li a {
          height: auto; }
          #navigation.fixed #navigation-standard li a span {
            color: #2e592c;
            font-size: 14px; }
          #navigation.fixed #navigation-standard li a i {
            color: #2e592c; }
        #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: #2e592c;
            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: #2e592c;
              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 {
        border-right: 1px solid #fcfcfc; }
        #footer .wrapper .info.last {
          margin-top: 0; }

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

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

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

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

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

  .static-page.agenzia .image-cover {
    height: 460px; }
  .static-page.agenzia .agency .item-detail {
    width: 32%; }
  .static-page .badges .badge {
    margin-bottom: 0;
    width: 32%; }
  .static-page .row {
    flex-wrap: nowrap; }
    .static-page .row .image {
      margin-bottom: 0;
      width: 48%; }
    .static-page .row p {
      width: 48%; }
  .static-page .engine-title {
    font-size: 2em;
    text-align: left; }
  .static-page .left-contact {
    width: 35%; }
  .static-page .right-contact {
    margin-top: 0;
    width: 60%; }
    .static-page .right-contact form #modCont p {
      width: 48%; }

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

  .contact-page .wrapper .list-agency .agency {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd; }
    .contact-page .wrapper .list-agency .agency:nth-child(3) {
      margin-right: 0; }
    .contact-page .wrapper .list-agency .agency h4 {
      width: 100%;
      color: #2e592c; }
    .contact-page .wrapper .list-agency .agency span, .contact-page .wrapper .list-agency .agency a {
      width: 100%;
      color: #333333;
      margin: 4px 0; }
      .contact-page .wrapper .list-agency .agency span i, .contact-page .wrapper .list-agency .agency a i {
        color: #2e592c;
        margin-right: 8px; }

  .orari .table .day {
    width: 15%; }
  .orari .table .morning {
    width: 15%; }
  .orari .table .afternoon {
    width: 15%; }

  .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%; }
    .heading ul.detail {
      justify-content: flex-end; }

  .btn-virtualtour {
    width: 30%; }

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

  .banner-servizi .wrapper {
    padding: 60px 0; }
    .banner-servizi .wrapper .service {
      width: 48%; }

  .banner-ricerca-veloce .wrapper .box {
    width: 33%;
    height: 180px; }

  .banner-contact .wrapper {
    padding: 80px 0;
    flex-wrap: nowrap; }
    .banner-contact .wrapper .flexslider-foto {
      width: 48%; }
    .banner-contact .wrapper .image {
      height: 300px;
      width: 48%; }
    .banner-contact .wrapper .about {
      width: 48%;
      height: 100%; }
      .banner-contact .wrapper .about h2 {
        margin-top: 0; }

  .banner-agenzie .wrapper {
    padding: 60px 0; }
    .banner-agenzie .wrapper .list-agencies {
      flex-wrap: nowrap;
      justify-content: space-between; }
      .banner-agenzie .wrapper .list-agencies .agency {
        width: 19%;
        margin-bottom: 0; }
  .banner-agenzie.properties .wrapper .list-agencies .agency {
    width: 32%; } }

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