body {
  font: 14px/1 'Lato-light', serif;
}

ul, li {
  margin: 0;
  padding: 0;
}

a, p {
  color: inherit;
  font: inherit;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  width: inherit;
  height: inherit;
}

button {
  border: 0;
  outline: none;
}

.no-videoautoplay .movieCropper iframe {
  display: none !important;
}

.videoautoplay .movieCropper img {
  display: none !important;
}

.theButton .theBtn, .theButton.completeButton,
.theButton .action, .Actions .theBtn, .Actions.completeButton,
.Actions .action {
  min-width: 210px;
  line-height: 46px;
  height: 46px;
  color: #97B6B5;
  border: 2px solid #97B6B5;
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.theButton .theBtn:hover, .theButton.completeButton:hover,
.theButton .action:hover, .Actions .theBtn:hover, .Actions.completeButton:hover,
.Actions .action:hover {
  background: #97B6B5;
  color: white;
}
.theButton .theBtn.disabled, .theButton.completeButton.disabled,
.theButton .action.disabled, .Actions .theBtn.disabled, .Actions.completeButton.disabled,
.Actions .action.disabled {
  opacity: 0.3;
}
.theButton button, .Actions button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.theButton.completeButton,
.theButton .action, .Actions.completeButton,
.Actions .action {
  /*min-width: 210px;
  line-height: 46px;
  height: 46px;
  color: $green;
  border: 2px solid $green;
  text-transform: uppercase;
  font-family: $mon-r;
  font-size: 18px;
  text-align: center;*/
  background: none;
  padding: 0;
  margin: 0 auto;
  display: block;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  background-size: 800px;
  margin: 50px 0 50px;
  position: relative;
  text-align: center;
}
hr:before {
  content: '';
  width: 7px;
  height: 7px;
  background: inherit;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate(-8px, -8px);
  -ms-transform: rotate3d(0, 0, 1, 45deg) translate(-8px, -8px);
  transform: rotate3d(0, 0, 1, 45deg) translate(-8px, -8px);
}

a {
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
}

@media (max-width: 992px) {
  .bodyWrap {
    padding-top: 80px;
  }
}

.theMovie .movieWrap {
  position: relative;
  overflow: hidden;
  background: #332E25;
}
.theMovie .logo-big {
  width: 96%;
  height: 128px;
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 0;
  position: absolute;
  left: 0;
}
.theMovie .logo-big img {
  width: 180px;
}
@media (max-width: 992px) {
  .theMovie .logo-big {
    display: none;
  }
}
.theMovie .video {
  min-height: 100%;
  min-width: 100%;
}
.theMovie .video.java {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.theMovie .videoNavs {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 13px 0;
}
.theMovie .videoNavs .container {
  height: 100%;
  position: relative;
}
.theMovie .videoNavs .video-play {
  display: block;
  position: absolute;
  width: 96%;
  top: 50%;
  left: 0;
  margin-top: -40px;
  cursor: pointer;
  background: 0;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .theMovie .videoNavs .video-play {
    width: 93.6%;
  }
}
.theMovie .videoNavs .video-play:before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background: url("../img/video_play.png") no-repeat 50% 50%;
  background-size: 80px;
  margin: 0 auto;
}
.theMovie .videoNavs .video-play:after {
  content: 'Play movie';
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
  margin-top: 13px;
  text-shadow: 0 0 8px #000000;
  font-family: "Montserrat-Light", sans-serif;
}
.theMovie .videoNavs .video-play:hover:before {
  background-size: 82px;
}
.theMovie .videoNavs .video-play:active:before {
  background-size: 76px;
}
.theMovie .videoNavs .video-play.playing {
  visibility: hidden;
}
.theMovie .videoNavs .menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: inherit;
  font-family: "Montserrat-Light", sans-serif;
  background: rgba(51, 46, 37, 0.2);
}
.theMovie .videoNavs .menu .menu-list {
  text-align: justify;
  font-size: 0;
}
.theMovie .videoNavs .menu .menu-list li {
  display: inline-block;
}
.theMovie .videoNavs .menu .menu-list li a {
  padding: 34px 13px;
  display: inline-block;
  width: auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.theMovie .videoNavs .menu .menu-list li:hover a, .theMovie .videoNavs .menu .menu-list li.section a, .theMovie .videoNavs .menu .menu-list li.current a {
  color: #97b6b5;
}
.theMovie .videoNavs .menu .menu-list:after {
  content: '';
  width: 100%;
  display: inline-block;
  height: 0;
  overflow: hidden;
}
.theMovie .videoNavs:hover .video-play.playing {
  visibility: visible;
  opacity: 0;
  -webkit-transition: linear 200ms;
  transition: linear 200ms;
}
.theMovie .videoNavs:hover .video-play.playing:hover {
  opacity: 1;
}
.theMovie .videoNavs:hover .video-play.playing:after {
  content: 'Pause';
}
.theMovie .OnVideo {
  -webkit-transition: cubic-bezier(0.6, 0.15, 0.5, 0.9) 500ms;
  transition: cubic-bezier(0.6, 0.15, 0.5, 0.9) 500ms;
}
.theMovie .OnVideo.vidplaying {
  z-index: 1600;
}
.theMovie .OnVideo.vidplaying.logo-big {
  top: -128px;
}
.theMovie .OnVideo.vidplaying.menu {
  bottom: -90px;
}

.theFooter {
  background: #332E25;
  padding: 34px 0 21px;
}
.theFooter .footerPre {
  font-size: 24px;
  color: #ffffff;
  font-family: "NotoSerif-Italic", serif;
  text-align: center;
  margin-bottom: 55px;
}
.theFooter .footerIcons {
  margin-bottom: 76px;
  font-size: 16px;
}
.theFooter .footerIcons .item {
  color: #ffffff;
  display: block;
}
.theFooter .footerIcons .item:hover {
  color: #97B6B5;
}
.theFooter .footerIcons .item .text {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.theFooter .footerIcons .item .icons {
  background: url("../img/footer-icons.png") no-repeat 0 0;
  background-size: 300% 100%;
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 21px;
}
.theFooter .footerIcons .item .icons.mail {
  background-position: -2% 50%;
}
.theFooter .footerIcons .item .icons.calendar {
  background-position: 60% 50%;
}
.theFooter .footerIcons .item .icons.mobile {
  background-position: 110% 50%;
}
.theFooter .footerCopy {
  color: #605D5A;
  font: "Lato-light", sans-serif;
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat-Light", sans-serif;
}
.theFooter .footerCopy li {
  padding: 0;
}
.theFooter .footerCopy li:not(:last-child):after {
  content: '\2666';
  margin: 0 10px;
}
.theFooter .footerCopy li:not(:last-child) a:hover {
  color: #ffffff;
}

.theArticle .container {
  max-width: 1000px;
}
.theArticle .article {
  color: #332E25;
  font-size: 20px;
  font-family: "Lato-light", sans-serif;
  padding: 34px 0 55px;
}
.theArticle .article .text img {
  max-width: 100%;
}
.theArticle .article .text .theSlider {
  margin: 75px 0 45px;
}
.theArticle .article p {
  line-height: 30px;
  margin-bottom: 21px;
  color: #605D5A;
}
.theArticle .article p.semibold {
  font-size: 120%;
  line-height: 140%;
}
.theArticle .article p a {
  color: #97b6b5;
}
.theArticle .article p a:hover {
  text-decoration: underline;
}
.theArticle .article blockquote {
  border-left: none;
}
.theArticle .article blockquote p {
  font-size: 32px;
  font-family: "NotoSerif-Italic", serif;
  text-align: center;
  color: #A5A29F;
  margin: 35px 0;
  line-height: 140%;
}
.theArticle .article blockquote p:before {
  content: '\201c';
}
.theArticle .article blockquote p:after {
  content: '\201d';
}
.theArticle .article .wide {
  margin: 0 -15px;
  display: block;
}
.theArticle .article .minilogo {
  text-align: center;
  margin: 7px 0 34px 0;
}
.theArticle .article .minilogo img {
  width: 40px;
}
.theArticle .article .title {
  font-size: 26px;
  margin-bottom: 34px;
  text-align: center;
}
.theArticle .article .title.italic {
  font-family: "NotoSerif-Italic", serif;
}
.theArticle .article .title.super {
  font-size: 34px;
  margin: 34px 0;
}
.theArticle .article h2, .theArticle .article h3, .theArticle .article h4, .theArticle .article h5, .theArticle .article h6 {
  font-family: "NotoSerif-Italic", serif;
  text-align: center;
  margin: 36px 0 24px;
}
.theArticle .article .readStory {
  margin: 34px 0;
  text-align: center;
  display: block;
}
.theArticle ul.features {
  width: 75%;
  margin: 55px 0 55px 25%;
  text-align: left;
}
.theArticle ul.features:before, .theArticle ul.features:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.theArticle ul.features li {
  float: left;
  width: 50%;
  display: block;
  list-style: none;
  margin-bottom: 21px;
}
.theArticle ul.features li:first-child {
  float: left;
  width: 25%;
  margin-left: -25%;
  font-size: 18px;
  text-align: left;
  color: #332E25;
  font-family: "Lato-Semibold", sans-serif;
}
.theArticle ul.features li a {
  font-size: 17px;
  display: block;
}
@media (max-width: 768px) {
  .theArticle ul.features {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .theArticle ul.features li {
    width: 50%;
  }
  .theArticle ul.features li:first-child {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .theArticle ul.features {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .theArticle ul.features li {
    width: 100%;
  }
  .theArticle ul.features li:first-child {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .theArticle .title, .theArticle .items, .theArticle .items li {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.theArticle .singleContact {
  display: table;
  width: 100%;
  margin: 55px 0 21px;
}
.theArticle .singleContact .name, .theArticle .singleContact .photo, .theArticle .singleContact .mail {
  display: table-cell;
  width: 33.333%;
  vertical-align: middle;
  text-align: center;
  height: 150px;
  font-family: "NotoSerif-Italic", serif;
  font-size: 20px;
}
@media (max-width: 992px) {
  .theArticle .singleContact .name, .theArticle .singleContact .photo, .theArticle .singleContact .mail {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 13px;
  }
  .theArticle .singleContact .name img, .theArticle .singleContact .photo img, .theArticle .singleContact .mail img {
    height: 90px;
  }
}
.theArticle .singleContact img {
  width: auto;
}
.theArticle .singleContact .mail {
  color: #97B6B5;
}
.theArticle .theGallery .item {
  height: 320px;
  display: block;
  margin-bottom: 34px;
  text-align: center;
}
.theArticle .theGallery .item:hover .image {
  background: rgba(151, 182, 181, 0.85) url("../img/open_img.png") no-repeat 50% 50%;
  background-size: 100px 100px;
}
.theArticle .theGallery .item:hover .image img {
  opacity: 0.15;
  -webkit-transition: linear 100ms;
  transition: linear 100ms;
}
.theArticle .theGallery .item .image {
  display: block;
  text-align: center;
  margin-bottom: 13px;
  max-height: 300px;
  overflow: hidden;
}
.theArticle .theGallery .item .image img {
  width: 100%;
  height: auto;
}
.theArticle .theGallery .item .title {
  text-align: center;
  display: block;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
  color: #332E25;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .theArticle .theGallery .wrapItem .item {
    height: auto !important;
  }
  .theArticle .theGallery .wrapItem .item .title {
    height: 30px;
  }
}

.theSlider .slides {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.theSlider .slides li {
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.theSlider .slides .bg-item {
  height: 600px;
  height: 40vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .theSlider .slides .bg-item {
    height: 60vw;
  }
}
.theSlider .slides .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.theSlider .slides .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.theSlider .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 999;
  background: rgba(51, 46, 37, 0.6);
  outline: none;
}
.theSlider .slick-arrow:hover {
  background: rgba(51, 46, 37, 0.5);
}
.theSlider .slick-arrow:before {
  color: #ffffff;
  content: '';
  background-image: url("../img/slider_arrow.png");
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  width: 16px;
  background-size: 37px;
  position: absolute;
  -webkit-transition: linear 150ms;
  transition: linear 150ms;
}
.theSlider .slick-arrow.slick-prev {
  left: 0;
}
.theSlider .slick-arrow.slick-prev:before {
  right: 34px;
  background-position: 0 50%;
}
.theSlider .slick-arrow.slick-next {
  right: 0;
}
.theSlider .slick-arrow.slick-next:before {
  left: 34px;
  background-position: 100% 50%;
}
@media (max-width: 992px) {
  .theSlider .slick-arrow {
    background-color: transparent !important;
  }
  .theSlider .slick-arrow.slick-prev {
    left: 0;
  }
  .theSlider .slick-arrow.slick-prev:before {
    right: 0;
    background-position: 0 50%;
  }
  .theSlider .slick-arrow.slick-next {
    right: 0;
  }
  .theSlider .slick-arrow.slick-next:before {
    left: 0;
    background-position: 100% 50%;
  }
}
.theSlider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1255;
  margin-bottom: 21px;
}
.theSlider .slick-dots li {
  display: inline;
  float: none;
  color: #ffffff;
  padding: 0;
  margin: 0 5px;
}
.theSlider .slick-dots li button {
  line-height: 0;
  font-size: 0;
  background: transparent;
}
.theSlider .slick-dots li button:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  background: #ffffff;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate(0px, 0px);
  -ms-transform: rotate3d(0, 0, 1, 45deg) translate(0px, 0px);
  transform: rotate3d(0, 0, 1, 45deg) translate(0px, 0px);
}
.theSlider .slick-dots li.slick-active button:before {
  background: #332E25;
}

@media (max-width: 992px) {
  .HomePage .menu.OnVideo.at-top.hidden-xs {
    display: none !important;
  }
}
.theMenu, .HomePage .menu.OnVideo.at-top {
  background: #ffffff;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  bottom: auto;
  padding: 0px;
  -webkit-transition: top 500ms;
  transition: top 500ms;
}
@media (max-width: 992px) {
  .theMenu, .HomePage .menu.OnVideo.at-top {
    display: block !important;
  }
}
.theMenu.nav-up, .theMenu.at-top, .HomePage .menu.OnVideo.at-top.nav-up, .HomePage .menu.OnVideo.at-top.at-top {
  top: -90px;
}
.theMenu.nav-down, .HomePage .menu.OnVideo.at-top.nav-down {
  top: 0px;
}
.theMenu .wrap, .HomePage .menu.OnVideo.at-top .wrap {
  position: relative;
}
.theMenu .smLogo, .HomePage .menu.OnVideo.at-top .smLogo {
  padding: 20px;
}
.theMenu .smLogo img, .HomePage .menu.OnVideo.at-top .smLogo img {
  height: 40px;
}
.theMenu .smLogo, .HomePage .menu.OnVideo.at-top .smLogo {
  position: absolute;
  left: 0;
  height: 80px;
}
.theMenu .mobLogo, .HomePage .menu.OnVideo.at-top .mobLogo {
  text-align: center;
  padding: 10px 0;
  position: absolute;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 1100;
}
.theMenu .mobLogo img, .HomePage .menu.OnVideo.at-top .mobLogo img {
  height: 60px;
}
@media (max-width: 992px) {
  .theMenu #top_menu, .HomePage .menu.OnVideo.at-top #top_menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
}
@media (min-width: 992px) {
  .theMenu #top_menu, .HomePage .menu.OnVideo.at-top #top_menu {
    display: block !important;
  }
}
.theMenu .navs, .HomePage .menu.OnVideo.at-top .navs {
  padding: 0  80px;
  min-width: 100%;
}
.theMenu .navs .menu-items, .theMenu .navs .menu-list, .theMenu .container .menu-items, .theMenu .container .menu-list, .HomePage .menu.OnVideo.at-top .navs .menu-items, .HomePage .menu.OnVideo.at-top .navs .menu-list, .HomePage .menu.OnVideo.at-top .container .menu-items, .HomePage .menu.OnVideo.at-top .container .menu-list {
  text-align: justify;
  line-height: 0;
  width: 100%;
  min-width: 100%;
  display: block;
}
.theMenu .navs .menu-items li, .theMenu .navs .menu-list li, .theMenu .container .menu-items li, .theMenu .container .menu-list li, .HomePage .menu.OnVideo.at-top .navs .menu-items li, .HomePage .menu.OnVideo.at-top .navs .menu-list li, .HomePage .menu.OnVideo.at-top .container .menu-items li, .HomePage .menu.OnVideo.at-top .container .menu-list li {
  display: inline-block;
}
@media (max-width: 992px) {
  .theMenu .navs .menu-items li, .theMenu .navs .menu-list li, .theMenu .container .menu-items li, .theMenu .container .menu-list li, .HomePage .menu.OnVideo.at-top .navs .menu-items li, .HomePage .menu.OnVideo.at-top .navs .menu-list li, .HomePage .menu.OnVideo.at-top .container .menu-items li, .HomePage .menu.OnVideo.at-top .container .menu-list li {
    display: block;
    text-align: center;
  }
}
.theMenu .navs .menu-items li a, .theMenu .navs .menu-list li a, .theMenu .container .menu-items li a, .theMenu .container .menu-list li a, .HomePage .menu.OnVideo.at-top .navs .menu-items li a, .HomePage .menu.OnVideo.at-top .navs .menu-list li a, .HomePage .menu.OnVideo.at-top .container .menu-items li a, .HomePage .menu.OnVideo.at-top .container .menu-list li a {
  display: inline;
  line-height: 80px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #332E25;
  text-decoration: none;
}
.theMenu .navs .menu-items li a:hover, .theMenu .navs .menu-list li a:hover, .theMenu .container .menu-items li a:hover, .theMenu .container .menu-list li a:hover, .HomePage .menu.OnVideo.at-top .navs .menu-items li a:hover, .HomePage .menu.OnVideo.at-top .navs .menu-list li a:hover, .HomePage .menu.OnVideo.at-top .container .menu-items li a:hover, .HomePage .menu.OnVideo.at-top .container .menu-list li a:hover {
  color: #97B6B5;
}
.theMenu .navs .menu-items li:hover a, .theMenu .navs .menu-items li.section a, .theMenu .navs .menu-items li.current a, .theMenu .navs .menu-list li:hover a, .theMenu .navs .menu-list li.section a, .theMenu .navs .menu-list li.current a, .theMenu .container .menu-items li:hover a, .theMenu .container .menu-items li.section a, .theMenu .container .menu-items li.current a, .theMenu .container .menu-list li:hover a, .theMenu .container .menu-list li.section a, .theMenu .container .menu-list li.current a, .HomePage .menu.OnVideo.at-top .navs .menu-items li:hover a, .HomePage .menu.OnVideo.at-top .navs .menu-items li.section a, .HomePage .menu.OnVideo.at-top .navs .menu-items li.current a, .HomePage .menu.OnVideo.at-top .navs .menu-list li:hover a, .HomePage .menu.OnVideo.at-top .navs .menu-list li.section a, .HomePage .menu.OnVideo.at-top .navs .menu-list li.current a, .HomePage .menu.OnVideo.at-top .container .menu-items li:hover a, .HomePage .menu.OnVideo.at-top .container .menu-items li.section a, .HomePage .menu.OnVideo.at-top .container .menu-items li.current a, .HomePage .menu.OnVideo.at-top .container .menu-list li:hover a, .HomePage .menu.OnVideo.at-top .container .menu-list li.section a, .HomePage .menu.OnVideo.at-top .container .menu-list li.current a {
  color: #97b6b5;
}
.theMenu .navs .menu-items:after, .theMenu .navs .menu-list:after, .theMenu .container .menu-items:after, .theMenu .container .menu-list:after, .HomePage .menu.OnVideo.at-top .navs .menu-items:after, .HomePage .menu.OnVideo.at-top .navs .menu-list:after, .HomePage .menu.OnVideo.at-top .container .menu-items:after, .HomePage .menu.OnVideo.at-top .container .menu-list:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.theMenu .toggleMenuBurger, .HomePage .menu.OnVideo.at-top .toggleMenuBurger {
  background: none;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 21px 18px;
  margin: 0;
  border: 0;
  z-index: 1600;
}
@media (min-width: 992px) {
  .theMenu .toggleMenuBurger, .HomePage .menu.OnVideo.at-top .toggleMenuBurger {
    display: none;
  }
}
.theMenu .toggleMenuBurger:hover .wrap span, .HomePage .menu.OnVideo.at-top .toggleMenuBurger:hover .wrap span {
  background: #97B6B5;
}
.theMenu .toggleMenuBurger.collapsed.over .wrap span, .HomePage .menu.OnVideo.at-top .toggleMenuBurger.collapsed.over .wrap span {
  position: static;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) translate(0px, 0px);
  -ms-transform: rotate3d(0, 0, 0, 0deg) translate(0px, 0px);
  transform: rotate3d(0, 0, 0, 0deg) translate(0px, 0px);
}
.theMenu .toggleMenuBurger.collapsed.over .wrap span:last-child, .HomePage .menu.OnVideo.at-top .toggleMenuBurger.collapsed.over .wrap span:last-child {
  display: block;
}
.theMenu .toggleMenuBurger .wrap, .HomePage .menu.OnVideo.at-top .toggleMenuBurger .wrap {
  overflow: hidden;
}
.theMenu .toggleMenuBurger .wrap span, .HomePage .menu.OnVideo.at-top .toggleMenuBurger .wrap span {
  display: block;
  height: 2px;
  width: 24px;
  margin: 0 auto 7px;
  background: #332E25;
  position: absolute;
  left: 12px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate(0px, 0px);
  -ms-transform: rotate3d(0, 0, 1, 45deg) translate(0px, 0px);
  transform: rotate3d(0, 0, 1, 45deg) translate(0px, 0px);
  -webkit-transition: linear 200ms;
  transition: linear 200ms;
}
.theMenu .toggleMenuBurger .wrap span:nth-child(2), .HomePage .menu.OnVideo.at-top .toggleMenuBurger .wrap span:nth-child(2) {
  -webkit-transform: rotate3d(0, 0, -1, 45deg) translate(0px, 0px);
  -ms-transform: rotate3d(0, 0, -1, 45deg) translate(0px, 0px);
  transform: rotate3d(0, 0, -1, 45deg) translate(0px, 0px);
}
.theMenu .toggleMenuBurger .wrap span:last-child, .HomePage .menu.OnVideo.at-top .toggleMenuBurger .wrap span:last-child {
  -webkit-transform: rotate3d(0, 0, 0, 0deg) translate(0px, 0px);
  -ms-transform: rotate3d(0, 0, 0, 0deg) translate(0px, 0px);
  transform: rotate3d(0, 0, 0, 0deg) translate(0px, 0px);
  margin-bottom: 0;
  opacity: 0;
  bottom: -10px;
}

@media (min-width: 992px) {
  .theBanner {
    margin-top: 85px;
  }
}
.theBanner .simple img {
  width: 100%;
}

input.lastfocused {
  border: 4px solid #ccc !important;
}

.theCalendar td.active:hover,
input.hoveringdates,
input.date-alt:focus {
  border: 4px solid #999 !important;
}

.theCalendar.arrfocused .afterDepDate,
.theCalendar.depfocused .beforeArrDate {
  color: #ccc !important;
}

.theCalendar td.betweenArrAndDep {
  background-color: #ffff99 !important;
}

.theCalendar td.betweenArrAndDepInvalid {
  background-color: #ff9999 !important;
}

.theCalendar td.arrDate,
.theCalendar td.depDate,
.theCalendar td.arrDate.betweenArrAndDep,
.theCalendar td.depDate.betweenArrAndDep {
  background-color: #ffff66 !important;
}

.theCalendar td.arrDate.betweenArrAndDepInvalid,
.theCalendar td.depDate.betweenArrAndDepInvalid {
  background-color: #ff6666 !important;
}

.theCalendar td.betweenArrAndDepInvalid.inactive,
.theCalendar td.betweenArrAndDepInvalid.inactive {
  border: 2px solid #ff6666 !important;
  color: #ff6666;
}

.theCalendar {
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.theCalendar .calendarblock {
  margin-bottom: 30px;
}
.theCalendar .calendar .calendarWrap {
  color: #ccc;
  font-family: "NotoSerif-Italic", serif;
}
.theCalendar .calendar .tableTitle {
  font-size: 16px;
  font-family: "NotoSerif-Italic", serif;
  color: #332E25;
  text-align: center;
  padding: 21px 0;
  border: 1px solid #A5A29F;
  border-bottom: 0;
}
.theCalendar .calendar .tableCalendar {
  width: 100%;
}
.theCalendar .calendar .tableCalendar .thead {
  font-size: 14px;
  text-align: center;
  font-family: "NotoSerif-Italic", serif;
  border: 1px solid #A5A29F;
  border-bottom: 0;
  border-top: 0;
}
.theCalendar .calendar .tableCalendar .thead th {
  text-align: center;
  color: #A5A29F;
  padding: 13px 0;
}
.theCalendar .calendar .tableCalendar .tbody {
  font-family: "Montserrat-Light", sans-serif;
}
.theCalendar .calendar .tableCalendar .tbody td {
  height: 48px;
  width: 14.285%;
  text-align: center;
  vertical-align: middle;
  background: #000;
  background: #ffffff;
  border: 1px solid #A5A29F;
}
.theCalendar .calendar .tableCalendar .tbody td.active {
  color: #000000;
}
.theCalendar .calendar .tableCalendar .tbody td.inactive {
  background: #F2F2F2;
}

.theForm.availability {
  max-width: 800px;
  margin: 0 auto;
}
.theForm .field {
  margin-bottom: 34px;
  /* Attempt to also style the select/dropdown */
}
.theForm .field label {
  display: block;
  margin-bottom: 13px;
  font-family: "NotoSerif-Italic", serif;
  font-size: 18px;
  font-weight: normal;
}
.theForm .field input[type='text'],
.theForm .field input[type='email'],
.theForm .field input[type='password'],
.theForm .field select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  outline-color: #97B6B5;
}
.theForm .field textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
  padding: 13px;
  outline-color: #97B6B5;
}
.theForm .field select {
  background: #ffffff;
  border-color: #97B6B5;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theForm .field select {
    padding-right: 18px;
  }
}

#availabilitycalendars {
  position: relative;
}
#availabilitycalendars .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 140px;
  margin-left: -50px;
  background-color: transparent;
}
#availabilitycalendars .slick-arrow:before {
  content: '<';
  font-size: 24px;
  color: black;
  display: block;
  padding: 12px 16px;
  line-height: 24px;
  border: 1px solid black;
}
#availabilitycalendars .slick-next {
  margin-right: -50px;
  right: 0px;
}
#availabilitycalendars .slick-next:before {
  content: '>';
}
#availabilitycalendars .slick-list {
  overflow: hidden;
}
#availabilitycalendars .calendarblock:focus {
  border: none;
  outline: none;
}

.HomePage .movieCropper, .HomePage .fullVideoOverlay {
  position: absolute;
}
.HomePage .movieCropper iframe, .HomePage .fullVideoOverlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videocloser {
  position: absolute;
  margin-top: -38px;
  padding: 8px 0;
  right: 0;
  width: 120px;
  z-index: 10;
  display: none;
}
#videocloser img {
  width: 100%;
  height: auto;
}
#videocloser.show {
  display: block;
}

.theMovie {
  height: 80vw;
  background-color: black;
}
@media (min-width: 992px) {
  .theMovie {
    height: 100vh;
  }
}

.error.message {
  color: white;
  background-color: red;
  margin: 4px 0;
  border-radius: 3px;
  display: inline-block;
  padding: 4px;
  font-weight: bold;
}

.HomePage {
  /*	.fullVideoOverlay .fullMovieCropper iframe {
  		display: none;
  		//position: absolute;
  		//top: 50%;
  		//left: 50%;
  		//-webkit-transform: translate3d(-50%, -50%, 0);
  		//-moz-transform: translate3d(-50%, -50%, 0);
  		//-ms-transform: translate3d(-50%, -50%, 0);
  		//-o-transform: translate3d(-50%, -50%, 0);
  		//transform: translate3d(-50%, -50%, 0);
  	}
  */
}
.HomePage .theMenu {
  display: none;
}
.HomePage .movieWrap {
  background: black;
}
.HomePage .fullVideoOverlay {
  background-color: black;
  background-color: rgba(51, 46, 37, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.HomePage .fullVideoOverlay .fullMovieCropper {
  position: relative;
}

.theMenu .container .menu-items li .localepicker .current,
.theMovie .videoNavs .menu .localepicker .current,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .current {
  display: none;
}
.theMenu .container .menu-items li .localepicker .btn-default,
.theMenu .container .menu-items li .localepicker .btn:active,
.theMenu .container .menu-items li .localepicker .btn:focus,
.theMenu .container .menu-items li .localepicker .btn:hover,
.theMenu .container .menu-items li .localepicker .btn.active,
.theMovie .videoNavs .menu .localepicker .btn-default,
.theMovie .videoNavs .menu .localepicker .btn:active,
.theMovie .videoNavs .menu .localepicker .btn:focus,
.theMovie .videoNavs .menu .localepicker .btn:hover,
.theMovie .videoNavs .menu .localepicker .btn.active,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .btn-default,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .btn:active,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .btn:focus,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .btn:hover,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .btn.active {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.theMenu .container .menu-items li .localepicker button,
.theMovie .videoNavs .menu .localepicker button,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker button {
  line-height: 80px;
  padding-top: 0;
  margin-top: 0;
  border-width: 0;
}
.theMenu .container .menu-items li .localepicker, .theMenu .container .menu-items li .localepicker button, .theMenu .container .menu-items li .localepicker .dropdown-menu li,
.theMovie .videoNavs .menu .localepicker,
.theMovie .videoNavs .menu .localepicker button,
.theMovie .videoNavs .menu .localepicker .dropdown-menu li,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker button,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .dropdown-menu li {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #332E25 !important;
  text-decoration: none;
}
.theMenu .container .menu-items li .localepicker .caret, .theMenu .container .menu-items li .localepicker button .caret, .theMenu .container .menu-items li .localepicker .dropdown-menu li .caret,
.theMovie .videoNavs .menu .localepicker .caret,
.theMovie .videoNavs .menu .localepicker button .caret,
.theMovie .videoNavs .menu .localepicker .dropdown-menu li .caret,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .caret,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker button .caret,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .dropdown-menu li .caret {
  margin-top: -8px;
  margin-left: 8px;
}
.theMenu .container .menu-items li .localepicker .dropdown-menu,
.theMovie .videoNavs .menu .localepicker .dropdown-menu,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .dropdown-menu {
  min-width: auto;
  margin-top: -30px;
}
.theMenu .container .menu-items li .localepicker .dropdown-menu li,
.theMovie .videoNavs .menu .localepicker .dropdown-menu li,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker .dropdown-menu li {
  padding: 0;
  line-height: 36px;
}
.theMenu .container .menu-items li .localepicker a, .theMenu .container .menu-items li .localepicker a:link, .theMenu .container .menu-items li .localepicker a:hover,
.theMovie .videoNavs .menu .localepicker a,
.theMovie .videoNavs .menu .localepicker a:link,
.theMovie .videoNavs .menu .localepicker a:hover,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker a,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker a:link,
.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker a:hover {
  color: #332E25 !important;
  background-color: transparent;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

.HomePage .menu.OnVideo.at-top .container .menu-list li .localepicker {
  margin-top: -6px;
}

.theMovie .videoNavs .menu .localepicker {
  margin-top: -6px;
}
.theMovie .videoNavs .menu .localepicker button, .theMovie .videoNavs .menu .localepicker a, .theMovie .videoNavs .menu .localepicker a:link, .theMovie .videoNavs .menu .localepicker a:hover {
  color: white !important;
}
.theMovie .videoNavs .menu .localepicker .dropdown-menu > li > a {
  color: #332E25 !important;
}
.theMovie .videoNavs .menu .localepicker.dropup ul.dropdown-menu {
  margin-bottom: -26px;
}

/*# sourceMappingURL=template.css.map */