.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

p {
    text-align: justify;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.lavishly-yours-regular {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}

.fullheight {
  height: 100vh;
  background-color: #000;
  background-image: url("/images/slide0.jpg");
  background-size: cover;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}

h3 {
  font-size: 2.25rem;
  margin-bottom: 0.6rem;
  margin-top: 1rem;
}

h3.nomeappartamento {
  margin: 0px;
  font-size: 2.5rem;
  color: black;
}

.text--xs {
  font-size: 0.6rem;
}

.text--md, p {
  font-size: 1rem;
}

.text--lg {
  font-size: 3.1rem;
  font-weight: 500;
}

.foto {
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.logomenuover {
  width: 50% !important;
}

.fc--black {
  color: black;
}

.black {
  color: #000;
}

#loading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #423d3f;
  z-index: 10000;
}

.bordonero {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.datifixedbottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#loading .loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
}

#loading .loading-container .loading-logo {
  position: relative;
  margin-bottom: 5px;
}

#loading .loading-container .loading-logo img,
#loading .loading-container .loading-logo svg {
  width: 100%;
  height: auto;
}

#loading .loading-container .loading-logo svg rect,
#loading .loading-container .loading-logo svg path,
#loading .loading-container .loading-logo svg polygon {
  fill: #fff !important;
}

#loading .loading-container .loading-bar {
  position: relative;
  height: 2px;
  background: rgba(219, 219, 219, 0.7);
}

#loading .loading-container .loading-bar .loading-count {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background: #fff;
}

.padding-20 {
  padding-top: 20%;
}

.bgwhite {
  background-color: #fff;
  background-image: none;
}

.rowinfo {
  margin-top: -52px;
}

.centerall {
  /*padding-top: 35vh;*/
  text-align: center;
  padding-bottom: 20px;
}

h2 {
  font-size: 700%;
  color: #c3b9a9;
  font-weight: 400;
}

.corpocontainer .immaginecopertina {
  padding: 0px;
  height: 500px;
  overflow: hidden;
}

.corpocontainer .immaginecopertina100 {
  padding: 0px;
  height: 100vh;
  overflow: hidden;
  top: 0px;
}

.immaginecopertina img {
  width: 100%;
}

.immaginecopertina100 img {
  margin-top: -30%;
}

.h2copertina100 {
  position: absolute;
  bottom: 0px;
  width: 80%;
}

#slider {
  padding: 0;
  position: relative;
  height: 100vh;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  padding: 0px 0px 0px 0px;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  border: 0;
}

ul.rslides_tabs.rslides1_tabs {
  text-align: center;
  margin-top: -30px;
  z-index: 30;
  position: absolute;
  width: 300px;
  /*margin-left: 45%;*/
}

li.rslides1_s1,
li.rslides1_s2,
li.rslides1_s3,
li.rslides1_s4 {
  float: left;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.53);
  height: 3px;
  margin-left: 3px;
  list-style: none;
}

a.rslides1_s1,
a.rslides1_s2,
a.rslides1_s3,
a.rslides1_s4 {
  color: transparent;
  width: 100% !important;
  display: block;
}

.rslides_here {
  background-color: #fff !important;
}

.rslides h1 {
  font-size: 220%;
  text-transform: uppercase;
}

.rslides h3 {
  font-size: 150%;
  margin-top: 0px;
}

.porta-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.porta-menu ul {
  list-style-type: none;
  background-color: #423d3f;
  height: 100%;
  font-size: 11px;
  line-height: 16px;
  padding: 5px 10px;
  float: left;
}

.porta-menu ul a:hover {
  text-decoration: none;
  color: white;
}

a,
a:visited {
  color: #fff;
}

.navbar {
  display: block;
  padding: 0px;
}

.navbar-dark .aprichiudi {
  font-family: "Montserrat", sans-serif;
  border: none;
  background-color: #423d3f;
  border-radius: 0;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 300;
}

.aprichiudi span.testo-h {
  font-size: 14px;
  color: #fff;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(/images/icone/icona-menu-apri.svg);
}

.navbar-dark .navbar-toggler-icon.close-icon {
  background-image: url(/images/icone/icona-menu-chiudi.svg);
}

#collapsingNavbar {
  /*background-color: rgba(188,168,142,0.9);*/
  background-color: #423d3f;
  padding-top: 0%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  color: #fff;
  z-index: 200;
  text-align: center;
}

#collapsingNavbar .row {
  margin-bottom: 60px;
}

#collapsingNavbar h1 {
  font-size: 500%;
  color: #c3b9a9;
  font-weight: 400;
  /*-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
  line-height: 80%;
}

#collapsingNavbar .footerdata {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 90%;
  color: #afafaf;
}

/*.compare {
	-webkit-animation: comparire 0.3s;
  -webkit-animation-play-state: paused;
	animation: comparire 0.3s;
  animation-play-state: paused;
}
.scompare {
	-webkit-animation: scomparire 0.3s;
  -webkit-animation-play-state: paused;
	animation: scomparire 0.3s;
  animation-play-state: paused;
}*/

.logocontainer {
  position: absolute;
  bottom: 40px;
  right: 20px;
  height: 50px;
  z-index: 300;
  width: 120px;
  text-align: center;
  display: none;
}

.logofooter {
  width: 120px;
  text-align: center;
  margin: 0px 0px 10px auto;
}

.footerinfo {
  padding: 15px 0px 5px 5px;
  font-size: 0.65rem;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
  position: absolute;
  right: -177px;
  top: 80px;
  z-index: 300;
  display: none;
  color: #fff;
  width: 200px;
}

.vertical-label {
  transform: rotate(90deg);
  transform-origin: left top 0;
  position: fixed;
  font-size: 80%;
  right: -280px;
  top: 80px;
  z-index: 100;
  color: #000;
  width: 300px;
  line-height: 110%;
}

.uppersize {
  text-transform: uppercase;
  padding: 0px;
  font-size: 115%;
}

#link1,
#link2,
#link3,
#link4,
#link5,
#link6 {
  cursor: pointer;
  display: none;
  color: #c3b9a9;
}

.altezzafull {
  height: 100vh;
  overflow: hidden;
}

.containerh2 {
  margin-top: -85px;
}

.white {
  color: #fff;
}

.antracite {
  color: #423d3f;
}

.tortora {
  color: #c3b9a9;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .logomenuover {
    width: 25% !important;
  }
  .text--lg {
    font-size: 1.2rem;
    font-weight: 500;
  }
  #collapsingNavbar h1 {
    font-size: 300%;
    color: #c3b9a9;
    font-weight: 400;
    /*-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;*/
    line-height: 80%;
  }
  .padding-20 {
    padding-top: 0%;
    padding-bottom: 40%;
  }
  .datifixedbottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  #collapsingNavbar {
    padding-top: 0%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    color: #fff;
    z-index: 200;
  }
  .centerall {
    padding-top: 0vh;
    text-align: center;
    padding-bottom: 20px;
  }
  .corpocontainer .immaginecopertina100 {
    height: 50vh;
  }
  .immaginecopertina img {
    height: 100%;
    width: auto;
    position: absolute;
    left: -50%;
  }
  .immaginecopertina100 img {
    margin-top: -50%;
  }
  .altezzafull {
    height: 50vh;
    overflow: hidden;
  }
  .h2copertina100 {
    bottom: -20px;
  }
  .h2copertina100 h2 {
    font-size: 400%;
  }
  .testocontatti {
    text-align: center;
  }
  .testocontatti a:hover,
  .testocontatti a:visited:hover {
    color: #000;
    text-decoration: underline;
  }
  #collapsingNavbar .footerdata {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 70%;
    color: #afafaf;
    width: 50%;
  }
  h2 {
    font-size: 500%;
  }
  h3 {
    margin-top: 10px;
  }
  .containerh2 {
    margin-top: -55px;
  }
  .linkable h1 {
    font-size: 20px;
  }
}

