/* Resets */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  background: #f4f4f4;
  color: #313E50;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}
button:focus { outline: none }
a { text-decoration: none }
* { box-sizing: border-box }

/* Fonts */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/lato-regular-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/lato-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/lato-bold-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/lato-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: local('Unna Regular'), local('Unna-Regular'), url(fonts/unna-regular-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: local('Unna Regular'), local('Unna-Regular'), url(fonts/unna-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Styles */
.sk[data-scrolled="1"] .sk-nav {
  background: #313E50;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.sk[data-scrolled="1"] .scrolled-true { display: block; }
.sk[data-scrolled="1"] .scrolled-false { display: none; }
.sk[data-scrolled="0"] .scrolled-true { display: none; }
.sk[data-scrolled="0"] .scrolled-false { display: block; }

.sk-loading * {
  transition: all 0s ease !important;
}

.sk-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  left: 0px;
  padding: 10px;
  height: 60px;
}
.sk-nav--mobile {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 13px;
  display: none;
  z-index: 10;
}
.sk-nav--mobile div {
  width: 28px;
  height: 3px;
  border-radius: 10px;
  margin-top: 15px;
  background: #f4f4f4;
  margin-left: 2px;
  position: relative;
  transition: all 0.2s ease;
}
.sk-nav--mobile div:before {
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #f4f4f4;
  top: -10px;
  content: '';
  position: absolute;
  transition: all 0.2s ease;
}
.sk-nav--mobile div:after {
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #f4f4f4;
  top: 10px;
  content: '';
  position: absolute;
  transition: all 0.2s ease;
}
.sk-nav--mobile[data-open="1"] div {
  transform: rotate(45deg);
}
.sk-nav--mobile[data-open="1"] div:before {
  transform: rotate(90deg);
  top: 0px;
}
.sk-nav--mobile[data-open="1"] div:after {
  display: none;
}
.sk-nav--spotlight {
  position: absolute;
  top: 13px;
  right: 60px;
  z-index: 10;
}
.sk-nav img {
  height: 32px;
}
.sk-nav h1 {
  float: left;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  line-height: 36px;
  font-family: 'Unna', serif;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.sk-nav h1 span {
  font-size: 22px;
  font-family: 'Unna', serif;
}
.sk-nav ul {
  float: right;
  padding: 2px 0;
}
.sk-nav ul li {
  list-style: none;
  float: left;
  padding: 0px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: opacity 0.2s ease;
  line-height: 32px;
}
.sk-nav ul li.selected a {
  text-decoration: underline;
  opacity: 1;
}
.sk-nav ul li a {
  color: #ffffff;
  transition: all 0.2s ease;
  opacity: 0.7;
}
.sk-nav ul li:hover {
  cursor: pointer;
}
.sk-nav ul li:hover a {
  opacity: 1;
}
.sk-nav button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sk-nav button:hover {
  border-color: #4C8377;
  background: #4C8377;
}

.sk-splash {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #313E50;
}
.sk-splash--image {
  width: 100%;
  height: 100%;
  margin: 0 0;
  background: url('../img/splash-alt.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}


.sk-intro--title {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-align: left;
}
.sk-intro--title h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #FFFFFF;
  font-family: 'Unna', serif;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  padding-left: 60px;
}
.sk-intro--title h1 span {
  font-size: 60px;
}
.sk-intro--title p {
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 4px;
  margin-top: 10px;
  padding-left: 60px;
  color: #FFFFFF;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.sk-intro--title p a {
  color: #ffffff;
  opacity: 0.8;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease, opacity 0.3s ease;
}
.sk-intro--title p a:hover {
  border-bottom: 1px solid #ffffff;
  opacity: 1;
}

.sk-scroller {
  position: relative;
  z-index: 15px;
  margin-top: 100vh;
  background: #ffffff;
}
.sk-scroller.page {
  margin-top: 60px;
}

.sk-content {
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
}
.sk-content.page {
  height: auto;
  margin: 40px 0;
}
.sk-content--wrap {
  max-width: 960px;
  margin: auto;
  display: table;
  height: 100%;
  position: relative;
  z-index: 2;
}
.sk-content.page .sk-content--wrap {
  display: block;
  height: auto;
  min-height: 357px;
}
.sk-content--ghost {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0.1;
  z-index: 1;
}

.sk-hero {
  height: 350px;
  position: relative;
  overflow: hidden;
  background: #5AB1BB;
}
.sk-hero div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  background-position: center;
}
.sk-hero h2 {
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Unna', serif;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.sk-hero h2 span {
  font-size: 50px;
}

.sk-panel {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.sk-panel.full {
  width: 100%;
}
.sk-panel h2 {
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Unna', serif;
}
.sk-panel h2 span {
  font-size: 50px;
}
.sk-panel p {
  font-size: 16px;
  opacity: 0.9;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.sk-panel p a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.sk-panel p a:hover {
  color: #5AB1BB;
}
.sk-panel.full h2,
.sk-panel.full p {
  text-align: center;
  color: #ffffff;
}
.sk-panel.full p a {
  color: #ffffff;
  text-decoration: underline;
}
.sk-panel.full button {
  margin: 15px auto 0 auto;
  display: block;
  background: #313E50 !important;
}
.sk-panel.full p {
  max-width: 520px;
}
.sk-panel.right h2,
.sk-panel.right p {
  text-align: right;
}
.sk-panel.right button {
  float: right;
}
.sk-panel button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #4C8377;
  color: #FFFFFF;
  height: 36px;
  padding: 0 20px;
  border: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sk-panel button:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.sk-panel--image {
  width: 320px;
  height: 320px;
  margin: auto;
  position: relative;
  display: block;
}
.sk-panel--image:before {
  transition: all 0.8s ease;
}
.sk-panel--image img {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  z-index: 2;
  transition: all 0.8s ease;
}
.sk-content[data-reached="0"] .sk-panel--image img {
  margin-top: 60px;
  opacity: 0;
}
.sk-content[data-reached="0"] .sk-panel--image:before {
  margin-top: -60px;
  opacity: 0;
}
.sk-content[data-reached="1"] .sk-panel--image img,
.sk-content[data-reached="1"] .sk-panel--image:before {
  margin-top: 0px;
  opacity: 1;
}
.sk-panel--image.top:before {
  width: 320px;
  height: 320px;
  position: absolute;
  top: -20px;
  left: -20px;
  background: #4C8377;
  content: '';
  z-index: 1;
}
.sk-panel--image.bottom:before {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #5AB1BB;
  content: '';
  z-index: 1;
}
.sk-panel.blue .sk-panel--image:before {
  background: #33658A;
}
.sk-panel--review {
  margin: 40px 0;
  padding: 0 20px;
  text-align: center;
}
.sk-panel--review p {
  font-style: italic;
  font-size: 20px;
  color: #313E50;
  opacity: 0.9;
}
.sk-panel--review span {
  display: block;
  text-align: center;
  color: #313E50;
  font-size: 16px;
  opacity: 0.75;
}
.sk-panel--review span a {
  color: #313E50;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.sk-panel--review span a:hover {
  color: #5AB1BB;
}

.sk-footer {
  background: #313E50;
  padding: 40px 0;
}
.sk-footer--wrap {
  max-width: 960px;
  height: 60px;
  margin: auto;
}
.sk-footer--links {
  width: 180px;
  margin: auto;
  height: 30px;
}
.sk-footer--links a {
  height: 30px;
  padding: 0 10px;
}
.sk-footer--links a img {
  width: 40px;
}
.sk-footer p {
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  opacity: 0.9;
  margin-top: 20px;
}
.sk-footer p a {
  color: #ffffff;
  text-decoration: underline;
}
.sk-mobile--show {
  display: none;
}
.sk-contact {
  background: #4C8377;
  position: fixed;
  z-index: 100;
  top: 0;
  height: 240px;
  left: calc(50vw - 200px);
  width: 400px;
  opacity: 0;
  pointer-events: none;
  transition: top 0.5s ease, opacity 0.5s ease;
}
.sk-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #313E50;
  opacity: 0;
  pointer-events: none;
}
.sk-contact[data-open="1"] {
  opacity: 1;
  top: calc(50vh - 100px);
  pointer-events: all;
}
.sk-contact[data-open="1"] ~ .sk-overlay {
  opacity: 0.75;
}


.sk-gallery {
  width: 960px;
  margin: 10px auto 0 auto;
  overflow: auto;
}
.sk-gallery--video {
  width: 460px;
  height: 260px;
  float: left;
  margin: 10px 10px;
  position: relative;
}
.sk-gallery--audio {
  width: 460px;
  height: 100px;
  float: left;
  background: #f4f4f4;
  margin: 10px 10px;
  position: relative;
}
.sk-gallery--audio audio {
  margin: auto;
  width: 100%;
}

.sk-gallery--video video {
  width: 100%;
  height: 100%;
  border: 0px;

  transition: top 0.4s ease, opacity 0.4s ease;
}
.sk-gallery--audio div,
.sk-gallery--video div {
  position: absolute;
  height: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #f4f4f4;
  text-align: center;
  line-height: 40px;
}
.sk-gallery--item {
  width: 220px;
  background: pink;
  float: left;
  height: 220px;
  margin: 10px 10px;
  position: relative;
  opacity: 0;
  top: -30px;
  transition: top 0.4s ease, opacity 0.4s ease;
}
.sk-gallery--item.sk-show {
  opacity: 1;
  top: 0px;
}
.sk-gallery--video:hover video,
.sk-gallery--item:hover {
  cursor: pointer;
}
.sk-gallery--video:hover video,
.sk-gallery--item:hover .sk-gallery--image {
  opacity: 0.5;
}
.sk-gallery--item .sk-gallery--image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  position: relative;
  transition: opacity 0.3s ease;
}
.sk-gallery--video[data-type="0"],
.sk-gallery--item[data-type="0"] {
  background: #4C8377;
}
.sk-gallery--video[data-type="1"],
.sk-gallery--item[data-type="1"] {
  background: #5AB1BB;
}
.sk-gallery--video[data-type="2"],
.sk-gallery--item[data-type="2"] {
  background: #33658A;
}
.sk-gallery--video[data-type="3"],
.sk-gallery--item[data-type="3"] {
  background: #313E50;
}

.sk-preview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease;
}
.sk-preview[data-open="0"] {
  pointer-events: none;
  opacity: 0;
}
.sk-preview--overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #313E50;
  opacity: 0.75;
}
.sk-preview--content {
  position: relative;
  display: block;
  max-width: 960px;
  background: #313E50;
  height: 500px;
  margin: auto;
  padding-top: 10px;
  margin-top: calc(50vh - 250px);
  text-align: center;
  z-index: 1;
}
.sk-preview--image {
  display: block;
  margin: 30px auto;
  padding: 20px;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sk-preview--credits {
  background: #313E50;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 40px;
  height: 40px;
  width: calc(100% - 80px);
}
.sk-preview--button {
  width: 32px;
  height: 32px;
  border: 0;
  color: #FFFFFF;
  background: #33658A;
  border-radius: 16px;
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  top: calc(250px - 16px);
}
.sk-preview--button.left {
  left: 20px;
}
.sk-preview--button.right {
  right: 20px;
}
.sk-preview--button.close {
  top: 0px;
  right: 0px;
  background: none;
}

/* Mobile Overides */
@media only screen and (max-width: 960px) {
  .sk-gallery {
    width: 720px;
  }
  .sk-gallery--audio,
  .sk-gallery--video {
    margin: 20px auto;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 720px) {
  .sk-nav--mobile {
    display: block;
  }
  .sk-nav h1 {
    padding-left: 10px;
    font-size: 14px;
  }
  #sk-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    right: 0;
    opacity: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #313E50;
    padding-top: 60px;
    transition: height 0.3s ease, opacity 0.3s ease;
    z-index: 5;
  }
  #sk-menu li {
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
  }
  #sk-menu[data-open="0"] {
    opacity: 0;
    height: 0;
    pointer-events: none;
  }
  .sk-intro--title h1 {
    font-size: 40px;
    padding: 0 10px;
  }
  .sk-content {
    height: auto;
  }
  .sk-panel {
    width: calc(100% - 20px);
    display: block;
    padding: 20px;
  }
  .sk-mobile--hide {
    display: none;
  }
  .sk-mobile--show {
    display: block;
  }
  .sk-panel--image {
    width: 260px;
    height: 260px;
    margin-top: 40px;
  }
  .sk-panel--image.top {
    margin-left: 20px;
  }
  .sk-panel--image:before {
    width: 260px !important;
    height: 260px !important;
  }
  .sk-content.contact {
    margin-top: 40px;
    height: 320px !important;
  }
  .sk-contact {
    padding: 0 20px;
    height: 300px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .sk-contact[data-open="1"] {
    top: calc(50vh - 150px);
  }
  .sk-contact h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sk-contact h2 span {
    font-size: 26px;
  }
  .sk-gallery {
    width: 480px;
  }
}
@media only screen and (max-width: 520px) {
  .sk-gallery--audio {
    margin: 20px 0;
    height: 100px;
    width: calc(100vw - 40px);
  }
  .sk-gallery--video {
    margin: 20px 0;
    height: 200px;
    width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 480px) {
  .sk-hero {
    height: 200px;
  }
  .sk-hero div {
    height: 200px;
  }
  .sk-hero h2 {
    line-height: 200px;
  }
  .sk-gallery {
    width: 100vw;
    margin: 0px;
  }
  .sk-gallery--item {
    width: 280px;
    height: 280px;
    display: block;
    margin: 0 0 20px 0
  }
  .sk-preview--content {
    height: 100vh;
    margin-top: 0px;
  }
  .sk-preview--image {
    width: calc(100% - 40px);
  }
  .sk-preview--button {
    top: calc(50vh - 16px);
  }
  .sk-preview--button.left {
    left: 10px;
  }
  .sk-preview--button.right {
    right: 10px;
  }
  .sk-preview--button.close {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}



.sk-test table,
.sk-test table tr,
.sk-test table td {
  border: 1px solid black;
}

.sk-test {
  width: 100%;
}

.sk-test table {
  width: 400px;
}