.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

[data-animation="slideInLeft"] {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0); }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

[data-animation="slideInRight"] {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0); }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

[data-animation="slideInDown"] {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0); }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

[data-animation="slideInUp"] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

[data-animation="fadeIn"] {
  opacity: 0; }

.navbar {
  margin: 0;
  border-radius: 0;
  border: 0; }
  .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    padding: 5px 10px;
    font-size: 18px; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.form-group {
  margin-bottom: 25px; }

.form-control {
  border-radius: 0;
  background-color: transparent; }
  .form-control:focus {
    border-color: #888736;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #888736;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #888736; }

label.error {
  position: absolute;
  font-size: 14px;
  color: #920300; }

@media (min-width: 1200px) {
  .container {
    width: 990px; } }
@media (min-width: 1200px) {
  .col-lg-10-10 {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-8-10 {
    width: 80%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-6-10 {
    width: 60%; }

  .col-lg-5-10 {
    width: 50%; }

  .col-lg-4-10 {
    width: 40%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-2-10 {
    width: 20%; }

  .col-lg-1-10 {
    width: 10%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-10-10 {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-8-10 {
    width: 80%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-6-10 {
    width: 60%; }

  .col-md-5-10 {
    width: 50%; }

  .col-md-4-10 {
    width: 40%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-2-10 {
    width: 20%; }

  .col-md-1-10 {
    width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-10-10 {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-8-10 {
    width: 80%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-6-10 {
    width: 60%; }

  .col-sm-5-10 {
    width: 50%; }

  .col-sm-4-10 {
    width: 40%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-2-10 {
    width: 20%; }

  .col-sm-1-10 {
    width: 10%; } }
@media (max-width: 544px) {
  .col-xxs-12 {
    width: 100%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-1 {
    width: 8.33333333%; } }
.navbar-offcanvas.navmenu-fixed-right {
  left: auto !important; }

.owl-theme .img-fill,
.owl-theme .owl-item,
.owl-theme .owl-stage,
.owl-theme .owl-stage-outer,
.owl-theme .slide-item {
  height: 100%; }
.owl-theme .bg-img-fill {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }
.owl-theme .owl-item {
  overflow: hidden; }
.owl-theme .slide-item-inner {
  position: relative;
  height: 100%; }
  .owl-theme .slide-item-inner > .container {
    position: relative;
    height: 100%; }

/**
 * Basic styles for global tags
 */
/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

hr {
  border-color: #e8e4e3; }

/**
 * Basic styles for input fields
 */
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

@font-face {
  font-family: 'Candara',sans-serif;
  src: url("../fonts/Candara.ttf"); }
@font-face {
  font-family: 'Candara-Bold';
  src: url("../fonts/Candara-Bold.ttf"); }
@font-face {
  font-family: 'DK-Lemon-Yellow-Sun';
  src: url("../fonts/DK-Lemon-Yellow-Sun.otf"); }
@font-face {
  font-family: 'MinionPro-Bold',sans-serif;
  src: url("../fonts/MinionPro-Bold.otf"); }
@font-face {
  font-family: 'MinionPro-Regular',sans-serif;
  src: url("../fonts/MinionPro-Regular.otf"); }
/**
 * Basic typography style for copy text
 */
body {
  font-family: 'Candara',sans-serif;
  font-size: 18px; }

label.error {
  font-weight: normal; }

p, li {
  font-size: 22px; }
  @media (max-width: 767px) {
    p, li {
      font-size: 18px; } }

a:hover {
  text-decoration: none; }

.pri-color {
  color: #888736; }

.pad-x-0 {
  padding-left: 0;
  padding-right: 0; }

.scroll-top-btn {
  position: fixed;
  left: auto;
  right: 0;
  bottom: -50px;
  right: 20px;
  z-index: 999;
  text-align: right;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }
  .scroll-top-btn .btn {
    width: auto;
    height: 40px;
    line-height: 1.2;
    padding: 6px 12px;
    font-size: 20px;
    background-color: #000;
    color: #fff; }
    .scroll-top-btn .btn .fa {
      margin: auto;
      font-size: 14px; }
    .scroll-top-btn .btn:hover {
      background-color: #000;
      color: #fff; }
  .scroll-top-btn.reveal-btn {
    bottom: 10px; }
  @media (max-width: 544px) {
    .scroll-top-btn {
      right: 5px; }
      .scroll-top-btn.reveal-btn {
        bottom: 5px; } }

.gallery .thumb {
  margin-bottom: 30px; }
  .gallery .thumb img {
    max-width: 100%;
    height: auto;
    transition: all ease 0.5s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border: 4px solid #fff; }
  .gallery .thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.content-section a {
  color: #888736; }
  .content-section a:hover {
    color: #f00000; }

.news-section .section-title.text-center {
  text-align: center !important; }
.news-section img {
  display: inline-block !important; }
.news-section .h2 {
  margin-top: 10px !important; }

.firegallery {
  cursor: pointer; }

.dispo table {
  border-collapse: collapse;
  width: 100%; }
  .dispo table.desktopVersion {
    margin: 20px 0 20px 0; }
  .dispo table.mobileVersion {
    display: none; }
  .dispo table tr:nth-child(odd) th:nth-child(1) {
    /*background-color:#959597;*/ }
  .dispo table tr:nth-child(1) th {
    background-color: #a7a924 !important;
    color: #ffffff; }
  .dispo table th, .dispo table td {
    text-align: center;
    font-size: 14px;
    border: 1px solid #dddddd;
    padding: 2px; }
  .dispo table th {
    text-align: center;
    font-size: 14px;
    padding: 2px;
    /*background-color:#e2dccf;*/ }
  .dispo table td {
    color: #000000;
    /*background-color:#8FE8FF;*/
    min-width: 19px; }
    .dispo table td.weDay {
      background-color: #a7a924; }
    .dispo table td.wDay {
      background-color: #C3D273; }
.dispo .yearsSelLink {
  color: #ffffff;
  background-color: #959597;
  width: 100px;
  padding: 4px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .dispo .yearsSelLink:hover, .dispo .yearsSelLink.selected {
    background-color: #a7a924; }
.dispo .yearsAlternativeMenu {
  text-align: center; }
.dispo .last_update {
  text-align: center;
  font-style: italic;
  margin-top: 8px;
  font-size: 12px; }
.dispo .legende {
  height: 20px; }
  .dispo .legende td {
    border-width: 0px;
    color: #ffffff;
    width: auto;
    padding: 6px;
    width: 25%;
    text-align: center; }
    .dispo .legende td:nth-child(odd) {
      background-color: #6f7175; }
    .dispo .legende td:nth-child(even) {
      background-color: #959597; }

@media screen and (max-width: 760px) {
  .dispo table {
    border-collapse: collapse;
    width: 100%; }
    .dispo table.desktopVersion {
      display: none; }
    .dispo table.mobileVersion {
      display: table;
      margin: 20px 0 20px 0; }
      .dispo table.mobileVersion .month {
        font-size: 12px;
        font-weight: bold; }
  .dispo .mobileTitle {
    font-size: 14px;
    margin-top: 15px; } }
@media screen and (min-width: 761px) and (max-width: 980px) {
  .dispo table td {
    min-width: 9px; } }
@media (min-width: 768px) {
  #main-navbar-menu {
    padding: 0; } }
.btn {
  border-radius: 0; }

.button-primary {
  background-color: #a7a924;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff; }

.navbar {
  position: absolute;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all ease 0.45s;
  -moz-transition: all ease 0.45s;
  -o-transition: all ease 0.45s;
  -ms-transition: all ease 0.45s;
  transition: all ease 0.45s; }
  .navbar li {
    font-size: 14px; }
  .navbar.fixed-active {
    background-color: rgba(87, 83, 85, 0.88); }
    .navbar.fixed-active .navbar-header {
      background-color: transparent; }
      .navbar.fixed-active .navbar-header .navbar-brand .logo-label {
        color: #fff; }
      .navbar.fixed-active .navbar-header .navbar-toggle {
        color: #fff; }
  .navbar .navbar-header {
    position: relative;
    float: none;
    padding: 40px 0 20px;
    background-color: rgba(255, 255, 255, 0.3); }
    .navbar .navbar-header .navbar-brand {
      display: table;
      float: none;
      margin: auto;
      height: auto;
      font-family: 'DK-Lemon-Yellow-Sun',sans-serif;
      text-align: center;
      font-size: 35px; }
      .navbar .navbar-header .navbar-brand a:focus,
      .navbar .navbar-header .navbar-brand a:hover {
        text-decoration: none; }
      .navbar .navbar-header .navbar-brand img {
        margin-bottom: 15px;
        max-width: 70px; }
      .navbar .navbar-header .navbar-brand .logo-label {
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        -o-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
        transition: all ease 0.35s; }
    .navbar .navbar-header .navbar-toggle {
      position: absolute;
      right: 10px;
      bottom: 12px;
      margin: 0;
      padding: 3px 10px;
      font-size: 24px;
      -webkit-transition: all ease 0.35s;
      -moz-transition: all ease 0.35s;
      -o-transition: all ease 0.35s;
      -ms-transition: all ease 0.35s;
      transition: all ease 0.35s; }
  @media (min-width: 768px) {
    .navbar .navbar-menu-wrap {
      background-color: rgba(87, 83, 85, 0.88); } }
  .navbar .navbar-menu-wrap .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #888736; }
  .navbar .navbar-menu-wrap .navbar-nav > li > a {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px; }
  .navbar .navbar-menu-wrap .navbar-nav > li.open > a {
    color: #888736; }
  .navbar .navbar-menu-wrap .navbar-nav > li.open .dropdown-toggle {
    color: #888736; }
  .navbar .navbar-menu-wrap .navbar-nav > li:hover a, .navbar .navbar-menu-wrap .navbar-nav > li.current a {
    color: #a7a924; }
  .navbar .navbar-menu-wrap .navbar-nav > li .dropdown-toggle {
    position: absolute;
    top: 1px;
    right: 11px;
    width: 50px;
    font-size: 18px;
    padding: 6px 10px;
    text-align: right;
    color: #fff; }
  .navbar .navbar-menu-wrap .navbar-nav > li .dropdown-menu {
    width: 100%;
    border-radius: 0;
    background-color: #eee;
    border: 0; }
    .navbar .navbar-menu-wrap .navbar-nav > li .dropdown-menu > li > a {
      padding: 6px 20px;
      color: #fff; }
      .navbar .navbar-menu-wrap .navbar-nav > li .dropdown-menu > li > a:focus, .navbar .navbar-menu-wrap .navbar-nav > li .dropdown-menu > li > a:hover {
        color: #888736; }
  .navbar .navbar-utilities {
    float: right;
    padding: 0 15px;
    margin: 17.5px 0; }
    .navbar .navbar-utilities .tel-link button {
      background-color: transparent;
      border: 0;
      padding: 0;
      margin: 0;
      box-shadow: none; }
      .navbar .navbar-utilities .tel-link button:focus {
        outline: 0; }
    .navbar .navbar-utilities > li {
      vertical-align: middle; }
      .navbar .navbar-utilities > li .num {
        margin-left: 5px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 17px;
        font-family: 'Candara-Bold';
        color: #a7a924; }
      .navbar .navbar-utilities > li .icon-container {
        display: inline-block;
        width: 28px;
        height: 28px;
        text-align: center;
        border-radius: 50%;
        /*border: 1px solid #000;*/
        vertical-align: middle;
        background-color: #fff;
        color: #575355; }
        .navbar .navbar-utilities > li .icon-container .fa {
          font-size: 20px;
          line-height: 28px; }
      .navbar .navbar-utilities > li:nth-child(2) span .fa {
        font-size: 16px; }
    .navbar .navbar-utilities > li:hover .icon-container {
      background-color: #888736;
      color: #fff; }
    .navbar .navbar-utilities > li:hover .num {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .navbar .navbar-menu-wrap .navbar-nav {
      margin: 0 auto; }
      .navbar .navbar-menu-wrap .navbar-nav > li .dropdown-toggle {
        display: none; }
    .navbar .navbar-menu-wrap .navbar-nav > li {
      text-align: center; }
      .navbar .navbar-menu-wrap .navbar-nav > li:hover > ul.dropdown-menu {
        display: block;
        background-color: rgba(87, 83, 85, 0.88); }
    .navbar .navbar-menu-wrap .navbar-nav > li > a {
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px; }
      .navbar .navbar-menu-wrap .navbar-nav > li > a:before {
        position: absolute;
        top: 43%;
        left: 0;
        height: 10px;
        width: 2px;
        background-color: #888736;
        content: ""; }
    .navbar .navbar-menu-wrap .navbar-nav > li.snd-house > a {
      font-family: 'DK-Lemon-Yellow-Sun',sans-serif; } }
  @media (min-width: 1200px) {
    .navbar .container {
      width: 1170px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-utilities {
      position: absolute;
      right: 0;
      bottom: 76px; } }
  @media (max-width: 767px) {
    .navbar {
      position: fixed; }
      .navbar .navbar-header {
        padding: 0; }
        .navbar .navbar-header .navbar-brand {
          display: block;
          text-align: left;
          padding: 12px 15px; }
          .navbar .navbar-header .navbar-brand img {
            max-width: 40px;
            margin: 0;
            display: inline-block; }
          .navbar .navbar-header .navbar-brand .logo-label {
            display: inline-block;
            font-size: 26px; }
      .navbar .navbar-utilities {
        padding: 0;
        margin: 10px 0; }
      .navbar .navbar-menu-wrap .navbar-nav > li.open > a {
        background-color: rgba(87, 83, 85, 0.88); }
      .navbar .navbar-menu-wrap .navbar-nav .open .dropdown-menu {
        background-color: rgba(87, 83, 85, 0.88); } }

.footer {
  padding: 20px 0;
  background-color: #888736; }
  .footer .footer-list {
    margin: auto;
    text-align: center; }
    .footer .footer-list li {
      border-right: 1px solid #fff;
      padding-right: 10px;
      font-size: 14px;
      color: #fff; }
    .footer .footer-list li:last-child {
      border: 0; }
  @media (min-width: 1200px) {
    .footer .container {
      width: 1170px; } }

body,
html {
  height: 100%; }
  @media (min-width: 1200px) {
    body,
    html {
      height: 100%; } }

#home-dashboard {
  padding: 15px; }
  #home-dashboard .modal-content {
    z-index: 2;
    padding: 100px 30px;
    border-radius: 0;
    background-color: rgba(50, 49, 49, 0.8);
    color: #fff; }
    #home-dashboard .modal-content .modal-title {
      margin-bottom: 100px;
      font-weight: bold;
      text-align: center; }
    #home-dashboard .modal-content .content-body {
      max-width: 700px;
      margin: auto auto 100px; }
      #home-dashboard .modal-content .content-body .thumb {
        font-family: 'DK-Lemon-Yellow-Sun',sans-serif;
        text-transform: uppercase;
        text-align: center; }
        #home-dashboard .modal-content .content-body .thumb a:active, #home-dashboard .modal-content .content-body .thumb a:focus {
          text-decoration: none;
          color: #fff; }
        #home-dashboard .modal-content .content-body .thumb.au .thumb-detail span {
          color: #888736; }
        #home-dashboard .modal-content .content-body .thumb.vi .thumb-detail span {
          color: #ef4850; }
      #home-dashboard .modal-content .content-body .logo img {
        max-width: 100px;
        margin-bottom: 10px; }
      #home-dashboard .modal-content .content-body .logo .logo-label {
        font-size: 50px; }
      #home-dashboard .modal-content .content-body .thumb-detail {
        font-size: 26px; }
    #home-dashboard .modal-content .content-footer {
      max-width: 700px;
      margin: auto;
      text-align: center; }
  #home-dashboard .object-wrap {
    right: 0; }
  @media (min-width: 545px) {
    #home-dashboard .modal-content .content-body .row > div:first-child {
      border-right: 1px solid #fff; } }
  @media (min-width: 767px) {
    #home-dashboard .modal-dialog {
      max-width: 1200px;
      width: 100%; } }
  @media (max-width: 767px) {
    #home-dashboard .modal-content {
      padding: 70px 15px; }
      #home-dashboard .modal-content .modal-title {
        margin-bottom: 50px;
        font-size: 26px; }
      #home-dashboard .modal-content .content-body .logo img {
        max-width: 80px; }
      #home-dashboard .modal-content .content-body .logo .logo-label {
        font-size: 36px; } }
  @media (max-width: 544px) {
    #home-dashboard .modal-content {
      padding: 15px; }
      #home-dashboard .modal-content .modal-title {
        margin-bottom: 0;
        font-size: 20px; }
      #home-dashboard .modal-content .content-body {
        margin-bottom: 30px; }
        #home-dashboard .modal-content .content-body .row {
          margin: 0; }
          #home-dashboard .modal-content .content-body .row > div:first-child {
            border-bottom: 1px solid #fff; }
        #home-dashboard .modal-content .content-body .thumb {
          padding: 14px 0; }
        #home-dashboard .modal-content .content-body .logo img {
          max-width: 65px; }
        #home-dashboard .modal-content .content-body .logo .logo-label {
          font-size: 30px; }
        #home-dashboard .modal-content .content-body .thumb-detail {
          font-size: 22px; }
      #home-dashboard .modal-content .content-footer h3 {
        font-size: 18px; } }

.banner-container {
  position: relative;
  height: 70%;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 1200px) {
    .banner-container {
      height: 70%; } }

.object-wrap {
  position: absolute;
  bottom: 0;
  width: 130px; }
  .object-wrap.right {
    right: 20%; }
  .object-wrap.left {
    left: 20%; }
  .object-wrap.left-top {
    bottom: auto;
    top: 0;
    left: 20%; }
  @media (max-width: 767px) {
    .object-wrap {
      width: 80px; } }

.figures-section {
  padding: 25px 0; }
  .figures-section .figure-thumbnail {
    padding: 15px 0 20px;
    min-height: 212px;
    text-align: center; }
    .figures-section .figure-thumbnail img {
      max-width: 110px;
      margin: auto auto 15px; }
    .figures-section .figure-thumbnail a:hover {
      text-decoration: none; }
  @media (min-width: 768px) {
    .figures-section .row > div:nth-of-type(1) {
      border-left: 1px solid #cfd0d1; }
    .figures-section .row > div {
      border-right: 1px solid #cfd0d1; } }
  @media (max-width: 767px) {
    .figures-section .row > div:nth-child(1) {
      border-right: 1px solid #cfd0d1;
      border-bottom: 1px solid #cfd0d1; }
    .figures-section .row > div:nth-child(2) {
      border-bottom: 1px solid #cfd0d1; }
    .figures-section .row > div:nth-child(3) {
      border-right: 1px solid #cfd0d1; } }

.content-section {
  padding: 70px 0; }
  .content-section .section-title {
    margin-bottom: 30px;
    text-align: center;
    color: #a7a924;
    letter-spacing: 2px; }
    .content-section .section-title .h1,
    .content-section .section-title .h2,
    .content-section .section-title h1,
    .content-section .section-title h2 {
      text-transform: uppercase;
      font-weight: bold; }
  @media (max-width: 767px) {
    .content-section .section-title .h1,
    .content-section .section-title h1 {
      font-size: 30px; } }
  .content-section p {
    text-align: justify; }

.about-section {
  background-color: #e9eacb; }

.offers-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center center; }
  .offers-section .offer-thumbnail {
    margin: 15px 0; }
    .offers-section .offer-thumbnail a:hover {
      text-decoration: none; }
    .offers-section .offer-thumbnail:hover .img-container img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
    .offers-section .offer-thumbnail .img-container {
      overflow: hidden; }
      .offers-section .offer-thumbnail .img-container img {
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s; }
    .offers-section .offer-thumbnail .thumb-details {
      text-transform: uppercase;
      color: #fff;
      padding: 25px 10px;
      text-align: center;
      font-size: 20px; }
    .offers-section .offer-thumbnail.salon-thumb .thumb-details {
      background-color: #797d80; }
    .offers-section .offer-thumbnail.room-thumb .thumb-details {
      background-color: #f04951; }
    .offers-section .offer-thumbnail.cuisine-thumb .thumb-details {
      background-color: #89997e; }
    .offers-section .offer-thumbnail.garden-thumb .thumb-details {
      background-color: #898836; }
  .offers-section .object-wrap {
    left: 10%; }
    .offers-section .object-wrap img {
      max-width: 70px; }
  @media (max-width: 544px) {
    .offers-section .row {
      margin: 0 -10px; }
      .offers-section .row > div {
        padding-left: 5px;
        padding-right: 5px; }
    .offers-section .offer-thumbnail {
      margin: 5px 0; } }

.news-section .section-title {
  text-align: left; }
  .news-section .section-title .h1 {
    margin-top: 10px; }
  @media (min-width: 992px) {
    .news-section .section-title {
      border-right: 1px solid #cfd0d1;
      max-width: 190px;
      margin-bottom: 0; } }

.availability-section {
  position: relative;
  background-color: #e6e5ea; }
  .availability-section .object-wrap {
    width: 75px; }
  .availability-section .table-container {
    overflow-x: scroll;
    max-width: 1170px; }
  .availability-section #availability-table {
    margin-bottom: 15px; }
  .availability-section .table-title {
    background-color: #888736;
    text-align: center;
    color: #fff; }
  .availability-section .table-indicators .indicator {
    margin: 5px 0;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    background-color: #6f7174;
    border-top: 10px solid #fff;
    font-size: 14px; }
    .availability-section .table-indicators .indicator a {
      display: block; }
    .availability-section .table-indicators .indicator a:active,
    .availability-section .table-indicators .indicator a:focus,
    .availability-section .table-indicators .indicator a:hover {
      text-decoration: none;
      color: #fff; }
    .availability-section .table-indicators .indicator._free {
      border-color: #888736; }
    .availability-section .table-indicators .indicator._occupied {
      border-color: #ef4850;
      background-color: #959698; }
    .availability-section .table-indicators .indicator._check {
      border-color: #006b86; }
    .availability-section .table-indicators .indicator._option {
      border-color: #f68c35;
      background-color: #959698; }
  @media (min-width: 1200px) {
    .availability-section .container {
      width: 1170px; } }

#availability-table tbody > tr:nth-child(even) {
  background-color: #a9aaab; }
  #availability-table tbody > tr:nth-child(even) td {
    border-right: 1px solid #a9aaab; }
#availability-table thead > tr > th {
  font-size: 14px;
  padding: 4px 6px;
  text-align: center; }
#availability-table tr > td {
  font-size: 14px;
  padding: 4px 6px;
  text-align: center; }
  #availability-table tr > td:first-child {
    font-weight: bold;
    text-align: center; }

.contact-section {
  background-color: #5b5f62; }
  .contact-section form {
    color: #9d9fa2; }
    .contact-section form .form-control {
      color: #9d9fa2; }
    .contact-section form button {
      min-width: 150px; }

.map-section {
  position: relative; }
  .map-section iframe {
    height: 500px;
    width: 100%; }
  .map-section .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }

.pre-footer .contact-thumb {
  margin: 15px 0;
  padding: 5px 0; }
  .pre-footer .contact-thumb .icon-container {
    width: 70px;
    height: 70px;
    margin: auto auto 40px;
    background-color: #38373c;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    color: #fff; }
  .pre-footer .contact-thumb .thumb-details {
    min-height: 80px;
    text-align: center; }
    .pre-footer .contact-thumb .thumb-details h4 {
      text-transform: uppercase;
      color: #888736; }
.pre-footer .email-thumb .icon-container {
  font-size: 44px;
  padding: 4px 0; }
@media (min-width: 767px) {
  .pre-footer .row > div {
    border-left: 2px solid #cfd0d1; }
    .pre-footer .row > div:last-child {
      border-right: 2px solid #cfd0d1; } }

/*# sourceMappingURL=app.css.map */
