@charset "UTF-8";
html, body {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  color: #333333;
}
@media screen and (max-width: 768px) {
  html, body {
    padding-bottom: 3rem;
  }
}
#affittiapp {
  background: #f7f7f7;
}
#affittiappajax {
  background: #f7f7f7;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.verdispbut {
  width: 100%;
  text-align: right;
  margin-top: 1rem;
  float: left;
}
.verdispbut a {
  background: #08C1D6;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .verdispbut a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#modavail {
  float: right;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #1c74bc;
}
@media (max-width: 768px) {
  #modavail {
    float: none;
    width: 100%;
    display: block;
    text-align: right;
  }
}
.checkappbutt {
  color: #1c74bc;
  text-decoration: underline;
}
.availdet {
  /*display: none;*/
  float: left;
  width: 100%;
  border-bottom: 1px solid #09C1D6;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  /*display: none;*/
  padding-top: 10px;
}
.availdet .icoloader {
  display: none;
}
.availdet .continput {
  width: 40%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .availdet .continput {
    width: 100%;
  }
}
.availdet .continput i {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #ccc;
}
.availdet input {
  width: 100%;
  padding: 7px 7px 8px 7px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .availdet input {
    border-right: 1px solid #ccc;
  }
}
.availdet input::placeholder {
  font-size: 0.8rem;
}
.availdet .selectdet {
  border: 1px solid #ccc;
  padding: 5px 0 5px 0;
  width: 20%;
  float: left;
}
@media (max-width: 768px) {
  .availdet .selectdet {
    width: 100%;
  }
}
.availdet .selectdet .icopers {
  margin-left: 10px;
  color: #ccc;
}
.availdet .selectdet select {
  max-width: 60%;
  border: none;
  float: right;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .availdet .selectdet select {
    max-width: none;
    width: 90%;
    background: none;
  }
}
.navblock a {
  color: #6c757d;
}
.navblock .tuttanav {
  font-size: 1.4rem;
  margin: 0 40px;
}
.navblock svg {
  width: 20px;
  fill: #6c757d;
  position: relative;
  top: 3px;
}
h1 {
  font-size: 4.0625rem;
}
h3 {
  font-family: "Raleway", serif;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 2rem;
}
#vendres, #affres {
  padding: 40px 15px 0 15px;
}
#affres {
  display: none;
}
.results_vendite, .results_affitti {
  font-size: 1.1rem;
  color: #666;
}
.results_vendite .num_res_vend, .results_vendite .num_res_aff, .results_affitti .num_res_vend, .results_affitti .num_res_aff {
  font-weight: 700;
  color: #000;
}
.logomegamenu {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -8px;
}
.openmodule {
  width: 20px;
  margin-left: 10px;
}
.btn-white {
  color: #fff;
}
.btn-white:hover {
  color: #fff;
  text-decoration: none;
}
.formc {
  background: #092B46;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .formc {
    padding: 2rem 15px;
  }
}
.formc .btn-toolbar {
  flex: none !important;
  flex-wrap: nowrap;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.formc .btn-toolbar .action {
  padding: 10px 30px;
  border: 1px solid #092B46;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.formc .error.message {
  color: #eee;
}
.formc .field {
  margin-bottom: 2rem;
}
.formc .requestp {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Raleway", serif;
}
@media screen and (max-width: 768px) {
  .formc .requestp {
    font-size: 1.6rem;
  }
}
.formc label {
  color: #fff;
  display: none;
}
.formc #EditableTextField_193fa label {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .formc #EditableTextField_193fa label {
    display: inline !important;
  }
}
.formc input.action {
  background: #E62A2B;
  text-align: right;
}
.formc #UserForm_Form_13_EditableTextField_193fa_accetto, .formc #UserForm_Form_13_EditableTextField_193fa_accept, .formc #UserForm_Form_13_EditableTextField_193fa_akzeptieren {
  width: 20px;
}
.formc #captcha-error-message {
  color: #cc0000;
}
.formc .middleColumn input, .formc .middleColumn textarea, .formc .middleColumn select {
  width: 100%;
  padding: 0.5rem 0.75rem;
}
.formc .right-col {
  width: calc(48% - 2px);
  display: inline-block;
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .formc .right-col {
    width: 100%;
    margin-left: 0;
  }
}
.formc .right-col .error {
  margin-left: 3%;
}
.formc .left-col {
  width: calc(48% - 2px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .formc .left-col {
    width: 100%;
    margin-left: 0;
  }
}
.message_ok {
  display: none;
}
.vailista {
  text-transform: uppercase;
}
.vailista a {
  padding: 1rem 2rem;
  border: 1px solid #E6292B;
  color: #E6292B;
  border-radius: 4rem;
  display: block;
  text-align: center;
  font-weight: 700;
}
.formcapp {
  /*background: #092B46;*/
  padding: 4rem 2rem;
}
.formcapp .hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .formcapp {
    padding: 2rem 0;
  }
  .formcapp .left-col {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .formcapp .right-col {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .formcapp .valaccetto label {
    display: inline !important;
  }
}
.formcapp .btn-toolbar {
  flex: none !important;
  flex-wrap: nowrap;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.formcapp .btn-toolbar .action {
  padding: 10px 30px;
  border: 1px solid #092B46;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.formcapp .error.message {
  color: #cc0000;
}
.formcapp .field {
  margin-bottom: 2rem;
}
.formcapp .requestp {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Raleway", serif;
}
.formcapp label {
  color: #cc0000;
  display: none;
}
.formcapp #EditableTextField_31f6d label, .formcapp #EditableTextField_a91d1 label {
  color: #000;
  display: inline-block;
}
.formcapp #EditableTextField_31f6d input, .formcapp #EditableTextField_a91d1 input {
  width: 20px;
}
.formcapp #EditableTextField_193fa label {
  display: inline-block;
}
.formcapp input.action {
  background: #E62A2B;
  text-align: right;
}
.formcapp #UserForm_Form_13_EditableTextField_193fa_accetto {
  width: 20px;
}
.formcapp #captcha-error-message {
  color: #cc0000;
}
.formcapp .middleColumn input, .formcapp .middleColumn textarea, .formcapp .middleColumn select {
  width: 100%;
  padding: 0.5rem 0.75rem;
}
.formcapp .right-col {
  width: calc(48% - 2px);
  display: inline-block;
  margin-left: 3%;
}
.formcapp .right-col .error {
  margin-left: 3%;
}
.formcapp .left-col {
  width: calc(48% - 2px);
  display: inline-block;
}
.lista-immobili {
  padding-top: 50px;
}
.lista-immobili .blocco-immobile {
  background: #fff;
  height: 100%;
  position: relative;
}
.lista-immobili .nascondi {
  display: none;
}
.lista-immobili .appartamento, .lista-immobili .immobili {
  margin-bottom: 2rem;
}
.lista-immobili .appartamento a, .lista-immobili .immobili a {
  display: block;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1715px) {
  .lista-immobili .appartamento, .lista-immobili .immobili {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}
#elencofiltri .bloccofiltro {
  margin-top: 2rem;
}
#elencofiltri .custom-selectfilter {
  width: 90%;
  position: relative;
  border: 1px solid #707070;
}
#elencofiltri .custom-selectfilter select {
  display: none;
  /*hide original SELECT element: */
}
#elencofiltri .custom-selectfilter .select-hide {
  display: none;
}
#elencofiltri .custom-selectfilter .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #707070;
}
#elencofiltri .custom-selectfilter .select-items div {
  color: #707070;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
#elencofiltri .custom-selectfilter .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#elencofiltri .custom-selectfilter .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#elencofiltri .custom-selectfilter .select-selected {
  background-color: #fff;
  color: #707070;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
#elencofiltri .custom-selectfilter .select-selected.select-arrow-active:after {
  border-color: transparent transparent #707070 transparent;
  top: 15px;
}
#elencofiltri .custom-selectfilter .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #707070 transparent transparent transparent;
}
#elencofiltri .namefilter {
  text-transform: uppercase;
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
}
#elencofiltri .container-input {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
}
#elencofiltri .container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#elencofiltri .container-input input:checked ~ .checkmark:after {
  display: block;
}
#elencofiltri .container-input .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #707070;
}
#elencofiltri .container-input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#elencofiltri ul {
  padding: 0;
}
#elencofiltri ul li {
  list-style: none;
}
#elencofiltri #filterbox {
  padding: 30px;
  border: 1px solid #707070;
}
#elencofiltri #filterbox h4 {
  margin-bottom: 30px;
}
#elencofiltri #filterbox .tipoapp {
  font-weight: 700;
  margin-bottom: 20px;
}
#elencofiltri #filterbox .tipoapp label a {
  color: #000;
}
#elencofiltri #filterbox .tipoapp label a:hover {
  text-decoration: none;
}
#elencofiltri #filterbox .tipoapp .tips {
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #elencofiltri #filterbox {
    padding: 1.5rem 15px;
  }
}
#elencofiltri .closefilter {
  position: absolute;
  right: 2rem;
  top: 4rem;
  width: 48px;
  height: 48px;
  padding: 24px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #elencofiltri .closefilter {
    right: 15px;
    top: 15px;
  }
}
#elencofiltri .closefilter .icon-close {
  background: #1c74bc;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 2px;
  pointer-events: none;
}
#elencofiltri .closefilter .icon-close:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-14px, 14px);
  -ms-transform: rotate(45deg) translate(-14px, 14px);
  transform: rotate(45deg) translate(-14px, 14px);
}
#elencofiltri .closefilter .icon-close:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-10px, -18px);
  -ms-transform: rotate(-45deg) translate(-10px, -18px);
  transform: rotate(-45deg) translate(-10px, -18px);
}
#elencofiltri .titlefilter {
  font-size: 4.0625rem;
  font-family: "Raleway", serif;
  color: #1c74bc;
}
@media screen and (max-width: 768px) {
  #elencofiltri .titlefilter {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
#sloganHome {
  position: absolute;
  bottom: 40%;
  z-index: 2;
  width: 100%;
}
#sloganHome p {
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 400;
}
#sloganHome p em {
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-device-width: 768px) {
  #sloganHome {
    bottom: 55%;
  }
  #sloganHome p {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
#ricerca-home {
  position: absolute;
  bottom: 20%;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ricerca-home {
    width: calc(100% - 30px);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #sedehome {
    padding-left: 0;
  }
}
#agenzia-home {
  background: #f5f5f5;
  padding: 3rem 15px 3rem 30px;
  /* margin-bottom: 6rem;*/
}
#agenzia-home .ag-home-mg-top {
  margin-top: 2rem;
}
#agenzia-home #blocchiaghome img {
  width: 100%;
  max-width: 100%;
}
#agenzia-home #blocchiaghome .bannerag {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #agenzia-home #blocchiaghome .bannerag {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: -15px;
  }
}
#agenzia-home #blocchiaghome .bannerag a {
  display: block;
}
#agenzia-home #blocchiaghome .cont-sx-bottom {
  padding-left: 5rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  #agenzia-home #blocchiaghome .cont-sx-bottom {
    padding-left: 0;
    padding-top: 0;
    margin-left: -15px;
  }
}
#agenzia-home #blocchiaghome .cont-sx-bottom h2 {
  font-family: "Playfair Display", serif;
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #1B496D;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #agenzia-home #blocchiaghome .cont-sx-bottom h2 {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
#agenzia-home #blocchiaghome .cont-sx-bottom p {
  font-size: 1.13rem;
}
#agenzia-home #blocchiaghome .cont-sx-top {
  padding-left: 5rem;
  padding-top: 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #agenzia-home #blocchiaghome .cont-sx-top {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-bottom: 0;
  }
}
#agenzia-home #blocchiaghome .cont-sx-top h3 {
  font-family: "Raleway", sans-serif;
  color: #1B496D;
}
@media screen and (max-width: 768px) {
  #agenzia-home #blocchiaghome .cont-sx-top h3 {
    font-size: 1.6rem;
  }
}
#agenzia-home #blocchiaghome .cont-sx-top p {
  font-size: 1.13rem;
}
#agenzia-home .titoloag {
  padding-left: 5.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #agenzia-home .titoloag {
    padding-left: 0px;
  }
}
#agenzia-home .titoloag h2 {
  font-family: "Playfair Display", serif;
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #707070;
}
@media screen and (max-width: 768px) {
  #agenzia-home .titoloag h2 {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
#agenzia-home .titoloag h2 em {
  font-style: normal;
  color: #1B496D;
}
.container-imm {
  margin-top: 6rem;
  margin-bottom: 12rem;
  /*width: calc(100% - 5% - 15px);*/
  margin-left: calc(8.33% + 15px);
  position: relative;
}
.container-imm .closerowcarousel {
  width: calc(100% - 16rem - 5%);
  border-top: 1px solid #A8A8A8;
  display: block;
  position: absolute;
  bottom: auto;
  margin-top: -10px;
  left: calc(5% + 15px);
}
@media screen and (max-width: 768px) {
  .container-imm .closerowcarousel {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 768px) {
  .container-imm .closerowcarousel {
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .container-imm {
    margin-top: 2rem;
    margin-bottom: 6rem;
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
.container-imm .bloccoimm {
  width: calc(100% / 4);
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.container-imm .bloccoimm p.titinv {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  z-index: 2;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.container-imm .bloccoimm a {
  color: #fff;
}
.container-imm .bloccoimm a img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.container-imm .bloccoimm a:hover img {
  transform: scale(1.1);
}
.container-imm .bloccoimm a:before {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 0;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #216dab 0%, rgba(77, 77, 77, 0) 20%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.container-imm .introimm {
  margin-bottom: 2rem;
  padding-left: calc(5rem + 15px);
}
@media screen and (max-width: 768px) {
  .container-imm .introimm {
    padding-left: 0;
  }
}
.container-imm .introimm h2 {
  font-family: "Playfair Display", serif;
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .container-imm .introimm h2 {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
.container-imm .introimm h2 em {
  font-style: normal;
  color: #1B496D;
}
.container-imm .introimm p.subinv {
  font-size: 1.13rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .servlist {
    padding-right: 0;
  }
}
.checkservices {
  width: 90px;
  height: 90px;
  /*padding: 10px;*/
  padding: 5px 0;
  line-height: 13px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 10px;
  font-size: 0.7rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .checkservices {
    margin-right: 10px;
  }
}
.checkservices p {
  word-wrap: break-word;
}
.checkservices.selected {
  background: #08C1D6;
}
.checkservices .selectservice {
  display: none;
}
.checkservices img {
  width: 36px;
  margin-bottom: 5px;
}
#lifestyle-home {
  margin-top: 6rem;
}
#lifestyle-home .bloccolife {
  width: calc(100% / 3);
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
#lifestyle-home .bloccolife:hover .freccialink .arrowout {
  opacity: 1;
  transform: translate3d(-70%, 0, 0);
}
#lifestyle-home .bloccolife:hover .freccialink .arrowin {
  transform: translate3d(250%, 0, 0);
}
#lifestyle-home .bloccolife p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  z-index: 3;
}
#lifestyle-home .bloccolife p .freccialink {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 35px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#lifestyle-home .bloccolife p .freccialink .arrowout {
  opacity: 0;
  position: absolute;
  transform: translate3d(-250%, 0, 0);
  transition: opacity 1.1s ease, -webkit-transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease;
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease, -webkit-transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
#lifestyle-home .bloccolife p .freccialink .arrowin {
  opacity: 1;
  position: absolute;
  transform: translate3d(-70%, 0, 0);
  transition: opacity 1.1s ease, -webkit-transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease;
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease, -webkit-transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
#lifestyle-home .bloccolife p .freccialink span {
  font-size: 3rem;
  font-weight: 100;
  margin-left: 5px;
}
#lifestyle-home .bloccolife a img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#lifestyle-home .bloccolife a:hover img {
  /* transform: scale(1.1);*/
}
#lifestyle-home .bloccolife a:before {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 0;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
#lifestyle-home .introlife {
  margin-bottom: 2rem;
  padding-left: calc(8.33% + 5.5rem + 15px);
}
#lifestyle-home .introlife h2 {
  font-family: "Playfair Display", serif;
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #707070;
}
#lifestyle-home .introlife h2 em {
  font-style: normal;
  color: #1B496D;
}
#lifestyle-home .introlife p.subinv {
  font-size: 1.13rem;
  margin-top: 2rem;
}
#residencehome {
  background: #f5f5f5;
  padding-bottom: 3rem;
}
#residencehome #reshometitle {
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: calc(5rem + 30px);
}
@media screen and (max-width: 768px) {
  #residencehome #reshometitle {
    padding-left: 0px;
  }
}
#residencehome #reshometitle h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #707070;
}
@media screen and (max-width: 768px) {
  #residencehome #reshometitle h1 {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
#residencehome #reshometitle h1 em {
  font-style: normal;
  color: #1B496D;
}
#residencehome #reshometitle p a {
  color: #333;
}
#residencehome #reshometitle p.subreshome {
  font-size: 1.13rem;
  margin-top: 2rem;
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  #residencehome #reshometitle p.subreshome {
    width: 100%;
    text-align: left;
  }
}
#residencehome #reshometitle p.subreshome.rall {
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #residencehome #reshometitle p.subreshome.rall {
    text-align: left;
  }
}
#residencehome #reshometitle p.subreshome.rall .rigapre {
  width: 40px;
  height: 2px;
  display: inline-block;
  background: #333;
  vertical-align: middle;
  margin-right: 15px;
}
.contenitore-residence {
  width: 100%;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .contenitore-residence {
    margin-left: 0;
  }
}
#nletterfoot p {
  font-size: 1.15rem !important;
}
#nletterfoot #emailnl {
  width: 100%;
  height: 86px;
  border: none;
  padding: 0 2rem 0 7rem;
  background: #fff url("/assets/Uploads/assets/ico-newsletter.png") no-repeat;
  background-position: 0 10px;
}
@media screen and (max-width: 768px) {
  #nletterfoot #emailnl {
    padding: 0 2rem 0 3rem;
    background-position: 0 25px;
    background-size: 48px;
  }
}
#nletterfoot .wrapper-nl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
#nletterfoot .wrapper-nl #subscribe-nl {
  background: #fff;
  border-radius: 0;
  border: none;
  height: 86px;
  padding: 0 2rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #BC3E41;
}
@media screen and (max-width: 768px) {
  #nletterfoot .wrapper-nl #subscribe-nl {
    padding: 0 1rem;
    font-size: 0.8rem;
  }
}
#nletterfoot .wrapper-nl #subscribe-nl:before {
  content: "";
  background: #707070;
  position: absolute;
  bottom: 15%;
  left: 0;
  height: 70%;
  width: 1px;
}
#residencehome {
  position: relative;
}
#residencehome .closerowcarousel {
  width: calc(100% - 16rem - 8.33%);
  border-top: 1px solid #A8A8A8;
  display: block;
  position: absolute;
  bottom: 57px;
  left: calc(8.33% + 15px);
}
@media screen and (max-width: 768px) {
  #residencehome .closerowcarousel {
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 768px) {
  #residencehome .closerowcarousel {
    left: 15px;
  }
}
#residencecarousel {
  margin-bottom: 3rem;
  margin-left: calc(8.33% - 11px);
}
@media screen and (max-width: 768px) {
  #residencecarousel {
    margin-left: 0;
  }
}
#residencecarousel .flickity-button {
  background: none;
  border: 1px solid #707070;
  color: #1B496D;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#residencecarousel .flickity-button:hover {
  background: #1B496D;
  color: #ffffff;
  border: 1px solid #1B496D;
}
#residencecarousel .flickity-button.flickity-prev-next-button {
  top: auto !important;
  transform: translateY(0);
  bottom: -60px;
}
#residencecarousel .flickity-button.flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}
#residencecarousel .flickity-button.flickity-prev-next-button.previous {
  left: auto;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  #residencecarousel .flickity-button.flickity-prev-next-button.previous {
    right: 50px;
  }
}
#residencecarousel .flickity-button.flickity-prev-next-button.next {
  right: 6rem;
}
@media screen and (max-width: 768px) {
  #residencecarousel .flickity-button.flickity-prev-next-button.next {
    right: 0px;
  }
}
#residencecarousel .flickity-button .carousel-cell {
  position: relative;
}
#investimenticarousel {
  margin-bottom: 3rem;
  margin-left: calc(5% + 15px);
}
@media screen and (max-width: 768px) {
  #investimenticarousel {
    margin-left: 0;
  }
}
#investimenticarousel .flickity-slider {
  background: #fff;
}
#investimenticarousel .carousel-cell {
  position: relative;
  border-right: 0 !important;
}
@media screen and (max-width: 768px) {
  #investimenticarousel .reshomeimg {
    width: 250px !important;
    height: 326px !important;
  }
}
#investimenticarousel .reshomeimg:before {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 0;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #216dab 0%, rgba(77, 77, 77, 0) 20%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#investimenticarousel .flickity-button {
  background: none;
  border: 1px solid #707070;
  color: #1B496D;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#investimenticarousel .flickity-button:hover {
  background: #1B496D;
  color: #ffffff;
  border: 1px solid #1B496D;
}
#investimenticarousel .flickity-button.flickity-prev-next-button {
  top: auto !important;
  transform: translateY(0);
  bottom: -60px;
}
#investimenticarousel .flickity-button.flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}
#investimenticarousel .flickity-button.flickity-prev-next-button.previous {
  left: auto;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  #investimenticarousel .flickity-button.flickity-prev-next-button.previous {
    right: 50px;
  }
}
#investimenticarousel .flickity-button.flickity-prev-next-button.next {
  right: 6rem;
}
@media screen and (max-width: 768px) {
  #investimenticarousel .flickity-button.flickity-prev-next-button.next {
    right: 0px;
  }
}
#investimenticarousel .flickity-button .carousel-cell {
  position: relative;
  border-right: 0 !important;
}
.immobili {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.immobili:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.blocco-immobile {
  margin-bottom: 2rem;
}
.blocco-dati {
  padding-bottom: 70px;
}
.blocco-dati .linkapp {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.blocco-dati .struttura {
  margin-bottom: 2rem;
  margin-top: 2rem;
  position: absolute;
  bottom: 20px;
}
.blocco-dati .struttura .str {
  color: #1c74bc;
  font-weight: bold;
  font-size: 0.8rem;
}
.blocco-dati .struttura .str i {
  font-size: 1.6rem;
  color: #333333;
  margin-right: 2px;
  vertical-align: middle;
}
.blocco-dati .velina-alta {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #216dab 0%, rgba(77, 77, 77, 0) 80%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .blocco-dati .velina-alta {
    opacity: 1;
    background: linear-gradient(0deg, #216dab 0%, rgba(77, 77, 77, 0) 34%, rgba(255, 255, 255, 0) 100%);
  }
}
.blocco-dati .velina-alta:hover {
  opacity: 1;
}
.blocco-dati .titolo-hover {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.blocco-dati .titolo-hover .abstract {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .blocco-dati .titolo-hover .abstract {
    display: none;
  }
}
.dati-bottom {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  pointer-events: none;
}
.descbreve {
  padding-left: 15px;
  padding-right: 15px;
}
.titleblocco {
  font-size: 1.25rem;
  color: #1c74bc;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  /*text-transform: capitalize;*/
  font-weight: 700;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.prezzo_wrap {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prezzo_wrap {
    width: calc(59% - 10px);
  }
}
.prezzo {
  background: #fdbf36;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px;
  font-size: 1rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.camere-dimensioni {
  color: #000;
  font-weight: 700;
  width: 45%;
  display: inline-block;
  text-align: right;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .camere-dimensioni {
    width: 42%;
    font-size: 0.7rem;
  }
}
.sp-bottom-thumbnails {
  margin-top: 0;
  margin-right: 0 !important;
}
.sp-thumbnails-container {
  width: auto !important;
}
.sp-next-arrow:after, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:before {
  content: none;
}
.sp-previous-arrow {
  color: black;
  width: 70px;
  height: 70px;
  background: #1c74bc;
  font-family: "Raleway", sans-serif;
}
.sp-previous-arrow::before {
  content: "‹";
  transform: none;
  font-size: 2rem;
  color: #ffffff;
  background: #1c74bc;
  left: 40%;
  top: 25%;
}
.sp-horizontal .sp-previous-arrow {
  left: 0;
}
.sp-horizontal .sp-next-arrow {
  right: 0;
}
.sp-next-arrow {
  color: black;
  width: 70px;
  height: 70px;
  background: #1c74bc;
  font-family: "Raleway", sans-serif;
}
.sp-next-arrow::before {
  content: "›";
  transform: rotate(180deg);
  font-size: 2rem;
  color: #ffffff;
  background: #1c74bc;
  left: auto;
  right: 40%;
  top: 25%;
}
.meta-vendite-dx {
  border: 1px solid #09C1D6;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .meta-vendite-dx {
    padding: 15px;
  }
}
.meta-vendite-dx.sticky-top {
  top: 1.5rem;
  margin-bottom: 1.5rem;
  z-index: 0;
}
.rif-vend {
  font-size: 1.875rem;
  color: #1c74bc;
}
@media screen and (max-width: 768px) {
  .rif-vend {
    font-size: 1.4rem;
  }
}
.cond-vend {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cond-vend {
    font-size: 1rem;
  }
}
.camere {
  margin-right: 5px;
}
.dimensioni {
  margin-right: 5px;
}
.seozone {
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  font-size: 0.7rem;
}
.comunevendita {
  text-transform: capitalize;
}
.trattris {
  font-size: 1rem;
}
#head_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #head_mobile {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
  }
  #head_mobile img {
    width: 100%;
    max-width: 100%;
  }
}
#header_wrap {
  height: 530px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header_wrap {
    /*height: 80vh !important;*/
    background-position: top center !important;
  }
}
#header_wrap.imm-dettaglio {
  height: 700px !important;
  background-position: center center !important;
}
@media screen and (max-width: 768px) {
  #header_wrap.imm-dettaglio {
    height: 80vh !important;
  }
}
#header_wrap.header_home {
  height: 100%;
}
.velinaimage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.velinatop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 146px;
  width: 100%;
  background: rgba(27, 73, 109, 0.8);
}
@media screen and (max-width: 768px) {
  .velinatop {
    height: 83px;
  }
}
#titleheader {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 999;
  text-transform: uppercase;
  text-align: center;
  font-family: "Raleway", serif;
  max-width: 800px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #titleheader {
    left: 0;
    bottom: 0;
  }
}
#titleheader.residence {
  z-index: 1;
}
#titleheader.residence .camere-dimensioni {
  width: 100%;
  margin-top: 10px;
}
#titleheader h1 {
  font-size: 3rem;
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  #titleheader h1 {
    font-size: 2rem;
  }
}
#titleheader.dettaglio {
  bottom: 2.813rem;
  max-width: 900px;
}
#titleheader.dettaglio p {
  margin-bottom: 0;
}
#titleheader.residence {
  color: #ffffff;
  max-width: 800px;
  padding: 2rem;
  background: rgba(27, 73, 109, 0.8);
  bottom: 4.125rem;
}
@media screen and (max-width: 768px) {
  #titleheader.residence {
    padding: 1rem 15px;
  }
}
#titleheader.residence h2 {
  font-family: "Raleway", serif;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #titleheader.residence h2 {
    font-size: 1.8rem;
  }
}
#titleheader.residence span {
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 768px) {
  #titleheader.residence span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #titleheader.residence {
    bottom: 0;
  }
}
#titleheader h1 {
  color: #ffffff;
}
#titleheader h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
}
.prezzodett {
  font-size: 2.188rem;
  padding-top: 1.5rem;
  color: #1c74bc;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .prezzodett {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    padding-top: 1rem;
  }
}
.prezzodett1 {
  border-top: 1px solid #09C1D6;
  font-size: 2.188rem;
  padding-top: 0.5rem;
  color: #1c74bc;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .prezzodett1 {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    padding-top: 1rem;
  }
}
.riepilogo {
  border-bottom: 1px solid #09C1D6;
  font-size: 1.18rem;
  color: #333333;
  padding-bottom: 2rem;
}
.riepilogo.checkrow {
  border-bottom: none;
}
.riepilogo .fa-circle {
  font-size: 0.3rem;
  vertical-align: middle;
  margin: 0 10px;
}
#desc-vendita {
  margin-top: 7.813rem;
  margin-bottom: 7.813rem;
  padding-left: calc(4rem - 11px);
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #desc-vendita {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
#desc-vendita .titdesc {
  font-family: "Raleway", serif;
  font-weight: 700;
  color: #1c74bc;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #desc-vendita .titdesc {
    font-size: 2.2rem;
  }
}
#desc-vendita .desclong {
  font-size: 1.185rem;
}
@media screen and (max-width: 768px) {
  #desc-vendita .desclong {
    font-size: 1rem;
  }
}
.containerappartamento {
  margin-top: 7.813rem;
  margin-bottom: 7.813rem;
  padding-left: calc(4rem - 11px);
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .containerappartamento {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.containerappartamento .titdesc {
  font-family: "Raleway", serif;
  color: #1c74bc;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .containerappartamento .titdesc {
    font-size: 2.2rem;
  }
}
.containerappartamento .desclong {
  font-size: 1.185rem;
}
@media screen and (max-width: 768px) {
  .containerappartamento .desclong {
    font-size: 1rem;
  }
}
#dettagli-v .titdesc {
  font-family: "Raleway", serif;
  color: #1c74bc;
  font-size: 2.5rem;
  padding-left: calc(4rem - 11px);
}
#list-features {
  padding-left: calc(4rem - 11px);
  margin: 0;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
#list-features ul {
  padding: 0;
  margin-left: -15px;
}
#list-features ul li {
  list-style: none;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 5px;
  padding-top: 5px;
}
#list-features ul li strong {
  width: 35%;
  display: inline-block;
}
#menu-dettaglio {
  background: #1c74bc;
  padding: 2.875em 15px;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  #menu-dettaglio {
    padding: 1rem 15px;
    margin-bottom: 2rem;
  }
}
#menu-dettaglio ul {
  margin: 0;
  padding: 0;
}
#menu-dettaglio ul li {
  list-style: none;
  display: inline;
  text-transform: uppercase;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  #menu-dettaglio ul li {
    font-size: 0.9rem;
    margin-right: 1rem;
  }
}
#menu-dettaglio ul li a {
  color: #ffffff;
}
.backtotop {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  border: 1px solid #1c74bc;
  color: #1c74bc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 999;
  display: block;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.backtotop:hover {
  background: #1B496D;
  color: #ffffff;
  border: 1px solid #1B496D;
}
.requestinfo {
  background: #1c74bc;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 3rem;
  font-size: 1.185rem;
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .requestinfo {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "›";
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item a {
  color: #707070;
}
#slider-v {
  margin-top: 30px;
}
#slider-v .galleoh {
  overflow: hidden;
}
#header-content {
  position: relative;
  z-index: 2;
  height: 100px;
  line-height: 100px;
  /*border-bottom: 1px solid $white;*/
}
#header-content .logobib {
  height: 60px;
}
@media screen and (max-width: 768px) {
  #header-content {
    /*padding-top: 2rem;*/
  }
  #header-content .logoheader {
    width: 210px;
  }
}
/*#topnav {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
  li {
      display: inline;
      list-style: none;
      margin-left: 5rem;
      text-transform: uppercase;
      font-weight: 700;
    &.section {
      a {
        border-bottom: 2px solid $white;
      }
    }
    a{
      color: $white;
      &:hover {
        text-decoration: none;
        border-bottom: 2px solid $white;
      }
    }
  }
}
*/
.dropdown-toggle::after {
  border: none !important;
}
.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  left: 10px;
  top: -2px;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#topnav {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #topnav {
    display: none;
  }
}
#topnav .megamenub {
  background: #fff;
  border-radius: 0 !important;
  left: auto !important;
  right: 0px !important;
  transform: translate3d(39%, 24px, 0) !important;
  border: none !important;
  width: 640px;
  padding: 40px 20px;
}
#topnav .megamenub p {
  text-transform: none;
  font-weight: 400;
  font-size: 0.85rem;
}
#topnav .megamenub p.titmegam {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  border-bottom: 2px solid #1c74bc;
}
#topnav .megamenub p.titmegam a {
  color: #1c74bc;
  padding: 0 !important;
  background: none !important;
}
#topnav .megamenub p.titmegam a:before {
  content: "";
}
#topnav .megamenub p a {
  color: #707070;
  padding: 0 !important;
  background: none !important;
}
#topnav .megamenub p a:before {
  content: "›";
  margin-right: 2px;
  font-size: 1.1rem;
}
#topnav li {
  display: inline;
  list-style: none;
  margin-left: 1.5rem;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
}
#topnav li.flags {
  position: relative;
  top: -3px;
  margin-left: 0;
}
#topnav li.flags .dropdown-menu {
  max-width: 50px;
  padding-bottom: 10px !important;
  transform: translate3d(5px, 29px, 0px) !important;
}
#topnav li.flags .dropdown-menu .childmenu {
  position: relative;
  left: -85px;
}
#topnav li.flags a:hover {
  border-bottom: none;
}
#topnav li.flags.show a {
  background: none;
}
#topnav li.show a {
  color: #1c74bc;
  padding: 10px 20px;
  background: #fff;
}
#topnav li.show a .arrow {
  border: solid #1c74bc;
  border-width: 0 2px 2px 0;
}
#topnav li.show a .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#topnav li.section a {
  border-bottom: 2px solid #ffffff;
}
#topnav li a {
  padding: 10px 20px;
  color: #000;
}
#topnav li a:hover {
  text-decoration: none;
  /* border-bottom: 2px solid #000;*/
}
#footer_wrap {
  padding-top: 4.375rem;
}
#footer_wrap h3 {
  font-family: "Raleway", serif;
}
#footer_wrap #footer_cont_logo {
  border-top: 1px solid #707070;
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #footer_wrap #footer_cont_logo {
    text-align: center;
    padding-top: 2rem;
  }
  #footer_wrap #footer_cont_logo img {
    width: 100%;
  }
  #footer_wrap #footer_cont_logo h3 {
    margin-top: 2rem;
  }
}
#footer_wrap #footer_cont_logo p {
  color: #707070;
}
#footer_cont_credits {
  color: #707070;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #footer_cont_credits .trattino {
    display: none;
  }
  #footer_cont_credits .piva {
    display: block;
  }
}
#footer_cont_credits #credfoot {
  border-top: 1px solid #707070;
  padding-top: 1rem;
  font-size: 0.9rem;
}
#footer_cont_credits a {
  color: #707070;
}
#pre-footer {
  background-color: #707070;
  font-weight: 700;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#pre-footer p {
  color: #ffffff;
  font-size: 0.875rem;
}
.contattiFooter {
  color: #707070;
  font-weight: 700;
  margin-bottom: 3.125rem;
  display: inline-block;
  text-align: left;
}
.contattiFooter p {
  color: #0A2B46;
}
#footer_cont_tel img {
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  #footer_cont_tel .fotoc {
    display: none;
  }
  #footer_cont_tel .blocformc {
    padding-right: 0;
  }
}
.blocco-dati-header .camere-dimensioni {
  margin-top: 3.25rem;
  width: auto;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
}
.blocco-dati-header .camere-dimensioni .camere {
  margin-right: 2rem;
}
#breadresidence {
  padding-top: 1.5rem;
}
#desc-residence .titdescresidence {
  padding-bottom: 4.25rem;
}
#desc-residence .titdescresidence h1 {
  font-family: "Raleway", serif;
  line-height: 4rem;
  color: #707070;
}
#desc-residence .titdescresidence h1 em {
  font-style: normal;
  color: #1c74bc;
}
#desc-residence .desclong {
  color: #707070;
  font-size: 1.185rem;
  line-height: 2.4rem;
}
.titolonavresidence {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: "Raleway", serif;
  font-size: 3.25rem;
  color: #1c74bc;
}
.box-residence {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  width: 100%;
  max-width: 95%;
  display: block;
}
.box-residence.next {
  margin-left: 5%;
}
.box-residence .velinagrigia {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  height: 580px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box-residence .velinagrigia:hover {
  background: rgba(0, 0, 0, 0.7);
}
.box-residence .blocco-residence {
  height: 580px;
}
.box-residence .blocco-residence .titleresidence {
  pointer-events: none;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
.box-residence .blocco-residence .titleresidence h3 {
  color: #ffffff;
  font-family: "Raleway", serif;
  font-size: 2.75rem;
}
.box-residence .blocco-residence .titleresidence p {
  font-size: 1rem;
}
#appartamenticarousel {
  width: calc(100% - 8.333333% - 15px);
  margin-left: calc(15px + 8.333333%);
}
#appartamenticarousel.is-hiding-nav-ui .flickity-page-dots {
  display: none;
}
#flickity-appartamenti {
  margin: 0;
  padding: 0;
}
.dati-appartamento {
  max-width: 45%;
  padding: 4rem;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  /* top: 50%;*/
  left: 0;
  /* transform: translateY(-50%);*/
  top: 76%;
}
.dati-appartamento .bottone-azzurro {
  text-transform: uppercase;
}
.dati-appartamento .camere-dimensioni {
  width: 100%;
  text-align: left;
}
.dati-appartamento .camere-dimensioni span {
  color: #707070;
}
.dati-appartamento .camere-dimensioni span.camere {
  padding-right: 40px;
}
.dati-appartamento .camere-dimensioni span.dimensioni {
  padding-right: 40px;
}
.dati-appartamento .camere-dimensioni span i {
  font-size: 1.2rem;
  margin-right: 5px;
}
.dati-appartamento a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #0A2B46;
}
.dati-appartamento .descrizione-appartamento {
  color: #333;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.dati-appartamento h4 {
  font-family: "Raleway", serif;
  font-size: 1.7rem;
  margin-bottom: 36px;
  color: #1c74bc;
}
.bottone-azzurro {
  background: #09C1D6;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 60px;
  font-size: 1.125rem;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-cell {
  border-right: 10px solid #ffffff;
}
.flickity-page-dots {
  position: static;
  margin-top: 25px;
}
.flickity-page-dots .dot {
  width: 18px;
  height: 18px;
  background: #707070;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #09C1D6;
}
.flickity-viewport {
  background: #d3d3d3;
}
.bluemoreinfo {
  color: #1c74bc;
  font-size: 1.2rem;
}
.bluemoreinfo a {
  color: #1c74bc;
  text-decoration: underline;
  font-weight: 700;
}
.bluemoreinfo a:hover {
  text-decoration: none;
}
.nome-appartamento {
  font-size: 2.25rem;
  font-weight: 600;
  color: #1c74bc;
}
@media screen and (max-width: 768px) {
  .nome-appartamento {
    font-size: 1rem;
  }
}
.nome-residence {
  font-size: 1.875rem;
  color: #1c74bc;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .nome-residence {
    font-size: 1.4rem;
  }
}
.nome-residence:hover {
  color: #1c74bc;
}
.condizfancy {
  color: #1c74bc;
  text-decoration: underline;
}
#condizioni {
  margin-bottom: 7.813rem;
  padding-left: calc(4rem - 11px);
  padding-right: 2rem;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  #condizioni {
    padding-left: 15px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
#condizioni #condtxt .cond-sx {
  padding-right: 4rem;
}
@media (max-width: 768px) {
  #condizioni #condtxt .cond-sx {
    padding-right: 15px;
  }
}
#condizioni #condtxt .cond-dx {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  #condizioni #condtxt .cond-dx {
    padding-left: 15px;
  }
}
#condizioni #condicheck .checkin {
  display: inline-block;
  margin-right: 90px;
}
@media (max-width: 768px) {
  #condizioni #condicheck .checkin {
    margin-right: 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
#condizioni .titcondi {
  font-family: "Raleway", serif;
  color: #1c74bc;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #condizioni .titcondi {
    font-size: 2.2rem;
  }
}
#condizioni .desclong {
  font-size: 1.185rem;
}
#richiediinfo {
  margin-bottom: 3rem;
}
#richiediinfo .bottone-info {
  background: #1c74bc;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 3rem;
  font-size: 1.185rem;
  margin-top: 4rem;
  display: block;
}
#altreproposte {
  margin-top: 7.813rem;
  margin-bottom: 7.813rem;
  padding-left: calc(4rem - 11px);
  padding-right: 2rem;
}
#altreproposte .titaltre p {
  line-height: 3rem;
  margin-bottom: 0;
  font-size: 3rem;
  color: #333333;
  font-family: "Raleway", serif;
}
#altreproposte .titaltre p span {
  color: #0A2B46;
}
.dispo-block {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  background: #08C1D6;
}
.dispo-text {
  text-transform: uppercase;
  position: relative;
  top: -3px;
}
#dispocal {
  margin-top: 2rem;
}
#dispocal .dispo-text {
  text-transform: uppercase;
}
#dispocal .dispo-block {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  height: 20px;
  background: #08C1D6;
}
#dispocal .titcondi {
  font-family: "Raleway", serif;
  color: #1c74bc;
  font-size: 2.5rem;
  font-weight: 700;
}
#dispocal #dispotitle {
  padding-left: calc(4rem - 26px);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #dispocal #dispotitle {
    padding-left: 0;
  }
}
#blocco-servizi {
  padding-left: calc(4rem - 11px);
  margin-top: 7.813rem;
  margin-bottom: 7.813rem;
}
@media screen and (max-width: 768px) {
  #blocco-servizi {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 15px;
  }
}
#blocco-servizi .titserv {
  font-family: "Raleway", serif;
  color: #1c74bc;
  font-size: 2.5rem;
  padding-bottom: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #blocco-servizi .titserv {
    font-size: 2.2rem;
    padding-bottom: 0;
  }
}
#blocco-servizi .item-servizio {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #blocco-servizi .item-servizio {
    width: 50%;
    margin-bottom: 1rem;
  }
}
#blocco-servizi .item-servizio p {
  display: inline;
  font-size: 1.18rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #blocco-servizi .item-servizio p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #blocco-servizi .item-servizio img {
    width: 30px !important;
    float: left;
  }
}
.mega-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 0;
  background: rgba(27, 73, 109, 0.98);
  opacity: 0.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mega-menu.showmenu {
  transform: translateY(100%);
  z-index: 999;
  opacity: 1;
}
.mega-menum {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 0;
  background: rgba(27, 73, 109, 0.98);
  opacity: 0.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.mega-menum.showmenu {
  transform: translateY(100%);
  z-index: 999;
  opacity: 1;
  overflow-y: auto;
}
.genitore {
  font-family: "Raleway", serif;
  font-size: 2.75rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.colonne-genitori {
  margin: 0;
  padding: 0;
}
.colonne-figli {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align: top;
  font-size: 1.18rem;
}
.colonne-figli a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.colonne-figli .terzo-livello {
  margin: 0;
  margin-top: 30px;
  padding: 0;
}
.colonne-figli .terzo-livello li {
  list-style: none;
  margin-bottom: 20px;
}
.colonne-figli .terzo-livello li a {
  font-size: 1rem;
  text-transform: none;
}
.colonne-figli .terzo-livello li a::before {
  content: "";
  width: 15px;
  border-bottom: 2px solid #ffffff;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.section-menu {
  display: none;
  color: #ffffff;
}
.closemenu {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 48px;
  height: 48px;
  display: block;
  margin-left: 5rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 48px;
  padding: 30px;
  cursor: pointer;
}
.closemenu .icon-bar {
  background: #ffffff;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 2px;
}
.closemenu .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-14px, 14px);
  -ms-transform: rotate(45deg) translate(-14px, 14px);
  transform: rotate(45deg) translate(-14px, 14px);
}
.closemenu .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-10px, -18px);
  -ms-transform: rotate(-45deg) translate(-10px, -18px);
  transform: rotate(-45deg) translate(-10px, -18px);
}
.closemenum {
  position: absolute;
  top: 1rem;
  right: 15px;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 5rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 24px;
  padding: 15px;
  cursor: pointer;
}
.closemenum .icon-bar {
  background: #ffffff;
  display: block;
  margin-bottom: 4px;
  width: 20px;
  height: 2px;
}
.closemenum .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-7px, 7px);
  -ms-transform: rotate(45deg) translate(-7px, 7px);
  transform: rotate(45deg) translate(-7px, 7x);
}
.closemenum .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-3px, -12px);
  -ms-transform: rotate(-45deg) translate(-3px, -12px);
  transform: rotate(-45deg) translate(-3px, -12px);
}
.hamburger, .hamburgerm {
  width: 24px;
  display: inline-block;
  margin-left: 1.5rem;
  cursor: pointer;
}
.hamburger .icon-bar, .hamburgerm .icon-bar {
  background: #000;
  margin-top: 4px;
  display: block;
  width: 24px;
  height: 2px;
}
.hamburger .icon-bar:nth-child(3), .hamburgerm .icon-bar:nth-child(3) {
  width: 12px;
}
#h-menu {
  display: none;
  color: #ffffff;
  margin-top: 8rem;
}
#h-menu .megamenub {
  background: none !important;
  position: static !important;
  border: none;
  transform: none !important;
  width: 90% !important;
}
#h-menu ul li {
  font-family: "Raleway", serif;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  list-style: none;
}
#h-menu ul li a {
  color: #ffffff;
}
#mapid {
  height: 400px;
}
#containerhome {
  position: relative;
  left: 0;
  top: 0;
  width: calc(100vw - 17px);
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #containerhome {
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
}
.blocco-testo {
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 1.185rem;
  line-height: 2.4rem;
}
.blocco-testo h1, .blocco-testo h2 {
  padding-bottom: 4.25rem;
  font-family: "Raleway", serif;
  line-height: 3.7rem;
  font-size: 3.7rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .blocco-testo h1, .blocco-testo h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-bottom: 1.8rem;
  }
}
.blocco-testo h1 em, .blocco-testo h2 em {
  font-style: normal;
  color: #1c74bc;
}
.blocco-testo-sx {
  font-family: "Raleway", sans-serif;
  padding-left: calc(4rem - 11px);
  color: #333333;
  font-size: 1.185rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .blocco-testo-sx {
    padding-left: 15px;
  }
}
.blocco-testo-sx h1, .blocco-testo-sx h2 {
  padding-bottom: 4.25rem;
  font-family: "Raleway", serif;
  line-height: 3.7rem;
  font-size: 3.7rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .blocco-testo-sx h1, .blocco-testo-sx h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-bottom: 1.8rem;
  }
}
.blocco-testo-sx h1 em, .blocco-testo-sx h2 em {
  font-style: normal;
  color: #1c74bc;
}
.blocco-foto-testo {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .blocco-foto-testo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.colonne-testo-sotto-foto {
  padding-top: 2rem;
}
.testo-titolo {
  font-family: "Raleway", serif;
  color: #0A2B46;
  font-size: 3.75rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  line-height: 3.9rem;
}
@media screen and (max-width: 768px) {
  .testo-titolo {
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding: 0;
  }
}
.banner {
  margin: 2rem 0;
  position: relative;
}
.banner a .velinaimage {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner a .velinaimage:hover {
  background: rgba(0, 0, 0, 0);
}
.banner a img {
  width: 100%;
  height: 100%;
}
.banner a .titolo-banner {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  pointer-events: none;
}
.banner a .titolo-banner h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.blocco-contenuto h2 {
  padding-bottom: 0;
  padding-top: 4rem;
}
#contenuto-servizi {
  padding-top: 3rem;
  padding-bottom: 4.25rem;
}
@media screen and (max-width: 768px) {
  #contenuto-servizi {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 0 !important;
  }
  #contenuto-servizi .servizio-wrap {
    width: 100%;
  }
  #contenuto-servizi #servhome {
    padding: 0;
  }
}
#contenuto-servizi a {
  color: #707070;
  font-size: 1.125rem;
  display: block;
}
#contenuto-servizi img {
  display: inline-block;
}
#contenuto-servizi .contenuto-elemento {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  max-width: calc(100% - 12px - 30px);
}
.title-res {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #ffffff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .title-res {
    font-size: 1rem;
  }
}
#searchome, #searchomevend {
  position: absolute;
  right: 0;
  top: 0;
  background: #1B496D;
  padding: 0 50px;
  height: 100%;
  line-height: 100px;
  color: #ffffff;
  border: 1px solid #1B496D;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #searchome, #searchomevend {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #searchome, #searchomevend {
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #searchome, #searchomevend {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reshomeimg {
    width: 250px !important;
    height: 326px !important;
  }
}
.reshomeimg:before {
  position: absolute;
  left: 0;
  width: calc(100% - 10px);
  z-index: 2;
  top: 0;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #216dab 0%, rgba(77, 77, 77, 0) 20%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.servizio-wrap {
  /* display: inline-block;*/
  padding: 10px 15px;
  border-radius: 50px;
  margin-right: 50px;
  color: #fff;
  line-height: 1.3rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.servizio-wrap.current:after {
  background-color: #E6292B;
}
.servizio-wrap.current a {
  color: #ffffff !important;
}
.servizio-wrap.current a span {
  transform: translate(10px, 0px);
}
.servizio-wrap span {
  display: inline-block;
  transition: all 0.3s;
}
.servizio-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10rem;
  z-index: -2;
}
.servizio-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #E6292B;
  transition: all 0.3s;
  border-radius: 50px;
  color: #ffffff;
  z-index: -1;
}
.servizio-wrap:hover {
  color: #fff;
}
.servizio-wrap:hover a {
  color: #ffffff !important;
}
.servizio-wrap:hover a span {
  transform: translate(10px, 0px);
}
.servizio-wrap:hover:before {
  width: 100%;
}
/*
.servizio-wrap{
  background: $white;
  padding: 10px 15px;
  border-radius: 50px;
  margin-right: 50px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  &:hover{
    background: $primaryRed;
    text-decoration: none;
    span{
      color: $white;
    }

  }
}*/
.elemento {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .elemento {
    margin-top: 20px;
  }
}
/** MAPPA **/
.blockmapelenco {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
.blockmapelenco .camere-dimensioni {
  width: 100% !important;
  color: #707070;
  text-align: left;
}
.blockmapelenco .contentmapapp {
  width: 280px;
  float: left;
  padding: 10px;
}
.blockmapelenco .wrapperimg {
  width: 100px;
  height: 100px;
  float: left;
}
.blockmapelenco .wrapperimg .mapimage {
  width: 100%;
  height: 100%;
  display: block;
}
.blockmapelenco p.titleapp {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
}
.blockmapelenco p.titleapp a {
  color: #707070;
}
.maptitres {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1rem;
  color: #707070;
}
#linkflters {
  margin-top: 1rem;
}
#linkflters a {
  padding: 10px 20px;
  border: 1px solid #707070;
  display: inline-block;
  text-transform: uppercase;
  color: #707070;
  font-size: 0.9rem;
  font-weight: 700;
}
#linkflters a.active {
  background: #DEF4FF;
}
#velinaapp {
  width: 400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  width: 0px;
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
}
#velinaapp .closetendina {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 36px;
  color: #1c74bc;
}
#velinaapp .closetendina:hover {
  text-decoration: none;
}
#mappappart {
  width: 100%;
  height: 850px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
}
.imgpopup {
  width: 100%;
  max-width: 100%;
}
.leaflet-popup-content {
  width: 300px !important;
  text-align: center;
}
.leaflet-popup-content p {
  font-size: 1.1rem;
  margin: 8px 0 !important;
}
.leaflet-popup-content p.titpopup {
  color: #666;
  font-weight: 500;
}
.leaflet-popup-content p.titpopup a {
  color: #666;
}
.leaflet-popup-content p.titpopup .comunepop {
  text-transform: capitalize;
}
.leaflet-popup-content p.prezzopop {
  font-size: 1.5rem;
  color: #1c74bc;
  font-weight: 700;
}
#mappvend {
  width: 100%;
  height: 850px;
  border: 1px solid #707070;
  position: relative;
  overflow: hidden;
}
#containermappa {
  display: none;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
#containermappav {
  display: none;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
/** FINE MAPPA **/
/** RICERCA **/
#catsearch {
  background: #eeeeee;
  padding: 40px 15px;
}
#catsearch .titlesearch {
  color: #1c74bc;
  font-weight: 700;
  font-size: 1.18rem;
}
.footcopy {
  margin-left: 30px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .footcopy {
    display: block;
  }
}
.centra {
  text-align: center;
}
#searchformvendite {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
}
#searchformvendite .cat-block {
  display: inline-block;
  width: 16%;
  text-align: center;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchformvendite .cat-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchformvendite .cat-block .icoroom {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchformvendite .cat-block .icoroom {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#searchformvendite .cat-block select {
  border: none;
  color: #666;
  height: 90px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchformvendite .cat-block select {
    height: 60px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchformvendite .cat-block select:focus {
  outline: none;
}
#searchformvendite .cat-block select option {
  font-size: 1rem;
}
#searchformvendite .type-block {
  display: inline-block;
  width: 16%;
  text-align: center;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchformvendite .type-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchformvendite .type-block .icoroom {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchformvendite .type-block .icoroom {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#searchformvendite .type-block select {
  border: none;
  color: #666;
  height: 90px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchformvendite .type-block select {
    height: 60px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchformvendite .type-block select:focus {
  outline: none;
}
#searchformvendite .type-block select option {
  font-size: 1rem;
}
#searchformvendite .money-block {
  display: inline-block;
  width: 16%;
  text-align: center;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchformvendite .money-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchformvendite .money-block .icoroom {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchformvendite .money-block .icoroom {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#searchformvendite .money-block select {
  border: none;
  color: #666;
  height: 90px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchformvendite .money-block select {
    height: 60px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchformvendite .money-block select:focus {
  outline: none;
}
#searchformvendite .money-block select option {
  font-size: 1rem;
}
#searchformvendite .city-block {
  display: inline-block;
  width: 17%;
  text-align: center;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchformvendite .city-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchformvendite .city-block .icoroom {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchformvendite .city-block .icoroom {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#searchformvendite .city-block select {
  border: none;
  color: #666;
  height: 90px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchformvendite .city-block select {
    height: 60px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchformvendite .city-block select:focus {
  outline: none;
}
#searchformvendite .city-block select option {
  font-size: 1rem;
}
#searchformvendite .area-block {
  display: inline-block;
  width: 16%;
  text-align: center;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchformvendite .area-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchformvendite .area-block .icoroom {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchformvendite .area-block .icoroom {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#searchformvendite .area-block select {
  border: none;
  color: #666;
  height: 90px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchformvendite .area-block select {
    height: 60px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchformvendite .area-block select:focus {
  outline: none;
}
#searchformvendite .area-block select option {
  font-size: 1rem;
}
#searchform {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  background: #ffffff;
  /*height: 120px;
  padding: 15px 0;*/
}
#searchform .block-arrival {
  display: inline-block;
  border-right: 1px solid #ccc;
  position: relative;
  width: 17%;
}
@media screen and (max-width: 768px) {
  #searchform .block-arrival {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
  }
}
#searchform .block-departure {
  display: inline-block;
  border-right: 1px solid #ccc;
  position: relative;
  width: 17%;
}
@media screen and (max-width: 768px) {
  #searchform .block-departure {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
  }
}
#searchform .person-block {
  display: inline-block;
  width: 16%;
  text-align: left;
  padding-left: 10px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchform .person-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchform .person-block .icopers {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchform .person-block .icopers {
    position: absolute;
    right: 10px;
    top: 50px;
  }
}
#searchform .person-block select {
  border: none;
  color: #666;
  height: 30px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchform .person-block select {
    height: 30px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchform .person-block select:focus {
  outline: none;
}
#searchform .person-block select option {
  font-size: 1rem;
}
#searchform #searchdispo {
  position: absolute;
  right: 0;
  top: 0;
  background: #1c74bc;
  padding: 0 50px;
  height: 100%;
  line-height: 80px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #searchform #searchdispo {
    position: static;
    display: block;
    text-align: center;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #searchform #searchdispo {
    line-height: 50px;
  }
}
#searchform #searchdispo .icosearch {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #searchform #searchdispo {
    width: 100%;
  }
}
#searchform .room-block {
  display: inline-block;
  width: 16%;
  text-align: left;
  padding-left: 10px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchform .room-block {
    width: calc(100% - 40px);
    border-right: none;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchform .room-block .icoroom {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchform .room-block .icoroom {
    position: absolute;
    right: 10px;
    top: 50px;
  }
}
#searchform .room-block select {
  border: none;
  color: #666;
  height: 30px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchform .room-block select {
    height: 30px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchform .room-block select:focus {
  outline: none;
}
#searchform .room-block select option {
  font-size: 1rem;
}
#searchform .local-block {
  display: inline-block;
  width: 16%;
  text-align: center;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #searchform .local-block {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    position: relative;
    text-align: left;
  }
}
#searchform .local-block .icomap {
  color: #666;
}
@media screen and (max-width: 768px) {
  #searchform .local-block .icomap {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
#searchform .local-block select {
  border: none;
  color: #666;
  height: 90px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #searchform .local-block select {
    height: 60px;
    width: calc(100% - 30px);
    background: #fff;
  }
}
#searchform .local-block select:focus {
  outline: none;
}
#searchform .local-block select option {
  font-size: 1rem;
}
#searchform .icocal {
  color: #666;
  position: absolute;
  right: 20px;
  top: 50px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #searchform .icocal {
    top: 50px;
  }
}
#searchform #arrivaldate {
  color: #666;
  border: none;
  height: 30px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #searchform #arrivaldate {
    height: 30px;
    text-align: left;
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  #searchform #arrivaldate {
    padding-left: 15px;
  }
}
#searchform #arrivaldate:focus {
  outline: none;
}
#searchform #arrivaldate:disabled {
  background-color: #ffffff !important;
}
#searchform #arrivaldate::placeholder {
  color: #666;
  font-size: 0.9rem;
}
#searchform #departuredate {
  color: #666;
  border: none;
  height: 30px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #searchform #departuredate {
    height: 30px;
    text-align: left;
  }
}
#searchform #departuredate:focus {
  outline: none;
}
#searchform #departuredate:disabled {
  background-color: #ffffff !important;
}
#searchform #departuredate::placeholder {
  color: #666;
  font-size: 0.9rem;
}
#ricerca-home .nav-link {
  padding: 0.5rem 4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #DDE5E8;
  border-radius: 0;
  border: 1px solid transparent;
  color: #333;
}
@media screen and (max-width: 768px) {
  #ricerca-home .nav-link {
    padding: 0.2rem 2.5rem;
    font-size: 0.9rem;
  }
}
#ricerca-home .nav-link.active {
  color: #fff;
  background: #08C1D6;
}
/** DATEPICKER **/
#datepicker-aprile .ui-datepicker-multi .ui-datepicker-group {
  margin-right: 20px;
  width: calc(50% - 20px);
}
.dispoapplock {
  border-bottom: 1px solid #1c74bc;
}
.dispoapplock.containerappartamento {
  margin: 0;
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
}
@media screen and (max-width: 768px) {
  .dispoapplock.containerappartamento {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.boxappartamento .ui-datepicker-group {
  margin-right: 20px;
}
@media screen and (min-width: 1500px) {
  .boxappartamento .ui-datepicker-group {
    width: calc(20% - 20px);
  }
}
.boxappartamento .ui-datepicker-header {
  background: none;
  border: none;
  border-bottom: 1px solid #707070;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
.boxappartamento .ui-datepicker {
  width: 100% !important;
}
.boxappartamento .Available .ui-state-default {
  background: #08C1D6;
  border: 1px solid #08C1D6;
  color: #ffffff;
}
.boxappartamento .Available .unAvailable {
  background: #ccc;
  border: 1px solid #ccc;
  color: #ffffff;
}
.boxappartamento .ui-widget.ui-widget-content {
  border: none !important;
}
#datenav .row-space {
  width: calc(98% - 80px);
  border-top: 1px solid #707070;
  display: inline-block;
  margin-top: 3rem;
  position: relative;
  top: -8px;
}
#datenav .freccia-sx, #datenav .freccia-dx {
  cursor: pointer;
  font-size: 2rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #707070;
  border-radius: 35px;
  color: #707070;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#datenav .freccia-sx:hover, #datenav .freccia-dx:hover {
  background: #1B496D;
  color: #ffffff;
  border: 1px solid #1B496D;
}
#datepicker-aprile .ui-datepicker-next {
  display: none;
}
#datepicker-aprile .ui-datepicker-prev {
  display: none;
}
#datepicker-aprile .ui-datepicker-header {
  background: none;
  border: none;
  border-bottom: 1px solid #707070;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
#datepicker-aprile .ui-datepicker {
  width: 100% !important;
}
#datepicker-aprile .Available .ui-state-default {
  background: #08C1D6;
  border: 1px solid #08C1D6;
  color: #ffffff;
}
#datepicker-aprile .Available .unAvailable {
  background: #ccc;
  border: 1px solid #ccc;
  color: #ffffff;
}
#datepicker-aprile .ui-widget.ui-widget-content {
  border: none !important;
}
/* COOKIE BAR */
#cookie-bar {
  background: rgba(86, 86, 86, 0.95);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #868686;
}
#cookie-bar .cb-enable:hover {
  background: #111;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #868686;
}
#cookie-bar .cb-policy:hover {
  background: #111;
}
#general-page {
  margin-top: 3rem;
}
#hambsmart {
  display: none;
  /*  position: relative;
  top:0px;
  right:0px;*/
}
@media screen and (max-width: 768px) {
  #hambsmart {
    display: block;
  }
}
@media screen and (max-width: 2400px) {
  #hambsmart {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 2;
  }
}
#mySidenav #h-menu {
  display: block;
  margin-top: 4rem;
}
#mySidenav #h-menu ul li {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(27, 73, 109, 0.98);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 13;
}
.sidenav ul {
  margin: 0;
  padding: 0;
}
.sidenav ul li {
  list-style: none;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav .notchild a {
  font-size: 20px;
}
.hmenu {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 18px;
}
#prenleft {
  border-right: 1px solid #999;
}
@media screen and (max-width: 768px) {
  #prenleft {
    padding: 0;
    border-right: none;
  }
}
.checkin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .checkin {
    display: inline;
    font-size: 0.9rem;
  }
}
.imgcheckin {
  display: inline-block;
}
.imgcheckin img {
  width: 50px;
  position: relative;
  top: -10px;
}
.txtx-checkin {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #prenta_result {
    padding: 0;
  }
}
#prenta_result h2 {
  font-size: 3.75rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #prenta_result h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
#prenta_result p {
  font-family: "Raleway", sans-serif;
}
#prenta_result p.prenotext {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  font-weight: 700;
}
@media (min-width: 1023px) and (max-width: 1500px) {
  #prenta_result.offset-lg-2 {
    margin-left: 8.333333% !important;
  }
  #prenta_result.col-lg-8 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
#sendpren {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
#prenotaApp.requestinfo {
  width: 30%;
  border: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #E62A2B;
  background: #E62A2B;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #prenotaApp.requestinfo {
    width: 100%;
  }
}
.privapren {
  color: #1c74bc;
}
#privacheckpreno {
  width: 20px !important;
}
#formpren input {
  width: 100%;
  padding: 0.5rem 0.75rem;
}
#formpren textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
}
#formpren .left-col {
  width: calc(48% - 2px);
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #formpren .left-col {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
#formpren .right-col {
  width: calc(48% - 2px);
  display: inline-block;
  margin-left: 3%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #formpren .right-col {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
#frase-penale {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 1rem;
}
#dettpagatitle {
  margin-top: 6rem;
}
#dettpagatitle h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #1B496D;
}
@media screen and (max-width: 768px) {
  #dettpagatitle h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #dettpagatitle {
    margin-top: 2rem;
  }
}
#dettuttitle {
  margin-top: 6rem;
}
#dettuttitle h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #1B496D;
}
@media screen and (max-width: 768px) {
  #dettuttitle h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #dettuttitle {
    margin-top: 2rem;
  }
}
#frase-pagamento {
  background: #D3F2F2;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #frase-pagamento {
    padding: 1rem 0;
  }
}
#frase-pagamento p#content-frase {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #frase-pagamento p#content-frase {
    width: calc(100% - 30px);
    font-size: 1rem;
  }
}
.img_preview {
  display: inline-block;
  width: 250px;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
}
@media screen and (max-width: 768px) {
  .img_preview {
    width: 100%;
  }
}
.dati_preview {
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .dati_preview {
    padding-left: 0;
    margin-left: 15px;
  }
}
.dati_preview p {
  margin-bottom: 10px;
}
.dati_preview p.datiapp {
  margin-top: 1.5rem;
}
.dati_preview p.datiapp .camere-dimensioni {
  font-size: 1rem;
  width: 100%;
  text-align: left;
}
.dati_preview p.prezzodett {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.dati_preview p.labelprice {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.dati_preview .nome-appartamento {
  margin-bottom: 0;
  text-decoration: underline;
}
.dati_preview .nome-appartamento a {
  color: #333;
}
.fa-circle.pren {
  font-size: 0.3rem;
  vertical-align: middle;
  margin: 0 10px;
}
/* SPINNER */
.container-loader {
  width: 100%;
  height: 100%;
  background: rgba(9, 193, 214, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.spinner {
  width: 40px;
  height: 40px;
  /*position: relative;
  margin: 100px auto;*/
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.prenotatitle {
  margin-top: 2rem;
  font-family: "Raleway", serif;
  font-size: 1.5rem;
  color: #1c74bc;
  display: none;
}
@media screen and (max-width: 768px) {
  .prenotatitle {
    font-size: 1.3rem;
  }
}
.prenotatext {
  display: none;
}
.oppure {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  display: none;
}
.prenotabutton {
  background: #1B496D;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 3rem;
  font-size: 1.185rem;
  display: block;
  font-weight: 700;
  border: none;
  width: 100%;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.secondary {
  background: none;
  color: #1B496D !important;
  font-weight: 700;
  margin-top: 0;
}
.text-process {
  background: #fff;
  width: 60%;
  /* width: 91%;*/
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 65%;
  text-align: center;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1c74bc;
}
@media screen and (max-width: 768px) {
  .text-process {
    width: 90%;
  }
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
  font-size: 1.1rem !important;
  max-width: 350px !important;
}
.titleSearchFirst {
  font-size: 12px !important;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .titleSearchFirst {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .titleSearchFirst {
    padding-left: 15px;
  }
}
.titleSearch {
  font-size: 12px !important;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}
.titleSearchSelect {
  font-size: 12px !important;
  padding-bottom: 10px;
  text-align: left;
}
/*# sourceMappingURL=/booking/assets/_css/themes-bibionepanorama-css-layout.css.map */