* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clear-fix::after {
  content: " ";
  height: 0;
  width: 0;
  display: block;
  clear: both;
}
[ng-cloak] {
  display: none;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  background-color: #333333;
  color: white;
  letter-spacing: 0.5px;
}
@media (max-width: 750px) {
  body {
    font-size: 14px;
  }
}
body.no-fullscreen .zoom-in {
  display: none;
}
nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
nav.top-bar {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
nav.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
nav.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: #333;
  padding: 10px;
  border: none;
}
@media (max-width: 750px) {
  nav {
    display: none;
  }
}
.mobile-nav {
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: 44px;
  padding: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  z-index: 997;
}
@media (max-width: 750px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav .logo img {
  height: 25px;
}
.body-wrapper {
  position: relative;
}
@media (max-width: 750px) {
  .body-wrapper {
    top: 44px;
  }
}
.header {
  position: relative;
  margin: 1em auto;
}
.header .title {
  font-size: 4em;
  line-height: 1.6em;
  font-family: Georgia;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  margin: 10px auto 0;
}
@media (max-width: 750px) {
  .header .title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .header .title {
    font-size: 26px;
  }
}
@media (max-width: 350px) {
  .header .title {
    font-size: 23px;
  }
}
.header .overtitle {
  padding: 1em auto;
  text-align: center;
  text-transform: uppercase;
  color: #CCC;
  font-size: 12px;
}
.header .overtitle a {
  text-decoration: none;
  color: #CCC;
}
.header .overtitle a:hover {
  color: #0777b3;
}
.loading {
  display: none;
  position: fixed;
  top: calc(50% - 23px);
  right: calc(50% - 23px);
  z-index: 999999;
  background: #EEE;
  padding: 5px;
  broder-radius: 2px;
}
.loading.show-loading {
  display: block;
}
.loading i {
  color: #333;
  font-size: 45px;
}
.share-button {
  letter-spacing: 0;
  position: absolute;
  top: 15px;
  right: 8px;
  z-index: 998;
}
.share-button.sharer-0 label {
  color: #EEE !important;
  background: #333 !important;
}
@media (max-width: 980px) {
  .share-button {
    top: 137px;
  }
}
@media (max-width: 750px) {
  .share-button {
    position: fixed;
    bottom: 16px;
    top: auto;
    right: -48px;
  }
  .share-button span {
    display: none;
  }
  .share-button.sharer-0 .social.left {
    margin-left: -68px !important;
  }
  .share-button.sharer-0 .social.bottom {
    margin-top: -239px !important;
  }
  .share-button.sharer-0 li {
    float: none !important;
  }
}
.bottom-credits {
  text-align: center;
  font-size: 14px;
  color: #eeeeee;
  padding: 1em 0 3em;
  letter-spacing: 1px;
  margin: 1em auto;
  max-width: 1200px;
  border-bottom: 1px solid #eeeeee;
  clear: both;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 750px) {
  .bottom-credits {
    padding-bottom: 40px;
    border-bottom: none;
  }
}
.bottom-credits .title {
  font-weight: 400;
}
.ad {
  height: 90px;
  width: 750px;
  margin: 10px auto;
}
.ad .floatleft {
  float: left;
}
@media (max-width: 750px) {
  .ad {
    display: none;
  }
}
.filter-info {
  padding-bottom: 15px;
  font-size: 12px;
}
@media (max-width: 750px) {
  .filter-info {
    padding-top: 6px;
  }
  .filter-info .viewing {
    display: none;
  }
}
.filter-info .logo {
  display: none;
}
@media (max-width: 750px) {
  .filter-info .logo {
    display: block;
  }
}
.filter-info .filter-button {
  cursor: pointer;
  background: #06679a;
  color: white;
  padding: 5px 8px;
  margin-bottom: 4px;
  margin-top: 26px;
  font-size: 12px;
  transition: background-color 300ms ease-out;
}
@media (max-width: 750px) {
  .filter-info .filter-button {
    position: absolute;
    top: 0px;
    right: 10px;
    margin-top: 10px;
    font-size: 11px;
  }
}
.filter-info .filter-button:hover {
  background: #0777b3;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #333333;
  color: white;
  position: relative;
}
@media (max-width: 750px) {
  .container {
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding-right: 0;
  }
}
.container .filter {
  overflow: hidden;
  font-size: 12px;
  position: absolute;
  background: #333333;
  z-index: 999;
  top: 26px;
  right: 230px;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.3);
  background-color: #EEE;
  color: #333;
  display: none;
}
@media (max-width: 750px) {
  .container .filter {
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    overflow: scroll;
    right: 0;
    top: 44px;
    padding-bottom: 40px;
  }
}
.show-filter.container .filter {
  display: block;
}
.container .filter .inner {
  padding: 0 35px 0 10px;
}
.container .filter .inner .filter-group {
  float: left;
  padding: 8px 12px 20px 12px;
}
.container .filter .inner .filter-group.subgroup {
  display: none;
}
.container .filter .inner .filter-group.show-subgroup {
  display: inline-block;
}
.container .filter .inner .filter-group .clear-filters {
  cursor: pointer;
  background-color: #06679a;
  color: white;
  padding: 5px 8px;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-size: 11px;
  transition: background-color 300ms ease-out;
}
.container .filter .inner .filter-group .clear-filters:hover {
  background-color: #0777b3;
}
.container .filter .inner .close {
  position: absolute;
  font-size: 15px;
  right: 10px;
  top: 20px;
  cursor: pointer;
  padding: 0px 10px;
}
@media (max-width: 750px) {
  .container .filter .inner .close {
    position: fixed;
    top: 57px;
  }
}
.container .filter .inner .close:hover {
  color: #0777b3;
}
.container .filter h2 {
  margin: 10px 0 5px 0;
  font-weight: normal;
}
.container .filter input {
  display: none;
}
.container .filter input + label::before {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
  margin-right: 4px;
}
.container .filter input:checked + label::before {
  content: "\f14a";
}
.container .filter label {
  display: block;
  cursor: pointer;
  padding: 5px 0;
}
.container .filter label::before {
  font-size: 20px;
  margin-right: 8px;
  line-height: inherit;
}
.container .filmstrip {
  width: 200px;
  position: relative;
  float: left;
  height: 100%;
}
@media (max-width: 750px) {
  .container .filmstrip {
    width: 100%;
    overflow: initial;
  }
  .container .filmstrip .desktop-filter {
    display: none;
  }
}
.container .filmstrip .images {
  height: 740px;
  overflow-y: scroll;
  text-align: center;
}
@media (max-width: 750px) {
  .container .filmstrip .images {
    height: 100%;
    overflow-y: auto;
  }
}
.container .filmstrip .images .no-photos {
  font-style: italic;
  padding: 10px 20px;
}
.container .filmstrip .images img {
  cursor: pointer;
  width: 100%;
  opacity: .4;
  background-position: center;
  background-size: 140%;
}
@media (max-width: 750px) {
  .container .filmstrip .images img {
    opacity: 1;
    width: 75%;
  }
}
.container .filmstrip .images img.current {
  opacity: 1;
}
.container .gallery {
  width: calc(100% - 210px);
  padding: 26px 65px 0px 65px;
  position: relative;
  float: left;
}
@media (max-width: 750px) {
  .container .gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #333333;
    padding: 15px 15px 0 15px;
    padding-bottom: calc(100% - (100% - 50px));
  }
  .container .gallery .inner {
    overflow-y: scroll;
    height: 100%;
  }
  .container .gallery .hero {
    max-width: 100%;
  }
  .container .gallery .info {
    display: inline-block;
    padding-bottom: 10px;
  }
}
.show-gallery.container .gallery {
  display: block;
  z-index: 997;
}
.container .gallery .close {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 5px;
  background-color: #EEE;
  color: #333;
}
@media (max-width: 750px) {
  .container .gallery .close {
    display: block;
  }
}
.container .gallery .content .hero {
  text-align: center;
}
.container .gallery .content .hero img {
  max-height: 671px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .container .gallery .content .hero img {
    max-height: 650px;
  }
}
.container .gallery .content .hero .inner-hero {
  display: inline-block;
  max-width: 100%;
}
.container .gallery .content .hero .inner-hero img {
  cursor: pointer;
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen {
  display: block;
  background-color: black;
  height: 100%;
  padding: 20px 72px 0 72px;
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen img {
  height: calc(100% - 30px);
  max-width: 100%;
  max-height: 100%;
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen .arrow {
  top: calc(50% - 12px);
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen .zoom-in {
  display: none;
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen .zoom-out,
.container .gallery .content .hero .inner-hero:-webkit-full-screen .info {
  z-index: 999;
  display: block;
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen .info {
  top: calc(50% - 50px);
  right: 24px;
}
.container .gallery .content .hero .inner-hero:-webkit-full-screen .show-caption-box {
  display: block;
}
.container .gallery .content .hero .inner-hero:-moz-full-screen {
  display: block;
  background-color: black;
  height: 100%;
  padding: 20px 72px 0 72px;
}
.container .gallery .content .hero .inner-hero:-moz-full-screen img {
  height: calc(100% - 30px);
  max-width: 100%;
  max-height: 100%;
}
.container .gallery .content .hero .inner-hero:-moz-full-screen .arrow {
  top: calc(50% - 12px);
}
.container .gallery .content .hero .inner-hero:-moz-full-screen .zoom-in {
  display: none;
}
.container .gallery .content .hero .inner-hero:-moz-full-screen .zoom-out,
.container .gallery .content .hero .inner-hero:-moz-full-screen .info {
  z-index: 999;
  display: block;
}
.container .gallery .content .hero .inner-hero:-moz-full-screen .info {
  top: calc(50% - 50px);
  right: 24px;
}
.container .gallery .content .hero .inner-hero:-moz-full-screen .show-caption-box {
  display: block;
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen {
  display: block;
  background-color: black;
  height: 100%;
  padding: 20px 72px 0 72px;
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen img {
  height: calc(100% - 30px);
  max-width: 100%;
  max-height: 100%;
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen .arrow {
  top: calc(50% - 12px);
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen .zoom-in {
  display: none;
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen .zoom-out,
.container .gallery .content .hero .inner-hero:-ms-fullscreen .info {
  z-index: 999;
  display: block;
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen .info {
  top: calc(50% - 50px);
  right: 24px;
}
.container .gallery .content .hero .inner-hero:-ms-fullscreen .show-caption-box {
  display: block;
}
.container .gallery .content .hero .inner-hero:full-screen {
  display: block;
  background-color: black;
  height: 100%;
  padding: 20px 72px 0 72px;
}
.container .gallery .content .hero .inner-hero:full-screen img {
  height: calc(100% - 30px);
  max-width: 100%;
  max-height: 100%;
}
.container .gallery .content .hero .inner-hero:full-screen .arrow {
  top: calc(50% - 12px);
}
.container .gallery .content .hero .inner-hero:full-screen .zoom-in {
  display: none;
}
.container .gallery .content .hero .inner-hero:full-screen .zoom-out,
.container .gallery .content .hero .inner-hero:full-screen .info {
  z-index: 999;
  display: block;
}
.container .gallery .content .hero .inner-hero:full-screen .info {
  top: calc(50% - 50px);
  right: 24px;
}
.container .gallery .content .hero .inner-hero:full-screen .show-caption-box {
  display: block;
}
.container .gallery .content .hero .inner-hero .zoom-in,
.container .gallery .content .hero .inner-hero .zoom-out,
.container .gallery .content .hero .inner-hero .info {
  color: #eeeeee;
  position: absolute;
  padding: 4px;
  font-size: 18px;
  cursor: pointer;
  right: 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
  min-width: 25px;
}
@media (max-width: 750px) {
  .container .gallery .content .hero .inner-hero .zoom-in,
  .container .gallery .content .hero .inner-hero .zoom-out,
  .container .gallery .content .hero .inner-hero .info {
    display: none;
  }
}
.container .gallery .content .hero .inner-hero .zoom-in:hover,
.container .gallery .content .hero .inner-hero .zoom-out:hover,
.container .gallery .content .hero .inner-hero .info:hover {
  background: rgba(255, 255, 255, 0.25);
}
.container .gallery .content .hero .inner-hero .zoom-out,
.container .gallery .content .hero .inner-hero .info,
.container .gallery .content .hero .inner-hero .caption-box {
  display: none;
}
.container .gallery .content .hero .inner-hero .caption-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  padding: 8px 4px;
}
.container .gallery .content .hero .inner-hero .caption-text {
  max-width: 800px;
  margin: auto;
  text-align: left;
}
.container .gallery .content .hero .inner-hero .credit-container {
  font-size: 12px;
  color: #DDD;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .container .gallery .content .hero .inner-hero .credit-container {
    font-size: 10px;
  }
}
.container .gallery .content .hero .inner-hero .credit-container .credit {
  text-align: right;
}
.container .gallery .content .hero .inner-hero .credit-container .index {
  float: left;
}
.container .gallery .content .description {
  padding-top: 15px;
}
.container .gallery .content .description .buy-photo {
  padding-top: 10px;
}
.container .gallery .content .description .buy-photo a {
  padding-top: 5px;
  text-decoration: none;
  color: #CCC;
  font-size: 13px;
  font-weight: lighter;
}
.container .gallery .content .description .buy-photo a:hover {
  color: #06679a;
}
@media (min-width: 1200px) {
  .container .gallery .content.portrait .hero {
    float: left;
    padding-right: 20px;
  }
  .container .gallery .content.portrait .hero img {
    max-height: 779px;
  }
  .container .gallery .content.portrait .info {
    padding-top: 460px;
  }
}
@media (min-width: 1200px) and (max-width: 750px) {
  .container .gallery .content.portrait .hero {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 750px) {
  .container .gallery .content.portrait .info {
    padding-top: 15px;
  }
}
.container .gallery .arrow {
  font-size: 25px;
  position: absolute;
  top: 395px;
  cursor: pointer;
  color: #888;
}
@media (max-width: 750px) {
  .container .gallery .arrow {
    top: calc(100% - 36px);
    cursor: pointer;
  }
}
.container .gallery .arrow:hover {
  color: #eeeeee;
}
.container .gallery .arrow.previous {
  left: 25px;
}
@media (max-width: 750px) {
  .container .gallery .arrow.previous {
    left: calc(50% - 30px);
  }
}
.container .gallery .arrow.next {
  right: 25px;
}
@media (max-width: 750px) {
  .container .gallery .arrow.next {
    right: calc(50% - 30px);
  }
}
