html, body {
  font-size: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #fff;
  color: #272727;
  font: 12px/14px 'Lato', Arial, Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 14px;
}

button, input, select, textarea {
  background-color: #fff;
  background-position: initial initial;
  background-repeat: initial initial;
  border: 1px inset #dadada;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #000;
  padding: 3px;
  float: left;
}

option {
  background-color: #fff;
  color: #000;
}

button.error,
input[type=text].error,
select.error,
textarea.error {
  border: 1px inset red;
}

form .fd-error input,
form .fd-error select,
form .fd-error textarea {
  border: 1px solid red;
}

form .txt-error {
  font-weight: normal;
  font-size:  12px;
  color: red;
}

img {
  margin: 0;
  vertical-align: middle;
}

input#bigbutton {
  background-color: #3e9cbf;
  padding: 8px 14px 10px;
  border: 1px solid #3e9cbf;
  cursor: pointer;
  font-size: 1.5em;
  letter-spacing: .1em;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 500px;
}

input#bigbutton:hover,
input#bigbutton:focus {
  color: #dfe7ea;
  -webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
  box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}

.bt-price {
  background-color: #3e9cbf;
  padding: 4px;
  border: 1px solid #3e9cbf;
  cursor: pointer;
  font-size: 18px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 60px;
  margin: 6px auto;
}

#mod-reservation .amount {
  border-top: 1px solid #3e9cbf;
  padding: 5px 0px;
}

#mod-reservation .amount .bt-price {
  float: right;
  min-width: 150px;
}

.ui-datepicker-trigger {
  padding-top: 2px;
  vertical-align: top;
}

.txt-center {
  text-align: center;
}

.hm-nodisplay {
  display: none;
}

.hm-bdisplay {
  display: block;
}

.hm-trowdisplay {
  display: table-row;
}

.hm-action {
  padding-bottom: 0px;
  position: relative;
}

.hm-column {
  float: left;
  position: relative;
}

#hm-container {
  margin: 0px auto;
  position: relative;
  width: 960px;
}

#bc-header {
  background-image: url(/images/bg-head.png);
  background-position: 0px 0px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: fixed;
  min-height: 100px;
  min-width: 960px;
  z-index: 1000;
  border: 0px solid #999;
  border-bottom-width: 1px;
}

#menu-top {
  height: 100px;
  margin: 0px auto;
  position: relative;
  width: 960px;
}

#menu-top #nav-bar li {
  background-color: #fff;
}

#menu-top #nav-bar li.active {
  background-color: #ffb20c;
}

#menu-top #nav-bar li.active a.active {
  background-color: #85b9c2;
}

#menu-top #nav-bar a.active {
  background-color: #bbb;
}

#menu-top ul {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#menu-top li {
  display: block;
  float: left;
  position: relative;
}

img.ui-datepicker-trigger {
  cursor: pointer;
  left: 2px;
  position: relative;
  top: 3px;
}

.bxslider img {
  height: auto;
  min-width: 960px;
  width: 100%;
}

.bx-clone {
  display: none;
}

#hm-slide {
  padding-top: 90px;
  position: relative;
  width: 100%;
}

#hm-slide .bx-caption {
  background: none;
  bottom: 90px;
  height: 150px;
  text-align: center;
}

#hm-slide .bx-caption span {
  font-size: 14px;
  font-weight: bold;
}

#hm-slide .slider-title {
  bottom: 90px;
  height: 150px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#hm-slide .slider-title h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

#hm-slide .bx-wrapper {
  margin-bottom: 0px;
  overflow: hidden;
}

#hm-slide .bx-wrapper .bx-viewport {
  box-shadow: none;
}

#hm-slide .bx-wrapper .bx-pager, #hm-slide .bx-controls-auto {
  bottom: 40px;
}

#mod-reservation {
  background-color: #fff;
}

#mod-reservation form,
#f-contact,
#r-contact fieldset,
#mod-reservation fieldset {
  padding: 40px 60px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 20px auto;
  width: 837px;
}

#mod-reservation form input,
body #f-contact input {
  width: 250px;
}

#mod-reservation form div {
  width: 400px;
}

#mod-reservation form #rooms {
  position: relative;
  float: right;
  text-align: left;
  width: 400px;
}

#mod-reservation form #rooms .reservation-room {
  text-align: center;
}

#mod-reservation form table {
  font-size: 12px;
  width: 400px;
}

#mod-reservation form table table {
  font-size: 12px;
  width: 200px;
}

body #f-contact table {
  font-size: 12px;
  width: 600px;
  margin: 0px auto;
}

#mod-reservation form table th,
body #f-contact table th,
body #f-contact table td,
#mod-reservation form table td {
  font-size: 14px;
  width: 50%;
}

#mod-reservation form table th,
body #f-contact table th {
  padding: 6px 4px 0px;
  text-align: left;
}

#mod-reservation form textarea,
body #f-contact textarea {
  width: 400px;
}

#mod-reservation form table table table table th {
  font-weight: normal;
  text-align: right;
  padding-top: 2px;
}

#mod-reservation form table table table {
  background-color: #ddd;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#mod-reservation form table table table table {
  border: none;
}

#mod-reservation #reservation_captcha {
  margin-right: 10px;
  width: 200px;
}

#logo {
  background-color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
}

#logo img {
  margin-top: 10px;
}

#top-head {
  height: 60px;
}

#title-bar div {
  margin: 7px 80px 0px 7px;
}

#title-bar ul {
  display: table;
  margin-top: 25px;
}

#title-bar li {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

#title-bar li#bt-menu-contact {
  padding-left: 22px;
}

#title-bar li#bt-menu-virtual-tour {
  padding-left: 22px;
}


#title-bar li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  text-transform: uppercase;
}

#title-bar li a:hover {
  text-decoration: underline;
}

#nav-bar-lang {
  float: right;
  height: 30px;
  margin-top: 30px;
  padding-left: 0px;
  position: relative;
  width: 160px;
  z-index: 2;
}

#nav-bar-lang ul {
  display: inline;
}

#nav-bar-lang li {
  display: inline;
  margin: 0 2px;
}

#nav-bar-lang li a {
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  font-size: 1pt;
  padding: 8px 8px 2px;
}

#nav-bar-lang li.fr a {
  background-image: url(/images/icons/fr.jpg);
}

#nav-bar-lang li.uk a {
  background-image: url(/images/icons/uk.jpg);
}

#nav-bar {
  height: 40px;
  min-width: 860px;
  width: 860px;
}

#nav-bar ul {
  border: 1px solid #fff;
  border-left-width: 0px;
  border-right-width: 0px;
  width: 100%;
}

#nav-bar a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

body.fr_FR #bt-menu-presentation a {
  width: 159px;
}

body.fr_FR #bt-menu-hosting a {
  width: 157px;
}

body.fr_FR #bt-menu-rates a {
  width: 101px;
}

body.fr_FR #bt-menu-reservation a {
  width: 149px;
}

body.fr_FR #bt-menu-photos a {
  width: 172px;
}

body.fr_FR #bt-menu-activities a {
  width: 122px;
}

body.en_US #bt-menu-presentation a {
  width: 179px;
}

body.en_US #bt-menu-hosting a {
  width: 137px;
}

body.en_US #bt-menu-rates a {
  width: 101px;
}

body.en_US #bt-menu-reservation a {
  width: 149px;
}

body.en_US #bt-menu-photos a {
  width: 172px;
}

body.en_US #bt-menu-activities a {
  width: 122px;
}

#mod-rates td b {
  color: #027199;
}

#mod-rates td dt {
  color: #027199;
  font-size: 20px;
  font-weight: bold;
}

#mod-legal_notice .main.content dl {
  margin: 10px 0px 20px;
}

#mod-legal_notice dl {
  text-align: justify;
}

#mod-legal_notice dt {
  color: #027199;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 10px;
}

#mod-legal_notice .main.content dd, #mod-legal_notice .main.content li {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

#mod-legal_notice .main.content li.hm-first {
  margin-left: 0px;
}

#mod-legal_notice .main.content li {
  margin-left: 20px;
}


#mod-legal_notice .main.content .hm-address dd {
  margin-bottom: 0px;
}

#hm-map {
  background-color: #e5e3df;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 490px;
}

#bc-footer {
  margin: 1px 0px;
}

#bc-footer h6 {
  background-color: #027199;
  color: #eee;
  font-size: 12px;
  padding: 5px; 0px;
  text-align: center;
}

#bc-footer h6 span {
  padding: 0px 4px;
  white-space: nowrap;
}

#bc-footer h6 a {
  color: #fff;
  text-decoration: underline;
}

#bc-footer h6 a:hover {
  text-decoration: none;
}

#modal-overlay {
  background-color: #bbb;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#modal-container a.modal-close {
  cursor: pointer;
  display: inline;
  height: 24px;
  top: 10px;
  position: absolute;
  right: -10px;
  text-decoration: none;
  width: 24px;
  background-image: url(/images/icons/close.png);
  background-repeat: no-repeat;
  z-index: 1010;
}

.widSSPSummary, .widSSPH18, .widSSPLegal, .widSSPAll, .widSSPBranding {
  display: none;
}
