body {
  margin: 0;
  padding: 0; }

a,
button,
input,
textarea {
  border: 0 none;
  outline: none; }

a[href$=jpg],
a[href$=jpeg],
a[href$=jpe],
a[href$=png],
a[href$=gif] {
  text-decoration: none;
  border: 0 none; }

/*
	RULES:
		- Only font declarations and character styles established here
		- All font sizes, letter-spacing, and line height defined here
			- Except when overriding an attibute
		- No paddings or margins should go in here
*/
/*
	RULES:
		- Positioning elements established here
		- Any reusable layout should use a unified class for placement
			- Except when overriding
*/
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

@media (max-width: 600px) {
  .alignleft,
  .alignright {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 1.75em; } }
.gr:after {
  content: "";
  display: table;
  clear: both; }
.gr .gi {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.gr-10 {
  width: 9.99%; }

.gr-25 {
  width: 24.99%; }

.gr-33 {
  width: 33.33%; }

.gr-40 {
  width: 39.99%; }

.gr-50 {
  width: 49.99%; }

.gr-60 {
  width: 59.99%; }

.gr-75 {
  width: 74.99%; }

.gr-90 {
  width: 89.99%; }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html {
  font-family: "Times New Roman", serif; }

body {
  font-size: 16px;
  line-height: 1.5; }

p {
  margin: 1em 0 1.5em; }

header {
  position: relative;
  font-size: 1.0em;
  line-height: 1em;
  padding: 8px 20px 5px; }
  header h1 {
    font-size: inherit;
    line-height: inherit;
    margin: 0 12px 0 0;
    font-weight: normal;
    float: left;
    width: 108px; }
  header a {
    text-decoration: none;
    color: inherit;
    padding: 10px 0;
    display: block; }
    header a:HOVER {
      color: blue; }
  .page-welcome header {
    display: none; }

.cd-link {
  float: right;
  font-style: italic; }

.menu {
  float: left;
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu li {
    display: inline-block;
    vertical-align: baseline;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 12px; }
    .menu li a:HOVER {
      color: blue; }
    .menu li.current-menu-item a, .menu li.current_page_parent a {
      color: blue;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0000ff), color-stop(100%, #0000ff), color-stop(100%, rgba(0, 0, 255, 0)));
      background-image: -moz-linear-gradient(bottom, #0000ff 0px, #0000ff 1px, rgba(0, 0, 255, 0) 1px);
      background-image: -webkit-linear-gradient(bottom, #0000ff 0px, #0000ff 1px, rgba(0, 0, 255, 0) 1px);
      background-image: linear-gradient(to top, #0000ff 0px, #0000ff 1px, rgba(0, 0, 255, 0) 1px);
      background-position: 0px 25px;
      text-shadow: -1px -1px 0px white, 1px 1px 0px white; }

*, *:before, *:after {
  box-sizing: inherit; }

.cf:after, .clearfix:after {
  content: "";
  display: table;
  clear: both; }

.flex {
  display: -webkit-flex;
  display: flex; }

.fd-row {
  -webkit-flex-direction: row;
  flex-direction: row; }

.fd-col {
  -webkit-flex-direction: column;
  flex-direction: column; }

.fwrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

@media (min-width: 768px) {
  .d-flex {
    display: -webkit-flex;
    display: flex; }

  .d-fd-row {
    -webkit-flex-direction: row;
    flex-direction: row; }

  .d-fd-col {
    -webkit-flex-direction: column;
    flex-direction: column; }

  .d-fwrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .d-tal {
    text-align: left; }

  .d-tac {
    text-align: center; }

  .d-tar {
    text-align: right; } }
.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.img-wrap img {
  display: block;
  max-width: 100%;
  height: auto; }

.bg-stretch {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.splash-wrap {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  padding: 40px;
  background-position: 50% 50%; }

.splash-text {
  padding: 0px 40px;
  max-width: 640px;
  margin: auto;
  font-size: 2em; }
  .splash-text p {
    margin: 1em 0; }

.splash-link {
  margin: 0 auto;
  padding: 20px 0 0; }
  .splash-link a {
    display: inline-block;
    vertical-align: bottom;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 10px 15px;
    text-decoration: none; }

.works-wrap {
  background: black; }

.loading-status {
  position: absolute;
  top: 25%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  font-size: 10px; }
  .loading-status span {
    padding: 5px 8px; }
  .is-loaded .loading-status {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.single-work {
  position: relative;
  overflow: hidden;
  padding: 100px 50px 200px;
  background-position: 50% 50%;
  min-height: 500px;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .single-work {
      min-height: 1000px; } }
  .single-work.is-loaded {
    min-height: 0; }
  @media (max-width: 900px) {
    .single-work {
      padding: 50px 25px 100px; } }
  @media (max-width: 600px) {
    .single-work {
      padding: 36px 18px 60px; } }
  @media (min-width: 768px) {
    .single-work.bg-fixed {
      background-attachment: fixed; } }
  .single-work .single-work-inner {
    margin: auto; }
  .single-work:BEFORE {
    position: absolute;
    top: 0px;
    right: -50px;
    bottom: 0px;
    left: -50px;
    content: "";
    pointer-events: none; }
  .single-work .img-wrap, .single-work .caption {
    position: relative;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .single-work .img-wrap {
    margin: auto; }
    .single-work .img-wrap img {
      margin: auto; }
      @media (min-width: 768px) {
        .single-work .img-wrap img {
          width: auto;
          max-height: 85vh;
          margin: auto 0 auto auto; } }
  .single-work.is-loaded .img-wrap, .single-work.is-loaded .caption {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .single-work .caption {
    margin: 20px auto;
    padding: 20px;
    min-width: 220px;
    max-width: 360px; }
    .single-work .caption p {
      margin: 0; }
    @media (min-width: 768px) {
      .single-work .caption {
        margin: 0 0 auto 20px; } }
  @media (min-width: 768px) {
    .single-work.portrait:nth-of-type(even) .single-work-inner {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .single-work.portrait:nth-of-type(even) .img-wrap img {
      margin: auto auto auto 0; }
    .single-work.portrait:nth-of-type(even) .caption {
      margin: 0px 20px auto auto; }
    .single-work.landscape .single-work-inner {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .single-work.landscape .img-wrap img {
      margin: auto auto 0; }
    .single-work.landscape .caption {
      margin: 20px auto auto 0; } }

.page-wrap {
  padding: 6px 20px;
  position: relative; }

@media (min-width: 768px) {
  .info-top {
    position: absolute;
    top: 6px;
    left: 20px;
    width: 240px; } }

.page-content {
  margin: 60px 30px 180px 120px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content ul, .page-content ol, .page-content blockquote, .page-content p {
    max-width: 540px; }
  .page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2em 0; }
  .page-content.info-content p + p {
    margin: 0; }
  @media (max-width: 767px) {
    .page-content {
      margin: 30px 10px 90px 0; } }
  .page-content h2 {
    margin-bottom: 0.5em; }
  .page-content h4 {
    margin: 3em 0 1em;
    line-height: 1.25;
    font-size: 1.0em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: normal; }
  .page-content h6 {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 1.5em 0 0.5em;
    line-height: 1em; }
    .page-content h6 + p {
      margin: 0; }

.post-link {
  margin: 0 0 90px; }
  .post-link .featured-image-link {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .post-link .featured-image-link img {
      margin: 0; }

.read-more-link {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 1.5em 0 0.5em;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  margin-top: -1.0em; }

a {
  color: inherit;
  text-decoration: none; }
  a:HOVER {
    color: blue; }
