/* line 6, ../sass/main.scss */
body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: white;
  font-size: 16px;
  cursor: default;
  color: #595959;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 13, ../sass/main.scss */
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 0;
  transition: 0.2s;
  background-color: rgba(170, 162, 131, 0.95);
  padding-top: 0;
}
/* line 24, ../sass/main.scss */
body header nav {
  width: 95%;
  margin: 0 2.5%;
  line-height: 0;
  display: inline-block;
}
/* line 30, ../sass/main.scss */
body header nav ol, body header nav ul {
  float: right;
}
/* line 33, ../sass/main.scss */
body header nav ol li, body header nav ul li {
  display: inline-block;
  margin-left: 50px;
}
/* line 37, ../sass/main.scss */
body header nav ol li:first-child, body header nav ul li:first-child {
  margin-left: 0;
}
/* line 39, ../sass/main.scss */
body header nav ol li a, body header nav ul li a {
  color: white;
  font-size: 15px;
  padding: 15px 0;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 50, ../sass/main.scss */
body header nav ol#navigation li a, body header nav ul#navigation li a {
  line-height: normal;
  position: relative;
  display: inline-block;
}
/* line 55, ../sass/main.scss */
body header nav ol#navigation li a:after, body header nav ul#navigation li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: height 0.2s, opacity 0.2s, -moz-transform 0.2s;
  transition: height 0.2s, opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 72, ../sass/main.scss */
body header nav ol#navigation li a:hover:after, body header nav ul#navigation li a:hover:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}
/* line 81, ../sass/main.scss */
body header nav ol#social-media, body header nav ul#social-media {
  float: left;
}
/* line 84, ../sass/main.scss */
body header nav ol#social-media li, body header nav ul#social-media li {
  width: 30px;
  text-align: center;
}
/* line 87, ../sass/main.scss */
body header nav ol#social-media li:first-child a:hover, body header nav ul#social-media li:first-child a:hover {
  color: #3b5998;
}
/* line 88, ../sass/main.scss */
body header nav ol#social-media li:last-child a:hover, body header nav ul#social-media li:last-child a:hover {
  color: #1dcaff;
}
/* line 90, ../sass/main.scss */
body header nav ol#social-media li a:hover, body header nav ul#social-media li a:hover {
  color: #dd4b39;
}
/* line 91, ../sass/main.scss */
body header nav ol#social-media li a, body header nav ul#social-media li a {
  font-size: 20px;
}
/* line 97, ../sass/main.scss */
body header.scrolled {
  background-color: transparent;
  padding-top: 30px;
}
/* line 103, ../sass/main.scss */
body > section > article {
  padding: 60px 0;
}
/* line 106, ../sass/main.scss */
body > section > article ul {
  display: flex;
}
/* line 109, ../sass/main.scss */
body > section > article ul li {
  flex: 1;
  width: 30%;
  float: left;
  text-align: center;
}
/* line 115, ../sass/main.scss */
body > section > article ul li:nth-child(2) {
  margin: 0 5%;
}
/* line 120, ../sass/main.scss */
body .wrap {
  /*width: 1200px;*/
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
/* line 125, ../sass/main.scss */
body .wrap h2 {
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
  font-size: 30px;
  color: #aaa283;
}
/* line 133, ../sass/main.scss */
body .wrap p {
  margin-top: 30px;
}
/* line 136, ../sass/main.scss */
body .gallery {
  width: 100%;
  margin-top: 50px;
  display: inline-block;
}
/* line 141, ../sass/main.scss */
body .gallery a {
  width: 19%;
  float: left;
  overflow: hidden;
  margin-right: 1.25%;
  margin-top: 1%;
  height: 180px;
  position: relative;
}
/* line 150, ../sass/main.scss */
body .gallery a:nth-child(5n+5) {
  margin-right: 0;
}
/* line 152, ../sass/main.scss */
body .gallery a img {
  width: 100%;
  transition: 0.2s;
}
/* line 157, ../sass/main.scss */
body .gallery a i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #aaa283;
  text-align: center;
  margin: auto;
  font-size: 0px;
  transition: 0.2s;
  transform: translateY(-50%);
}
/* line 171, ../sass/main.scss */
body .gallery a:hover img {
  opacity: 0.5;
}
/* line 172, ../sass/main.scss */
body .gallery a:hover i {
  font-size: 45px;
}
/* line 177, ../sass/main.scss */
body a:link,
body a:visited {
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}
/* line 184, ../sass/main.scss */
body .button {
  clear: both;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 700;
  padding: 0 40px;
  max-width: 330px;
  max-height: 45px;
  line-height: 45px;
  display: inline-block;
  background-color: rgba(170, 162, 131, 0.85);
  text-transform: uppercase;
  border: 1px solid transparent;
}
/* line 200, ../sass/main.scss */
body .button .fa {
  margin-right: 10px;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
/* line 206, ../sass/main.scss */
body .button .fa:before {
  line-height: 45px;
  font-size: 25px;
}
/* line 212, ../sass/main.scss */
body .button:hover {
  color: #585858;
  border-color: #aaa283;
  background-color: rgba(255, 255, 255, 0.85);
}
/* line 219, ../sass/main.scss */
body strong {
  font-weight: 700;
}
/* line 220, ../sass/main.scss */
body em {
  font-style: italic;
}
/* line 221, ../sass/main.scss */
body p {
  line-height: 24px;
}
/* line 223, ../sass/main.scss */
body * {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* line 227, ../sass/main.scss */
body *:focus {
  outline: none;
}
/* line 230, ../sass/main.scss */
body *, body *:before, body *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 241, ../sass/main.scss */
#home {
  text-align: center;
}
/* line 244, ../sass/main.scss */
#home #animated-bg {
  color: white;
  padding: 150px 0 100px;
  background: white url("/assets/www/img/bg/wiz1.jpg") no-repeat fixed center;
  position: relative;
}
/* line 250, ../sass/main.scss */
#home #animated-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: -webkit-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: linear-gradient(to bottom, #595959 0%, #aaa283 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#aaa283',GradientType=0 );
}
/* line 265, ../sass/main.scss */
#home #animated-bg .wrap {
  max-width: 60%;
}
/* line 268, ../sass/main.scss */
#home #animated-bg .wrap * {
  text-shadow: 0 5px 15px #585858;
}
/* line 270, ../sass/main.scss */
#home #animated-bg .wrap small {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
/* line 275, ../sass/main.scss */
#home #animated-bg .wrap small strong {
  font-weight: 700;
}
/* line 278, ../sass/main.scss */
#home #animated-bg .wrap h1 {
  color: white;
  font-size: 72px;
  font-weight: 700;
  margin: 35px auto 60px;
  text-transform: uppercase;
}
/* line 286, ../sass/main.scss */
#home #animated-bg .wrap .button {
  text-shadow: none;
  margin-top: 55px;
}
/* line 294, ../sass/main.scss */
#home #offers .button {
  margin-top: 40px;
}
/* line 296, ../sass/main.scss */
#home #offers ul {
  width: 100%;
  clear: both;
  margin-top: 60px;
  display: inline-block;
}
/* line 302, ../sass/main.scss */
#home #offers ul li a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 100%;
  transition: 0.2s;
  background-color: #aaa283;
}
/* line 311, ../sass/main.scss */
#home #offers ul li a img {
  position: static;
  width: 100%;
}
/* line 316, ../sass/main.scss */
#home #offers ul li a h3 {
  text-transform: uppercase;
  border: 2px solid white;
  font-weight: 700;
  font-size: 16px;
  color: #585858;
  width: 228px;
  height: 50px;
  line-height: 48px;
  transition: 0.2s;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 9;
  margin: auto;
  transform: translateX(-50%);
}
/* line 335, ../sass/main.scss */
#home #offers ul li a small {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9;
  margin: auto;
  transition: 0.2s;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 700;
  color: white;
}
/* line 349, ../sass/main.scss */
#home #offers ul li a span {
  position: absolute;
  bottom: -100%;
  left: 50%;
  z-index: 9;
  margin: auto;
  transition: 0.2s;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 700;
  color: white;
}
/* line 362, ../sass/main.scss */
#home #offers ul li a span .fa {
  display: block;
  margin-bottom: 10px;
}
/* line 369, ../sass/main.scss */
#home #offers ul li a:hover img {
  opacity: 0.5;
}
/* line 373, ../sass/main.scss */
#home #offers ul li a:hover h3 {
  top: 40%;
  color: white;
  background-color: #aaa283;
  color: white;
  border-color: #aaa283;
}
/* line 381, ../sass/main.scss */
#home #offers ul li a:hover small {
  bottom: -100%;
}
/* line 385, ../sass/main.scss */
#home #offers ul li a:hover span {
  bottom: 50px;
}
/* line 394, ../sass/main.scss */
#home #attractions > p {
  margin-bottom: 70px;
}
/* line 396, ../sass/main.scss */
#home #attractions ul {
  margin: 70px auto 50px;
}
/* line 399, ../sass/main.scss */
#home #attractions ul li {
  border: 2px solid #aaa283;
  padding: 0 30px 30px;
}
/* line 403, ../sass/main.scss */
#home #attractions ul li img {
  padding: 0 30px;
  background-color: white;
  transform: translateY(-50%);
}
/* line 409, ../sass/main.scss */
#home #attractions ul li h3 {
  color: #aaa283;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 416, ../sass/main.scss */
#home #attractions ul li > p {
  margin-top: 10px;
}

/* line 422, ../sass/main.scss */
#reservation {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  text-align: center;
  clear: both;
}
/* line 429, ../sass/main.scss */
#reservation:before {
  content: url("/assets/www/img/bg/reservation.jpg");
  transform: translate(-50%, -80%);
  position: absolute;
  min-height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
}
/* line 439, ../sass/main.scss */
#reservation h2 {
  text-shadow: 0 20px 60px #aaa283;
  font-size: 72px;
  color: white;
}

/* line 446, ../sass/main.scss */
#breadcrumbs {
  background-color: #aaa283;
  display: inline-block;
  padding: 10px 20px;
  clear: both;
}
/* line 452, ../sass/main.scss */
#breadcrumbs li {
  list-style-type: none;
  padding-right: 15px;
  margin-right: 8px;
  position: relative;
  float: left;
}
/* line 459, ../sass/main.scss */
#breadcrumbs li:after {
  content: "\f0da";
  position: absolute;
  right: 0;
  top: 50%;
  color: white;
  font-family: fontawesome;
  transform: translateY(-50%);
}
/* line 469, ../sass/main.scss */
#breadcrumbs li a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 475, ../sass/main.scss */
#breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
/* line 479, ../sass/main.scss */
#breadcrumbs li:last-child:after {
  content: none;
}

/* line 484, ../sass/main.scss */
#contact {
  color: white;
  padding: 30px 0;
  text-align: center;
  background-color: #aaa283;
}
/* line 490, ../sass/main.scss */
#contact .logo {
  color: white;
  margin: 0 auto 15px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

/* line 500, ../sass/main.scss */
#list #animated-bg {
  padding: 100px 0 35px;
  background: white url("/assets/www/img/bg/home.jpg") no-repeat fixed center;
  position: relative;
}
/* line 505, ../sass/main.scss */
#list #animated-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: -webkit-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: linear-gradient(to bottom, #595959 0%, #aaa283 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#aaa283',GradientType=0 );
}
/* line 520, ../sass/main.scss */
#list #animated-bg h2 {
  color: white;
}
/* line 522, ../sass/main.scss */
#list #animated-bg small {
  line-height: 18px;
  margin: 20px auto 40px;
  display: inline-block;
  color: white;
  clear: both;
  width: 100%;
}
/* line 532, ../sass/main.scss */
#list > .wrap {
  padding: 60px 0;
}
/* line 535, ../sass/main.scss */
#list > .wrap > small {
  display: block;
  margin-top: 25px;
}
/* line 540, ../sass/main.scss */
#list > .wrap > div {
  display: inline-block;
  margin-top: 70px;
}
/* line 544, ../sass/main.scss */
#list > .wrap > div #elements {
  width: 100%;
}
/* line 547, ../sass/main.scss */
#list > .wrap > div #elements > div {
  margin-bottom: 60px;
  width: 47.5%;
  float: left;
}
/* line 552, ../sass/main.scss */
#list > .wrap > div #elements > div:nth-child(even) {
  float: right;
}
/* line 554, ../sass/main.scss */
#list > .wrap > div #elements > div .photo {
  overflow: hidden;
  max-height: 200px;
  position: relative;
  margin-bottom: 20px;
}
/* line 560, ../sass/main.scss */
#list > .wrap > div #elements > div .photo img {
  min-width: 100%;
}
/* line 565, ../sass/main.scss */
#list > .wrap > div #elements > div .info {
  width: 100%;
  display: inline-block;
}
/* line 569, ../sass/main.scss */
#list > .wrap > div #elements > div .info h3 {
  border-bottom: 1px solid #aaa283;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  color: #aaa283;
}
/* line 577, ../sass/main.scss */
#list > .wrap > div #elements > div .info p {
  margin-top: 0;
}
/* line 579, ../sass/main.scss */
#list > .wrap > div #elements > div .info .details {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #aaa283;
}
/* line 586, ../sass/main.scss */
#list > .wrap > div #elements > div .info .details * {
  display: inline-block;
}
/* line 588, ../sass/main.scss */
#list > .wrap > div #elements > div .info .details p {
  font-size: 20px;
  margin-right: 5px;
  line-height: normal;
  text-transform: uppercase;
}
/* line 594, ../sass/main.scss */
#list > .wrap > div #elements > div .info .details p strong {
  font-size: 35px;
  font-weight: 700;
}
/* line 599, ../sass/main.scss */
#list > .wrap > div #elements > div .info .details p sup {
  vertical-align: top;
  line-height: 35px;
}
/* line 606, ../sass/main.scss */
#list > .wrap > div #elements > div .info .button {
  max-width: 200px;
  float: right;
  font-size: 18px;
  padding: 0 20px;
  margin-top: 30px;
  text-transform: none;
}

/* line 622, ../sass/main.scss */
#single #animated-bg {
  padding: 100px 0 35px;
  background: white url("/assets/www/img/bg/home.jpg") no-repeat fixed center;
  position: relative;
}
/* line 627, ../sass/main.scss */
#single #animated-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: -webkit-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: linear-gradient(to bottom, #595959 0%, #aaa283 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#aaa283',GradientType=0 );
}
/* line 642, ../sass/main.scss */
#single #animated-bg h2 {
  color: white;
}
/* line 644, ../sass/main.scss */
#single #animated-bg small {
  line-height: 18px;
  margin: 20px auto 40px;
  display: inline-block;
  color: white;
  clear: both;
  width: 100%;
}
/* line 654, ../sass/main.scss */
#single #object {
  display: inline-block;
  width: 100%;
}
/* line 659, ../sass/main.scss */
#single #object .wrap aside {
  float: left;
  width: 30%;
  overflow: hidden;
}
/* line 664, ../sass/main.scss */
#single #object .wrap aside h3 {
  color: #aaa283;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 672, ../sass/main.scss */
#single #object .wrap .details {
  float: right;
  width: 70%;
}
/* line 676, ../sass/main.scss */
#single #object .wrap .details p {
  margin: 25px auto 0;
}
/* line 678, ../sass/main.scss */
#single #object .wrap .details p:first-child {
  margin-top: 0;
}
/* line 681, ../sass/main.scss */
#single #object .wrap .details ul {
  display: inline-block;
  margin-top: 25px;
}
/* line 685, ../sass/main.scss */
#single #object .wrap .details ul li {
  width: 100%;
  padding-left: 0;
  display: block;
  text-align: left;
  margin: 0;
  position: relative;
  padding-left: 10px;
}
/* line 694, ../sass/main.scss */
#single #object .wrap .details ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: fontawesome;
  transform: translateY(-50%);
}

/* line 710, ../sass/main.scss */
#pages #animated-bg {
  padding: 100px 0 35px;
  background: white url("/assets/www/img/bg/home.jpg") no-repeat fixed center;
  position: relative;
}
/* line 715, ../sass/main.scss */
#pages #animated-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: -webkit-linear-gradient(top, #595959 0%, #aaa283 100%);
  background: linear-gradient(to bottom, #595959 0%, #aaa283 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#aaa283',GradientType=0 );
}
/* line 730, ../sass/main.scss */
#pages #animated-bg h2 {
  color: white;
}
/* line 732, ../sass/main.scss */
#pages #animated-bg small {
  line-height: 18px;
  margin: 20px auto 40px;
  display: inline-block;
  color: white;
  clear: both;
  width: 100%;
}
/* line 742, ../sass/main.scss */
#pages > .wrap {
  padding-bottom: 60px;
}
/* line 745, ../sass/main.scss */
#pages > .wrap > h2 {
  margin-top: 60px;
}
/* line 746, ../sass/main.scss */
#pages > .wrap > p {
  margin: 25px auto 0;
}
/* line 748, ../sass/main.scss */
#pages > .wrap > ul {
  margin-top: 25px;
}
/* line 751, ../sass/main.scss */
#pages > .wrap > ul li {
  position: relative;
  padding-left: 10px;
}
/* line 755, ../sass/main.scss */
#pages > .wrap > ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: fontawesome;
  transform: translateY(-50%);
}

#pages > .wrap > div > ul #regulations {
  padding: 60px 0;
}



