@font-face {
  font-family: 'FG';
  src: url('FoundersGroteskWeb-Regular.eot');
  src: url('fonts/FoundersGroteskWeb-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/FoundersGroteskWeb-Regular.woff2') format('woff2'), url('fonts/FoundersGroteskWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FG';
  src: url('FoundersGroteskWeb-Medium.eot');
  src: url('fonts/FoundersGroteskWeb-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/FoundersGroteskWeb-Medium.woff2') format('woff2'), url('fonts/FoundersGroteskWeb-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'FG', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.splash {
  background-color: #2DCCD3;
  color: white;
  width: 100%;
  height: 100vh;
  position: relative;
}
.splash .container {
  height: 100%;
}
.splash .container h1 img {
  width: 500px !important;
  height: 100vh;
}
.splash .container h1 img.nav-up {
  transform: translate3d(0, -80px, 0);
  opacity: 0;
}
.splash #pattern {
  position: absolute;
  bottom: 80px;
  width: 246px;
  height: auto;
  left: 50%;
  margin-left: -123px;
}
.about,
.gallery,
.location {
  margin-top: 80px;
  position: relative;
}
.contact {
  margin-top: 80px;
}
.contact .container {
  border-top: 2px #2DCCD3 solid;
  padding-top: 80px;
  line-height: 25px;
}
#mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 11;
  height: 50px;
  width: 100vw;
}
#mobilemenu #hamburger {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 12;
}
#mobilemenu #hamburger {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#mobilemenu #hamburger span,
#mobilemenu #hamburger span:before,
#mobilemenu #hamburger span:after {
  cursor: pointer;
  height: 3px;
  width: 35px;
  background: white;
  position: absolute;
  display: inline-block;
  content: '';
}
#mobilemenu #hamburger span:before {
  top: -10px;
}
#mobilemenu #hamburger span:after {
  bottom: -10px;
}
#mobilemenu #hamburger span,
#mobilemenu #hamburger span:before,
#mobilemenu #hamburger span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#mobilemenu #hamburger.active span {
  background-color: transparent;
}
#mobilemenu #hamburger.active span:before,
#mobilemenu #hamburger.active span:after {
  top: 0;
}
#mobilemenu #hamburger.active span:before {
  transform: rotate(45deg);
}
#mobilemenu #hamburger.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}
#mobilemenu #hamburger.notransition span,
#mobilemenu #hamburger.notransition span:before,
#mobilemenu #hamburger.notransition span:after {
  transition: none !important;
}
#mobilemenu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2DCCD3;
  transform: translate3d(0, -100%, 0);
  transition: transform 250ms 0ms ease-in-out;
}
#mobilemenu .overlay #m_pattern {
  position: absolute;
  height: auto;
  left: 50%;
  bottom: 38px;
  width: 138px;
  margin-left: -69px;
}
#mobilemenu .overlay .m_center {
  position: absolute;
  width: 350px;
  left: 50%;
  margin-left: -175px;
  text-align: center;
  top: 40px;
  transition: transform 250ms 0ms ease-in-out, opacity 250ms 0ms ease-in-out;
}
#mobilemenu .overlay .m_center a,
#mobilemenu .overlay .m_center span {
  color: white;
  font-size: 21px;
  line-height: 90px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 21px;
  text-decoration: none;
  cursor: pointer;
}
#mobilemenu .overlay .m_center span:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#mobilemenu .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mobilemenu .overlay ul li {
  font-size: 30px;
  line-height: 32px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
#mobilemenu .overlay.active {
  transform: translate3d(0, 0, 0);
}
#mobilemenu .overlay.notransition {
  transition: none;
}
header {
  position: fixed;
  height: 80px;
  background-color: #2DCCD3;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .left {
  position: absolute;
  left: 0;
}
header .left span {
  color: white;
  font-size: 21px;
  line-height: 90px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 42px;
  cursor: pointer;
}
header .center {
  position: absolute;
  width: 350px;
  left: 50%;
  margin-left: -175px;
  text-align: center;
  transition: transform 250ms 0ms ease-in-out, opacity 250ms 0ms ease-in-out;
}
header .center a,
header .center span {
  color: white;
  font-size: 21px;
  line-height: 90px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 21px;
  text-decoration: none;
  cursor: pointer;
}
header .center span:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -2px;
}
header .logocenter {
  position: absolute;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  top: 16px;
  transition: transform 250ms 0ms ease-in-out, opacity 250ms 0ms ease-in-out;
}
header .logocenter img {
  width: 238px;
  height: 80px;
}
header .right {
  position: absolute;
  right: 0;
}
header .right span {
  color: white;
  font-size: 21px;
  line-height: 90px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 42px;
  cursor: pointer;
}
header.nav-up .center {
  transform: translate3d(0, -80px, 0);
  opacity: 0;
}
header.nav-down .logocenter {
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.container {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 1316px;
  position: relative;
}
.container .col1 {
  width: 650px;
  height: 650px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
}
.container .col2 {
  width: 650px;
  height: 650px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.container .colwide {
  width: 100%;
  position: relative;
}
.container img {
  height: 650px;
  width: 650px;
}
.container .content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
}
.policy {
  margin: 0 auto;
  max-width: 863px;
  position: relative;
  padding: 100px 0;
}
.policy .closepage {
  position: absolute;
  top: 100px;
  right: 0;
}
.policy .closepage img {
  height: 27px;
}
.policy p {
  max-width: 100%;
  text-align: left;
  font-size: 27px;
  line-height: 29px;
  margin: 29px auto 0 auto;
}
.policy h1 {
  font-size: 40px;
  line-height: 42px;
  margin: 0 0 40px 0;
}
.policy h2 {
  margin: 42px 0 0 0;
  text-align: left;
  color: #2DCCD3;
  font-size: 27px;
  line-height: 29px;
}
.policy table {
  border: 1px solid #2DCCD3;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 27px;
  line-height: 29px;
  margin: 42px 0;
}
.policy table td,
.policy table th {
  border: 1px solid #2DCCD3;
  padding: 6px;
  vertical-align: top;
}
.policy table th {
  font-weight: bold;
}
.policy ul li {
  font-size: 27px;
  line-height: 29px;
}
h3 {
  color: #2DCCD3;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 37px;
  text-align: center;
  font-weight: bold;
}
h2 {
  color: black;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
p {
  color: black;
  margin: 29px auto 0 auto;
  padding: 0;
  max-width: 504px;
  font-size: 27px;
  line-height: 29px;
  text-align: center;
}
p a {
  color: black;
  text-decoration: none;
  position: relative;
}
p a.underline:before {
  content: "";
  height: 1px;
  background-color: black;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#gotoprev {
  background-image: url('images/arrow.svg');
  background-size: 70px 37px;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 25%;
  height: 100%;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: none;
}
#gotonext {
  background-image: url('images/arrow_right.svg');
  background-size: 70px 37px;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 25%;
  height: 100%;
  top: 0;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: none;
}
#photogallery.slider {
  width: 1316px;
  height: 650px;
  overflow: hidden;
  cursor: pointer;
}
#photogallery.slider img {
  width: 1316px;
  height: auto;
}
#map {
  height: 650px;
  width: 650px;
  background-color: #fafafa;
}
#map .gmnoprint {
  transform: scale3d(0.8, 0.8, 1);
}
#map .gm-style-pbc {
  display: none !important;
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
footer {
  height: 255px;
  width: 100%;
  background-color: #2DCCD3;
  margin-top: 80px;
  background-image: url('images/nerjapattern_repeat.jpg');
  background-size: auto 168px;
}
.bottom {
  padding: 26px 100px 100px 100px;
  background-color: #2DCCD3;
  color: white;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.bottom a {
  color: white;
  text-decoration: none;
  position: relative;
  margin: 0 3px;
}
.bottom a:before {
  content: "";
  height: 1px;
  background-color: white;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
}
#cookie-bar {
  background-color: rgba(60, 60, 60, 0.75);
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 10px;
  z-index: 20;
  box-sizing: border-box;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: white;
  font-size: 22px;
  line-height: 26px;
}
#cookie-bar a {
  color: white;
}
#cookie-bar a:nth-of-type(2) {
  margin: -2px 33px 0 0;
  text-transform: uppercase;
}
#cookie-bar a:nth-of-type(2):after {
  content: "|";
  position: absolute;
  margin-left: 15px;
}
#cookie-bar a:nth-of-type(3) {
  margin-top: -2px;
  text-transform: uppercase;
}
#cookie-bar a:before {
  content: "";
  height: 1px;
  background-color: white;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media only screen and (min-width: 835px) and (max-width: 1367px) {
  .splash .container h1 img {
    width: 370px !important;
  }
  .splash #pattern {
    bottom: 70px;
    width: 204px;
    margin-left: -102px;
  }
  .about,
  .gallery,
  .location {
    margin-top: 70px;
  }
  .contact {
    margin-top: 70px;
  }
  .contact .container {
    padding-top: 70px;
  }
  header {
    height: 70px;
  }
  header .left span {
    font-size: 17px;
    line-height: 78px;
    margin-right: 42px;
  }
  header .center a,
  header .center span {
    font-size: 17px;
    line-height: 78px;
    margin: 0 21px;
  }
  header .logocenter {
    width: 204px;
    margin-left: -102px;
    top: 9px;
  }
  header .logocenter img {
    width: 204px;
    height: 80px;
  }
  header .right span {
    font-size: 17px;
    line-height: 78px;
    margin-left: 42px;
  }
  .container {
    max-width: 863px;
  }
  .container .col1 {
    width: 423px;
    height: 423px;
    margin-right: 17px;
  }
  .container .col2 {
    width: 423px;
    height: 423px;
  }
  .container img {
    width: 423px;
    height: 423px;
  }
  .container .content {
    line-height: 25px;
  }
  .policy {
    max-width: 620px;
    padding: 100px 0;
  }
  .policy .closepage {
    position: absolute;
    top: 108px;
    right: 0;
  }
  .policy .closepage img {
    height: 20px;
  }
  .policy p {
    font-size: 19px;
    line-height: 21px;
    margin: 29px auto 0 auto;
  }
  .policy h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 40px 0;
  }
  .policy h2 {
    margin: 42px 0 0 0;
    font-size: 19px;
    line-height: 21px;
  }
  .policy table {
    border: 1px solid #2DCCD3;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 19px;
    line-height: 21px;
    margin: 42px 0;
  }
  .policy ul li {
    font-size: 19px;
    line-height: 21px;
  }
  h3 {
    font-size: 17px;
    line-height: 14px;
  }
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
  p {
    margin: 21px auto 0 auto;
    max-width: 374px;
    font-size: 19px;
    line-height: 21px;
  }
  #photogallery.slider {
    width: 863px;
    height: 426px;
  }
  #photogallery.slider img {
    width: 863px;
  }
  #map {
    height: 423px;
    width: 423px;
  }
  footer {
    height: 216px;
    width: 100%;
    margin-top: 70px;
    background-size: auto 142px;
  }
  .bottom {
    font-size: 17px;
    line-height: 21px;
    padding: 26px 100px 100px 100px;
  }
}
@media only screen and (max-width: 834px) {
  .splash .container h1 img {
    width: 244px !important;
    height: 100vh;
  }
  .splash #pattern {
    bottom: 38px;
    width: 138px;
    margin-left: -69px;
  }
  .about,
  .gallery,
  .location {
    margin-top: 38px;
  }
  .contact {
    margin-top: 38px;
  }
  .contact .container {
    padding-top: 0;
    line-height: 25px;
    border: none;
  }
  #mobilemenu {
    display: block;
  }
  header {
    height: 50px;
  }
  header .left {
    display: none;
  }
  header .center {
    display: none;
  }
  header .logocenter {
    width: 174px;
    margin-left: -87px;
    top: 8px;
  }
  header .logocenter img {
    width: 174px;
    height: 60px;
  }
  header .right {
    display: none;
  }
  .container {
    max-width: 100vw;
    padding: 0 38px;
    box-sizing: border-box;
  }
  .container .col1 {
    width: calc(100vw - 76px);
    height: auto;
    margin-right: 0;
    display: block;
  }
  .container .col2 {
    width: calc(100vw - 76px);
    height: auto;
    margin-top: 38px;
    display: block;
  }
  .container .colwide {
    width: 100%;
    position: relative;
  }
  .container img {
    width: calc(100vw - 76px);
    height: calc(100vw - 76px);
  }
  .container .content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
  }
  .policy {
    max-width: 620px;
    padding: 100px 20px;
  }
  .policy .closepage {
    position: absolute;
    top: 108px;
    right: 20px;
  }
  .policy .closepage img {
    height: 20px;
  }
  .policy p {
    font-size: 19px;
    line-height: 21px;
    margin: 29px auto 0 auto;
  }
  .policy h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 40px 0;
  }
  .policy h2 {
    margin: 42px 0 0 0;
    font-size: 19px;
    line-height: 21px;
  }
  .policy table {
    border: 1px solid #2DCCD3;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 19px;
    line-height: 21px;
    margin: 42px 0;
  }
  .policy ul li {
    font-size: 19px;
    line-height: 21px;
  }
  h3 {
    font-size: 15px;
    line-height: 15px;
  }
  h2 {
    font-size: 19px;
    line-height: 21px;
  }
  h2 br {
    display: none;
  }
  p {
    margin: 20px auto 0 auto;
    max-width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #gotoprev,
  #gotonext {
    display: none;
  }
  #photogallery.slider {
    width: calc(100vw - 76px);
    height: calc((100vw - 76px) /2);
    pointer-events: none !important;
  }
  #photogallery.slider img {
    width: calc(100vw - 76px);
  }
  #map {
    height: calc(100vw - 76px);
    width: calc(100vw - 76px);
  }
  #map .gmnoprint {
    transform: scale3d(1, 1, 1);
  }
  footer {
    height: 132px;
    margin-top: 38px;
    background-size: auto 88px;
  }
  .bottom {
    font-size: 15px;
    line-height: 18px;
    padding: 26px 100px 100px 100px;
  }
  .bottom a:before {
    bottom: 1px;
  }
  #cookie-bar {
    padding: 10px 20px;
  }
  #cookie-bar p {
    font-size: 18px;
    line-height: 20px;
  }
}
