/* $variabili */
/* @mixin */
html {
  overflow: scroll;
  overflow-x: hidden; }

body {
  margin-bottom: 40px; }

/* Sass */
.hide {
  display: none; }

* {
  outline: 0 !important; }

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: lowercase; }

h2, h3 {
  font-size: 38px; }

h4 {
  font-size: 23px; }

p, ins {
  letter-spacing: 0.4px; }

a, .btn {
  -webkit-transition: 0.4s;
  transition: 0.4s; }

a:active, a:focus, a:visited {
  text-decoration: none !important; }

.btn {
  border-radius: 0;
  color: #656565;
  padding: 25px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: lowercase; }
  .btn a {
    color: #656565; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.active {
    -webkit-box-shadow: none;
            box-shadow: none; }

.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; }

.colo {
  background-color: #f8f4f0; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../imgs/load.gif) center no-repeat #f8f4f0;
  background-size: 320px; }

/* index.html */
.oute {
  position: fixed;
  top: calc(50vh - 85px);
  right: 0;
  z-index: 3;
  right: -278px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s; }
  .oute.oute-ened {
    right: 0; }
  .oute .oute-open {
    float: left;
    width: 88px;
    height: 88px;
    background-color: #b56f97;
    background-image: url(../imgs/oute.svg);
    background-size: cover;
    cursor: pointer; }
  .oute .oute-text {
    float: left;
    max-width: 278px;
    background-color: white; }
    .oute .oute-text .out-head {
      background-color: #b56f97;
      height: 88px;
      padding-top: 23px;
      color: white;
      letter-spacing: 1px;
      padding-left: 20px; }
    .oute .oute-text ul {
      padding-left: 20px;
      padding-top: 30px;
      padding-bottom: 20px; }
      .oute .oute-text ul li {
        position: relative;
        margin-left: 20px;
        margin-bottom: 15px; }
        .oute .oute-text ul li:before {
          content: "\f105";
          font-family: "FontAwesome";
          font-size: 18px;
          color: #b56f97;
          position: absolute;
          left: -15px; }
        .oute .oute-text ul li:last-child {
          margin-bottom: 0; }
    .oute .oute-text hr {
      margin-left: 20px;
      margin-top: 10px;
      margin-bottom: 20px; }
    .oute .oute-text .btn {
      padding-top: 0;
      padding-left: 20px;
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: 400; }
      .oute .oute-text .btn .fa {
        font-size: 18px;
        color: #b56f97; }
      .oute .oute-text .btn:hover {
        color: #b56f97; }

.full-hero {
  height: calc(100vh - 40px);
  background-image: url(../imgs/full-hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -104px; }
  .full-hero .bord {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4); }

.full-hero .text {
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 37vh;
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: 'Cinzel';
  text-transform: lowercase;
  background-image: url(../imgs/bord.svg);
  background-position: center;
  background-repeat: no-repeat; }
  .full-hero .text small {
    display: block;
    font-size: 16px;
    font-family: 'Libre Baskerville';
    text-transform: none; }
  .full-hero .text h2 {
    color: white;
    font-size: 50px;
    letter-spacing: 3px; }
  .full-hero .text .breadcrumb {
    font-size: 12px;
    font-family: 'Libre Baskerville';
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 20px; }
    .full-hero .text .breadcrumb a {
      color: white; }

.nav {
  height: 104px;
  position: relative;
  padding-top: 20px;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: 'Cinzel'; }
  .nav img {
    margin-top: 40px;
    position: relative;
    z-index: 2; }
  .nav ul {
    color: white;
    position: relative;
    z-index: 2; }
    .nav ul li {
      font-size: 14px;
      letter-spacing: 0.4px;
      margin-top: 52px; }
      .nav ul li a {
        color: white; }
        .nav ul li a.open {
          cursor: pointer;
          position: relative;
          z-index: 2; }
          .nav ul li a.open span {
            display: inline-block;
            width: 25px;
            height: 1px;
            background-color: white;
            position: relative;
            vertical-align: middle;
            margin-left: 15px;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            margin-right: 5px; }
            .nav ul li a.open span:before, .nav ul li a.open span:after {
              content: '';
              position: absolute;
              top: -8px;
              width: 25px;
              height: 1px;
              background-color: white;
              display: inline-block;
              -webkit-transition: 0.4s;
              transition: 0.4s;
              left: 0; }
            .nav ul li a.open span:after {
              top: 8px; }
          .nav ul li a.open small {
            font-size: 14px; }
          .nav ul li a.open:hover {
            text-decoration: none; }
            .nav ul li a.open:hover span:before {
              top: -12px; }
            .nav ul li a.open:hover span:after {
              top: 12px; }
          .nav ul li a.open.open-hover span {
            height: 0; }
            .nav ul li a.open.open-hover span:before {
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              top: 0;
              background-color: #656565; }
            .nav ul li a.open.open-hover span:after {
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg);
              top: 0;
              background-color: #656565; }
          .nav ul li a.open.open-hover small {
            color: #656565; }

.z-index {
  position: relative;
  z-index: 22; }

.show-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 40px);
  z-index: 2;
  display: none;
  background-color: #f8f4f0;
  background-image: url(../imgs/full.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 40px; }
  .show-full img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 140px; }
  .show-full ul li {
    font-family: 'Cinzel';
    font-size: 26px;
    line-height: 1.6; }
    .show-full ul li a {
      color: #656565;
      text-decoration: none; }
      .show-full ul li a:hover {
        color: #b56f97; }

.slog {
  background-color: #f8f4f0;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center; }
  .slog p {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px; }

.room-slid {
  margin-bottom: 60px; }
  .room-slid .col-md-12 {
    background-color: white;
    padding: 0;
    max-width: 1220px;
    position: relative; }
  .room-slid .owl-item img {
    width: 50% !important;
    float: left; }
  .room-slid .room-item .room-img {
    width: 50%; }
  .room-slid .row {
    margin: 0;
    margin-bottom: 20px; }
  .room-slid .room-text {
    float: left;
    text-align: center;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -20px; }
    .room-slid .room-text img {
      margin: 0 auto;
      float: none;
      margin-top: 20px;
      margin-bottom: 20px;
      width: 47px !important; }
    .room-slid .room-text p {
      max-width: 370px;
      margin: 0 auto; }
  .room-slid #dots {
    width: 50%;
    float: right;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    height: 10px; }
    .room-slid #dots span {
      margin: 0;
      margin-left: 5px;
      margin-right: 5px;
      border-radius: 0;
      cursor: pointer;
      background: white;
      border: 1px solid #b1b1b1;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .room-slid #dots span:hover {
        background-color: #d1d7e6;
        border: 1px solid #d1d7e6; }
    .room-slid #dots .active span {
      background-color: #d1d7e6;
      border: 1px solid #d1d7e6; }

.service {
  margin-top: 40px;
  margin-bottom: 40px; }
  .service .item {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    .service .item .imag {
      position: relative;
      overflow: hidden; }
      .service .item .imag img {
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .service .item .imag .hove {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .service .item .imag .hove:after {
          display: block;
          content: '';
          position: absolute;
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          border: 1px solid rgba(255, 255, 255, 0.4); }
    .service .item ins {
      text-decoration: none;
      margin-top: 20px;
      margin-bottom: 10px;
      display: block; }
    .service .item h3 {
      font-size: 38px; }
    .service .item:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.rece {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  background-image: url(../imgs/full-rece.jpg);
  background-position: center;
  background-size: cover; }
  .rece .item {
    background-image: url(../imgs/quot.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    min-height: 412px;
    padding-top: 120px; }
    .rece .item h3 {
      font-size: 38px; }
    .rece .item p {
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 40px;
      max-width: 900px; }
    .rece .item ins {
      text-decoration: none;
      font-weight: 700;
      display: block;
      margin-bottom: 40px; }
  .rece .btn {
    border: 1px solid #d1d7e6;
    margin-top: 40px;
    width: 413px;
    max-width: 100%; }
    .rece .btn:hover {
      background-color: #d1d7e6;
      color: white; }

.seas {
  margin-top: 0; }
  .seas .slog {
    padding-bottom: 10px; }
    .seas .slog img {
      margin-top: 30px;
      margin-bottom: 30px; }

.pack {
  padding-top: 40px;
  padding-bottom: 60px; }
  .pack .slog {
    background-color: transparent; }
  .pack .owl-item {
    text-align: center;
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .pack .owl-item.active.center {
      opacity: 1;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .pack .owl-item:hover {
      opacity: 1; }
  .pack .items {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    .pack .items .imag {
      position: relative;
      overflow: hidden; }
      .pack .items .imag img {
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .pack .items .imag .hove {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .pack .items .imag .hove:after {
          display: block;
          content: '';
          position: absolute;
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          border: 1px solid rgba(255, 255, 255, 0.4); }
    .pack .items ins {
      text-decoration: none;
      margin-top: 15px;
      margin-bottom: 10px;
      display: block;
      font-size: 14px;
      line-height: 1.6; }
      .pack .items ins span {
        display: block;
        font-weight: 700; }
    .pack .items h3 {
      font-size: 23px;
      margin-top: 25px; }
    .pack .items .romb {
      width: 47px;
      margin: 0 auto;
      margin-top: 15px; }
    .pack .items:hover .img-responsive {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .pack #dots-pack {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 10px; }
    .pack #dots-pack span {
      margin: 0;
      margin-left: 5px;
      margin-right: 5px;
      border-radius: 0;
      cursor: pointer;
      background: white;
      border: 1px solid #b1b1b1;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .pack #dots-pack span:hover {
        background-color: #d1d7e6;
        border: 1px solid #d1d7e6; }
    .pack #dots-pack .active span {
      background-color: #d1d7e6;
      border: 1px solid #d1d7e6; }

.gmap .slog {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px; }
.gmap .wrap {
  position: relative; }
  .gmap .wrap .shad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url(../imgs/shad.png);
    background-repeat: repeat-x;
    z-index: 1; }
  .gmap .wrap #cmap {
    height: 740px;
    width: 100%; }

.footer {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../imgs/bc-footer.png);
  background-repeat: no-repeat;
  background-position: center right 370px;
  background-size: auto 80%; }
  .footer .list {
    padding-top: 30px;
    position: relative; }
    .footer .list ins {
      text-decoration: none;
      font-weight: 700;
      line-height: 1.6;
      font-size: 16px;
      letter-spacing: 0.4px; }
    .footer .list address {
      margin-top: 20px;
      margin-bottom: 20px;
      letter-spacing: 0.4px; }
    .footer .list span {
      letter-spacing: 0.4px; }
      .footer .list span a {
        color: #656565;
        display: block; }
        .footer .list span a:hover {
          color: #b56f97;
          text-decoration: none; }
    .footer .list strong {
      margin-bottom: 5px;
      display: block; }
    .footer .list ul {
      margin-bottom: 30px; }
      .footer .list ul li {
        line-height: 1.8; }
        .footer .list ul li a {
          color: #656565; }
    .footer .list .fa {
      margin-right: 5px;
      color: #656565; }
    .footer .list img {
      margin-top: 20px;
      display: block; }

.ueppy {
  font-size: 11px;
  color: #c8c6c5; }

.abso {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Cinzel';
  text-transform: lowercase;
  z-index: 2; }
  .abso .left {
    width: 50%;
    height: 100%;
    background-color: #49649c;
    float: left;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .abso .left:hover {
      background-color: #29406f; }
  .abso .right {
    width: 50%;
    height: 100%;
    background-color: #b56f97;
    float: left;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .abso .right:hover {
      background-color: #9a5a7e; }
  .abso .fa {
    margin-left: 5px; }

/* list-room.html */
.page-hero {
  min-height: 1px;
  max-height: 548px;
  background-image: url(../imgs/page-hero.jpg); }
  .page-hero .text {
    padding-top: 240px;
    background-image: none; }
    .page-hero .text h1 {
      color: white;
      font-size: 50px; }

.room-item {
  margin-bottom: 20px; }
  .room-item .room-img {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .room-item:hover img {
    opacity: 0.8; }

/* list.html */
.list-colo .pack {
  padding-top: 0; }
  .list-colo .pack .items .img-responsive {
    width: 100%; }

/* room.html */
.room-desc {
  padding-top: 20px;
  padding-bottom: 60px; }
  .room-desc p {
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 10px; }
  .room-desc ul {
    padding-left: 20px;
    margin-bottom: 20px; }
    .room-desc ul li {
      margin-bottom: 5px; }
      .room-desc ul li:last-child {
        margin-bottom: 0; }
  .room-desc .room-box {
    background-color: white;
    padding: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center; }
    .room-desc .room-box .bord {
      position: absolute;
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px;
      border: 1px solid #f8f4f0; }
    .room-desc .room-box h4 {
      max-width: 240px;
      margin: 0 auto; }
    .room-desc .room-box img {
      margin-top: 20px;
      margin-bottom: 20px; }
    .room-desc .room-box ul {
      margin-bottom: 0; }
      .room-desc .room-box ul li {
        margin-bottom: 5px; }
        .room-desc .room-box ul li:last-child {
          margin-bottom: 0; }
    .room-desc .room-box .btn {
      background-color: #b56f97;
      color: white;
      margin-top: 30px;
      z-index: 1;
      position: relative;
      padding-left: 20px;
      padding-right: 20px; }
      .room-desc .room-box .btn:hover {
        border: 1px solid #b56f97;
        background-color: white;
        color: #b56f97; }

.room-info {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  .room-info ins {
    text-decoration: none;
    display: block;
    font-size: 16px; }
  .room-info span {
    font-size: 38px;
    font-family: 'Cinzel';
    text-transform: lowercase; }
  .room-info .col-md-4 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .room-info .col-md-4:nth-child(2) {
    border-left: 1px solid #f8f4f0;
    border-right: 1px solid #f8f4f0; }

.full-room #dots-room {
  width: 100%;
  z-index: 1;
  position: relative;
  height: 10px;
  margin-top: 25px; }
  .full-room #dots-room span {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0;
    cursor: pointer;
    background: white;
    border: 1px solid #b1b1b1;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .full-room #dots-room span:hover {
      background-color: #d1d7e6;
      border: 1px solid #d1d7e6; }
  .full-room #dots-room .active span {
    background-color: #d1d7e6;
    border: 1px solid #d1d7e6; }

/* clean.html */
.clean .room-desc {
  padding-top: 0; }
  .clean .room-desc strong {
    display: block; }

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