@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
.color-primary {
  color: #000 !important;
}
.color-secondary {
  color: #000 !important;
}
.color-tertiary {
  color: #000 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #000;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #000;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #000;
}
h1,
.h1 {
  display: table;
  margin: 0 0 50px 0;
  font-size: 2.1875em;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.125em;
  }
}
h1:after,
.h1:after {
  content: '';
  display: block;
  width: 50%;
  height: 0;
  margin: 10px 0 0 0;
  padding: 7px 0 0 0;
  background-color: #83a617;
}
h1.text-center,
.h1.text-center {
  margin-left: auto;
  margin-right: auto;
}
h1.text-center:after,
.h1.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
h2,
.h2 {
  font-size: 1.875em;
  font-weight: 700;
}
h2:after,
.h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  margin: 10px 0 0 0;
  padding-top: 2px;
  background-color: #83a617;
}
h2.text-center,
.h2.text-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
h2.text-center:after,
.h2.text-center:after {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
h3,
.h3 {
  font-weight: 700;
}
h3:after,
.h3:after {
  content: '';
  display: block;
  width: 70%;
  height: 0;
  margin: 5px 0 0 0;
  padding-top: 2px;
  background-color: #fff;
}
h4,
.h4 {
  color: #83a617;
}
ul.default {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
ul.default > li {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}
ul.default > li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #83a617;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 6px;
}
ul.default > li:not(:first-of-type) {
  margin-top: 5px;
}
body {
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-family: 'Roboto Slab', sans-serif;
  }
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
  text-align: left;
  color: #000 !important;
}
div.nophoto {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #f2f2f2;
}
#header {
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  #header {
    z-index: 9;
  }
}
#header.large {
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/images/front/bg-header-large.jpg);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-large.jpg);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-large.jpg);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-large.jpg);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-large.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #header.large {
    height: 600px;
  }
}
@media (min-width: 992px) {
  #header.large {
    background-attachment: fixed;
  }
}
#header.normal {
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(/images/front/bg-header-small.jpg);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-small.jpg);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-small.jpg);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-small.jpg);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/images/front/bg-header-small.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #header.normal {
    background-attachment: fixed;
  }
}
#header > .logo {
  display: block;
  width: 300px;
  height: 130px;
  overflow: hidden;
  margin: 100px auto 0 auto;
  font-size: 200px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (min-width: 992px) {
  #header > .logo {
    margin: 20px auto 0 auto;
  }
}
#header > .logo > .ssg {
  display: block;
  margin-top: -50px;
}
#header > .logo:hover,
#header > .logo:focus,
#header > .logo:active {
  text-decoration: none;
  font-size: 210px;
}
#header > .content {
  width: 100%;
  height: 100%;
  max-width: 992px;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  #header > .content {
    position: fixed;
    left: 0;
    right: 0;
  }
}
#header > .content > .tag {
  display: none;
  width: 150px;
  padding: 10px;
  background-color: #83a617;
  font-size: 1.125em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
}
@media (min-width: 992px) {
  #header > .content > .tag {
    display: block;
  }
}
#header > .content > .tag.buildingA {
  left: 6px;
  top: 165px;
}
#header > .content > .tag.buildingB {
  right: 80px;
  top: 80px;
}
#header > .content > .tag.wellness {
  left: 230px;
  bottom: 150px;
}
#header > .content > .tag:after {
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
}
#header > .content > .tag.caretUp:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #83a617;
  left: 0;
  right: 0;
  top: -15px;
}
#header > .content > .tag.caretDown:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #83a617;
  left: 0;
  right: 0;
  bottom: -15px;
}
#header > .content > .tag:hover,
#header > .content > .tag:focus,
#header > .content > .tag:active {
  background-color: #fff;
  color: #83a617;
  text-decoration: none;
}
#header > .content > .tag:hover.caretUp:after,
#header > .content > .tag:focus.caretUp:after,
#header > .content > .tag:active.caretUp:after {
  border-bottom: 15px solid #fff;
}
#header > .content > .tag:hover.caretDown:after,
#header > .content > .tag:focus.caretDown:after,
#header > .content > .tag:active.caretDown:after {
  border-top: 15px solid #fff;
}
#header > .content > .wellcome {
  margin-top: 100px;
  font-size: 2.5em;
  color: #fff;
  text-shadow: 0 0 20px #000000;
  line-height: 1;
}
@media (max-width: 767px) and (orientation: landscape) {
  #header > .content > .wellcome {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  #header > .content > .wellcome {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  #header > .content > .wellcome {
    margin-top: 60px;
  }
}
#header > .content > .logo {
  display: inline-block;
  margin-top: 20px;
  font-size: 200px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) and (orientation: landscape) {
  #header > .content > .logo {
    margin-top: 10px;
    font-size: 100px;
  }
}
#header > .content > .enter {
  display: table;
  background-color: transparent;
  border: 0px none;
  margin: 20px auto 0 auto;
  font-size: 1.25em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 20px #000000;
}
@media (max-width: 767px) and (orientation: landscape) {
  #header > .content > .enter {
    margin-top: 10px;
  }
}
#header > .content > .enter > .ssg {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 3em;
  color: #83a617;
  -webkit-animation: move-bottom 3s infinite linear;
  -moz-animation: move-bottom 3s infinite linear;
  -o-animation: move-bottom 3s infinite linear;
  animation: move-bottom 3s infinite linear;
}
#header > nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #header > nav {
    position: absolute;
    top: initial;
    left: 0;
    bottom: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
#header > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  #header > nav ul {
    display: table;
    width: 100%;
  }
}
#header > nav ul > li {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  #header > nav ul > li {
    display: table-cell;
    vertical-align: middle;
  }
}
#header > nav ul > li > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 7px 30px 0 30px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-bottom: 7px solid transparent;
}
@media (min-width: 992px) {
  #header > nav ul > li > a {
    height: 90px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
#header > nav ul > li > a:hover,
#header > nav ul > li > a:focus,
#header > nav ul > li > a:active,
#header > nav ul > li > a.active {
  text-decoration: none;
  color: #83a617;
  border-color: #83a617;
}
#header > nav ul > li > a.lang {
  width: 30px;
  height: 30px;
  padding: 5px;
  font-size: 0.8em;
  font-weight: 400;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header > nav ul > li > a.lang:not(:first-of-type) {
  margin-left: 10px;
}
#header > nav ul > li > a.lang:hover,
#header > nav ul > li > a.lang:focus,
#header > nav ul > li > a.lang:active {
  border-color: #83a617;
}
#header > nav ul > li > a.lang.active {
  background-color: #fff;
  color: #000;
}
#header > nav ul > li .logo {
  display: block;
  margin: 0;
  width: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 992px) {
  #header > nav ul > li .logo {
    position: static;
  }
}
@media (max-width: 991px) {
  #header > nav ul > li:not(:first-of-type) {
    display: none;
  }
}
#header > nav .triggerMenu {
  background-color: transparent;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  border: 0px none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  #header > nav .triggerMenu {
    display: none;
  }
}
#header > nav .triggerMenu:after {
  content: '\f0c9';
  font-family: 'HajanskyRajFont';
}
#header > nav.opened {
  background-color: #000;
}
@media (max-width: 991px) {
  #header > nav.opened ul > li:not(:first-of-type) {
    display: block;
  }
}
#header > nav.opened .triggerMenu:after {
  content: '\f00d';
}
@media (min-width: 992px) {
  #header.fixed {
    z-index: 999;
  }
}
@media (min-width: 992px) {
  #header.fixed > .content {
    display: none;
  }
}
#header.fixed > nav {
  background-color: #000;
  bottom: auto;
}
@media (min-width: 992px) {
  #header.fixed > nav {
    position: fixed;
    top: 0;
  }
}
#header.fixed > nav ul > li > a:not(.lang) {
  height: 60px;
}
@-webkit-keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@-moz-keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@-o-keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
#footer {
  background-color: #000;
  padding: 30px 0;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}
#footer a {
  color: #fff;
}
#footer .logo {
  display: block;
  width: 80px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  #footer .logo {
    margin: 0 0 20px 0;
  }
}
#footer ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
@media (min-width: 768px) {
  #footer ul {
    margin: 0;
  }
}
#footer .author {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #footer .author {
    margin: 0;
    text-align: right;
  }
}
.contentBlock {
  padding: 50px 0;
  position: relative;
}
.contentBlock.verticalGradient:before {
  content: '';
  display: block;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .contentBlock.verticalGradient:before {
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(left, #f2f2f2, #fff);
    background: -moz-linear-gradient(left, #f2f2f2, #fff);
    background: -ms-linear-gradient(left, #f2f2f2, #fff);
    background: -o-linear-gradient(left, #f2f2f2, #fff);
  }
}
.contentBlock-container {
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.homepage-info {
  list-style: none;
  margin: 35px -15px;
  padding: 0;
}
.homepage-info:last-of-type {
  margin-bottom: 0;
}
.homepage-info > li {
  font-size: 1em;
  text-align: center;
}
.homepage-info > li > .ssg {
  display: block;
  padding: 15px 0;
  background-color: #83a617;
  color: #fff;
  font-size: 4.5em;
  position: relative;
}
.homepage-info > li > .ssg:after {
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #83a617;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.homepage-info > li > div {
  background-color: #f2f2f2;
  padding: 20px 5px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .homepage-info > li > div {
    min-height: calc(4.2857142900000005em + 40px);
  }
}
@media (min-width: 768px) {
  .homepage-info > li > div {
    min-height: calc(4.2857142900000005em + 40px);
  }
}
.homepage-info > li:not(:first-of-type) {
  margin-top: 15px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .homepage-info > li:not(:first-of-type) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .homepage-info > li:not(:first-of-type) {
    margin: 0;
  }
}
.homepage-gallery .btn {
  margin-top: 15px;
}
.homepage-gallery > div {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .homepage-gallery > div {
    margin: 0;
  }
}
.homepage-banner {
  margin: 50px 0 0 0;
  padding: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 166, 23, 0.8)), to(rgba(131, 166, 23, 0.8))), url(/images/front/bg-hp-banner.jpg);
  background: -webkit-linear-gradient(top, rgba(131, 166, 23, 0.8), rgba(131, 166, 23, 0.8)), url(/images/front/bg-hp-banner.jpg);
  background: -moz-linear-gradient(top, rgba(131, 166, 23, 0.8), rgba(131, 166, 23, 0.8)), url(/images/front/bg-hp-banner.jpg);
  background: -ms-linear-gradient(top, rgba(131, 166, 23, 0.8), rgba(131, 166, 23, 0.8)), url(/images/front/bg-hp-banner.jpg);
  background: -o-linear-gradient(top, rgba(131, 166, 23, 0.8), rgba(131, 166, 23, 0.8)), url(/images/front/bg-hp-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage-banner > h3 {
  display: table;
  margin: 0 0 15px 0;
}
.homepage-banner .btn {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.homepage-description {
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 166, 23, 0.7)), to(rgba(131, 166, 23, 0.7))), url(/images/front/bg-hp-description.jpg);
  background: -webkit-linear-gradient(top, rgba(131, 166, 23, 0.7), rgba(131, 166, 23, 0.7)), url(/images/front/bg-hp-description.jpg);
  background: -moz-linear-gradient(top, rgba(131, 166, 23, 0.7), rgba(131, 166, 23, 0.7)), url(/images/front/bg-hp-description.jpg);
  background: -ms-linear-gradient(top, rgba(131, 166, 23, 0.7), rgba(131, 166, 23, 0.7)), url(/images/front/bg-hp-description.jpg);
  background: -o-linear-gradient(top, rgba(131, 166, 23, 0.7), rgba(131, 166, 23, 0.7)), url(/images/front/bg-hp-description.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage-description h2 {
  margin: 0 0 25px 0;
  font-weight: 400;
}
.homepage-description h2:after {
  display: none;
}
.homepage-description .btn {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.map-default {
  width: 100%;
  height: 300px;
  position: relative;
}
.map-trips {
  width: 100%;
}
@media (min-width: 992px) {
  .map-trips {
    height: 500px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .map-trips #map-canvas {
    position: static;
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-trips #map-canvas {
    position: static;
    width: 100%;
    height: 500px;
  }
}
#map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.contacts-list .item {
  display: table;
  width: 100%;
  background-color: #f2f2f2;
  text-align: left;
  margin: 0;
}
.contacts-list .item:after {
  display: table;
  content: ' ';
  clear: both;
}
.contacts-list .item a[href^="tel"]:before,
.contacts-list .item a[href^="mailto"]:before {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  font-family: 'HajanskyRajFont';
  color: #83a617;
  text-align: center;
}
.contacts-list .item a[href^="tel"]:before {
  content: '\f095';
}
.contacts-list .item a[href^="mailto"]:before {
  content: '\f003';
}
.contacts-list .item > div {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.contacts-list .item .info {
  padding: 5px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .contacts-list .item .info {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .contacts-list .item .info {
    padding: 20px;
  }
}
.contacts-list .item .info h4 {
  margin: 0 0 10px 0;
  font-size: 1em;
  color: #83a617;
  font-weight: 400;
}
.contacts-list .item .info h4 small {
  text-transform: none;
  font-size: 0.8em;
  color: #000;
}
.contacts-list .item .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts-list .item .info ul > li {
  padding: 0;
  font-size: 0.875em;
}
.contacts-list .item .info ul > li:not(:last-of-type) {
  margin: 0 0 2px 0;
}
.contacts-list .item .photo {
  width: 80px;
  background-color: #e5e5e5;
  float: left;
  position: relative;
}
@media (max-width: 767px) and (orientation: landscape) {
  .contacts-list .item .photo {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .contacts-list .item .photo {
    width: 130px;
  }
}
.contacts-list .item .photo > img {
  display: block;
  width: 100%;
  margin: auto;
}
.contacts-list .item .photo > div {
  width: 100%;
  max-width: 130px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4);
}
.contacts-list .item .photo > div:after {
  content: '';
  display: table;
  padding-top: 128.57142857%;
}
@media (min-width: 768px) {
  .trip .col-right {
    float: right;
  }
}
.trip .gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .trip .gallery {
    margin-top: 0;
  }
}
.trip .gallery > div:not(:first-of-type) {
  margin-top: 30px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .trip .gallery > div:not(:first-of-type) {
    margin: 0;
  }
}
.trip .gallery a {
  display: block;
  position: relative;
}
.trip .gallery a img {
  display: block;
  width: 100%;
}
.trip .gallery a .plus {
  display: table;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.trip .video {
  display: block;
  margin-bottom: 30px;
  color: #fa4224;
  position: relative;
}
.trip .video > img {
  display: block;
  width: 100%;
  position: relative;
}
.trip .video:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.trip .video:after {
  content: '\f16a';
  font-family: 'HajanskyRajFont';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 50px;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.trip .video:hover,
.trip .video:focus,
.trip .video:active {
  color: #83a617;
}
.trip .btn-navigate {
  margin-bottom: 30px;
  border-width: 2px;
  font-size: 1em;
  white-space: normal;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.trip .btn-navigate .distance {
  display: block;
  font-size: 3em;
  color: #000;
}
.trip .btn-navigate .home {
  color: #000;
}
.trip .btn-navigate .navigate {
  display: block;
  margin: 20px -12px -6px -12px;
  padding: 6px 0;
  background-color: #83a617;
  color: #fff;
  text-transform: uppercase;
}
.trip .btn-navigate:hover,
.trip .btn-navigate:focus,
.trip .btn-navigate:active {
  background-color: transparent !important;
  color: #83a617 !important;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -moz-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -o-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -ms-transform: rotate(0) scale(1.1) skew(0) translate(0);
  transform: rotate(0) scale(1.1) skew(0) translate(0);
}
.trip .text {
  margin: 0 0 30px 0;
}
.trip .text2 {
  background-color: #f2f2f2;
  margin: 0 0 30px 0;
  padding: 15px;
}
.trips-list {
  height: auto;
  margin: 15px;
  padding: 0 0 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .trips-list {
    width: 300px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 120px;
    top: -40px;
    bottom: 0;
    z-index: 9;
  }
}
.trips-list > h2 {
  margin: 0;
  padding: 15px 20px;
  background-color: #83a617;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  text-align: center;
}
.trips-list > h2:after {
  display: none;
}
.trips-list > .contentContainer {
  padding: 15px 10px 0 10px;
}
@media (min-width: 992px) {
  .trips-list > .contentContainer {
    height: 770px;
    padding: 15px 0px 0 20px;
  }
}
@media (min-width: 992px) {
  .trips-list > .contentContainer > div {
    height: 100%;
    padding: 0 20px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.trips-list > .contentContainer > div::-webkit-scrollbar {
  width: 10px;
}
.trips-list > .contentContainer > div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.trips-list > .contentContainer > div .panel {
  margin: 0;
  border: 0px none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.trips-list > .contentContainer > div .panel > a:hover,
.trips-list > .contentContainer > div .panel > a:focus,
.trips-list > .contentContainer > div .panel > a:active {
  text-decoration: none;
  color: #83a617;
}
.trips-list > .contentContainer > div .panel-heading {
  padding: 0;
}
.trips-list > .contentContainer > div .panel-heading h3 {
  font-size: 1.125em;
}
.trips-list > .contentContainer > div .panel-heading h3 img {
  width: 25px;
  margin: 0 20px 0 0;
}
.trips-list > .contentContainer > div .panel-heading h3 .ssg {
  float: right;
  margin-top: 7px;
  color: #83a617;
}
.trips-list > .contentContainer > div .panel-body {
  padding: 0;
}
.trips-list > .contentContainer > div .panel-body > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 65px;
}
.trips-list > .contentContainer > div .panel-body > ul > li {
  margin: 0;
  padding: 0;
}
.trips-list > .contentContainer > div .panel-body > ul > li a > small {
  color: #999999;
}
.trips-list > .contentContainer > div .panel-body > ul > li:not(:first-of-type) {
  margin-top: 10px;
}
.trips-list > .contentContainer > div .panel:not(:first-of-type) {
  margin-top: 50px;
}
.priceList-seasons {
  margin: 0 0 60px 0;
}
.priceList-seasons > div {
  padding: 0;
  position: relative;
}
.priceList-seasons > div:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.priceList-seasons > div > button {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background-color: #f2f2f2;
  border: 0px none;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .priceList-seasons > div > button {
    line-height: 1.42857143;
    word-spacing: 200px;
  }
}
@media (min-width: 992px) {
  .priceList-seasons > div > button {
    line-height: 1;
    word-spacing: initial;
  }
}
.priceList-seasons > div > button > small {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: 400;
  word-spacing: initial;
}
.priceList-seasons > div > button:hover,
.priceList-seasons > div > button:focus {
  background-color: rgba(131, 166, 23, 0.5);
  outline-width: 0px;
}
.priceList-seasons > div > button:active,
.priceList-seasons > div > button.active {
  background-color: #83a617;
  color: #fff;
}
@media (min-width: 768px) {
  .priceList-seasons > div > button.active:after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #83a617;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
  }
}
.priceList-seasons > div > div {
  padding-left: 30px;
  color: #83a617;
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -30px;
}
.priceList-seasons > div > div:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #83a617;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 3px;
}
.priceList-seasons > div > div:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #83a617;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 8px;
  -webkit-animation: inProgress 2s step-start 0s infinite;
  -moz-animation: inProgress 2s step-start 0s infinite;
  -o-animation: inProgress 2s step-start 0s infinite;
  animation: inProgress 2s step-start 0s infinite;
}
.priceList-seasons-prices {
  margin-bottom: 70px;
}
.priceList-seasons-prices > .season {
  display: none;
}
.priceList-seasons-prices > .season > .caption {
  margin: 50px 0;
  font-size: 1.25em;
  text-align: center;
}
.priceList-seasons-prices > .season > .prices {
  margin: 0;
  background-color: #f2f2f2;
  position: relative;
}
.priceList-seasons-prices > .season > .prices > div {
  padding: 10px 15px;
  position: relative;
}
@media (min-width: 992px) {
  .priceList-seasons-prices > .season > .prices > div {
    padding: 20px 30px;
  }
}
.priceList-seasons-prices > .season > .prices > div > h4 {
  margin: 0;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.priceList-seasons-prices > .season > .prices > div > h4 > small {
  display: block;
  margin-top: 10px;
  font-size: 0.5em;
  color: #000;
  font-weight: 700;
}
.priceList-seasons-prices > .season > .prices > div > ul {
  list-style: none;
  margin: 25px 0 25px 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.priceList-seasons-prices > .season > .prices > div > ul > li {
  margin: 0;
  padding: 2px 0 2px 10px;
  border-left: 5px solid #83a617;
}
@media (min-width: 992px) {
  .priceList-seasons-prices > .season > .prices > div > ul > li {
    padding: 2px 0 2px 20px;
  }
}
.priceList-seasons-prices > .season > .prices > div > ul > li .name {
  font-size: 1.25em;
}
.priceList-seasons-prices > .season > .prices > div > ul > li .description {
  font-size: 0.875em;
}
.priceList-seasons-prices > .season > .prices > div > ul > li .description > button {
  padding: 0;
  background-color: transparent;
  color: #83a617;
  border: 0px none;
}
.priceList-seasons-prices > .season > .prices > div > ul > li .description > button:hover,
.priceList-seasons-prices > .season > .prices > div > ul > li .description > button:focus,
.priceList-seasons-prices > .season > .prices > div > ul > li .description > button:active {
  font-weight: 700;
}
.priceList-seasons-prices > .season > .prices > div > ul > li:not(:first-of-type) {
  margin-top: 25px;
}
.priceList-seasons-prices > .season > .prices > div > .note {
  font-size: 0.875em;
  text-align: center;
}
.priceList-seasons-prices > .season > .prices > div > .bestPrice {
  width: 170px;
  height: 170px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.priceList-seasons-prices > .season > .prices > div > .bestPrice > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px -40px auto auto;
  background-color: #83a617;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(45deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(45deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(45deg) scale(1) skew(0) translate(0);
  transform: rotate(45deg) scale(1) skew(0) translate(0);
}
.priceList-seasons-prices > .season > .prices > div.prices6nights {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .priceList-seasons-prices > .season > .prices > div.prices6nights {
    margin: -20px auto -20px auto;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .priceList-seasons-prices > .season > .prices > div.prices6nights {
    margin: -10px auto -10px auto;
  }
}
@media (min-width: 768px) {
  .priceList-seasons-prices > .season > .prices > div.prices1night {
    float: right;
  }
}
.priceList-seasons-prices > .season > .prices > div:not(:first-of-type) {
  border-top: 5px solid #83a617;
}
@media (min-width: 768px) {
  .priceList-seasons-prices > .season > .prices > div:not(:first-of-type) {
    border-top: 0px none;
  }
}
.priceList-seasons-prices > .season.active {
  display: block;
}
.priceList-info {
  margin-top: 70px;
}
.priceList-info ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.priceList-info ul > li {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}
.priceList-info ul > li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #83a617;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 6px;
}
.priceList-info ul > li:not(:first-of-type) {
  margin-top: 5px;
}
.priceList-timeline {
  list-style: none;
  margin: 40px 0 20px 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .priceList-timeline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 40px 0 20px 0;
  }
}
.priceList-timeline > li {
  margin: 0;
  padding: 20px 15px 20px 15px;
  border-left: 5px solid #83a617;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .priceList-timeline > li {
    width: 20%;
    padding: 0 5px 20px 5px;
    border-bottom: 5px solid #83a617;
    border-left: 0px none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .priceList-timeline > li {
    font-size: 0.8125em;
  }
}
.priceList-timeline > li > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 15px;
  height: 25px;
  margin: auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
}
@media (min-width: 768px) {
  .priceList-timeline > li > span {
    display: block;
    width: 100%;
    top: auto;
    bottom: -45px;
    left: 0;
  }
}
.priceList-timeline > li > .ssg {
  display: block;
  margin: 0 0 15px 0;
  color: #83a617;
  font-size: 5em;
}
.priceList-timeline > li:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #83a617;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -12px;
}
@media (min-width: 768px) {
  .priceList-timeline > li:after {
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0;
  }
}
@-webkit-keyframes inProgress {
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes inProgress {
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes inProgress {
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes inProgress {
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.booking-buildings {
  margin-bottom: 20px;
}
.booking-buildings input[type="radio"] {
  display: none;
}
.booking-buildings input[type="radio"] + label {
  display: block;
  padding: 10px 25px;
  color: #83a617;
  text-align: center;
  border: 2px solid #83a617;
  cursor: hand;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .booking-buildings input[type="radio"] + label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    float: left;
    text-align: left;
  }
}
.booking-buildings input[type="radio"] + label > span {
  display: block;
  font-size: 1em;
}
.booking-buildings input[type="radio"] + label > span.caption {
  font-size: 2em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .booking-buildings input[type="radio"] + label > span + span {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .booking-buildings input[type="radio"] + label:not(:first-of-type) {
    margin-left: 20px;
  }
}
.booking-buildings input[type="radio"] + label:hover,
.booking-buildings input[type="radio"] + label:focus,
.booking-buildings input[type="radio"] + label:active {
  background-color: #83a617;
  color: #fff;
}
.booking-buildings input[type="radio"]:checked + label {
  background-color: #83a617;
  color: #fff;
}
.booking-season {
  margin-bottom: 40px;
  text-align: center;
}
.booking-calendar {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
.booking-calendar th {
  font-weight: 400;
  text-align: right;
  padding: 0 10px 15px 0;
  border: 2px solid #fff;
}
.booking-calendar td {
  font-size: 1.125em;
  text-align: right;
  border: 2px solid #fff;
  position: relative;
}
.booking-calendar td > a,
.booking-calendar td > span {
  display: block;
  padding: 10px 10px 30px 0;
  position: relative;
  border: 2px solid transparent;
}
.booking-calendar td > a.unavailable,
.booking-calendar td > span.unavailable {
  background-color: #f2f2f2;
  color: #b2b2b2;
}
.booking-calendar td > a.booked,
.booking-calendar td > span.booked {
  background-color: #ff9600;
  color: #fff;
}
.booking-calendar td > a.occupied,
.booking-calendar td > span.occupied {
  background-color: #fa4224;
  color: #fff;
}
.booking-calendar td > a.startFree:after,
.booking-calendar td > span.startFree:after,
.booking-calendar td > a.endFree:after,
.booking-calendar td > span.endFree:after {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: -2px;
}
.booking-calendar td > a.startFree:after,
.booking-calendar td > span.startFree:after {
  background-color: #fa4224;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}
.booking-calendar td > a.endFree:after,
.booking-calendar td > span.endFree:after {
  background-color: #83a617;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}
.booking-calendar td > a {
  background-color: #83a617;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.booking-calendar td > a.occupied.startFree {
  background-color: #83a617;
}
.booking-calendar td > a.occupied.startFree:after {
  background-color: #fa4224;
}
.booking-calendar td > a.booked.startFree {
  background-color: #83a617;
}
.booking-calendar td > a.booked.startFree:after {
  background-color: #ff9600;
}
.booking-calendar td > a.active,
.booking-calendar td > a.hover {
  background-color: #fff;
  color: #83a617;
  border-color: #83a617;
}
.booking-calendar td > a:hover,
.booking-calendar td > a:focus {
  text-decoration: none;
  background-color: #fff;
  color: #83a617;
  border-color: #83a617;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -moz-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -o-transform: rotate(0) scale(1.1) skew(0) translate(0);
  -ms-transform: rotate(0) scale(1.1) skew(0) translate(0);
  transform: rotate(0) scale(1.1) skew(0) translate(0);
  z-index: 99;
}
.booking-calendar td > a.startFree.active,
.booking-calendar td > a.startFree.hover {
  background-color: #fff;
  color: #83a617;
  border-color: #83a617;
}
.booking-calendar td > a.startFree:hover,
.booking-calendar td > a.startFree:focus {
  background-color: #fff !important;
}
.booking-calendar td > a.endFree.active.occupied,
.booking-calendar td > a.endFree.hover.occupied {
  background-color: #fa4224;
  color: #fff;
}
.booking-calendar td > a.endFree.active.booked,
.booking-calendar td > a.endFree.hover.booked {
  background-color: #ff9600;
  color: #fff;
}
.booking-calendar td > a.endFree.active:after,
.booking-calendar td > a.endFree.hover:after {
  background-color: #fff !important;
}
.booking-calendar td > a.endFree:hover.occupied,
.booking-calendar td > a.endFree:focus.occupied {
  background-color: #fa4224;
  color: #fff;
}
.booking-calendar td > a.endFree:hover.booked,
.booking-calendar td > a.endFree:focus.booked {
  background-color: #ff9600;
  color: #fff;
}
.booking-calendar td > a.endFree:hover:after,
.booking-calendar td > a.endFree:focus:after {
  background-color: #fff !important;
}
.booking-calendar td.disabled:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.booking-calendar-container {
  margin-bottom: 30px;
}
.booking-calendar-container button[data-toggle="changeSelectedMonth"] {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: 0px none;
  color: #83a617;
}
.booking-calendar-container button[data-toggle="changeSelectedMonth"] > .ssg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 1;
}
.booking-calendar-container button[data-toggle="changeSelectedMonth"]:hover,
.booking-calendar-container button[data-toggle="changeSelectedMonth"]:focus,
.booking-calendar-container button[data-toggle="changeSelectedMonth"]:active {
  color: #000;
}
.booking-calendar-container .selectedMonth {
  font-size: 1.875em;
  font-weight: 700;
  text-transform: capitalize;
}
.booking-calendar-container .selectedMonth > small {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
}
.booking-calendar-legend {
  margin: 25px 0 0 0;
  text-align: center;
}
.booking-calendar-legend > span {
  display: inline-block;
  width: 110px;
  margin-top: 5px;
  border: 2px solid transparent;
  padding: 1px 10px;
  font-size: 0.875em;
  color: #fff;
}
.booking-calendar-legend > span.free {
  background-color: #83a617;
}
.booking-calendar-legend > span.occupied {
  background-color: #fa4224;
}
.booking-calendar-legend > span.booked {
  background-color: #ff9600;
}
.booking-calendar-legend > span.active {
  background-color: #fff;
  color: #83a617;
  border-color: #83a617;
}
.booking-calendar-legend > span.unavailable {
  background-color: #f2f2f2;
  color: #b2b2b2;
}
.booking-info {
  font-size: 0.875em;
  margin-bottom: 30px;
}
.booking-term {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.booking-term .form-group {
  margin-bottom: 30px;
}
.booking-term .price {
  margin: 5px 0 0 0;
  padding: 20px 15px;
  text-align: center;
  font-size: 2.5em;
  border: 2px solid #83a617;
}
.booking-term-container {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.booking-personalInfo {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.booking-personalInfo h2 {
  margin-bottom: 40px;
}
.booking-personalInfo .purchases {
  margin-bottom: 15px;
}
.booking-personalInfo .purchases > div {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .booking-personalInfo .purchases > div {
    margin-bottom: 0;
  }
}
.booking-personalInfo .purchases input[type="radio"] {
  display: none;
}
.booking-personalInfo .purchases input[type="radio"] + label {
  display: block;
  padding: 5px;
  cursor: hand;
  cursor: pointer;
  font-size: 1em;
  position: relative;
  border: 2px solid #83a617;
}
.booking-personalInfo .purchases input[type="radio"] + label > .ssg {
  display: block;
  margin: 0 0 10px 0;
  font-size: 5em;
  text-align: center;
}
.booking-personalInfo .purchases input[type="radio"] + label > span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.booking-personalInfo .purchases input[type="radio"] + label > span.name {
  font-size: 1.2em;
}
.booking-personalInfo .purchases input[type="radio"] + label > span.price {
  color: #83a617;
}
.booking-personalInfo .purchases input[type="radio"] + label > div {
  margin-top: 15px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .booking-personalInfo .purchases input[type="radio"] + label > div {
    min-height: 10.00000001em;
  }
}
@media (min-width: 768px) {
  .booking-personalInfo .purchases input[type="radio"] + label > div {
    min-height: 10.00000001em;
  }
}
.booking-personalInfo .purchases input[type="radio"] + label ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.booking-personalInfo .purchases input[type="radio"] + label:hover,
.booking-personalInfo .purchases input[type="radio"] + label:focus,
.booking-personalInfo .purchases input[type="radio"] + label:active {
  background-color: #83a617;
  color: #fff !important;
}
.booking-personalInfo .purchases input[type="radio"] + label:hover > span.price,
.booking-personalInfo .purchases input[type="radio"] + label:focus > span.price,
.booking-personalInfo .purchases input[type="radio"] + label:active > span.price {
  color: #fff;
}
.booking-personalInfo .purchases input[type="radio"]:checked + label {
  background-color: #83a617;
  color: #fff !important;
}
.booking-personalInfo .purchases input[type="radio"]:checked + label > span.price {
  color: #fff;
}
.booking-personalInfo .otherOptions input[type="checkbox"] {
  display: none;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label {
  display: block;
  margin: 0;
  padding: 5px;
  cursor: hand;
  cursor: pointer;
  font-size: 1em;
  position: relative;
  border: 2px solid #83a617;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label > span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label > span.name {
  font-size: 1.2em;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label > span.name > span {
  color: #83a617;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label > span.text {
  font-weight: 400;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label:not(:first-of-type) {
  margin-top: 15px;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label:hover,
.booking-personalInfo .otherOptions input[type="checkbox"] + label:focus,
.booking-personalInfo .otherOptions input[type="checkbox"] + label:active {
  background-color: #83a617;
  color: #fff !important;
}
.booking-personalInfo .otherOptions input[type="checkbox"] + label:hover > span.name > span,
.booking-personalInfo .otherOptions input[type="checkbox"] + label:focus > span.name > span,
.booking-personalInfo .otherOptions input[type="checkbox"] + label:active > span.name > span {
  color: #fff;
}
.booking-personalInfo .otherOptions input[type="checkbox"]:checked + label {
  background-color: #83a617;
  color: #fff !important;
}
.booking-personalInfo .otherOptions input[type="checkbox"]:checked + label > span.name > span {
  color: #fff;
}
.booking-send {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.875em;
  font-weight: 700;
}
.building {
  margin-top: 30px;
  background-color: #f2f2f2;
}
.building > .img {
  display: block;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9;
}
.building > .img img {
  display: block;
  width: 100%;
}
.building > .img .plus {
  display: table;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.building > .caption {
  background-color: #83a617;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
}
.building > .caption .name {
  font-size: 2.5em;
  font-weight: 700;
}
.building > .caption .info {
  font-size: 1.625em;
}
.building > .content {
  padding: 15px;
}
.building > .content .info {
  margin-bottom: 30px;
  text-align: center;
}
.building > .content .info > .legend {
  margin-bottom: 15px;
}
.building > .content .info > .legend > span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.building > .content .info > .legend > span:after {
  left: 0;
  top: 4px;
}
.building > .content .info > .legend > span:not(:first-of-type) {
  margin-left: 20px;
}
.building > .content .info > .items > .item {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 10px;
  padding: 0 5px;
  font-size: 1em;
  font-weight: 700;
}
.building > .content .info > .items > .item > .ssg {
  display: table;
  margin: 0 auto 15px auto;
  font-size: 3em;
  position: relative;
}
.building > .content .info > .items > .item > .ssg:after {
  right: 0;
  top: 0;
}
.building > .content .info .included:after,
.building > .content .info .forFee:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.building > .content .info .included:after {
  background-color: #83a617;
}
.building > .content .info .forFee:after {
  background-color: #ff9600;
}
.building > .content .text {
  margin-bottom: 30px;
}
.building > .content .btn {
  margin-top: 15px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .building > .content .btn {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .building > .content .btn {
    margin: 0;
  }
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.overlay .ssg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 50px;
}
.overlay-wrapper {
  position: relative;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-success {
  color: #fff;
  background-color: #83a617;
  border-color: #83a617;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #a6d31d;
  border-color: #95bc1a;
  text-decoration: none !important;
}
.btn-success.btn-outline {
  color: #83a617;
  border-color: #83a617;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus {
  color: #fff;
  background-color: #83a617;
}
.btn-white {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none !important;
}
.btn-white.btn-outline {
  color: #fff;
  border-color: #fff;
}
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus {
  color: #000;
  background-color: #fff;
}
.btn-outline {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
.btn-lg.btn-outline {
  border-width: 2px;
}
.phone > .form-control:first-child {
  width: 85px !important;
}
.phone > .form-control:last-child {
  width: calc(100% - 85px) !important;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*# sourceMappingURL=layout.css.map */