body,
html {
  margin: 0;
}

body {
  background: url("../_img/images/bg.png") center top no-repeat #271a16;
}

.section {
  width: 100%;
  float: left;
}

.miniTitle {
  width: 100%;
  font-size: 32px;
  color: #e2ded7;
  text-align: center;
  font-weight: 600;
  float: left;
}

#blackBox {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

#blackBox.dark {
  background-color: black;
}

#fullImage {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  max-width: 90%;
  max-height: 90%;
}

#terms,
#enter {
  max-width: 600px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #524d4d;
  z-index: 21;
  font-weight: 400;
  display: none;
}

#terms span,
#enter span {
  width: 100%;
  display: block;
  font-size: 24px;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: auto;
  text-align: center;
}

#terms p,
#enter p {
  font-size: 15px;
  text-align: center;
}

#terms #over18,
#enter #over18 {
  display: table;
  margin: 0px auto;
  margin-top: 20px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  background-color: #53d47e;
  padding: 0px 20px;
  line-height: 50px;
  font-size: 16px;
}

.smallText {
  margin: 10px 0px;
  color: #e7e0e0;
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
}

.smallText a {
  text-decoration: none;
  color: orange;
}

.boxShadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
  z-index: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: none;
}

.boxShadow:hover {
  opacity: 0;
}

#container {
  border-radius: 0px 0px 10px 10px;
  background-color: #362f2d;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-bottom: 0;
  width: 90%;
  max-width: 800px;
  font-family: "Archivo", sans-serif;
  -webkit-box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
}

#banner {
  width: 100%;
  height: 150px;
  background: center center/cover no-repeat transparent;
  position: relative;
  border-radius: 3px 3px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #271a16;
  border-bottom: 0;
  float: left;
}

#banner #topInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 36px;
  color: #dbbd89;
  text-shadow: 1px 1px 1px #000;
  z-index: 2;
  font-weight: 400;
  line-height: 24px;
}

#banner #topInfo span {
  font-size: 24px;
  color: #f2f3eb;
}

#nav {
  width: 100%;
  background-color: #271a16;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  border-radius: 0px 0px 3px 3px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  table-layout: fixed;
}

#nav.sticky {
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}

#nav a {
  text-decoration: none;
  font-size: 20px;
  color: #e4c2a3;
  text-transform: uppercase;
  display: block;
  padding: 0px 20px;
  height: 50px;
  display: table-cell;
  text-align: center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

#nav a.active, #nav a:hover {
  background-color: #7a524625;
}

#statusContainer {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.statusBox {
  width: calc(25% - 15px);
  height: 80px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #271a16;
  float: left;
  position: relative;
}

.statusBox:last-of-type {
  margin-right: 0;
}

.statusBox .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.statusBox .info .name {
  color: #ecf1d6;
  font-size: 20px;
  float: left;
  width: 100%;
}

.statusBox .info .status {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  margin-top: 8px;
  width: 100%;
}

.statusBox .info .status.inactive {
  color: #d47453;
}

.statusBox .info .status.active {
  color: #53d47e;
}

#info {
  width: 100%;
  font-size: 16px;
  color: #f2f3eb;
  margin-bottom: 20px;
  float: left;
}

#info span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}

#today {
  margin-top: 50px;
  margin-left: -20px;
  width: calc(50% + 20px);
  height: 200px;
  background: #b3b5a0;
  color: #644413;
  text-align: center;
  position: relative;
  border-bottom-left-radius: 10px;
  float: left;
}

#today #todayInfos {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#today #weekDay {
  width: 100%;
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
}

#today #dayNumber {
  width: 100%;
  margin-top: 10px;
  font-size: 86px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
}

#today #text {
  width: 100%;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
}

#today .icons {
  display: table;
  margin: 0 auto;
}

#today .icons .icon {
  background: center center/cover no-repeat transparent;
  float: left;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: block;
}

#today .icons .icon:last-child {
  margin-right: 0;
}

#calendar {
  margin-top: 50px;
  margin-right: -20px;
  width: calc(50% + 20px);
  display: table;
  table-layout: fixed;
  float: left;
  border-collapse: collapse;
  border-bottom-right-radius: 10px;
}

#calendar .tr {
  display: table-row;
}

#calendar .tr:first-child .td {
  background-color: #b3b5a0;
  border: 0;
  padding: 0;
}

#calendar .tr .td:last-child {
  border-right: 0;
}

#calendar .tr:last-child .td {
  border-bottom: 0;
}

#calendar .tr:last-child .td:last-child {
  border-bottom-right-radius: 10px;
}

#calendar .td {
  display: table-cell;
  height: 35px;
  background-color: #e8ead5;
  color: #1b232d;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  padding-bottom: 30px;
  position: relative;
  border: 1px solid #b3b5a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#calendar .td.cliccable {
  cursor: pointer;
}

#calendar .td.cliccable:hover {
  background-color: #d1d3bc;
}

#calendar .td.active {
  background-color: #b3b5a0 !important;
}

#calendar .td .day {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#infos {
  width: 100%;
  margin-top: 20px;
}

#infos .info {
  width: calc(50% - 10px);
  margin-right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin-top: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  padding-top: 50px;
  font-size: 16px;
  float: left;
}

#infos .info:nth-of-type(2n) {
  margin-right: 0;
}

#infos .info .icon {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: center center no-repeat #188df4;
  background-size: 40px 40px;
}

#infos .info .title {
  color: #2f2f2f;
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

#infos .info .text {
  color: #898b8f;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  float: left;
}

#prices {
  width: 100%;
  margin-top: 20px;
  float: left;
}

#prices .prev {
  width: 80px;
  height: 320px;
  background: top left no-repeat transparent;
  background-size: 240px 320px;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid rgb(219, 205, 71);*/
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  float: left;
}

#prices .prev.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#prices .prev.second {
  background-position-x: -80px;
}

#prices .prev.third {
  background-position-x: -160px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#prices .prev .name {
  color: #927a7a;
  text-shadow: 0 0 black;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 60px;
  left: -10px;
  font-size: 20px;
  text-transform: uppercase;
}

#prices .prev.active {
  width: 240px;
  background-position-x: 0;
}

#prices .pricesInfo {
  width: 0px;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  height: 320px;
  color: #9b9393;
  font-size: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  float: left;
}

#prices .pricesInfo.active {
  width: calc(100% - 400px);
  padding: 20px;
}

#prices .pricesInfo.active .pricesInfoContent {
  opacity: 1;
}

#prices .pricesInfo .pricesInfoContent {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
}

#prices .pricesInfo li {
  padding-bottom: 15px;
  padding-right: 20px;
  list-style: none;
}

#prices .pricesInfo li strong::after {
  content: ": ";
  font-weight: 400;
}

#prices .pricesInfo li:last-child {
  padding-bottom: 0;
}

#customPricesList {
  display: table;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

#customPricesList .element {
  display: table-cell;
  padding: 2px;
  height: 5px;
  padding-top: 15px;
  cursor: pointer;
}

#customPricesList .element:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  cursor: pointer;
  display: block;
  border-radius: 2.5px;
  margin-top: 3px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

#customPricesList .element.active:after {
  padding-top: 0;
  height: 5px;
}

#customPrices {
  width: 100%;
  float: left;
  color: #d6cec4;
  margin-top: 10px;
}

#customPrices .customPriceContainer {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#customPrices .customPriceContainer:last-of-type {
  margin-bottom: 0;
}

#customPrices .customPriceContainer:nth-of-type(even) .preview {
  float: left;
}

#customPrices .customPriceContainer:nth-of-type(even) .infos {
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

#customPrices .preview {
  width: calc(50% - 20px);
  height: 140px;
  background: top center/cover no-repeat transparent;
  border-radius: 5px;
  float: right;
}

#customPrices .infos {
  width: calc(50% - 20px);
  padding-top: 10px;
  margin-right: 20px;
  margin-top: 0;
  text-align: right;
  float: left;
}

#customPrices .infos .name {
  width: 100%;
  font-size: 30px;
  float: left;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 3px;
}

#customPrices .infos .text {
  width: 100%;
  float: left;
  font-size: 17px;
}

#customPrices #explanation {
  color: #d1842b;
  font-size: 15px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
  float: left;
}

#gallery {
  width: 100%;
  float: left;
  margin-top: 20px;
}

#gallery .hiddenImage {
  position: absolute;
  top: -9999;
  left: -9999;
  opacity: 0;
}

#gallery .image {
  height: 200px;
  width: calc(33% - 11px);
  background: center center/cover no-repeat transparent;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#gallery .image:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 650px) {
  #nav a {
    font-size: 12px;
    padding: 0;
  }
  #terms {
    width: 90%;
    height: 300px;
    overflow-y: scroll;
  }
  #container {
    width: 100%;
    margin-bottom: 0;
  }
  #calendar,
  #today {
    border-radius: 0;
  }
  #calendar .tr .td {
    border-radius: 0 !important;
  }
  #statusContainer .statusBox {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #statusContainer .statusBox:last-of-type {
    margin-right: inherit;
  }
  #statusContainer .statusBox:nth-of-type(2n) {
    margin-right: 0;
  }
  #infos .info {
    width: 100%;
    height: auto !important;
    margin-right: 0;
  }
  #prices .prev {
    position: relative;
    width: 40px;
    height: 160px;
    background-size: 120px 160px;
    margin-top: 35px;
  }
  #prices .prev.second {
    background-position-x: -40px;
  }
  #prices .prev.third {
    background-position-x: -80px;
  }
  #prices .prev.active {
    width: 40px;
    background-position-x: auto;
  }
  #prices .pricesInfo {
    float: right;
    display: none;
    height: auto;
  }
  #prices .pricesInfo span {
    width: 100%;
    text-align: center;
    display: block;
  }
  #prices .pricesInfo ul {
    margin: 0 auto;
    padding-left: 5px;
  }
  #prices .pricesInfo li {
    padding: 0;
    font-size: 14px;
    padding-bottom: 5px;
    text-align: center;
  }
  #prices .pricesInfo li strong {
    display: block;
    width: 100%;
  }
  #prices .pricesInfo li strong::after {
    content: "";
  }
  #prices .pricesInfo.active {
    display: block;
    width: calc(100% - 120px);
  }
  #customPrices .customPriceContainer {
    margin-bottom: 25px;
  }
  #customPrices::-moz-selection {
    background-color: transparent;
  }
  #customPrices::selection {
    background-color: transparent;
  }
  #customPrices #preview {
    width: 200px;
    height: 120px;
  }
  #customPrices #infos {
    width: calc(100% - 210px);
    margin-right: 10px;
  }
  #customPrices #infos #name {
    font-size: 16px;
  }
  #customPrices #infos #text {
    font-size: 14px;
  }
  #customPrices #explanation {
    font-size: 14px;
  }
  #gallery .image {
    width: calc(33% - 6px);
    margin-right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */