@import url(plug-in/animate.css);
@import url(plug-in/hamburgers.css);
@import url(plug-in/magic-checkbox.min.css);
@import url(plug-in/owl.carousel.min.css);
@import url(plug-in/owl.theme.default.min.css);
@import url(plug-in/lg-transitions.min.css);
@import url(plug-in/lightgallery.min.css);
@import url(plug-in/vegas.css);
/* $colori */
/* @mixin */
/* Sass */
.hide {
  display: none; }

* {
  outline: 0 !important; }

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0; }

a, .btn {
  transition: 0.4s; }

a:active, a:focus, a:visited {
  text-decoration: none !important; }

ins {
  font-family: "Poppins";
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #e5ba44; }

firma {
  font-family: "Mr De Haviland", cursive; }

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gfull {
  width: 100%; }

.href-hide {
  text-indent: -250%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1; }

/* index.html */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23); }
  .nav .logo {
    float: left; }
  .nav .menu {
    float: left;
    background-color: #333333;
    width: 89px;
    height: 88px;
    text-align: center;
    position: relative; }
    .nav .menu .hamburger {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
      .nav .menu .hamburger .hamburger-label {
        display: block;
        font-size: 10px;
        letter-spacing: 0.5px;
        color: white;
        text-transform: lowercase;
        margin-top: 5px; }
  .nav .book-now {
    float: right;
    line-height: 88px;
    padding-left: 30px;
    padding-right: 30px; }
    .nav .book-now .btn {
      padding: 10px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px; }
      .nav .book-now .btn:hover {
        background-color: #333333;
        border-color: #333333;
        color: #e5ba44; }
  .nav .numero {
    float: right;
    font-size: 13px;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.23);
    border-right: 1px solid rgba(255, 255, 255, 0.23); }
    .nav .numero a {
      display: block;
      line-height: 88px;
      color: #fbf8f4;
      padding-left: 30px;
      padding-right: 30px; }
  .nav .lingue {
    float: right;
    line-height: 88px;
    padding-right: 25px; }
    .nav .lingue ul {
      margin-bottom: 0; }
      .nav .lingue ul li {
        font-size: 13px;
        letter-spacing: 1px; }
        .nav .lingue ul li a {
          color: #fbf8f4; }

.book-absolute {
  display: none;
  position: fixed;
  top: 23px;
  right: 41px;
  width: 114px;
  z-index: 3; }
  .book-absolute .btn {
    font-size: 14px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 43px; }
    .book-absolute .btn:hover {
      background-color: #333333;
      border-color: #333333;
      color: #e5ba44; }

.show-full {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fbf8f4;
  z-index: 2;
  min-height: 100vh;
  padding: 67px;
  padding-top: 155px; }
  .show-full ul {
    margin-top: 50px;
    margin-bottom: 0; }
    .show-full ul li {
      font-size: 16px;
      margin-bottom: 10px;
      letter-spacing: 1px; }
      .show-full ul li a {
        color: #333333; }
      .show-full ul li:last-child {
        margin-bottom: 0; }
  .show-full .contattaci {
    min-height: 516px;
    background-image: url(../imgs/rombo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 586px;
    text-align: center;
    margin-top: -67px; }
    .show-full .contattaci h3 {
      font-size: 60px;
      padding-top: 90px;
      margin-bottom: 30px; }
    .show-full .contattaci .btn {
      display: block;
      max-width: 221px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 20px;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .show-full .contattaci .btn.btn-reverse {
        background-color: #333333;
        border-color: #333333; }
        .show-full .contattaci .btn.btn-reverse:hover {
          background-color: #e5ba44;
          border-color: #e5ba44; }
      .show-full .contattaci .btn:hover {
        background-color: #333333;
        border-color: #333333; }
    .show-full .contattaci p {
      margin-top: 50px;
      font-weight: 300;
      font-size: 18px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #333333; }

.full-hero {
  position: relative;
  min-height: 100vh; }
  .full-hero #full-hero .item {
    background-image: url(../imgs/full-hero-01.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative; }
    .full-hero #full-hero .item.full-hero-02 {
      background-image: url(../imgs/full-hero-02.jpg); }
    .full-hero #full-hero .item.full-hero-03 {
      background-image: url(../imgs/full-hero-03.jpg); }
    .full-hero #full-hero .item .full-text {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 519px;
      background-image: url(../imgs/rombo.png);
      background-position: center;
      background-repeat: no-repeat;
      transform: translate(0, -50%);
      text-align: center; }
      .full-hero #full-hero .item .full-text .text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-align: center; }
        .full-hero #full-hero .item .full-text .text ins {
          color: white;
          font-size: 18px;
          letter-spacing: 2px; }
        .full-hero #full-hero .item .full-text .text h2 {
          color: white;
          font-size: 70px;
          margin-top: 10px;
          margin-bottom: 20px; }
        .full-hero #full-hero .item .full-text .text hr {
          max-width: 84px;
          border-top: 2px solid #e5ba44;
          margin-bottom: 20px; }
        .full-hero #full-hero .item .full-text .text span {
          color: white;
          letter-spacing: 1px; }
  .full-hero #full-hero .owl-nav {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin-top: 0;
    transform: translate(0, -50%); }
    .full-hero #full-hero .owl-nav .owl-prev, .full-hero #full-hero .owl-nav .owl-next {
      padding: 0;
      margin: 0;
      width: 45px;
      height: 88px;
      background: none; }
    .full-hero #full-hero .owl-nav .owl-prev {
      float: left; }
    .full-hero #full-hero .owl-nav .owl-next {
      float: right; }

.slog {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .slog h3 {
    font-size: 60px;
    margin-bottom: 20px; }
  .slog p {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .slog firma {
    font-size: 50px;
    color: #e5ba44; }

.type {
  text-align: center; }
  .type .type-room {
    min-height: 898px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .type .type-room.type-01 {
      background-image: url(../imgs/type-01.jpg); }
    .type .type-room.type-02 {
      background-image: url(../imgs/type-02.jpg); }
    .type .type-room.type-03 {
      background-image: url(../imgs/type-03.jpg); }
    .type .type-room .type-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.41);
      background-image: url(../imgs/rombo-piccolo.png);
      background-position: center;
      background-repeat: no-repeat;
      transition: 0.4s; }
      .type .type-room .type-hover .type-text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%); }
        .type .type-room .type-hover .type-text h2 {
          color: white;
          font-size: 60px;
          margin-bottom: 5px; }
        .type .type-room .type-hover .type-text ins {
          font-size: 18px;
          letter-spacing: 3px; }
    .type .type-room:hover .type-hover {
      transform: scale(1.1);
      background-color: rgba(0, 0, 0, 0.11); }

.service {
  position: relative;
  height: 548px;
  /*background-image: url(../imgs/service-01.jpg);*/
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 105px;
  margin-bottom: 88px; }
  .service .service-text {
    margin-top: 38px;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 557px;
    text-align: center;
    background-color: white;
    border-bottom: 9px solid #fbf8f4 !important;
    transition: 0.4s; }
    .service .service-text img {
      margin-bottom: 50px; }
    .service .service-text h2 {
      font-size: 60px;
      line-height: 1;
      margin-bottom: 10px;
      padding-left: 100px;
      padding-right: 100px; }
    .service .service-text ins {
      letter-spacing: 3px; }
  .service.service-02 {
    /*background-image: url(../imgs/service-02.jpg);*/
    background-position: left; }
    .service.service-02 .service-text {
      float: right; }
  .service:hover .service-text {
    background-color: #fbf8f4; }

.miramonti {
  padding-top: 144px;
  padding-bottom: 104px; }
  .miramonti .item {
    padding: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
    background-color: white;
    text-align: center;
    margin-bottom: 20px; }
    .miramonti .item img {
      margin-bottom: 30px; }
    .miramonti .item h4 {
      text-transform: uppercase;
      font-family: "Poppins";
      font-size: 18px;
      margin-bottom: 10px;
      color: #e5ba44;
      letter-spacing: 1px; }
  .miramonti .rombo {
    position: relative;
    transform: rotate(45deg);
    width: 381px;
    height: 381px;
    background-color: rgba(229, 183, 68, 0.9);
    margin: 0 auto;
    margin-top: -130px; }
    .miramonti .rombo .rombo-text {
      position: absolute;
      top: 0;
      left: 50%;
      transform: rotate(-45deg) translate(-33%, -45%);
      width: 481px;
      height: 381px; }
      .miramonti .rombo .rombo-text > div {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
        width: 100%; }
        .miramonti .rombo .rombo-text > div h3 {
          color: white;
          font-size: 60px;
          margin-bottom: 10px; }
        .miramonti .rombo .rombo-text > div ins {
          color: #333333;
          font-size: 18px;
          letter-spacing: 1px; }
  .miramonti h3 {
    color: white;
    font-size: 39px;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center; }

.recensioni {
  min-height: 516px;
  background-image: url(../imgs/rombo.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 100px; }
  .recensioni .owl-carousel {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center; }
    .recensioni .owl-carousel h4 {
      font-size: 50px;
      margin-bottom: 30px; }
    .recensioni .owl-carousel p {
      margin: 0 auto;
      margin-bottom: 20px;
      max-width: 900px;
      padding-left: 20px;
      padding-right: 20px; }
    .recensioni .owl-carousel firma {
      font-size: 50px;
      color: #e5ba44; }
    .recensioni .owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: 0;
      transform: translate(0, -50%); }
      .recensioni .owl-carousel .owl-nav .owl-prev, .recensioni .owl-carousel .owl-nav .owl-next {
        padding: 0;
        margin: 0;
        width: 45px;
        height: 88px;
        background: none; }
      .recensioni .owl-carousel .owl-nav .owl-prev {
        float: left; }
      .recensioni .owl-carousel .owl-nav .owl-next {
        float: right; }

.full-slog {
  position: relative;
  min-height: 898px; }
  .full-slog .rombo {
    position: relative;
    transform: rotate(45deg);
    width: 381px;
    height: 381px;
    background-color: rgba(229, 183, 68, 0.9); }
    .full-slog .rombo .rombo-text {
      position: absolute;
      top: 0;
      left: 50%;
      transform: rotate(-45deg) translate(-33%, -45%);
      width: 481px;
      height: 381px; }
      .full-slog .rombo .rombo-text > div {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
        width: 100%; }
        .full-slog .rombo .rombo-text > div h3 {
          color: white;
          font-size: 60px;
          margin-bottom: 10px;
          letter-spacing: 5px; }
        .full-slog .rombo .rombo-text > div ins {
          color: #333333;
          font-size: 18px;
          letter-spacing: 1px; }
  .full-slog h3 {
    color: white;
    font-size: 39px;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center; }

.offerte {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .offerte h3 {
    font-size: 60px;
    margin-bottom: 10px; }
  .offerte ins {
    letter-spacing: 3px; }
  .offerte #offerte {
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px; }
    .offerte #offerte .offerte-text {
      position: relative;
      z-index: 1;
      padding: 30px;
      margin-top: -20px;
      margin-left: 20px;
      margin-right: 20px;
      background-color: white;
      border-bottom: 9px solid #fbf8f4; }
      .offerte #offerte .offerte-text h3 {
        font-size: 38px;
        padding-left: 10px;
        padding-right: 10px; }
      .offerte #offerte .offerte-text p {
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 20px; }
      .offerte #offerte .offerte-text a {
        text-transform: uppercase;
        letter-spacing: 2px; }
    .offerte #offerte .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: 0;
      transform: translate(0, -50%); }
      .offerte #offerte .owl-nav .owl-prev, .offerte #offerte .owl-nav .owl-next {
        padding: 0;
        margin: 0;
        width: 45px;
        height: 88px;
        background: none; }
      .offerte #offerte .owl-nav .owl-prev {
        float: left; }
      .offerte #offerte .owl-nav .owl-next {
        float: right; }
  .offerte .owl-item:hover .offerte-text a {
    color: #333333; }

.mappa {
  position: relative;
  height: 720px; }
  .mappa #map {
    height: 720px; }
  .mappa .location {
    position: absolute;
    bottom: -149px;
    left: 50%;
    width: 100%;
    max-width: 1280px;
    transform: translate(-50%, 0); }
    .mappa .location .location-text {
      background-color: white;
      border-bottom: 9px solid #fbf8f4;
      max-width: 557px;
      padding: 30px;
      padding-top: 70px;
      height: 433px;
      text-align: center; }
      .mappa .location .location-text address {
        font-size: 60px;
        font-family: "Prata";
        color: #333333;
        line-height: 1;
        margin-bottom: 10px; }
      .mappa .location .location-text ins {
        letter-spacing: 2px;
        font-size: 18px; }
      .mappa .location .location-text hr {
        max-width: 130px;
        border-top-color: #bbbab6;
        margin-top: 30px;
        margin-bottom: 30px; }
      .mappa .location .location-text ul li {
        font-size: 14px; }
        .mappa .location .location-text ul li .fa {
          margin-left: 5px;
          margin-right: 5px;
          color: #9f9c97; }

.footer {
  padding: 67px;
  padding-top: 269px; }
  .footer .btn-spec {
    background-color: white;
    padding: 20px;
    max-width: 256px;
    position: relative;
    padding-left: 96px;
    display: block;
    border: none; }
    .footer .btn-spec .icon {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      width: 76px;
      background-image: url(../imgs/brochure.svg);
      background-repeat: no-repeat;
      background-position: center;
      transition: 0.4s; }
    .footer .btn-spec small {
      line-height: 1.2;
      display: block;
      text-align: left;
      font-size: 14px;
      letter-spacing: 1px; }
  .footer p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px; }
  .footer address {
    font-size: 14px; }
  .footer .left {
    margin-top: 30px; }
    .footer .left hr {
      max-width: 300px;
      border-top-color: #bbbab6;
      margin-top: 30px;
      margin-bottom: 30px; }
  .footer .right {
    margin-top: 30px; }

.ueppy {
  background-color: #fbf8f4;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .ueppy p {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 1px; }

/* room-list.html */
.page-hero {
  background-image: url(../imgs/page-hero.jpg);
  min-height: 612px;
  position: relative; }
  .page-hero .page-hero-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: 0, -50%;
    width: 100%;
    text-align: center; }
    .page-hero .page-hero-text h2 {
      font-size: 73px;
      color: white;
      margin-bottom: 10px; }
    .page-hero .page-hero-text hr {
      max-width: 84px;
      border-top-color: #e5ba44;
      margin-top: 20px;
      margin-bottom: 20px; }
    .page-hero .page-hero-text .breadcrumb {
      font-size: 13px;
      letter-spacing: 1px; }
      .page-hero .page-hero-text .breadcrumb li, .page-hero .page-hero-text .breadcrumb a {
        color: white; }
  .page-hero .vertical-hr {
    position: absolute;
    left: 0;
    bottom: -71px;
    width: 100%;
    text-align: center; }

.page-slog {
  margin-top: 50px;
  padding-bottom: 50px; }
  .page-slog h3 {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px; }

.page-recensioni {
  margin-top: 100px; }

/* room-text.html */
.room-text p {
  margin-bottom: 30px; }
.room-text .room-box {
  border: 1px solid #e2ded7;
  padding: 30px;
  margin-bottom: 50px; }
  .room-text .room-box ul {
    margin-bottom: 0; }
    .room-text .room-box ul li {
      margin-bottom: 10px; }
      .room-text .room-box ul li:last-child {
        margin-bottom: 0; }

.book {
  background-image: url(../imgs/book-rombo.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 650px;
  padding-top: 40px;
  margin-top: 50px; }
  .book h3 {
    font-size: 60px;
    margin-bottom: 100px; }
  .book span {
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    max-width: 390px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    letter-spacing: 0.5px; }
  .book ul {
    margin-bottom: 50px; }
    .book ul li {
      margin-bottom: 10px; }
      .book ul li:last-child {
        margin-bottom: 0; }
  .book .btn {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .book .btn:hover {
      background-color: #333333;
      color: #e5ba44;
      border-color: #333333; }

.room-slide {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px; }
  .room-slide .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    background: #e2ded7;
    transition: 0.4s; }
  .room-slide .owl-theme .owl-dots .owl-dot.active span, .room-slide .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e5ba44; }
  .room-slide .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 13px; }

/* offerte.html */
.offerte-slog {
  margin-top: 50px;
  padding-bottom: 0; }
  .offerte-slog p {
    margin-bottom: 0; }

.offerte-service .service-text h2 {
  margin-bottom: 20px; }
.offerte-service .service-text p {
  margin-bottom: 30px; }
.offerte-service .service-text a {
  text-transform: uppercase;
  letter-spacing: 2px; }
.offerte-service p {
  max-width: 300px;
  margin: 0 auto; }

.paginatore {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center; }
  .paginatore .pagination li a {
    border: none;
    color: #9f9c97; }
    .paginatore .pagination li a:hover {
      background-color: transparent;
      color: #e5ba44; }
  .paginatore .pagination li.active a {
    background-color: transparent;
    color: #e5ba44; }

/* default.html */
.panel {
  border: none;
  box-shadow: none; }
  .panel .panel-heading {
    border: none;
    border-top: 1px solid #e2ded7;
    background-color: transparent;
    padding: 30px;
    padding-left: 0;
    position: relative; }
    .panel .panel-heading a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .panel .panel-title {
    font-family: "Poppins";
    font-size: 25px;
    letter-spacing: 2px;
    color: #e5ba44;
    text-transform: uppercase; }
  .panel .panel-body {
    padding-left: 2px; }
    .panel .panel-body ul {
      margin-bottom: 30px; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0; }

/* servizi.html */
.servizi {
  background-color: #fbf8f4; }
  .servizi .service-row .service-img {
    height: 462px;
    background-size: cover;
    background-position: center;
    border-right: none; }
    .servizi .service-row .service-img.inverse {
      border-right: none;
      border-left: none; }
    .servizi .service-row .service-img.service-01 {
      background-image: url(../imgs/servizio.jpg); }
  .servizi .service-row .service-text {
    position: relative;
    background-color: white;
    border-left: none;
    height: 462px; }
    .servizi .service-row .service-text.inverse {
      border-left: none;
      border-right: none; }
    .servizi .service-row .service-text > div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translate(0, -50%);
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
      .servizi .service-row .service-text > div img {
        display: block;
        margin: 0 auto; }
      .servizi .service-row .service-text > div h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 25px;
        font-family: "Poppins";
        color: #e5ba44;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .servizi .service-row .service-text > div p {
        max-width: 545px;
        margin: 0 auto;
        margin-bottom: 30px; }
    .servizi .service-row .service-text.service-color {
      background-color: #fbf8f4; }

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