        
    body {margin:0;padding:0;}
    body {font-family: "Playfair Display",Arial,sans-serif;font-weight: 400;font-size: 18px;
line-height: 2;}
    /*body {font-family: 'Poppins', sans-serif;font-weight: 400;font-size: 18px;
      line-height: 2;}*/

    .ht-100 {
        height: 100vh;
    }

    .flex {display: flex;}
    #topinfo {display:flex;}
    .flex-direction-column {flex-direction:column;}
    @media screen and (max-width: 600px) {
      #topinfo {
        flex-direction:column!important;
      }
      .overlay-slide {
        left:0!important;
        width:100%!important;
      }
      .grid-masonry-item {
        width: 50%!important;
        border:2px solid white;
      }
      .grid-masonry-item h1 {font-size:12px!important;}
      .grid-masonry-item p{display:none;}
      .textonparallax {width:80%;}
    }
    .textonparallax {color:#fff;font-size:36px;width:80%;}

    .pd-0 {padding:0!important;}
    .pd-20 {padding:20px;}
    .pd-b-80 {padding-bottom:80px;}
    .pd-t-80 {padding-top:80px;}
   /* .head {min-height:200px;background:white;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.2);    
}*/
    .head {background:white;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
        box-shadow: 0 0 30px rgba(0,0,0,.2);    
    }
    .head-top {height:65%;}
    .head-top {height:160px;}
    /*.head-top .containerX {border-bottom: 1px solid #584528;height:100%;display:flex;align-items:center;justify-content:space-between;}*/
    .head-top .containerX {height:100%;display:flex;align-items:center;justify-content:space-around;}
    .head-top .containerX div{background:white;}

    .head.fixed .head-top .containerX > div{background:transparent;}

    .head-bottom{height:35%;}
    /*.head-bottom {display:flex;align-items:center;justify-content:space-between;}*/
    .head-bottom .containerX {display:flex;align-items:center;justify-content:right;}
    .head-bottom .containerX {border-top:1px solid red;height:100%;}

    .head.sticky.fixed .head-bottom{background:#ed4643;color:white;}
    /*.slide {flex-grow:1;overflow:hidden;display:flex;}*/
    .slide {height: calc(100vh - 160px);overflow:hidden;}
    .container {
        max-width: 1160px;
        margin:auto;
    }
    .containerX {
        width: 90%;
        margin:auto;
    }
    .booking-bar {width:100%;height:105px;margin-top:-115px;background:#b71234;}
/*.booking-bar {position:absolute;bottom:-20px;left:0;width:100%;height:105px;background:#b71234;z-index:1000;}*/
    .content-block {
        padding-top:80px;
        padding-bottom:80px;
        position:relative;
    }
    h1, h2, h3, h4, h5, h6 {font-family: "Playfair Display";}
    /*h1, h2, h3, h4, h5, h6 {font-family: 'Poppins'}*/

    .title {font-size: 48px;}
    .title::after{content: '';clear: both;width: 85px;display: block;border-bottom: 4px solid #cf2e2e;}
    .subtitle {margin-top: 18px;font-size:18px;}
    .title-1 { font-size:13px;display:flex;align-items:center;flex-direction:row;letter-spacing: 3px;font-weight: 700;text-transform: uppercase;}
    .title-1::after{content: '';border-top: 1px solid #222;width:100%;}
    .subtitle-1 {font-size: 28px;}
    .mg-t-10 {margin-top:10px;}
    .mg-b-10 {margin-bottom:10px;}
    .btn {font-size: 14px;font-family: "Lato";border-radius:0;border:2px solid #B71234;
padding: 15px 20px;
text-transform: uppercase;}
    .btn-red {background:#B71234;color:#ffffff!important;transition: all .5s ease-in;}
    .tx-lato {font-family: "Lato";}
    .btn-red:hover {background:white;border:2px solid #B71234;color:#B71234!important;}
    .tx-15 {font-size:15px;}
    .tx-20 {font-size:20px;}
    .tx-26 {font-size:26px;}
    .footer {background: rgba(0,0,0,.07);min-height:200px;padding-top:80px;padding-bottom:80px;}
    .footer h3 {color:#B71234;font-size: 36px;margin-bottom: 25px;line-height: 1.7;}
    .footer ul {padding:0;}
    .footer ul li {list-style: none;transition:all 1s;}
    .footer ul li:hover {color:red;padding-left:10px;}
    .footer a {text-decoration:none;}
    .subfooter {background:#584528;font-size: .85em;color:#fff;font-family: "Lato";
padding: 10px 0;}
.bg-gray {background:#e5e5e5;}
.gallery{position:relative;}
.gallery::before {
    position:absolute;
    top:-29px;
    left:50%;
    margin-left:-29px;
    content:'';
    margin:auto;
    display:block;
    width:58px;height:58px;
    background-repeat:no-repeat!important;
    background:#fff url('/assets/frontend/images/divider.png');
    background-size: 40px 40px;
    background-position:center center;

    border-radius:50%;

}
ul.lista-menu,ul.social {list-style:none;padding:0;}
ul.lista-menu li:first-child {padding-left:0;}
ul.lista-menu li,ul.social li  {float:left;padding-left:10px;padding-right:10px;}
ul.social li a {color:#B71234;}
.parallax {
    background-image:url("/assets/frontend/images/villa-reale-monza.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-element {position:relative;}
.grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}

.img-wrapper {position: relative;overflow: hidden;}

.img-wrapper > img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.img-wrapper > .content {
  position: absolute;
  inset: 0;
  font-size: 2rem;
  padding: 1rem;
  background: rgba(183,18,52,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  text-align:center;
  line-height:2rem;


}

.img-wrapper > img,.img-wrapper > .content {transition: 200ms ease-in-out;}
.img-wrapper:hover > img.blur {filter: blur(5px);}
.img-wrapper:hover > img.gray {filter: grayscale(1);}

.img-wrapper:hover > img.zoom {transform: scale(1.1);}

.img-wrapper > .content.fade {opacity: 0;}
.img-wrapper:hover > .content.fade {opacity: 1;}

.img-wrapper > .content.slide-left {transform: translateX(-100%);}
.img-wrapper:hover > .content.slide-left {transform: translateX(0);}

.img-wrapper > .content.slide-right {transform: translateX(100%);}
.img-wrapper:hover > .content.slide-right {transform: translateX(0);}

.img-wrapper > .content.slide-down {transform: translateY(-100%);}
.img-wrapper:hover > .content.slide-down {transform: translateY(0);}

.img-wrapper > .content.slide-up {transform: translateY(100%);}
.img-wrapper:hover > .content.slide-up {transform: translateY(0);}


.grid-masonry {background: #FFF;}
.grid-masonry-item img {position:relative;}
.grid-masonry-item img:after {position:absolute;top:0;left:0;width:100%;height:100%;background:red;content:'ddddddddd';}
.grid-masonry-item > .content {
  position: absolute;
  inset: 0;
  font-size: 2rem;
  padding: 1rem;
  background: rgba(183,18,52,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  text-align:center;
  line-height:2rem;


}
/* clear fix */
.grid-masonry:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-masonry-item {
  width: 25%;
  border:2px solid white;
}
.grid-masonry-item h1 {font-size:24px!important;}
.grid-masonry-item p{font-size:18px!important;}
.grid-masonry-item > .content {
  transition: 200ms ease-in-out;
}
.grid-masonry-item > .content.fade {
  opacity: 0;
}
.grid-masonry-item:hover > .content.fade {
  opacity: 1;
}

.grid-masonry-item > .content.slide-left {
  transform: translateX(-100%);
}
.grid-masonry-item {float: left;}
.grid-masonry-item img {display: block;max-width: 100%;}

.sticky.fixed {
    height:110px;
 
    position: fixed;
    top:0px; left:0;
    width: 100%;z-index:99999 }
.sticky.fixed .head-top{height:110px!important;}
.sticky img {max-width:150px;transition:all .2s;}
.sticky.fixed img {max-width:100px!important;}
.sticky.fixed .tx-26 {font-size:18}
a {color:#e73b38!important;}
.slide-element {width:100%;height:90vh;}
.slide-element .img-slide {height:100%;}
.slide-element .img-slide::after {
    position:absolute;
    content:'';
    background:rgba(0,0,0,.2);
    width:100%;
    height:100%;
    z-index:999;
    top:0;left:0;
}
.overlay-slide {color:#fff;position:absolute;z-index:9999;right:50px;top:0;height:100%;display:flex;flex-direction:column;padding:80px;justify-content:center;width:50%;height:100%;}


/* TITOTLI */
.header .dash {
  display: inline-block;
}
.header.medium .btSuperTitle {
  font-size: 13px;
}
.header .btSuperTitle {
  font-family: "Lato";
}
.header .btSuperTitle {
  font-family: "Lato";
  font-size: 12px;
  -webkit-backface-visibility: hidden;
  letter-spacing: 1px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-weight: 700;
  text-transform: uppercase;
}
.header.medium .dash::after, .header.medium .dash::before {
  content:'';
  border-bottom: 2px solid #B71234; 
  border-bottom-color: rgb(183, 18, 52);
}
.btDash.topDash .btSuperTitle::after {
  border-top: 1px solid #222;
}
.btDash.topDash .btSuperTitle::after {
  content: '';
  clear: both;
  padding-bottom: .35em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.btDash.bottomDash .dash::after {
  content: '';
  clear: both;
  width: 85px;
  flex-grow: 1;
  display: block;
  border-bottom: 4px solid #B71234; ;
}

.mg-t-20 {margin-top:20px;}
.mg-b-20 {margin-bottom:20px;}
.tx-white {
  color:#ffffff;
}
.imgFotoTesto span{
  color:#ffffff;
  font-size:12px;
  padding:20px;
}
.btn {
  border: 2px solid #e73b38;
  color: #FFFFFF!important;
  background:#e73b38;
  transition:all 1s;
}
.btn:hover {
  border: 2px solid #e73b38;
  background:white;
  color: #e73b38!important;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  width: 250px;
  left: 50%;
  margin: 0 0 0 -125px;
    margin-bottom: 0px;
  text-align: center;
  padding: 0;
}
.slide .slick-dots li button {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  list-style: none;
  border: 0;
  -webkit-box-shadow: 0 0 0 2px #FFF inset,0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 0 2px #FFF inset,0 0 10px rgba(0,0,0,.5);
  background-color: rgba(0,0,0,.2);
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slide .slick-dots li.slick-active button, .slide .slick-dots li.slick-active button:hover{ -webkit-box-shadow: 0 0 0 10px #B71234 inset; box-shadow: 0 0 0 10px #B71234 inset;}
.slide .slick-dots li {
  list-style: none;
}
.slick-dots {
  right: 20px;
  left: auto;
  bottom: 50%;
  width: auto;
}
.slide {position:relative;}
.slick-prev {
  position:absolute;
  left: auto;
  right: 80px;
  float: left;
  bottom:120px;
  width:60px;height:60px;border-radius:50%;
  z-index:1;
  padding: 0 !important;
  background:#b71234;
  border:0!important;
  /*text-indent:-99999px;*/
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  color: white;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin: 15px;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  font-weight:900;
  color: white;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin: 15px;
}
.slick-next {
  position:absolute;
  left: auto;
  bottom:120px;
  right: 150px;
  float: left;
  width:60px;height:60px;border-radius:50%;
  z-index:1;
  padding: 0 !important;
  background:#b71234;
  border:0!important;
}
.slide h1 {
  color:white;
  position: absolute;
  top: 50%;
  width:100%;
  text-align:center;
}

.infoTel {
display:flex;flex-direction:row;align-items:center!important;
}
.infoTel a,.infoEmail a {padding-left:5px;padding-right:5px;font-size:20px;transition:all 1s;text-decoration:none;}
.infoTel a:hover,.infoEmail a:hover {background:#e73b38;color:#fff!important;border-radius:5px;}
.infoTel i,.infoEmail i {color:#e73b38!important;font-size: 30px;}

.infoEmail {
  padding:5px;display:flex;flex-direction:row;align-items:center;
}
.lista-menu {float:right;margin-bottom:0!important;height:50px;}
.lista-menu li {  display: flex;height:100%;
  justify-content: center;
  align-items: center;}
.lista-menu li a {text-transform:uppercase;text-decoration:none;transition:all .5s;font-size:20px;}
.lista-menu li a:hover {color:#fff!important;background:#e73b38;padding-left:5px;padding-right:5px;}
.lista-menu li a:hover i{color:#fff!important;}
.tx-24 {font-size:24px;}

.head.sticky.fixed ul.lista-menu {border-bottom:0;}
.menuPhone {margin-left:30px;}
@media screen and (max-width: 600px) {
  .slick-prev,.slick-next {display:none!important;}
  .lista-menu-top i {display:none;}
  .overlay-slide {display:none;}
  .head-top .containerX {border-top:0!important;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;}
  .booking-bar {height:auto!important;}
  .lista-menu-top {display:none;}
  .head-top .containerX img {width:110px;height:110px;}
  .zonaMenu .withBorderBottom {display:none;}
  .sticky.fixed {
    height:150px;
  }


  .lista-menu {z-index:9999;position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#384b54;transition:all 1s;}
  .lista-menu li {display:block!important;color:white!important;border-bottom:1px solid #fff;}
  .lista-menu li {height:50px;width:100%;padding-left:20px!important;}
  .lista-menu li a{color:white!important;}
  .menuPhone {margin-left:0px;}
  .head-top .containerX {justify-content:space-between!important;}
  /*.booking-bar {height:auto!important;background:#584528;}*/
}
.head .containerX{border-top:3px solid #b71234;justify-content: space-between!important;}
.head .containerX div.zonamenu{width:100%;}
.lista-menu-top {list-style:none;float:right;}
.lista-menu-top li{float:left;padding-left:10px;padding-right:10px;}
.withBorderBottom {border-bottom:2px solid #f5edc9;}

ul.lista-menu-top {margin-bottom:0!important;}
.form-control {
  height:60px;
  border-radius:0!important;
}
textarea {
  height:120px!important;
}
.parsley-errors-list.filled{
  margin-left: -20px;
  color:red;
  font-size:14px;
}

.bookingButton {color:white!important;}
.bookingButton a {padding-left: 5px;
  padding-right: 5px;color:white!important;background:#e73b38;} 
.bookingButton a:hover {padding-left:10px;padding-right:10px;} 