/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext);

/* General Styles */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.first-half,
.last-half {
  width: 48%;
  float: left;
}

.last-half {
  float: right;
  text-align: right;
}

.strong,
b {
  font-weight: 700;
}

.oflow {
  overflow: hidden;
}

/* Page Background Styles */

.page-bg,
.page-images {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.page-bg .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bx-wrapper .bx-viewport {
  border: none !important;
  left: 0 !important;
  box-shadow: none !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  background: url("../images/arrow-prev.png");
  padding: 10px;
  color: #000;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  font-size: 0;
  width: 64px;
  height: 64px;
  box-shadow: none;
}

.slick-next {
  left: auto;
  right: 0;
  background-image: url("../images/arrow-next.png");
}

.slick-prev:hover,
.slick-prev:active,
.slick-next:hover,
.slick-next:active {
  box-shadow: none;
}

/* Header Styles */

.site-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: relative;
  z-index: 10;
}

.site-header-slim {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 30px;
  text-align: right;
  text-decoration: none;
  color: #000;
  display: none;
}

.site-branding {
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  color: #777777;
  line-height: 48px;
}

.main-navigation {
  width: 50%;
  clear: none;
  margin: 10px 3%;
}

.main-navigation ul {
  overflow: hidden;
}

.main-navigation li a {
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #777777;
}

.main-navigation a:hover {
  color: #282828;
}

.main-navigation li.current-menu-item a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #282828;
}

.main-navigation li {
  margin-right: 2%;
}

/* Main Content Area Styles */

.site-content,
.site-footer {
  position: relative;
  z-index: 2;
}

.content-area {
  width: 800px;
  padding: 2% 5%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: justify;
}

.content-area article {
  margin: 0;
}

.content-area a:link,
.content-area a:visited {
  color: #fff;
}

.content-area .note {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  opacity: 0.6;
}

.content-area .children {
  margin: 0 auto 20px;
  padding: 0 0 20px 0;
  text-align: center;
  list-style: none;
  width: 90%;
  border-bottom: 1px solid;
}

.content-area .children li {
  display: inline;
  padding-right: 15px;
  margin-left: 15px;
  border-right: 1px solid #fff;
}

.content-area .children li:last-child {
  border-right: none;
  padding-right: 0;
}

.content-area .children li:first-child {
  margin-left: 0;
}

.content-area .children a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.content-area .children a.active,
.content-area .children a:hover {
  text-decoration: underline;
}

.child-pages .child {
  display: none;
}

.child-pages .child.active {
  display: block;
}

.home .content-area {
  background: none;
}

.home .site-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro-text {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  font-size: 90px;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}

/* Gallery Styles */

.gallery-images .image {
  font-size: 0;
}

.gallery-images .image .content {
  display: none;
}

#gallery-pager {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95px;
  position: absolute;
  z-index: 10;
  padding: 10px;
}

#gallery-pager a {
  width: 75px;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.6;
}

#gallery-pager a.slick-active {
  opacity: 1;
}

#gallery-pager img {
  display: block;
}

#gallery-titles {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  padding: 10px;
  background: #000;
  color: #fff;
  max-width: 400px;
}

#gallery-titles .wrap {
  position: relative;
}

#gallery-titles .title-icon {
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  color: #000;
  float: left;
  border-radius: 50px;
  width: 18px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}

#gallery-titles .title-content {
  margin-left: 25px;
}

#gallery-titles .title {
  font-size: 12px;
  font-weight: 700px;
}

#gallery-titles .readon,
#gallery-titles .hide {
  display: none;
  font-size: 10px;
  color: #fff;
}

#gallery-titles .content {
  font-size: 10px;
}

/* Gallery 2016 Styles */

.gallery-photos .grid-item {
  padding: 10px;
  width: 20%;
  float: left;
  transition: opacity 0.2s ease;
}

.gallery-photos .grid-item:hover {
  cursor: pointer;
  opacity: 0.7;
}

.gallery-photos .grid-item img {
  display: block;
  border: 1px solid #f1f1f1;
}

.modal-gallery,
.modal-gallery .gallery-item {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.modal-gallery .gallery-item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.modal-gallery .gallery-item .gallery-item-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 79%;
  text-align: left;
  overflow-y: scroll;
  padding-right: 15px;
}

.modal-gallery .gallery-item .gallery-item-desc h3 {
  font-weight: normal;
  font-size: 13px;
}

.modal-gallery .gallery-item .gallery-item-desc .desc {
  font-size: 11px;
}

.modal-gallery .gallery-item .gallery-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22%;
  right: 5%;
  text-align: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-list,
.slick-track {
  height: 100%;
}

.remodal {
  max-width: 95%;
  height: 95%;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  color: black;
  z-index: 999;
}

.gallery-loading {
  margin-top: 100px;
  font-size: 14px;
  text-align: center;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #dbdbdb;
  background: -moz-linear-gradient(
    left,
    #dbdbdb 10%,
    rgba(219, 219, 219, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #dbdbdb 10%,
    rgba(219, 219, 219, 0) 42%
  );
  background: -o-linear-gradient(left, #dbdbdb 10%, rgba(219, 219, 219, 0) 42%);
  background: -ms-linear-gradient(
    left,
    #dbdbdb 10%,
    rgba(219, 219, 219, 0) 42%
  );
  background: linear-gradient(
    to right,
    #dbdbdb 10%,
    rgba(219, 219, 219, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #dbdbdb;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Footer Styles */

.home .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-footer {
  padding: 20px 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.site-footer a {
  color: #fff;
}

@media all and (max-width: 700px) {
  .intro-text {
    top: 50%;
  }
}

@media all and (max-width: 530px) {
  .intro-text {
    display: none;
  }

  .content-area {
    width: 100%;
  }

  .site-branding,
  .main-navigation {
    float: none;
    width: 100%;
    text-align: center;
  }

  .main-navigation ul {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .main-navigation li {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

/* Visual Portfolio CTA */

.content-area a.va-cta,
.content-area a.va-cta:link,
.content-area a.va-cta:visited,
a.va-cta,
a.va-cta:link,
a.va-cta:visited {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.2s ease, color 0.2s ease;
}

.content-area a.va-cta:hover,
.content-area a.va-cta:focus,
.content-area a.va-cta:active,
a.va-cta:hover,
a.va-cta:focus,
a.va-cta:active {
  background: #fff;
  border-color: #fff;
  color: #282828;
}

.intro-cta {
  position: absolute;
  top: 70%;
  margin-top: 160px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.gallery-cta {
  position: relative;
  z-index: 3;
  padding: 30px 10px 10px;
  text-align: center;
}

/* Lift the intro text and its CTA together on short viewports, so the
   button never ends up jammed against (or below) the bottom edge. The
   home page does not scroll, so anything past the fold is unreachable. */

@media all and (max-width: 700px) {
  .intro-cta {
    top: 50%;
  }
}

@media all and (max-height: 860px) {
  .intro-text,
  .intro-cta {
    top: 58%;
  }
}

@media all and (max-height: 640px) {
  .intro-text,
  .intro-cta {
    top: 46%;
  }
}

@media all and (max-width: 530px) {
  .intro-cta {
    top: 50%;
    margin-top: 0;
  }
}
