/* $variabili */
/* @mixin */
/* Sass */
.hide {
  display: none; }

* {
  outline: 0 !important; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

h2 {
  font-size: 38px;
  margin-bottom: 25px; }

a, .btn {
  transition: 0.5s; }

.btn {
  font-style: italic;
  padding-left: 0;
  font-weight: 400; }

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

.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 */
.fixed-top {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  height: 60px;
  z-index: 2; }
  .fixed-top p {
    font-size: 20px;
    line-height: 60px;
    font-style: italic;
    color: #493732; }
  .fixed-top form {
    line-height: 60px; }
    .fixed-top form label {
      font-size: 14px;
      font-weight: 400;
      color: #493732;
      margin-right: 5px;
      letter-spacing: 0.5px; }
    .fixed-top form input {
      box-shadow: none;
      width: 115px !important;
      height: 33px;
      margin-right: 15px;
      font-size: 14px; }
    .fixed-top form .btn {
      font-size: 16px;
      text-align: left;
      color: white;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #3e1b00;
      color: #ecbe3a; }
      .fixed-top form .btn small {
        font-size: 12px;
        display: block;
        color: white;
        font-style: normal; }
      .fixed-top form .btn:hover {
        background-color: #ecbe3a;
        color: white; }
  .fixed-top small {
    font-size: 20px; }
  .fixed-top .form-inline .has-feedback .form-control-feedback {
    top: 12px;
    right: 10px; }
  .fixed-top .has-feedback .form-control {
    padding-right: 25px; }
  .fixed-top .glyphicon-calendar:before {
    content: '\f133';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #6a574e; }

.full-hero {
  background-size: cover;
  height: calc(100vh - 60px);
  margin-top: 60px;
  position: relative; }
  .full-hero .lang {
    margin-top: 8vh;
    width: 86px;
    height: 44px;
    border-bottom: 1px solid white;
    position: relative; }
    .full-hero .lang ul {
      line-height: 42px;
      position: absolute;
      right: 0;
      width: 100%;
      margin-bottom: 0;
      font-style: italic;
      font-size: 18px; }
      .full-hero .lang ul li {
        color: white;
        padding: 0; }
        .full-hero .lang ul li a {
          color: white; }
          .full-hero .lang ul li a.active {
            color: #dbd6cf; }
  .full-hero .text {
    margin-top: 15vh; }
    .full-hero .text p {
      font-size: 40px;
      color: white;
      max-width: 670px;
      margin: 0 auto;
      line-height: 1.1;
      margin-top: 5vh;
      margin-bottom: 15px;
      font-weight: 500;
      letter-spacing: 0.5px; }
    .full-hero .text small {
      font-size: 22px;
      color: white;
      letter-spacing: 0.5px;
      line-height: 1.4;
      font-weight: 300;
      font-style: italic; }
  .full-hero .scroll {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0;
    text-align: center;
    /* ---------------------------------------------- /*
     * Mouse animate icon
    /* ---------------------------------------------- */ }
    .full-hero .scroll .mouse-icon {
      border: 2px solid white;
      border-radius: 16px;
      height: 40px;
      width: 24px;
      display: block;
      z-index: 10;
      opacity: 1;
      margin: 0 auto;
      margin-top: 15px; }
    .full-hero .scroll .mouse-icon .wheel {
      -webkit-animation-name: drop;
      -webkit-animation-duration: 1s;
      -webkit-animation-timing-function: linear;
      -webkit-animation-delay: 0s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-play-state: running;
      -webkit-animation-name: drop;
      animation-name: drop;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-play-state: running;
      animation-play-state: running; }
    .full-hero .scroll .mouse-icon .wheel {
      position: relative;
      border-radius: 10px;
      background: white;
      width: 2px;
      height: 6px;
      top: 4px;
      margin-left: auto;
      margin-right: auto; }
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
.hotel {
  margin-top: 45px;
  margin-bottom: 80px; }
  .hotel .text {
    margin-top: 45px; }
    .hotel .text h2 {
      font-size: 38px;
      font-style: italic;
      color: #3e1b00;
      text-transform: none; }

.room {
  background-color: #f6f5f3;
  padding-top: 45px;
  position: relative; }
  .room .hr {
    margin-top: -98px;
    position: absolute;
    left: 50%;
    margin-left: -62.5px; }
    .room .hr.hr-bottom {
      margin-top: -57px; }
  .room h2 {
    font-size: 42px;
    margin-bottom: 8px; }
  .room p {
    margin-bottom: 0; }
  .room .item {
    margin-top: 80px; }
    .room .item .text .user {
      border: 2px solid #ecbe3a;
      padding: 5px;
      width: 129px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 14px;
      color: #ecbe3a;
      font-weight: 500;
      text-transform: uppercase;
      transition: 0.5s; }
    .room .item .text h3 {
      font-size: 40px;
      margin-bottom: 40px;
      text-transform: none;
      color: #3e1b00;
      letter-spacing: 0; }
    .room .item .text hr {
      border-color: #f6e9d0;
      border-top-width: 1px;
      margin-bottom: 15px;
      margin-top: 45px;
      max-width: 440px;
      margin-left: 0; }
    .room .item .text small {
      font-size: 26px;
      font-weight: 500;
      line-height: 1.1;
      color: #ecbe3a;
      transition: 0.5s; }
      .room .item .text small span {
        display: block;
        font-size: 18px;
        font-weight: normal;
        color: black;
        margin-top: 10px; }
    .room .item .text:hover small {
      color: black; }
    .room .item .text:hover .user {
      background-color: #ecbe3a;
      color: white; }
    .room .item .text.right {
      padding-left: 80px; }
    .room .item .owl-theme .owl-nav {
      text-align: left;
      margin-top: 15px; }
    .room .item .owl-theme .owl-nav [class*=owl-] {
      margin-left: 0;
      background-color: transparent;
      padding: 0; }
      .room .item .owl-theme .owl-nav [class*=owl-] .fa {
        font-size: 30px;
        color: #6a574e; }
    .room .item .owl-carousel .owl-nav .owl-prev {
      padding-right: 7.5px; }
    .room .item .owl-carousel .owl-nav .owl-next {
      padding-left: 7.5px; }
    .room .item.last {
      padding-bottom: 80px; }

.list {
  margin-top: 45px;
  padding-bottom: 76px; }
  .list h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 8px; }
  .list p {
    text-align: center;
    margin-bottom: 45px; }
  .list ol {
    max-width: 440px; }
    .list ol li {
      font-style: italic;
      color: #3e1b00;
      margin-bottom: 25px;
      min-height: 67px; }
    .list ol img {
      margin-right: 20px;
      float: left; }
  .list .btn {
    font-style: italic;
    font-weight: 500;
    font-size: 28px;
    padding: 15px;
    width: 100%;
    max-width: 488px;
    margin-top: 67px;
    background-color: #3e1b00; }
    .list .btn small {
      display: block;
      font-size: 21px;
      font-style: normal;
      font-weight: 300;
      color: #ecbe3a;
      line-height: 1; }

.gmap {
  height: 588px;
  position: relative; }
  .gmap #cmap {
    height: 588px;
    width: 100%; }
  .gmap .text {
    width: 445px;
    height: 417px;
    background-image: url(../imgs/gmap.jpg);
    position: absolute;
    top: 15%;
    left: 5%;
    padding: 45px; }
    .gmap .text address {
      font-size: 34px;
      font-weight: 500;
      font-style: italic;
      color: white;
      height: 100%;
      line-height: 1.2;
      margin-bottom: 0; }
      .gmap .text address span {
        font-weight: 300; }
      .gmap .text address img {
        margin-top: 25px;
        margin-bottom: 25px; }

.footer {
  margin-top: 71px; }
  .footer address {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    color: #6a574e;
    margin-bottom: 0;
    letter-spacing: 0.5px; }
    .footer address a {
      color: #3e1b00; }

.ueppy {
  background-color: #f7f5f3;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 45px; }
  .ueppy p {
    margin-bottom: 0;
    font-size: 14px; }

#page {
  height: 60px; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #ecbe3a; }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #ecbe3a; }

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