<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  font-family: 'Open Sans', sans-serif;
  border-top: 2px solid #b51521;
}


.pulsante
{
    background-color: #B51521 !important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #B51521;
    padding: 8px 15px;    
    width: 295px;
    font-size: 13px;    
    margin: 0;
}

/*------------
GENERALE
--------------------*/
.spacer {
  height: 100px;
}
p{
  color: #777;
  margin: 0;
  padding: 0;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  color: #ccc;
  font-size: 20px;
}
.anchor{
  display: block;
  height: 25px;
  margin-top: -25px;
  visibility: hidden;
}
h2{
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: normal;
  color: #b51521;
}
.holder {
  width: 4em;
  height: 3em;
}
#hiddenEmail {
  -webkit-transition: all 200ms cubic-bezier(0.05, 0.61, 0.72, 0.99);
  transition: all 200ms cubic-bezier(0.05, 0.61, 0.72, 0.99);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
#hiddenEmail.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.holder svg {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.holder svg:hover {
  cursor: pointer;
}
#soundEffect {
  opacity: 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
#soundEffect.active {
  -webkit-animation: ding 600ms 1 cubic-bezier(0.05, 0.61, 0.72, 0.99);
  animation: ding 600ms 1 cubic-bezier(0.05, 0.61, 0.72, 0.99);
}
#bellButton.active {
  -webkit-animation: buttonPressed 200ms 1 cubic-bezier(0.05, 0.61, 0.72, 0.99);
  animation: buttonPressed 200ms 1 cubic-bezier(0.05, 0.61, 0.72, 0.99);
}
#bellBody {
  -webkit-transform-origin: 40% 40%;
  transform-origin: 40% 40%;
  /* transform:rotate(45deg); */
}
#bellBody.active {
  display: block;
  -webkit-animation: bellMove 200ms 1 cubic-bezier(0.05, 0.61, 0.72, 0.99);
  animation: bellMove 200ms 1 cubic-bezier(0.05, 0.61, 0.72, 0.99);
}
@-webkit-keyframes buttonPressed {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes buttonPressed {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bellMove {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes bellMove {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes ding {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ding {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
section.bell-contact {
  margin-top: -8%;
  text-align: center;
}
section.bell-contact .holder {
  margin: 0 auto;
}
section.bell-contact #bell {
  fill: #b8b8b8;
}
section.bell-contact #soundEffect {
  fill: #b51521;
}
#hiddenEmail {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: .5px;
}
#hiddenEmail a {
  text-decoration: none;
  color: #b51521;
}
.sub {
  font-size: .9em;
  font-color: #c9c9c9;
}
.credits h5{
  font-size: 18px;
  font-weight: 600;
  color: #444;
}
.credits a{
  text-decoration: none;
}


/*------------
MENU
--------------------*/
.navbar-toggler {
  border: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #777;
  transition: all 500ms ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #b51521;
}
#navbar {
  background-color: #b51521;
  position: fixed;
  bottom: -50px;
  width: 100%;
  display:block;
  transition: bottom 1s;
  z-index: 999;
}
#navbar a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
  transition: all 500ms ease-in-out;
}
#navbar a:hover {
  color: #fff;
}

/*------------
COVER
--------------------*/
.cover {
  margin: 0;
  padding: 0;
}
.cover img{
  width: 100%;
  height: 60vh;
  -webkit-background-size: cover;
  background-size: cover;
  object-fit: cover;
  background-position: center bottom;
}
.filter{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000070;
}

/*------------
CARD
--------------------*/
.card {
  border: none;
  border-radius: 0%;
}
.card img{
  min-height: 370px;
  max-height: 370px;
  object-fit: cover;
}
.carousel img{
  min-height: 370px;
  max-height: 370px;
  object-fit: cover;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.carousel img:hover{
  transform: scale(1.2);
}
.card-title{
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 300;
  color: #444;
}
.card-text{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.price{
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #b51521;
  font-weight: 400;
  margin-top: 10px;
  float: right;
}
.price_room{
  font-size: 36px;
  color: #b51521;
  font-weight: 400;
  margin-top: 10px;
  font-family: 'Playfair Display', serif;
  I
}

/*------------
NEWSLETTER
--------------------*/

.news_caption{
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.news_text{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news{
  background-image: url(img/room_01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20vh;
  position: relative;
}
.news .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
}
.btn_news{
  padding: 10px 40px;
  background-color: #b51521;
  border: 2px solid #b51521;
  border-radius: 0%;
  color: #fff;
  font-weight: 400;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.btn_news:hover{
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #b51521;
  border-radius: 0%;
  color: #fff;
  font-weight: 400;
}
.form-control {
  display: block;
  width: 100%;
  padding: .400rem 0.750rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 0%;
}

/*------------
FOOTER
--------------------*/
.footer{
  padding:30px 0 0 0;
  background-color: #fff;
  border-bottom: 5px solid #b51521;
}
.footer p{
  font-size: 13px;
  color: #777;
  font-weight: 300;
}
footer .svg-inline--fa {
  font-size: 20px;
  color: #777;
  margin-right: 10px;
  transition: all 500ms ease-in-out;
}
footer .svg-inline--fa:hover {
  color: #b51521;
}
.pay .svg-inline--fa {
  font-size: 20px;
  color:#bbb;
  margin-right: 10px;
  margin-top: 10px;
}
.align p{
  font-weight: bold;
}
footer a  {
  font-weight: 400;
  color: #777;
  font-size: 13px;
  transition: all 500ms ease-in-out;
}
.li_head{
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 10px;
}
.unstyled li {
  list-style:none;
  color:  #b51521;
  font-weight: 600;
  margin-top: 3px;
}
.unstyled li a {
  list-style:none;
  color: #777;
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
  transition: all 500ms ease-in-out;
}
.unstyled li a:hover {
  color: #b51521;
}
.align{
  text-align: right;
}
.align a{
  text-decoration: none;
}
ul{
  padding: 0;
}

/*------------
PAGINA INTERNA
--------------------*/
.room img{
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  transform: scale(1);
}
.room img:hover{
  transform: scale(1);
}
.info h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.info h5, h6{
  font-size: 16px;
  font-weight: 600;
  color: #444;
  display: inline-block;
}
.info ul{
  list-style: none;
}
.info li{
  display: inline-block;
  margin-right: 10px;
}
.maps iframe{
  width: 100%;
  height: 400px;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  border:2px solid #ddd;
  padding: 10px 10px;
}
.ico img{
  width: 100px;
  height: 100px;
}
input[type=text]{
  border:2px solid #ddd;
  padding: 10px 10px;
  width: 100%;
}
input[type=email]{
  border:1px solid #ddd;
  padding: 10px 10px;
  width: 100%;
}
.btn_buy{
  width: 100%;
  padding: 10px 40px;
  background-color: #b51521;
  border: 3px solid #b51521;
  color: #fff;
  font-weight: 400;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.btn_buy:hover{
  background-color: #fff;
  border: 3px solid #b51521;
  color: #b51521;
}
.scroll li {
  list-style:none;
  font-size: 18px;
  color:  #777;
  font-weight: 300;
  margin-top: 3px;
  margin: 0 20px 0 0;
  display: inline-block;
}

.testo_home
{
    position: absolute;
    margin-left:auto;
    margin-right:auto;
    bottom:0px;
    right:0px;
    left:0px;
    width:500px;
    height:290px;
    font-size: 60px;
    color: #ffffffa6;
    font-family: 'Century Gothic';
    /*font-weight: bold;*/
    text-align:center;
    padding:10px;
    background-color:#1b1e21ab;
    line-height:0.95;
    letter-spacing:10px;
    padding-left:20px;
}

.logo_home
{
    top:0px;
    position: absolute;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
    right:0px;
    left:0px;
    width:500px;
    height:290px;
    font-size: 40px;
    color: #ffffffa6;
    font-family: 'Century Gothic';
    font-weight: bold;
    text-align:center;
    padding:10px;
    background-image:url('./immagini/logo.gif');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.testo_home_grande
{
    font-size: 90px;
}




/*------------
SMARTPHONE
--------------------*/
@media (max-width:767px){
  .carousel img{
    min-height: 300px;
    max-height: 300px;
  }
  .info h6{
    margin-top: 30px;
  }
  .ico img{
    width: 100px;
    height: 100px;
    margin-top: 30px;;
  }
  .news .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

    .riquadro_home
    {
        width:300px;
        font-size: 35px;
        padding-left:10px;
        line-height:1.5;
    }

    .testo_home_grande
    {
        font-size:55px;
    }
}
</pre></body></html>