/**
 SUPERSIZED STYLES
*/
body {
  background: #444;
}
img {
  border: none;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background-color: #111;
  background: rgba(0, 0, 0, 0.8) url(../img/progress.gif) no-repeat center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#supersized {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}
#supersized img {
  height: auto;
  width: auto;
  position: relative;
  outline: none;
  border: none;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
/*
BEGIN STYLES
*/
HTML,
BODY {
  height: 100%;
}
#wrap {
  min-height: 100%;
}
.mainContainer {
  overflow: auto;
}
DIV#home {
  padding-top: 220px;
  margin-bottom: 40px;
  min-height: 100%;
  position: relative;
}
DIV#home DIV#slogan {
  margin-bottom: 45px;
}
DIV#home H1 {
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
}
DIV#home DIV.copy,
DIV#home DIV.copy2 {
  border-radius: 12px;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 15px 15px;
  margin-top: 45px;
}
DIV#home DIV.copy P,
DIV#home DIV.copy2 P {
  padding: 0px 0;
}
DIV#home DIV.copy H3,
DIV#home DIV.copy2 H3 {
  text-align: center;
  text-decoration: underline;
}
DIV#home DIV.copy A.learnmore,
DIV#home DIV.copy2 A.learnmore {
  /* Style for "Rounded Rectan" */
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 16px 50px;
  background-color: #efb724;
  background-image: linear-gradient(to top, #e97f20 0%, #e97f20 22%, #fec33b 100%);
  border: 1px solid white;
  border-radius: 3px;
  box-shadow: 1.6px 2.5px 0 rgba(90, 68, 31, 0.54);
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin: 10px 0;
}
DIV#home DIV.copy A.learnmore:HOVER,
DIV#home DIV.copy2 A.learnmore:HOVER {
  background-image: linear-gradient(to top, #fec33b 0%, #e97f20 78%, #e97f20 100%);
}
DIV#home DIV.copy A.learnmore I,
DIV#home DIV.copy2 A.learnmore I {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}
DIV#home DIV#promoOverlay {
  opacity: 0.89;
  border: 2px solid #2d2d2e;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f4f4f4;
  -moz-box-shadow: 0 0 13px rgba(43, 44, 44, 0.85), inset 0 0 7px rgba(44, 44, 44, 0.75);
  -webkit-box-shadow: 0 0 13px rgba(43, 44, 44, 0.85), inset 0 0 7px rgba(44, 44, 44, 0.75);
  box-shadow: 0 0 13px rgba(43, 44, 44, 0.85), inset 0 0 7px rgba(44, 44, 44, 0.75);
  width: 460px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -210px;
}
DIV#home DIV#promoOverlay DIV#overlay_close {
  position: absolute;
  right: -24px;
  top: -24px;
}
DIV#home DIV#promoOverlay P {
  font-family: "Segoe UI";
  font-size: 14px;
  color: #1c1c1c;
  padding-left: 15px;
  padding: 0 12px;
}
DIV#home DIV#promoOverlay P A {
  font-size: 14px;
  color: #1c1c1c;
  text-decoration: underline;
}
DIV#home DIV#promoOverlay P A:HOVER {
  text-decoration: none;
}
DIV#home DIV#promoOverlay P.specialoffer {
  margin-left: 12px;
  margin-top: 6px;
  padding: 0;
}
DIV#tours DIV#calendar {
  position: relative;
}
DIV#tours DIV#calendar A#booklink {
  bottom: 0;
  display: block;
  height: 202px;
  position: absolute;
  width: 308px;
  z-index: 999;
  color: white;
}
DIV#tours .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
DIV#tours .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
DIV#contact P.error {
  font-weight: bold;
  color: #A90800;
}
.icon {
  text-align: center !important;
  font-size: 42px !important;
  color: #f8b30c !important;
  line-height: 0 !important;
  margin: 5px 0 15px !important;
}
FORM LABEL {
  font-weight: bold;
}
FORM LABEL SPAN {
  font-size: 11px;
}
FORM INPUT,
FORM TEXTAREA,
FORM SELECT {
  border: 1px solid #be0830;
  -moz-border-radius: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 5px;
  font-size: 14px;
  color: #626262;
  display: block;
  margin-top: 5px;
}
FORM INPUT,
FORM TEXTAREA {
  width: 100%;
}
FORM SPAN.xtrasmall {
  font-size: 9px;
}
FORM INPUT.submit {
  background: #CB8317;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #efefef;
  font-size: 18px;
  line-height: 21.6px;
  text-decoration: none;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-shadow: 0 1px 0 #444;
  background-color: #B86B00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F7B10D), to(#E97F20));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #F7B10D, #E97F20);
  background-image: -moz-linear-gradient(top, #F7B10D, #E97F20);
  background-image: -ms-linear-gradient(top, #F7B10D, #E97F20);
  background-image: -o-linear-gradient(top, #F7B10D, #E97F20);
  background-image: linear-gradient(top, #F7B10D, #E97F20);
}
DIV#sent {
  /*padding-top: 150px;
  margin-bottom: 30px;
  .container(910px);
  #gradient{

  }
  H1{
    .text(#f8b30c, 30px, bold);
    margin:0;
    padding:0;
    .textShadow(#444, 1px);
  }
  H2{
    .text(#f8b30c, 18px, bold);
    margin:0;
    padding:0;
  }
  P{
    color: white;
  }
  .fright{
    width: 300px;
    P{
      .text(#efefef, 12px, normal);
      A{
        .text(#f8b30c, 12px, bold, underline);
        &:hover{
          text-decoration: none;
        }
      }
    }
  }*/
}
DIV#booking I,
DIV#checkout I {
  color: #be0830;
}
DIV#booking P.backlink A,
DIV#checkout P.backlink A {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #be0830;
  font-size: 14px;
  line-height: 16.8px;
  text-decoration: underline;
  padding-left: 5px;
}
DIV#booking P.backlink A:HOVER,
DIV#checkout P.backlink A:HOVER {
  text-decoration: none;
}
DIV#booking P.total,
DIV#checkout P.total {
  font-size: 18px;
  margin: 15px;
  text-align: center;
  text-decoration: underline;
}
DIV#booking SELECT,
DIV#checkout SELECT {
  display: inline;
  font-weight: bold;
  padding: 5px;
}
DIV#booking INPUT[type="text"],
DIV#checkout INPUT[type="text"] {
  padding: 10px;
  border: 1px solid #f8b30c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 14px;
  line-height: 16.8px;
  text-decoration: none;
  margin-right: 5px;
  display: inline;
}
DIV#booking INPUT.dateIn,
DIV#checkout INPUT.dateIn {
  width: 250px;
}
DIV#booking INPUT.pp_btn,
DIV#checkout INPUT.pp_btn {
  width: auto;
  max-width: 250px;
}
DIV#booking DIV.message,
DIV#checkout DIV.message {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #f8b30c;
  font-size: 12px;
  line-height: 14.4px;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #A61500;
  background-color: #3B0800;
  color: white;
  padding: 10px;
}
DIV#booking SPAN.dateswarning,
DIV#checkout SPAN.dateswarning {
  font-size: 16px;
  display: block;
  background-color: #4D160E;
  padding: 3px 5px;
  text-shadow: 0 1px 1px #343434;
  color: white;
  padding: 10px;
}
DIV#booking_success,
DIV#bookingtour_success {
  /*padding-top: 150px;
  margin-bottom: 30px;
  .container(940px);
  #gradient{
    background-color: rgba(51, 50, 50, 0.8);
    padding:0 15px 30px 15px;
    margin-bottom: 50px;
  }
  H1{
    .text(#f8b30c, 30px, bold);
    margin:0;
    padding:0;
    .textShadow(#222, 1px);
  }
  P{
    .text(#efefef, 13px, normal);
  }*/
}
FOOTER {
  background-color: white;
  opacity: 70/100;
  -moz-opacity: 70/100;
  filter: alpha(opacity=70);
  position: relative;
  margin-top: -30px;
  clear: both;
  padding: 10px;
}
FOOTER P {
  font-size: 13px;
  color: #444;
  margin: 0;
  padding: 8px 20px;
  line-height: 20px;
}
FOOTER P A {
  color: #444;
  text-decoration: none;
}
FOOTER P A:hover {
  text-decoration: underline;
  color: #444;
}
FOOTER P.designBy {
  font-size: 13px;
  font-weight: 700px;
}
.underline {
  text-decoration: underline;
}
BODY#adminPages {
  background-color: #121212;
}
BODY#adminPages HEADER UL.nav {
  float: none;
  margin-left: 263px;
}
DIV#adminPanel {
  margin-top: 150px;
  background-color: #fff;
  border: 1px solid #be0830;
}
DIV#adminPanel H1 {
  color: #be0830;
  font-size: 28px;
}
DIV#adminPanel DIV.padding {
  padding: 30px 0px;
}
DIV#adminPanel LABEL {
  display: block;
}
DIV#adminPanel INPUT.dateIn {
  max-width: 210px;
  display: inline-block;
  margin-right: 10px;
}
.alignR {
  text-align: right;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}
DIV#tours TABLE#prices {
  width: 100%;
  border: 1px solid white;
}
DIV#tours TABLE#prices TR.highlight {
  background-color: #be0830;
  color: white;
}
DIV#tours TABLE#prices TR TD {
  padding: 10px;
  color: #be0830;
  height: 76px;
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
}
DIV#tours TABLE#prices TR TD.first {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
}
DIV#tours TABLE#prices TR TD.highlight {
  color: white;
}
DIV#tours TABLE#prices TR.highlight TD {
  color: white;
}
.lt-ie9 HEADER {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 DIV#room DIV#content DIV.termconditions {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #282014;
}
.lt-ie9 #gradient {
  background-color: #282014;
}
.lt-ie9 DIV#reviews UL LI DIV.review DIV.content {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #1F262C;
}
.lt-ie8 DIV#reviews UL LI DIV.review DIV.content {
  margin-left: 0;
  padding-left: 120px;
}
.no-svg DIV#logements DIV.house,
.no-svg DIV#logements DIV.house#comingsoon {
  background-image: none;
  background-color: #2D2D2D;
}
A {
  color: #be0830;
  text-decoration: none;
}
A:HOVER {
  text-decoration: underline;
  color: #be0830;
}
H1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 42px;
  line-height: 50.4px;
  text-decoration: none;
  margin: 0 0 20px;
  padding: 0;
}
/*H2{
    .text(#f8b30c, 24px, 300);
    margin:0;
    padding:0;
}*/
H2.sub {
  font-size: 28px;
  text-decoration: underline;
  margin: 15px 0;
}
