/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');
#neatFooter {
  display: none;
}
#themeLoader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #ffffff;
  transition: 0.6s;
}
#themeLoader #themeLoaderContent {
  position: absolute;
  left: 50%;
  top: 50%;
  -wekbit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  transition: 0.6s;
}
#themeLoader #themeLoaderContent .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -wekbit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 80%;
  width: 80%;
  background: #7d7476;
  animation: pulse 0.8s infinite;
  transition: 3s;
}
#themeLoader #themeLoaderContent .circle:nth-of-type(2) {
  background: #7d7476;
  animation: pulse_b 0.8s infinite;
}
@keyframes pulse {
  0% {
    width: 80%;
    height: 80%;
  }
  20% {
    width: 125%;
    height: 125%;
  }
  100% {
    width: 80%;
    height: 80%;
  }
}
@keyframes pulse_b {
  0% {
    width: 133%;
    height: 133%;
    opacity: 0.1;
  }
  20% {
    width: 125%;
    height: 125%;
    opacity: 0.5;
  }
  100% {
    width: 133%;
    height: 133%;
    opacity: 0.1;
  }
}
@keyframes expand {
  0% {
    width: 125%;
    height: 125%;
  }
  100% {
    width: 600%;
    height: 600%;
  }
}
@keyframes expand_b {
  0% {
    width: 133%;
    height: 133%;
    opacity: 0.6;
  }
  100% {
    width: 2000%;
    height: 2000%;
    opacity: 1;
  }
}
@keyframes minim {
  100% {
    width: 0%;
    height: 0%;
  }
}
#themeLoader #themeLoaderContent img {
  position: absolute;
  left: 50%;
  top: 50%;
  -wekbit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 10;
}
#themeLoader.loaded {
  opacity: 1;
  visibility: hidden;
}
#themeLoader.loaded #themeLoaderContent .circle {
  width: 2000%;
  height: 2000%;
  animation: expand 0.6s;
  opacity: 0;
}
#themeLoader.loaded #themeLoaderContent .circle:nth-of-type(2) {
  animation: expand_b 0.6s;
}
#themeLoader.loaded #themeLoaderContent img {
  animation: minim 0.6s;
}
#themeLoader.fullloaded {
  opacity: 0;
  z-index: -1;
}
#themeLoader.fullloaded img {
  display: none;
}
.imgCtnr {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.imgCtnr img {
  position: absolute;
  left: 50%;
  top: 50%;
  -wekbit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.imgCtnr img.portrait {
  width: auto;
  height: 100%;
}
.imgCtnr img.landscape {
  width: 100%;
  height: auto;
}
.filtered {
  overflow: hidden;
}
.filtered:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0b659;
  background: -moz-linear-gradient(-45deg, rgba(240, 182, 89, 0.4) 0%, rgba(252, 240, 224, 0.4) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(240, 182, 89, 0.4) 0%, rgba(252, 240, 224, 0.4) 100%);
  background: linear-gradient(135deg, rgba(240, 182, 89, 0.4) 0%, rgba(252, 240, 224, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b659', endColorstr='#fcf0e0', GradientType=1);
  opacity: 0.4;
}
.clear {
  clear: both;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  font-family: "Lato";
}
body a,
body a:hover {
  text-decoration: none;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 10px 0;
  z-index: 10;
  background: #ffffff;
}
body header .logo {
  height: 100%;
}
body header .logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
body header .menu #menuToggle {
  display: none;
}
body header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  max-height: 80px;
}
body header .menu ul li {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  color: #7d7476;
  text-align: right;
  line-height: 80px;
}
body header .menu ul li.item:hover,
body header .menu ul li.item.active {
  cursor: pointer;
  color: #f0b659;
}
body header .menu ul li.sep {
  border-left: solid 1px #7d7476;
  height: 10px;
  margin-left: 10px;
  padding: 0 5px;
}
body header .menu ul li.subed {
  position: relative;
}
body header .menu ul li.subed:after {
  font-family: "FontAwesome";
  content: "\f107";
  padding-left: 5px;
}
body header .menu ul li.subed ul.sub {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  background: #ffffff;
  width: 125%;
  visibility: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
body header .menu ul li.subed ul.sub li {
  position: relative;
  width: 100%;
  display: block;
  line-height: 40px;
  height: auto;
  text-align: right;
  color: #7d7476;
  padding: 0 15px;
}
body header .menu ul li.subed ul.sub li:hover {
  cursor: pointer;
  color: #f0b659;
}
body header .menu ul li.subed:hover ul.sub {
  visibility: visible;
}
body #labels {
  padding: 30px 15px;
}
body #labels .infos {
  width: auto;
  display: inline-block;
  float: left;
  height: 80px;
  padding: 0 15px;
  padding-top: 10px;
}
body #labels .infos p {
  color: #7d7476;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
}
body #labels .labels {
  text-align: right;
  width: auto;
  display: inline-block;
  float: right;
  padding: 0 15px;
}
body #labels .labels .label {
  display: inline-block;
  height: 80px;
  width: auto;
  border-radius: 0;
  margin-left: 40px;
}
body #labels .labels .label img {
  height: 100%;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.2s;
}
body #labels .labels .label:hover img {
  -moz-filter: grayscale(25%);
  -webkit-filter: grayscale(25%);
  -o-filter: grayscale(25%);
  -ms-filter: grayscale(25%);
  filter: grayscale(25%);
  opacity: 1;
}
body #promos {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 60px;
  background: none;
  z-index: 9;
}
body #promos .promo {
  height: 100%;
  width: 100%;
  background: rgba(250, 240, 224, 0.9);
  padding: 17px 30px;
}
body #promos .promo p {
  line-height: 26px;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  color: #7d7476;
}
body #promos .promo p.button {
  float: right;
  padding: 0 20px;
  border-radius: 9999px;
  background: #7d7476;
  color: #fcf0e0;
  text-transform: uppercase;
  font-size: 12px;
}
body main {
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 150px;
}
body main #dev {
  text-align: center;
  padding: 90px 0;
}
body main #dev h2 {
  text-align: center;
  color: #7d7476;
  font-weight: lighter;
  font-size: 32px;
  margin: 0;
  padding: 0;
}
body main #homeslider {
  background: #ddd;
  padding: 0;
  text-align: center;
  height: 100vh;
  margin-top: -150px;
}
body main #homeslider .imgCtnr {
  background: #f0b659;
}
body main #homeslider .imgCtnr {
  height: 100% !important;
}
body main #homeslider #buttons {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
body main #homeslider #buttons .button {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 80%;
  min-width: 280px;
  background: #fcf0e0;
  color: #7d7476;
  padding: 10px 24px;
  border-radius: 1000px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
body main #homeslider #buttons .button span.big {
  display: block;
}
body main #homeslider #buttons .button span.small {
  display: none;
}
body main #homeslider #buttons .button:hover {
  cursor: pointer;
  background: #7d7476;
  color: #ffffff;
}
body main #roomslidercontainer {
  position: relative;
  min-height: 120px;
}
body main #roomslidercontainer #roomslider {
  min-height: 120px;
  height: auto;
  max-height: 520px;
  z-index: 0;
  overflow: hidden;
  background: #7d7476;
}
body main #roomslidercontainer #roomslider .owl-item {
  min-height: 120px;
}
body main #roomslidercontainer #roomslider .owl-item img {
  z-index: 0;
}
body main #roomslidercontainer #roomslider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 80px;
  z-index: 90;
}
body main #roomslidercontainer #roomslider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  background: #ffffff;
  opacity: 0.4;
}
body main #roomslidercontainer #roomslider .owl-dots .owl-dot.active {
  opacity: 1;
}
body main #roomslidercontainer #expand {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #7d7476;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 2;
}
body main #roomslidercontainer #expand i {
  font-size: 18px;
  color: #fcf0e0;
  line-height: 40px;
}
body main #roomslidercontainer #expand.fixed {
  position: fixed;
  top: 120px;
}
body main #roomslidercontainer #expand.absbottom {
  position: absolute;
  top: auto;
  bottom: 30px;
}
body main #roomslidercontainer #expand:hover {
  cursor: pointer;
  background: #fcf0e0;
}
body main #roomslidercontainer #expand:hover i {
  color: #7d7476;
}
body main #roomslidercontainer #book {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: auto;
  background: #f0b659;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
body main #roomslidercontainer #book p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bolder;
}
body main #roomslidercontainer.fullscreen {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
body main #roomslidercontainer.fullscreen #roomslider {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body main #roomslidercontainer.fullscreen #roomslider .owl-dots {
  position: fixed;
}
body main #roomslidercontainer.fullscreen #roomslider .owl-item {
  min-height: 120px;
}
body main #roomslidercontainer.fullscreen #roomslider .owl-item .item img {
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
body main #roomslidercontainer.fullscreen #roomslider .owl-stage-outer,
body main #roomslidercontainer.fullscreen #roomslider .owl-stage {
  height: 100% !important;
  max-height: 100% !important;
}
body main #roomslidercontainer.fullscreen #roomslider .owl-item,
body main #roomslidercontainer.fullscreen #roomslider .item.filtered,
body main #roomslidercontainer.fullscreen #roomslider .item.filtered img {
  max-height: 100% !important;
  max-width: 100% !important;
  z-index: 0 !important;
}
body main #roomslidercontainer.fullscreen #roomslider .item.filtered:after {
  display: none;
}
body main #gallerySliderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
}
body main #gallerySliderContainer #galleryClose {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 99;
}
body main #gallerySliderContainer #galleryClose i {
  line-height: 40px;
  color: #7d7476;
  font-size: 22px;
}
body main #gallerySliderContainer #galleryClose:hover {
  cursor: pointer;
  background: #7d7476;
}
body main #gallerySliderContainer #galleryClose:hover i {
  color: #ffffff;
}
body main #gallerySliderContainer #gallerySlider {
  height: 0%;
  width: 100%;
  overflow: hidden;
  transition: 0.2s;
  opacity: 0;
}
body main #gallerySliderContainer #gallerySlider .owl-dots {
  display: none;
}
body main #gallerySliderContainer #gallerySlider .owl-nav {
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
}
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-prev,
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #ffffff;
  text-align: center;
}
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-prev i,
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-next i {
  font-size: 32px;
  color: #7d7476;
  line-height: 40px;
}
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-prev:hover,
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-next:hover {
  cursor: pointer;
  background: #7d7476;
}
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-prev:hover i,
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-next:hover i {
  color: #ffffff;
}
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-prev {
  float: left;
  margin-left: 30px;
}
body main #gallerySliderContainer #gallerySlider .owl-nav .owl-next {
  float: right;
  margin-right: 30px;
}
body main #gallerySliderContainer #gallerySlider .owl-stage-outer,
body main #gallerySliderContainer #gallerySlider .owl-stage {
  height: 100%;
}
body main #gallerySliderContainer #gallerySlider .owl-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body main #gallerySliderContainer #gallerySlider .owl-item img {
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: 90% !important;
  max-width: 90% !important;
}
body main #gallerySliderContainer.expand {
  height: 100%;
  z-index: 90;
}
body main #gallerySliderContainer.expand #gallerySlider {
  height: 100%;
  opacity: 1;
}
body main .pageTitle {
  margin-bottom: 15px;
}
body main .pageTitle h2 {
  font-size: 42px;
  color: #7d7476;
  padding: 0 15px;
  width: 100%;
  margin: 0;
  font-weight: lighter;
  display: inline-block;
  width: auto;
  line-height: 46px;
}
body main .pageTitle .custom-select {
  display: inline-block;
  position: relative;
  float: right;
  min-width: 320px;
  width: auto;
  margin-right: 15px;
  height: 46px;
  /*style items (options):*/
  /*style the items (options), including the selected item:*/
  /*hide the items when the select box is closed:*/
}
body main .pageTitle .custom-select label {
  position: relative;
  float: left;
  line-height: 46px;
  margin: 0;
  width: auto;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #7d7476;
  font-weight: normal;
  padding-right: 15px;
}
body main .pageTitle .custom-select select {
  display: none;
}
body main .pageTitle .custom-select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
body main .pageTitle .custom-select .select-items div,
body main .pageTitle .custom-select .select-selected {
  color: #b6b5b9;
  padding: 0;
  cursor: pointer;
  padding: 0 30px;
  text-align: left;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
}
body main .pageTitle .custom-select .select-items div {
  font-size: 14px;
}
body main .pageTitle .custom-select .select-selected {
  color: #7d7476;
  text-align: right;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  float: left;
  padding: 0;
  padding-right: 20px;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
}
body main .pageTitle .custom-select .select-selected:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  top: 0;
  right: 0;
}
body main .pageTitle .custom-select .select-selected.select-arrow-active:after {
  content: "\f106";
}
body main .pageTitle .custom-select .select-hide {
  display: none;
}
body main .pageTitle .custom-select .select-items div:hover,
body main .pageTitle .custom-select .same-as-selected {
  color: #7d7476;
}
body #page404 {
  padding-top: 30px;
  text-align: center;
}
body #page404 p {
  color: #7d7476;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
body #page404 .bigger {
  font-weight: bolder;
  font-size: 122px;
}
body #page404 .smaller {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}
body #page404 p.button {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
  background: #7d7476;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bolder;
}
body #page404 p.button:hover {
  background: #f0b659;
}
body #gallery .pageTitle i,
body #gallery .pageTitle h2 {
  font-size: 18px;
}
body .itemContainer .item {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}
body .itemContainer .item .filtered {
  height: 100%;
}
body .itemContainer .item img {
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
body #singlepromo {
  padding: 15px;
}
body #singlepromo h1 {
  text-align: center;
  color: #7d7476;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
body #singlepromo p {
  font-size: 14px;
  color: #7d7476;
  text-align: center;
}
body #rooms .option,
body #roomsidebar .option {
  display: inline-block;
  width: auto;
}
body #rooms .option .circle,
body #roomsidebar .option .circle {
  min-width: 32px;
  width: auto;
  height: 32px;
  line-height: 32px;
  background: #7d7476;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 16px;
}
body #rooms .option.nbPers .circle,
body #roomsidebar .option.nbPers .circle {
  border-radius: 32px;
  padding: 0 8px;
}
body #rooms .option .info,
body #roomsidebar .option .info {
  display: none;
  position: absolute;
  background: #fcf0e0;
  color: #7d7476;
  left: 0;
  top: 40px;
  width: auto;
  max-width: 160px;
  padding: 10px;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
}
body #rooms .option:hover,
body #roomsidebar .option:hover {
  cursor: pointer;
  z-index: 2;
}
body #rooms .option:hover .circle,
body #roomsidebar .option:hover .circle {
  background: #fcf0e0;
  color: #7d7476;
}
body #rooms .option:hover .info,
body #roomsidebar .option:hover .info {
  display: block;
}
body #roomsidebar {
  padding: 30px;
}
body #roomsidebar h1 {
  margin: 0;
  padding: 0;
  color: #7d7476;
  font-size: 32px;
  margin-bottom: 15px;
}
body #roomsidebar .option {
  position: relative;
}
body #roomsidebar .option .info {
  position: absolute;
  top: 0;
  left: 100%;
  max-width: none;
}
body #roomsidebar .global {
  color: #7d7476;
  line-height: 20px;
}
body #roomsidebar .global h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
body #roomsidebar .global p {
  padding: 0;
  font-size: 16px;
  font-weight: bolder;
  margin: 0;
}
body #roomcontent {
  padding: 15px;
}
body #roomcontent .desc {
  text-align: justify;
  font-size: 16px;
  margin: 0;
  padding: 15px;
  color: #7d7476;
}
body #roomcontent h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #7d7476;
  padding: 0 15px;
}
body #roomcontent .pricecontainer {
  margin-bottom: 15px;
}
body #roomcontent .pricecontainer .price {
  background: #e0cfb8;
  padding: 15px;
  height: 100px;
  overflow: hidden;
  opacity: 0.4;
}
body #roomcontent .pricecontainer .price .period {
  max-width: 50%;
  width: auto;
  display: inline-block;
  float: left;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7d7476;
}
body #roomcontent .pricecontainer .price .value {
  max-width: 50%;
  width: auto;
  display: inline-block;
  float: right;
  line-height: 70px;
  font-size: 18px;
  font-weight: bolder;
  color: #7d7476;
}
body #roomcontent .pricecontainer .price.curr {
  opacity: 1;
}
body #roomcontent .pricecontainer .price.rentok {
  opacity: 1;
  background: #7dc768;
}
body #roomcontent .pricecontainer .price.rentok p {
  color: #ffffff;
}
body #roomcontent .pricecontainer .price.rentno {
  opacity: 1;
  background: #7d7476;
}
body #roomcontent .pricecontainer .price.rentno p {
  color: #ffffff;
}
body #rooms {
  text-align: center;
}
body #rooms .room {
  position: relative;
  margin-bottom: 30px;
}
body #rooms .room .cover {
  position: relative;
  height: 220px;
  background: #b6b5b9;
  overflow: hidden;
  text-align: center;
}
body #rooms .room .cover i {
  position: absolute;
  left: 0;
  top: 0;
  height: 220px;
  line-height: 220px;
  width: 100%;
  text-align: center;
}
body #rooms .room .cover img {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 200%;
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
body #rooms .room .cover:hover img {
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
body #rooms .room .options {
  position: absolute;
  left: 25px;
  top: 10px;
}
body #rooms .room .price {
  position: absolute;
  right: 25px;
  top: 180px;
  background: #f0b659;
  line-height: 30px;
  padding: 0 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bolder;
  border-radius: 3px;
}
body #rooms .room .infos {
  text-align: left;
}
body #rooms .room .infos h3 {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  color: #7d7476;
  line-height: 20px;
  vertical-align: middle;
}
body #rooms .room .infos h2 {
  font-size: 10px;
  line-height: normal;
  font-weight: normal;
  color: #b6b5b9;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
body #rooms .room .infos p {
  line-height: 16px;
  font-size: 12px;
  color: #7d7476;
  height: 32px;
  overflow: hidden;
}
body #rooms .room .infos p.button {
  background: #7d7476;
  color: #ffffff;
  width: auto;
  padding: 0 15px;
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  border-radius: 3px;
}
body #rooms .room .infos p.button:hover {
  cursor: pointer;
  background: #f0b659;
}
body #rooms .bigbutton {
  background: #f0b659;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 9999px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
}
body .restauCarteContainer {
  margin-bottom: 30px;
}
body .restauCarteContainer.formula {
  margin-bottom: 30px;
}
body .restauCarteContainer .restauCarte {
  padding: 0;
  background: #ffffff;
  padding: 15px;
  border: solid 1px #b6b5b9;
}
body .restauCarteContainer .restauCarte h2 {
  margin: 0;
  padding: 0;
  color: #7d7476;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 22px;
  margin-bottom: 15px;
}
body .restauCarteContainer .restauCarte .item {
  padding: 10px 0;
  margin: 0;
  border-bottom: solid 1px #b6b5b9;
}
body .restauCarteContainer .restauCarte .item p {
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
  color: #7d7476;
  font-size: 14px;
  line-height: 16px;
}
body .restauCarteContainer .restauCarte .item p.name {
  font-weight: bolder;
}
body .restauCarteContainer .restauCarte .item p.price,
body .restauCarteContainer .restauCarte .item p.detail {
  float: right;
}
body .restauCarteContainer .restauCarte .item p.price {
  font-weight: bolder;
}
body .restauCarteContainer .restauCarte .item p.detail {
  text-transform: uppercase;
}
body .restauCarteContainer .restauCarte .item p.compo {
  font-size: 14px;
  max-width: 70%;
}
body .restauCarteContainer .restauCarte .or {
  text-transform: uppercase;
  color: #7d7476;
  font-size: 14px;
}
body .restauCarteContainer .restauCarte .line {
  text-align: center;
  margin: 10px 0;
}
body .restauCarteContainer .restauCarte .line i {
  color: #7d7476;
  font-size: 10px;
}
body .restauCarteContainer .restauCarte.formule .item {
  border-bottom: none;
}
body .galleryContainer {
  margin-bottom: 30px;
  overflow: hidden;
}
body .galleryContainer .gallery {
  height: 200px;
  background: #7d7476;
  padding: 0;
  overflow: hidden;
}
body .galleryContainer .gallery .filtered {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .galleryContainer .gallery .filtered img {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 200%;
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
body .galleryContainer .gallery h2 {
  text-transform: uppercase;
  color: #7d7476;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  font-size: 16px;
  background: #fcf0e0;
  padding: 10px;
  font-weight: bolder;
  width: auto;
  margin: 0;
}
body .galleryContainer .gallery:hover {
  cursor: pointer;
}
body .galleryContainer .gallery:hover h2 {
  background: #7d7476;
  color: #fcf0e0;
}
body .galleryContainer .gallery:hover .filtered img {
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
body #contact .pageTitle h2 {
  padding: 0;
}
body #contact .address {
  padding: 0 15px;
  margin-bottom: 15px;
}
body #contact .address p {
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #7d7476;
  font-weight: lighter;
}
body #contact .address p:last-child {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bolder;
}
body #contact .form {
  margin-bottom: 30px;
}
body #contact .form [class^="form-"] {
  margin-bottom: 15px;
}
body #contact .form [class^="form-"] label {
  color: #7d7476;
  font-weight: lighter;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  width: auto;
}
body #contact .form [class^="form-"] span {
  display: inline-block;
  width: auto;
  color: #ff8888;
  padding-right: 10px;
  font-size: 18px;
}
body #contact .form [class^="form-"] input,
body #contact .form [class^="form-"] textarea {
  width: 100%;
  border: none;
  background: none;
  line-height: normal;
  min-height: 30px;
  color: #7d7476;
  font-size: 16px;
  outline: none;
  border-bottom: solid 1px #7d7476;
}
body #contact .form [class^="form-"] input:invalid,
body #contact .form [class^="form-"] textarea:invalid {
  color: #ff8888;
}
body #contact .form button {
  background: #7d7476;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  border: none;
  display: inline-block;
  width: auto;
}
body #contact .form .formAnswer {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  width: auto;
  margin-left: 15px;
  color: #7d7476;
}
body #contact .map {
  height: 100%;
}
body #contact .map iframe {
  height: 557px;
}
body #legals p,
body #legals h2,
body #legals h3,
body #legals h4 {
  color: #7d7476;
  font-size: 16px;
  text-align: justify;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
body #legals h2 {
  font-size: 14px;
  text-transform: uppercase;
}
body footer {
  background: #7d7476;
  width: 100%;
  text-align: center;
}
body footer.col-xs-12 {
  padding: 0;
}
body footer .logo {
  margin: 30px 0;
  height: 80px;
}
body footer .logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
body footer .info {
  padding-bottom: 30px;
}
body footer .info p {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-weight: lighter;
}
body footer .info p:first-child {
  text-transform: uppercase;
}
body footer .bottom {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
}
body footer .bottom p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
}
body footer .bottom p a {
  color: #f0b659;
}
body footer .bottom p a:hover {
  color: #fcf0e0;
}
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
  body main #homeslider #buttons {
    height: auto;
    bottom: 60px;
    width: 100%;
  }
  body main #homeslider #buttons .button {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  body header {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
  }
  body header .menu #menuToggle {
    display: block;
    position: absolute;
    right: 30px;
    top: 25px;
  }
  body header .menu #menuToggle i {
    font-size: 22px;
    color: #7d7476;
  }
  body header .menu #menuToggle:hover i {
    color: #f0b659;
    cursor: pointer;
  }
  body header .menu ul {
    position: absolute;
    right: -220px;
    top: 80px;
    width: 220px;
    background: #7d7476;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    transition: 0.3s;
    max-height: none;
  }
  body header .menu ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 40px;
    color: #ffffff;
  }
  body header .menu ul li.sep {
    display: none;
  }
  body header .menu ul li.subed ul.sub {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: auto;
    width: 220px;
    height: auto;
  }
  body header .menu ul li.subed ul.sub li {
    text-align: center;
    background: #ffffff;
  }
  body header .menu ul li.subed:hover ul.sub,
  body header .menu ul li.subed:active ul.sub,
  body header .menu ul li.subed:focus ul.sub {
    visibility: visible;
  }
  body header .menu.open #menuToggle i:before {
    content: "\f00d";
  }
  body header .menu.open ul {
    right: 0;
  }
  body #labels {
    padding: 30px 0;
  }
  body #labels .infos {
    width: 100%;
    text-align: center;
    float: none;
  }
  body #labels .labels {
    width: 100%;
    float: none;
    text-align: center;
    padding: 30px 0;
  }
  body #labels .labels .label {
    height: 60px;
    margin: 0 10px;
  }
  body main .pageTitle {
    text-align: center;
  }
  body main .pageTitle h2 {
    text-align: center;
    width: 100%;
  }
  body main #roomslidercontainer {
    min-height: 180px;
    max-height: 90%;
  }
  body main #roomslidercontainer #roomslider {
    min-height: 180px;
    max-height: 320px;
  }
  body main #roomslidercontainer #roomslider .owl-item {
    min-height: 180px;
    max-height: 320px;
  }
  body main #roomslidercontainer.fullscreen {
    max-height: none;
  }
  body .restauCarteContainer .restauCarte .item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  body .restauCarteContainer .restauCarte .item p {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none !important;
  }
  body footer {
    padding: 0 30px;
  }
  body footer .info,
  body footer .logo {
    padding: 0 15px;
  }
}
@media screen and (max-width: 320px), screen and (max-device-width: 320px) {
  #themeLoader {
    display: none;
  }
  .restauCarteContainer .restauCarte .item {
    position: relative;
    margin-bottom: 10px;
  }
  .restauCarteContainer .restauCarte .item p {
    width: 100% !improtant;
    margin: 0 !improtant;
    padding: 0 !improtant;
    float: none !improtant;
    font-size: 10px !important;
  }
  .restauCarteContainer .restauCarte .item p.price {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
}
