/**
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%;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
}
#wrap {
  min-height: 100%;
}
.mainContainer {
  overflow: auto;
}
A.facebook,
A.sidr-class-facebook {
  font-size: 25px;
  color: #3b5998;
  float: left;
  margin-left: 30px;
  margin-top: -3px;
}
A.facebook.instagram {
  color: #c32aa3;
}
A.sidr-class-facebook {
  margin-bottom: 15px;
}
.navbar-brand {
  padding: 0;
  padding-top: 5px;
}
ul.nav li:HOVER {
  color: #be0830;
}
ul.nav li.current a {
  color: #be0830;
  font-weight: 700;
  font-size: 18px;
}
/*.navbar-default .navbar-nav > li > a{
    color: #F8b30c;
    font-style: 20px;
}*/
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #be0830;
}
H1 {
  font-size: 36px;
}
.fb_like {
  /*position: absolute;*/
  right: 0px;
  top: 60px;
}
DIV#home .fb_like {
  top: 60px;
}
.sidr-class-fb_like {
  margin: 25px;
}
DIV#tours {
  /*#gradient{
        background-color: rgba(51, 50, 50, 0.5);
        padding:30px;
        margin-bottom: 30px;
        border-radius: 45px;
    }*/
}
DIV#tours H1 {
  margin: 0;
  padding: 0 0 25px 0;
}
DIV#tours H2 {
  margin: 15px 0 15px 0;
  padding: 0;
}
DIV#tours P {
  color: #222;
}
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;
}
#gradient {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 65px;
  margin-bottom: 30px;
  border-radius: 45px;
}
.mainCTA {
  display: block;
  padding: 12px;
  text-align: center;
  color: white;
  background-color: #ffb300;
  font-size: 21px;
  margin-top: 30px;
  border: none;
  line-height: 30px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 0 #837f6e, 0 5px 10px rgba(0, 0, 0, 0.35);
  transition: all 0.5s ease;
  width: 100%;
}
.mainCTA:HOVER {
  background-color: #fdbd28;
  box-shadow: 0 4px 0 #ffb300, 0 5px 10px rgba(0, 0, 0, 0.35);
  transition: all 0.5s ease;
  color: white;
  text-decoration: none;
}
.mainCTA I {
  font-size: 30px;
  font-weight: bold;
  padding-left: 15px;
}
BODY {
  background-color: #FFF;
}
DIV.pageSpacing {
  padding-top: 90px;
}
.jumbtron {
  background-size: cover;
  width: 100%;
  background-position: right bottom;
  height: 550px;
  height: 455px;
  padding-top: 150px;
  margin-bottom: 50px;
}
.jumbtron.tours {
  background-image: url("../img/background-image-contact.jpg");
}
.jumbtron.conciergerie {
  background-image: url("../img/background-image-vipc.jpg");
}
.jumbtron.contact {
  background-image: url("../img/background-image-reservation.jpg");
}
.jumbtron H1 {
  text-shadow: 1px 1px 1px #444;
}
.jumbtron P {
  font-size: 18px;
  color: white !important;
  text-shadow: 1px 1px 1px #444;
}
H2 {
  color: #be0830;
  font-weight: 700;
  font-size: 28px;
}
H3 {
  color: #444;
  font-size: 20px;
  margin: 20px 0;
  line-height: 35px;
}
.navbar-default {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 2px rgba(55, 55, 55, 0.5);
  min-height: 90px;
  padding-top: 10px;
}
.navbar-default .navbar-nav > li.flag-first > a {
  padding-right: 0;
}
.navbar-nav {
  float: right;
  margin-top: 10px;
}
DIV#tours TABLE#prices {
  border: 1px solid #be0830;
  color: #be0830;
}
DIV.tripadvisor {
  position: absolute;
  right: 30px;
  top: 110px;
  background-color: white;
  padding-bottom: 12px;
  border-radius: 15px;
}
DIV.infoTour {
  padding-top: 25px;
}
.guide_background {
  background-color: bisque;
  border-radius: 12px;
  padding: 15px 20px 35px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .jumbtron {
    height: 350px;
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  DIV#mobile-header A {
    color: #444 !important;
  }
  DIV#mobile-header {
    top: 25px;
    left: 25px;
  }
  .jumbtron {
    height: 230px;
    padding-top: 35px;
  }
  DIV#tours DIV#cal {
    height: auto;
  }
  .jumbtron {
    margin-bottom: 25px;
  }
  .jumbtron P {
    font-size: 15px;
  }
  DIV#home {
    padding-top: 95px;
  }
  DIV#home DIV#slogan {
    margin-left: 0;
    margin-bottom: 5px;
  }
  DIV.tripadvisor {
    right: auto;
    top: auto;
    margin-left: 50%;
    left: -67px;
    width: 135px;
  }
  FOOTER P {
    padding: 2px;
  }
  DIV.tripadvisor {
    position: relative;
  }
  #TA_cdsratingsonlynarrow305 #CDSRATINGWIDGET305 {
    left: 50%;
    margin-left: -68px;
  }
  A.facebook {
    margin: 0 10px;
    float: none;
  }
  DIV#home .fb_like {
    top: 10px;
    width: 100%;
    text-align: center;
  }
}
FOOTER {
  margin-top: 50px;
}
