@charset "utf-8";
/* Cezanne Normal Styles */
body {
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Butler-Medium';
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
  overflow-x: hidden;
}
::-webkit-input-placeholder {
  color: rgba(95, 77, 77, 0.7) !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: rgba(95, 77, 77, 0.7) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: rgba(95, 77, 77, 0.7) !important;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: rgba(95, 77, 77, 0.7) !important;
  opacity: 1 !important;
}
::selection {
  background: #C46B50;
  color: #ffffff;
}
::-webkit-selection {
  background: #C46B50;
  color: #ffffff;
}
::-moz-selection {
  background: #C46B50;
  color: #ffffff;
}
::-o-selection {
  background: #C46B50;
  color: #ffffff;
}
::-ms-selection {
  background: #C46B50;
  color: #ffffff;
}
a {
  color: #7c7c7c;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #f45eb7 ;
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
  line-height: 1.42857143;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #5F4D4D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
ul, ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
button:focus {
  outline: none;
}
.container {
  max-width: 1173px;
}

h1 {
  font-size: 60px;
  line-height: 50px;
  color: #5F4D4D;
  font-weight: 500;
}
h2 {
  font-size: 50px;
  line-height: 53px;
  color: #5F4D4D;
}
h6 {
  font-size: 15px;
  color: #5F4D4D;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: 42px;
  background: #ffffff;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 0;
  color: #5F4D4D;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control {
  padding: 10px 50px 10px 15px;
  background-image: url(../images/select.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #888888;
}
select::-ms-expand {
  display: none;
}
textarea.form-control {
  height: 150px;
  resize: none;
}
section, footer {
  clear: both;
}
.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* Cezanne Fonts CSS */
@font-face {
    font-family: 'Mrs Eaves OT Roman';
    src: url('../fonts/MrsEavesOT-Roman.woff2') format('woff2'),
        url('../fonts/MrsEavesOT-Roman.woff') format('woff'),
        url('../fonts/MrsEavesOT-Roman.ttf') format('truetype'),
        url('../fonts/MrsEavesOT-Roman.svg#MrsEavesOT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Forum';
    src: url('../fonts/Forum.woff2') format('woff2'),
        url('../fonts/Forum.woff') format('woff'),
        url('../fonts/Forum.ttf') format('truetype'),
        url('../fonts/Forum.svg#Forum') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mrs Eaves OT Bold';
    src: url('../fonts/MrsEavesOT-Bold.woff2') format('woff2'),
        url('../fonts/MrsEavesOT-Bold.woff') format('woff'),
        url('../fonts/MrsEavesOT-Bold.svg#MrsEavesOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
  font-family: 'Butler-Medium';
  src: url('../fonts/Butler-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Butler-Medium.otf')  format('opentype'),
       url('../fonts/Butler-Medium.woff') format('woff'),
       url('../fonts/Butler-Medium.ttf')  format('truetype'),
       url('../fonts/Butler-Medium.svg#Butler-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Cezanne Btn Css */
.btn {
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.2px;
  padding: 13px 30px;
  font-weight: bold;
  background: #C46B50;
}
.btn:hover, .btn:focus {
  background: #707070;
  color: #ffffff;
}
.btn-white {
  background: #F7F7F2;
  color: #B5B073;
}
.btn-white:hover, .btn-white:focus {
  background: #B5B073;
  color: #ffffff;
}

/* Cezanne Header Css */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 70px 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  text-align: center;
}
header .reserver {
  float: right;
  display: none;
}
nav.navbar {
  padding: 0;
}
.mini-logo .responsive-logo {
  display: none;
}
.mini-logo a img {
  width: 15px;
  margin-top: -15px;
}
.logo {
  display: inline-block;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler-icon {
  width: 23px;
  height: 3px;
  background: #ffffff;
  position: relative;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.navbar-toggler-icon:before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.navbar-toggler-icon:after {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 14px;
  height: 3px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.navbar-toggler small {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.btn-wrap {
  float: right;
}
.navigation-wrap {
  padding: 0;
  margin-top: 11px;
  text-align: left;
  border-top: 1px solid #c8c2c2;
}
.navigation-wrap .language-selector {
  display: none;
}
.navbar-collapse ul {
  display: block;
  font-weight: 500;
}
.navbar-collapse ul li {
  display: inline-block;
  padding: 0 20px 0 0;
  height: 56px;
  line-height: 56px;
}
.navbar-collapse ul.dropdown-wrap li {
  height: auto;
  line-height: normal;
}
.navbar-collapse ul.dropdown-wrap li a, body header.change .navbar-collapse .navbar-nav ul.dropdown-wrap .nav-link, body header.change .navbar-collapse .navbar-nav ul.dropdown-wrap a {
  color: #ffffff;
}
.navbar-collapse ul li a {
  padding: 0;
  color: #4b3838;
}
.navbar-collapse ul li a:hover {
  color: #bd5e42;
}
.navbar-nav .nav-link,
.navbar-nav a{
  color: #ffffff;
  text-transform: uppercase;
}
.dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #C46B50;
  min-width: 200px;
  padding: 10px 20px;
  display: none;
  z-index: 1;
}
.dropdown ul li {
  display: block;
  padding: 5px 0;
}
.dropdown:hover .dropdown-wrap {
  display: block;
}
header ul.socials {
  text-align: right;
  font-size: 14px;
}
header ul.socials li {
  padding: 0;
}
header ul.socials li a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 5px;
  border: 1px solid #4b3838;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.mini-logo {
  display: none;
}
header ul.socials li a {
  border-color: #ffffff;
  color: #ffffff;
}
header ul.socials li a:hover, header ul.socials li a:focus {
  border-color: #c46b50;
  color: #ffffff;
  background: #c46b50;
}
header .btn-wrap span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #4b3838;
  text-transform: uppercase;
  margin-right: 20px;
}
header .language-selector {
  float: right;
  font-weight: 400;
}
.language-selector ul {
  padding: 0;
  margin: 0;
}
.language-selector ul li, .language-selector ul li a {
  float: left;
  color: #ffffff;
  opacity: 0.85;
}
.language-selector ul li.active, .language-selector ul li.active a {
  opacity: 1;
}
.language-selector ul li span {
  float: left;
  margin: 0 8px;
  color: #4b3838;
}
.language-selector ul li.active a {
  font-weight: bold;
}

/* Cezanne Top Banner Css */
.top-banner {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
}
.top-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.top-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.scroll-section {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.scroll-section:after {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 45px;
  background: #ffffff;
  content: "";
}
.scroll-section span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.scroll-section a:before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 25px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  border: 1px solid #ffffff;
  content: "";
}
.scroll-section a:after {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  content: "";
  -webkit-animation: arrow-jump 1s infinite; /* Safari 4+ */
  -moz-animation:    arrow-jump 1s infinite; /* Fx 5+ */
  -o-animation:      arrow-jump 1s infinite; /* Opera 12+ */
  animation:         arrow-jump 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes arrow-jump {
  0%   { opacity: 0;}
  100% { opacity: 1; 
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -0-transform: translateY(10px);
        transform: translateY(10px);
    }  
}

/* Cezanne Hotel Room Info Css */
.hotel-room-info {
  float: left;
  width: 100%;
  padding: 200px 0 100px 70px;
  background: url("../images/circle-bg.png") no-repeat 50% 0 #F8E8D5;
  position: relative;
}
.hotel-room-info .box-info {
  background-image: url(../images/contact-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 120px auto;
  top: 110px;
}
.box-info {
  width: 495px;
  background: #C46B50;
  padding: 70px 61px;
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 1;
}
.box-info h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.box-info h2 {
  padding-bottom: 20px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.box-info p {
  color: #ffffff;
}
.hotel-room-info .image-block {
  float: right;
  width: 80%;
}
.hotel-room-info .image-block img {
  width: 100%;
}
.bottom-info-block {
  float: right;
  width: 90%;
  padding: 100px 80px 0  0;
}
.bottom-info-block h2 {
  font-size: 50px;
  opacity: 0.8;
}
.bottom-info-block .float-left {
  width: 35%;
}
.bottom-info-block .float-right {
  width: 38%;
}
.bottom-info-block .border-title {
  padding: 5px 0 0 40px;
  border-left: 1px solid rgba(196, 107, 80, 0.4);
}

/* Cezanne Restoration Breakfast Css */
.restoration-breakfast {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: url("../images/restoration-breakfast-bg.png") no-repeat 105% -100px #F8E8D5;
}
.restoration-breakfast .row {
  margin: 0;
}
.restoration-breakfast img {
  width: 100%;
}
.restoration-info {
  float: left;
  width: 395px;
}
.restoration-info h6 {
  color: #C46B50;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.restoration-info p {
  font-weight: 200;
}
.restoration-info h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0.8;
}
.restoration-info .btn {
  margin-top: 30px;
}

/* Cezanne Relaxtion Css */
.relaxtion {
  background-image: none;
  padding: 0 0 100px;
}
.relaxtion .box-info {
  background: #B5B073;
  padding: 60px 61px;
}
.relaxtion .btn {
  margin-top: 30px;
}
.relaxtion .image-block {
  width: 100%;
}
.relaxtion .box-info {
  position: relative;
  float: right;
  z-index: 1;
  left: 60px;
  top: auto;
}

/*Cezanne Testing Css */
.testing {
  padding-bottom: 0;
}
.testing .box-info {
  right: 130px;
  left: auto;
  top: auto;
  float: left;
  background: url("../images/restoration-breakfast-bg-2.png") no-repeat 110% -10% #C46B50;
  padding: 50px 61px;
}
.testing .box-info .btn {
  color: #C46B50;
  margin-top: 35px;
}
.testing .box-info .btn:hover, .testing .box-info .btn:focus {
  background: #C46B50;
  color: #ffffff;
}

/* Cezanne Fitness Block */
.fitness-block {
  padding: 70px;
  background: url("../images/restoration-breakfast-bg.png") no-repeat -130px -130px #F8E8D5;
}
.fitness-block .box-info {
  width: 100%;
  position: static;
  background: none;
}
.fitness-block .box-info h6 {
  font-weight: bold;
  color: #C46B50;
}
.fitness-block .box-info h2 {
  color: #675454;
  opacity: 0.8;
}
.fitness-block .box-info p {
  color: #5F4D4D;
}
.fitness-block .row .row {
  margin: 0 -8px;
}
.fitness-block .row [class*="col-"] {
  padding: 0 8px;
}
.fitness-block .row .image-block {
  padding-bottom: 16px;
}
.fitness-block .row img {
  width: 100%;
}
.fitness-block .row .row .col-md-8 {
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
}
.fitness-block .row .row .col-md-3.col-4 {
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;
}

/* Cezanne Our Offers */
.our-offers {
  padding: 80px 70px;
  background: url("../images/restoration-breakfast-bg.png") no-repeat 115% -90% #F7F7F2;
}
.our-offers h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
  opacity: 0.8;
}
.offer-list {
  float: left;
  width: 100%;
}
.offer-list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.offer-list h5 {
  margin: 20px 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #C46B50;
  padding: 0;
}
.offer-list p {
  font-family: 'Butler-Medium';
  font-size: 22px;
  color: #5F4D4D;
  line-height: 27px;
  padding-right: 130px;
  padding-right: 20px;
  min-height: 90px;
}
.offer-list a {
  font-size: 18px;
      text-decoration: underline;
}
.offer-list a:hover, .offer-list a:focus, .offer-list a:active {
  color:#C46B50;
}

/* Cezanne Contact Section */
.left-section {
  float: left;
  width: 50%;
  background: url("../images/contact-bg.png") no-repeat 50% 50% #C46B50;
  padding: 70px;
}
.contact-section h2 {
  font-size: 48px;
  color: #ffffff;
}
.contact-block {
  display: block;
  clear: both;
  margin: 20px 0 0;
  max-width: 460px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
}
.contact-block h6 {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 0;
}
.contact-block span {
  display: block;
  clear: both;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.contact-block span a {
  color: #ffffff;
}
.contact-block span.light {
  font-weight: 300;
}
.contact-block p {
  margin-top: 30px;
  color: #ffffff;
  font-weight: 200;
  line-height: 24px;
}
#map,
#map2 {
  float: left;
  width: 50%;
  height: 495px;
  height: 586px;
  height: 623px;
}

/* Cezanne Footer */
footer {
  padding: 50px 70px;
  background: #C46B50;
}
footer .logo {
  width: 150px; 
}
footer .contact-block {
  margin-top: 0;
}
footer h6 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  color: #ffffff;
}
footer ul.socials {
  margin-top: 10px;
}
footer ul.socials li {
  display: inline-block;
  margin-right: 10px;
}
footer ul.socials li a {
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #ffffff;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
footer ul.socials li a:hover, footer ul.socials li a:focus {
  background-color: #ffffff;
  color: #C46B50;
}
.quick-links {
  display: block;
  clear: both;
}
.quick-links ul {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
}
.quick-links ul li {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.quick-links ul li a {
  font-size: 14px;
  color: #ffffff;
}

/* Cezanne Copyright */
.copyright {
  padding: 20px 70px;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
}
.copyright .language-selector {
  float: right;
}
.copyright span {
  color: #5F4D4D;
  font-size: 14px;
}
.language-selector ul li span {
  color: #ffffff;
}
.copyright .language-selector ul li span, .copyright .language-selector ul li, .copyright .language-selector ul li a {
  color: #5F4D4D;
}
.reserver {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 9;
  text-transform: uppercase;
}
.reserver a {
  display: inline-block;
  width: 60px;
  text-align: center;
  word-break: break-all;
  line-height: 1;
  background: #C46B50;
  padding: 30px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.reserver a:hover, .reserver a:focus {
  background-color: #5F4D4D;
}
.top-banner-two .logo {
  padding-top: 20px;
}
.tagline {
  display: block;
  clear: both;
  margin-bottom: 280px;
}
.tagline h1 {
  color: #ffffff;
}
.bar-info .box-info {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.bar-info .image-block {
  position: relative;
}
.bar-info .box-info {
  right: 100px;
}
.hotel-room-info.bar-info .image-block {
  overflow: hidden;
  height: auto;
}
.cezanne-image {
  padding: 85px 0;
  background: url("../images/restoration-breakfast-bg.png") no-repeat 10% -50% #F8E8D5;
}
.top-spacer {
  margin-top: -85px;
}
.cezanne-image h2 {
  padding: 0 70px 60px;
  font-size: 60px;
  color: #675454;
  text-align: center;
}
.owl-nav { 
  display: block; 
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 0 70px;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 1;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: url("../images/sprite.png") no-repeat 14px 16px #F8E8D5;
  background-size: 360px auto;
}
.owl-nav .owl-next:before {
  left: auto;
  right: 100px;
  background-position: -31px 16px;
}
.owl-nav .slider-no-current {
  display: none;
}
.cezanne-image.room-details {
  background: url("../images/circle-bg-2.png") no-repeat 80% 0 #F8E8D5;
  position: relative;
}
.room-details .box-info {
  position: absolute;
  top: 50%;
  left: 90px;
  max-width: 500px;
  padding: 50px 55px;
  background-image: url(../images/contact-bg.png);
  background-position: 50% 13%;
  background-repeat: no-repeat;
  background-size: 120px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.room-details h2 {
  font-size: 60px;
  text-align: left;
  color: #ffffff;
  padding: 0 0 11px;
}
.room-details h6 {
  font-size: 18px;
  text-align: left;
  color: #EFE2B9;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.room-details p {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.services-information {
  display: block;
  clear: both;
}
.room-details .services-information h6 {
  font-family: 'Butler-Medium';
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  padding: 0 90px 0 0;
  position: relative;
}
.room-details .services-information h6 .btn-link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.room-details .btn {
  padding: 11px 30px;
  color: #C46B50;
}
.room-details .btn-link {
  color: #ffffff;
}
.room-details .btn:hover, .room-details .btn:focus {
  background-color: #C46B50;
  color: #ffffff;
}
.room-details .btn-link:hover, .room-details .btn-link:focus {
  color: #ffffff;
  opacity: 0.7;
}
.room-details [class*="col-"] {
  padding-bottom: 15px;
}
.services-information {
  padding-bottom: 10px;
}
.services-information span:not(.link-wrap) {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 14px;
}
.services-information small {
  display: block;
  overflow: hidden;
}
.services-information i, .services-information [class*="col-"] img {
  float: left;
  width: 25px;
  margin-right: 8px;
}
.room-details .image-block {
  width: 80%;
  float: right;
  position: relative;
  height: 780px;
}
.room-details .owl-nav {
  width: 185px;
  left: auto;
  right: 90px;
  top: auto;
  bottom: 55px;
}
.room-details .owl-nav .owl-prev:before, .room-details .owl-nav .owl-next:before {
  width: 37px;
  height: 37px;
  background-size: 280px auto;
  background-position: 7px 9px;
  left: 0;
}
.room-details .owl-nav .owl-next:before {
  background-position: -29px 9px;
  right: 0;
  left: auto;
}
.room-details .owl-carousel .owl-dots {
  position: absolute;
  bottom: 42px;
  right: 148px;
  z-index: 11;
  width: 70px;
  text-align: center;
}
.room-details .owl-carousel .owl-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #EFE2B9;
  margin: 0 6px;
  opacity: 0.5;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.room-details .owl-carousel .owl-dot.active {
  opacity: 1;
}
.alternative.room-details {
  background: #F8E8D5;
}
.alternative.room-details .owl-nav {
  left: 80px;
  right: auto;
  bottom: 65px;
}
.alternative.room-details .image-block {
  float: left;
  height: 780px;
}
.alternative.room-details .owl-carousel .owl-dots {
  right: auto;
  left: 138px;
  bottom: 52px;
}
.alternative.room-details .box-info {
  left: auto;
  right: 90px;
  background-color: #B5B073;
}
.alternative2.room-details .box-info {
  background-color: #C46B50;
}
.alternative.room-details .box-info .btn {
  color: #B5B073;
}
.alternative2.room-details .box-info .btn {
  color: #C46B50;
}
.alternative.room-details .box-info .btn-link {
  color: #ffffff;
}
.alternative.room-details .box-info .btn:hover, .alternative.room-details .box-info .btn:focus {
  background-color: #B5B073;
  color: #ffffff;
}
.alternative2.room-details .box-info .btn:hover, .alternative.room-details .box-info .btn:focus {
  background-color: #C46B50;
}
.restaurant-food-detail.alternative.room-details .image-block {
  width: 100%;
  float: none;
  height: auto;
}
.restaurant-food-detail.alternative.room-details .image-block img {
  height: 700px;
}
.restaurant-food-detail.alternative.room-details .box-info {
  right: 80px;
  background: url("../images/restoration-breakfast-bg-2.png") no-repeat 110% -10% #F8E8D5;
}
.restaurant-food-detail.alternative.room-details .box-info h6 {
  font-size: 15px;
  color: #C46B50;
  padding-bottom: 0;
}
.restaurant-food-detail.alternative.room-details .box-info h4 {
  font-size: 50px;
  color: #675454;
  line-height: 50px;
  margin: 10px 0;
}
.restaurant-food-detail.alternative.room-details .box-info p {
  font-size: 14px;
  color: #5F4D4D;
  border: none;
}
.restaurant-food-detail.alternative.room-details .box-info .btn {
  background: #C46B50;
  color: #ffffff;
  padding: 14px 30px;
}
.restaurant-food-detail.alternative.room-details .box-info .btn:hover, .restaurant-food-detail.alternative.room-details .box-info .btn:focus {
  background: #F8E8D5;
  color: #C46B50;
}
.restaurant-food-detail.alternative.room-details [class*="col-"] {
  padding-bottom: 0;
}
.restaurant-food-detail.alternative.room-details.detente .box-info {
  left: 80px;
  background-color: #B5B073;
  background-position: -20% -10%;
}
.restaurant-food-detail.alternative.room-details.detente .box-info h4, .restaurant-food-detail.alternative.room-details.detente .box-info h6, .restaurant-food-detail.alternative.room-details.detente .box-info p {
  color: #ffffff;
}
.restaurant-food-detail.alternative.room-details.detente .box-info .btn {
  background: #ffffff;
  color: #B5B073;
}
.restaurant-food-detail.alternative.room-details.detente .box-info .btn:hover, .restaurant-food-detail.alternative.room-details.detente .box-info .btn:focus {
  background: #B5B073;
  color: #ffffff;
}
.alternative.room-details.detente .owl-nav {
  left: auto;
  right: 70px;
}
.alternative.room-details.detente .owl-carousel .owl-dots {
  right: 128px;
  left: auto;
}
.deluxe-slider .btn {
  position: absolute;
  bottom: 28%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-28%);
  -ms-transform: translateX(-50%) translateY(-28%);
  transform: translateX(-50%) translateY(-28%);
  z-index: 1111;
}
.deluxe-slider .border-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.deluxe-slider .border-btn:hover, .deluxe-slider .border-btn:focus {
  background: #C46B50;
  border-color: #C46B50;
}
.deluxe-slider .owl-nav .owl-prev:before, .deluxe-slider .owl-nav .owl-next:before {
  left: 25%;
  top: 95px;
}
.deluxe-slider .owl-nav .owl-next:before {
  left: auto;
  right: 25%;
}
.slider-tagline {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}
.slider-tagline h2 {
  display: inline-block;
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 100px;
  position: relative;
}
.slider-tagline h2:before {
  position: absolute;
  top: 40px;
  left: -250px;
  z-index: 1;
  width: 80px;
  height: 1px;
  background: #ffffff;
  content: "";
}
.slider-tagline h2:after {
  position: absolute;
  top: 40px;
  right: -250px;
  z-index: 1;
  width: 80px;
  height: 1px;
  background: #ffffff;
  content: "";
}
.slider-tagline .btn {
  background: none;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.btn-block {
  display: block;
  clear: both;
}


/*Swiper CSS*/
.cezanne-image.deluxe-slider {
  position: relative;
}
.swiper-container {
  height: 720px;
  min-height: 720px;
}
.swiper-slide {
  background-color: #f8f8f8;
  background-image: url(../images/rooms-detail1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-caption h2 {
  padding-bottom: 0;
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
}
.slider-caption h2:before {
  position: absolute;
  left: 111%;
  top: 50%;
  width: 65px;
  height: 1px;
  background: #ffffff;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.gallery-thumbs {
  height: auto;
  min-height: 10px;
}
.gallery-thumbs .swiper-slide {
  width: 33.33333333%;
  padding: 10px 0 10px 45px;
  background: none;
  color: #ffffff;
  text-align: center;
}
.swiper-scroll .swiper-slide {
  width: auto;
  background: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: static;
  margin: 60px auto 0;
  width: 338px;
  height: 15px;
}
.swiper-scrollbar {
  background: #212121;
}
.swiper-scrollbar-drag {
  background: #ce1818;
  cursor: grab;
}
.swiper-button-next, .swiper-button-prev {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  margin: 0;
  cursor: url(../images/right.png), pointer;
  z-index: 500;
}
.swiper-button-prev {
  right: auto;
  left: 0;
  cursor: url(../images/left.png), pointer;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: url(../images/right.png), pointer;
  pointer-events: auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: url(../images/left.png), pointer;
  pointer-events: auto;
}
.swiper-wrap {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  z-index: 1;
}
.fixed-header {
  background: #ffffff;
  padding-bottom: 20px;
}
.fixed-header .navbar-toggler-icon, .fixed-header .navbar-toggler-icon:before, .fixed-header .navbar-toggler-icon:after {
  background-color: #5F4D4D;
}
.fixed-header .navbar-toggler small, .fixed-header .language-selector ul li, .fixed-header .language-selector ul li a, .fixed-header .language-selector ul li span, .fixed-header .navbar-nav .nav-link, .fixed-header .navbar-nav a, .fixed-header header ul.socials li a, body header.change small, body header.change .language-selector ul li, body header.change .language-selector ul li a, body header.change .language-selector ul li span, body header.change .navbar-nav .nav-link, body header.change .navbar-nav a, body header.change header ul.socials li a {
  color: #5F4D4D;
}
header.fixed-header ul.socials li a, body header.change ul.socials li a {
  border-color: #4b3838;
  color: #4b3838;
}
header.fixed-header ul.socials li a:hover, header.fixed-header ul.socials li a:focus, body header.change ul.socials li a:hover, body header.change ul.socials li a:focus {
  color: #ffffff;
  border-color: #c46b50;
}
header.fixed-header .mini-logo, body header.change .mini-logo {
  display: block;
}
header.change {
  background: #ffffff;
}
body header.change .navbar-toggler-icon, body header.change .navbar-toggler-icon:before, body header.change .navbar-toggler-icon:after {
  background: #5F4D4D;
}
.hotel-room-info .image-block {
  height: 580px;
}
.fixed-header .navbar-collapse ul li {
  height: 36px;
}
.fixed-header .dropdown ul {
  top: 160%;
 } 
.our-offers .owl-nav {
  display: none !important;
}
.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev {
  display: none;
}
.our-offers .image-block {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.our-offers .image-block img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.our-offers .image-block img:hover {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
}
/* Main Contact */
.main-contact {
  background: #F8E8D5;
  padding-bottom: 80px;
  margin-bottom: -150px;
}
.contact-wrap {
  max-width: 765px;
  margin: 0 auto;
  padding: 50px 75px 0;
  background: url("../images/restoration-breakfast-bg-2.png") no-repeat 106% -5% #c26a50;
  color: #ffffff;
  text-align: center;
  position: relative;
  top: -150px;
}
.contact-wrap h1 {
  padding-bottom: 25px;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: -0.1px;
}
.contact-wrap h2 {
  padding-bottom: 25px;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: -0.1px;
}
.contact-wrap p {
  color: #ffffff;
  line-height: 24px;
}
.contact-wrap form {
  padding-top: 30px;
}
.contact-wrap .row {
  margin: 0 -7.5px;
}
.contact-wrap [class*="col-"] {
  padding: 0 7.5px;
}
.form-requiert {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
  text-align: right;
  font-size: 12px;
}
.submit-btn {
  padding-top: 10px;
  position: relative;
  bottom: -25px;
  z-index: 1;
}
.submit-btn .btn {
  padding: 14px 42px;
  background: #5F4D4D;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.submit-btn .btn:hover, .submit-btn .btn:focus {
  background: #494545;
}
footer .socials li a i {
	line-height: inherit;
}
.cezanne-background {
  clear: both;
  height: 100vh;
  background-color: #F8E8D5;
  background-image: url(../images/restaurant.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hotel-room-info.bar-info .cezanne-background {
  height: 100vh;
}
.btn-link {
  display: inline-block;
  font-size: 14px;
  color: #403e3e;
  position: relative;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.btn-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 1;
}
.btn-link:hover, .btn-link:focus {
  color: #403e3e;
  text-decoration: none;
  opacity: 0.7;
}
.btn-link:hover img {
  margin-left: 3px;
}
.btn-link img {
  vertical-align: unset;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}
.textcenter {
  text-align: center;
}
.copyright .textcenter {
  color: #5F4D4D;
  font-size: 14px;
}
.modal-content {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-rooms .modal-dialog {
  max-width: 1010px;
}
.modal-rooms .modal-body {
  padding: 0;
}
.modal-rooms .box-info {
  position: static;
  width: 100%;
  padding: 80px 100px 50px;
  background-image: url(../images/contact-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 155px auto;
}
.modal-rooms .box-info:before, .modal-rooms .box-info:after {
  display: table;
  content: "";
}
.modal-rooms .box-info:after {
  clear: both;
}
.modal-rooms p {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.modal-rooms .services-information {
  padding-bottom: 30px;
}
.modal-rooms .services-information h6 {
  font-family: 'Butler-Medium';
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  padding-bottom: 15px;
  position: relative;
}
.modal-rooms .services-information [class*="col-"] {
  padding-bottom: 18px;
}
.modal-rooms .services-information small {
  font-weight: 300;
  font-size: 14px;
}
.modal-rooms .services-information span {
  float: none;
  display: table;
}
.modal-rooms .services-information [class*="col-"] img {
  float: none;
  display: table-cell;
  vertical-align: middle;
  min-width: 25px;
  margin-right: 0;
  fill: #ffffff;
}
.modal-rooms .services-information small {
  display: table-cell;
  vertical-align: middle;
  width: 82%;
  padding-left: 8px;
}
.modal-rooms .btn {
  float: right;
  padding: 13px 35px;
  color: #C46B50;
}
.modal-rooms .btn:hover, .modal-rooms .btn:focus {
  background-color: #C46B50;
  color: #ffffff;
}
#SuitesModal.modal-rooms .box-info {
  background-color: #b5b073;
}
#SuitesModal.modal-rooms .btn {
  color: #B5B073;
}
#SuitesModal.modal-rooms .btn:hover, #SuitesModal.modal-rooms .btn:focus {
  background-color: #B5B073;
  color: #ffffff;
}

.SuitesModal.modal-rooms .box-info {
  background-color: #b5b073;
}
.SuitesModal.modal-rooms .btn {
  color: #B5B073;
}
.SuitesModal.modal-rooms .btn:hover, .SuitesModal.modal-rooms .btn:focus {
  background-color: #B5B073;
  color: #ffffff;
}


.modal-header {
  background: none;
  padding: 0;
  border: none;
}
.modal-header .close {
  padding: 1.5rem 2rem;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-shadow: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
  opacity: 1;
}
.nos-offer-popup .box-info h6 {
  color: #efe2b9;
}

.makeVisible{
	visibility:visible !important;
	display:block !important;
}
.box-info h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
	font-size: 15px;
	    line-height: 1.42857143;
}
.restoration-info h1 {
    color: #C46B50;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
	    line-height: 1.42857143;
}
.fitness-block .box-info h1 {
    font-weight: bold;
    color: #C46B50;
	    line-height: 1.42857143;
}





























.guide-page .align-wrap {
  vertical-align: top;
  padding-top: 30px;
}
.guide-info-box {
  position: relative;
  width: 80%;
  top: -320px;
  padding: 100px 200px;
  z-index: 11;
  display: inline-block;
  background: url("../images/restoration-breakfast-bg.png") no-repeat 110% -100px #f9e8d6;
  background-size: 250px auto;
  margin: 0 auto;
}
.guide-info-box h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
.guide-info-box p {
  line-height: 24px;
  font-weight: 400;
}

/* Our Favorites */
.our-favorites {
  padding: 100px 70px 50px;
}
.our-favorites h2 {
  margin-bottom: 20px;
}
.favorites-info {
  display: block;
  clear: both;
}
.favorites-info .image-block img {
  width: 100%;
}
.bottom-info {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding: 0 35px;
}
.bottom-info .white-box {
  background: #F7F7F2;
  padding: 40px 40px 60px;
}
.bottom-info .white-box h3 {
  font-size: 30px;
  font-weight: 500;
  color: #675454;
}
.bottom-info .white-box a {
  font-size: 14px;
}
.bottom-info .white-box a, .selection-info a {
  float: right;
  color: #C46B50;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding: 8px 50px 10px;
  margin-top: 5px;
}

/* Our Selection */
.our-selection {
  padding: 30px 0 50px;
}
.page-template-tpl-lieux .our-selection {
  padding: 60px 0 30px;
  background: #f8e8d5;
}
.our-selection h2 {
  padding: 0 70px;
  margin-bottom: 30px;
}
.selection-title {
  padding-bottom: 40px;
  text-align: center;
}
.selection-title h6 {
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.our-selection .swiper-slide {
  background: none;
}
.our-selection .swiper-container {
  height: auto;
  min-height: inherit;
}
.ourfavorites .modal-header .close {
  color: #5c4849;
}
.ourfavorites .modal-body {
  background: #F8E8D5;
}
.ourfavorites .image-block {
  float: left;
  width: 50%;
}
.ourfavorites .popup-content {
  float: left;
  width: 50%;
  padding: 70px 50px 60px;
  background: #F8E8D5;
}
.ourfavorites .popup-content h2 {
  font-size: 30px;
}
.ourfavorites .popup-content p {
  margin-bottom: 0;
  border-bottom: none;
}
.ourfavorites .popup-content a {
  float: left;
  color: #ffffff;
  margin-top: 20px;
}
.selection-info {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 25px;
  background: #F8E8D5;
}

.page-template-tpl-lieux .selection-info {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 40px 25px 25px 40px;
  background: #ffffff;
}
.selection-info h3 {
  font-size: 30px;
  color: #675454;
}
.selection-info p {
  min-height: 150px;
  margin-top: 10px;
}
.our-selection .image-block {
  position: relative;
}
.our-selection .image-block img {
  width: 100%;
  max-height: 230px;
}
.selection-tooltip {
  position: absolute;
  bottom: -18px;
  right: 15px;
  width: 38px;
  height: 53px;
  background-image: url(../images/tooltip.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  z-index: 1;
}
.discover {
  background: #F7F7F2;
  padding-top: 80px;
}
#map.map-style-two,
#map2.map-style-two {
  float: none;
  width: 100%;
}
.main-wrap {
  display: block;
  clear: both;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8e8d5+0,f8e8d5+50,f7f7f2+100 */
background: #f8e8d5; /* Old browsers */
background: -moz-linear-gradient(top,  #f8e8d5 0%, #f8e8d5 50%, #f7f7f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f8e8d5 0%,#f8e8d5 50%,#f7f7f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f8e8d5 0%,#f8e8d5 50%,#f7f7f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e8d5', endColorstr='#f7f7f2',GradientType=0 ); /* IE6-9 */
position: relative;
}
.main-wrap:after {
  position: absolute;
  top: 30%;
  left: 0;
  width: 500px;
  height: 400px;
  background-image: url("../images/restoration-breakfast-bg.png");
  background-repeat: no-repeat;
  background-position: -100px 45%;
  content: "";
}
.our-selection .swiper-button-next, .our-selection .swiper-button-prev {
  width: 70px;
  height: 65px;
  top: 25%;
  left: 125px;
  background-image: url("../images/left-prev.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.our-selection .swiper-button-next {
  left: auto;
  right: 125px;
  background-image: url("../images/right-next.png");
}
.small-list .reply-btn {
  padding-right: 50px;
}

/* Cezanne Top Banner, Top Banner Three */
.top-banner.top-banner-three {
  height: 230px;
  background: #af644f;
}
.visit-aix {
  display: block;
  clear: both;
  background: #C46B50;
  padding: 80px 70px;
}
.visit-aix h2 {
  font-size: 50px;
  color: #ffffff;
}
.visit-aix h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: right;
  padding-right: 20px;
}
.visit-aix select {
  background-color: transparent;
  background-image: url("../images/down-chevron.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: none;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 220px;
  color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0 10px;

}
.visit-aix select:focus, .visit-aix select:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.visit-aix select option {
  cursor: pointer;
  color: #5F4D4D;
  border: none;
  font-weight: 300;
  padding: 0 10px;
}
.visit-aix select option.selected, .visit-aix select option.selected:hover {
  background: transparent;
}
.visit-aix select option.selected {
  background: url("../images/checked.png") no-repeat 100% 0;
}
.swiper-wrapper {
	justify-content: center;
}
.cezanne-image .swiper-slide.swiper-slide-active{
	opacity:1 !important;
}
.cezanne-image .swiper-slide{
	opacity:0 !important;
}
.slider-caption h2:after {
    position: absolute;
    left: auto;
    right: 111%;
    top: 50%;
    width: 65px;
    height: 1px;
    background: #ffffff;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.gallery-thumbs .swiper-slide {
    width: 100%;
    padding: 10px 0 10px 0px;
    text-align: center;
    transform: translateX(150%);
}
@media screen and (max-width:1199px) {
  .room-details .image-block, .alternative.room-details .image-block {
    float: none !important;
  }
}