/*

grey: #3c3c3b
signature description grey: #818080
light grey: #a8a8a7

*/

/* Font */

@font-face {
    font-family: 'social-ico';
    src: url('../font/socialicocombined-webfont.eot');
    src: url('../font/socialicocombined-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/socialicocombined-webfont.woff2') format('woff2'),
    url('../font/socialicocombined-webfont.woff') format('woff'),
    url('../font/socialicocombined-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* General */

html, body {
    height: 100%;
}

html {
    font-family: "brandon-grotesque", sans-serif;;
    font-weight: normal;
    font-size: 16px;
    background-color: #fff;
    color: #3c3c3b;
}

body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 80px;
}

a {
    text-decoration: none;
    color: #3c3c3b;
}
a:hover {
    color: #a8a8a7;
}

.nolink a {
    cursor: default;
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
}

blockquote {font-style: italic;margin: 0;}



/* Sticky footer */

#page-wrap {
    position: relative;
    /* overflow: hidden; */
    min-height: 100%;
    margin-bottom: -64px;
}

#page-wrap:after {
    content: "";
    display: block;
    height: 64px;
}

footer#main-footer {
    height: 50px;
    border-top: 2px solid #3c3c3b;
    padding: 12px 0 0 0;
}



/* Easing */

div.tile .overlay,
div.tile > a:before,
.quick-ease-all {
    -webkit-transition: all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    -moz-transition:    all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    -o-transition:      all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    transition:         all 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
}

.quick-ease-background-color {
    -webkit-transition: background-color 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    -moz-transition:    background-color 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    -o-transition:      background-color 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
    transition:         background-color 0.35s cubic-bezier(0.24, 0.9, 0.3, 1);
}
.quick-ease-height {
    -webkit-transition: height 1s cubic-bezier(0.24, 0.9, 0.3, 1);
    -moz-transition:    height 1s cubic-bezier(0.24, 0.9, 0.3, 1);
    -o-transition:      height 1s cubic-bezier(0.24, 0.9, 0.3, 1);
    transition:         height 1s cubic-bezier(0.24, 0.9, 0.3, 1);
}



/* Header */

#main-header {
    padding: 0 0 1.8em 0;
}

a#header-logo {
    display: block;
    width: 370px;
    margin: 0 auto;
    height: 100px;
    padding-top: 71px;
    padding-bottom: 29px;
}


a#header-logo:active {
    transform: translateY(1px);
}

#header-logo h1 {
    padding: 0;
    margin: 0;
    font-size: 3.1em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

#header-logo h1 span {
    font-size: 0.66em;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    display: block;
    line-height: 1em;
}


#header-logo h1 span.big {
    font-size: 1.005em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.175em;
    margin-right: -0.175em;
}

#header-logo:hover h1 span.big {
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    text-align: center;
    display: block;
}



/* Nav Button */

a#nav-reveal {
    color: #fff;
    text-align: center;
    display: none;
    /* overflow: hidden; */
    /* position: fixed; */
    right: 38px;
    top: 5px;
    z-index: 12;
    padding: 14px;
    margin: -14px;
}

a#nav-reveal .the-dreaded-burger {
    font-size: 0.7em;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}


a#nav-reveal .the-dreaded-burger div {
    position: absolute;
    background-color: #3c3c3b;
    height: 0.23em;
    width: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
}

body.nav-out a#nav-reveal .the-dreaded-burger div {
    background-color: #3c3c3b;
}

a#nav-reveal .the-dreaded-burger div:nth-child(1) {
    -webkit-transform: translateY(0);
    -moz-transform:translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
a#nav-reveal .the-dreaded-burger div:nth-child(2) {
    -webkit-transform: translateY(6px) rotateZ(0deg);
    -moz-transform:translateY(6px) rotateZ(0deg);
    -ms-transform: translateY(6px) rotateZ(0deg);
    transform: translateY(6px) rotateZ(0deg);
}
a#nav-reveal .the-dreaded-burger div:nth-child(3) {
    -webkit-transform: translateY(12px);
    -moz-transform:translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

a#nav-reveal:hover .the-dreaded-burger div:nth-child(1) {
    -webkit-transform: translateY(-1px);
    -moz-transform:translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
a#nav-reveal:hover .the-dreaded-burger div:nth-child(3) {
    -webkit-transform: translateY(13px);
    -moz-transform:translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}

body.nav-out a#nav-reveal .the-dreaded-burger div:nth-child(1) {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform:translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}
body.nav-out a#nav-reveal .the-dreaded-burger div:nth-child(2) {
    -webkit-transform: translateY(6px) rotateZ(135deg);
    -moz-transform:translateY(6px) rotateZ(135deg);
    -ms-transform: translateY(6px) rotateZ(135deg);
    transform: translateY(6px) rotateZ(135deg);
}
body.nav-out a#nav-reveal .the-dreaded-burger div:nth-child(3) {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}


body.nav-out a#nav-reveal:hover .the-dreaded-burger div:nth-child(1) {
    -webkit-transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
    -moz-transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
    -ms-transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
    transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
}
body.nav-out a#nav-reveal:hover .the-dreaded-burger div:nth-child(2) {
    -webkit-transform: translateY(6px) rotateZ(135deg) scaleX(1.1);
    -moz-transform: translateY(6px) rotateZ(135deg) scaleX(1.1);
    -ms-transform: translateY(6px) rotateZ(135deg) scaleX(1.1);
    transform: translateY(6px) rotateZ(135deg) scaleX(1.1);
}
body.nav-out a#nav-reveal:hover .the-dreaded-burger div:nth-child(3) {
    -webkit-transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
    -moz-transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
    -ms-transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
    transform: translateY(6px) rotateZ(45deg) scaleX(1.1);
}




/* Nav */

#site-navigation {
    border-top: 2px solid #3c3c3b;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 300;
    padding-top: 0.8em;
}


#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#site-navigation li {
    display: block;
    float: left;
    border-left: 1px solid #3c3c3b;
}

#site-navigation li:first-child {
    border-left: none;
}

#social-nav li:last-child a {
    margin-right: 0;
    padding-right: 0;
}

#site-navigation li:first-child a {
    margin-left: 0;
    padding-left: 0;
    position: relative;
}


#site-navigation li a {
    display: block;
    padding: 0 1em;
    position: relative;
    top: 0;
}

#site-navigation li a:active,
#blog-filter li a:active {
    transform: translateY(1px);
}

body.single-projects li.menu-item-24 a,
body.single-post li.menu-item-23 a,
#menu-main-menu li.current-menu-item a {
    font-weight: bold;
}

#social-nav {
    float: right;
}

#social-nav .social-label,
#blog-filter .label {
    float: left;
    color: #a8a8a7;
    margin-right: 1.2em;
}

#blog-filter {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 300;
}

#social-nav ul,
#blog-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

#blog-filter ul li {
    float: left;
}

#blog-filter ul li a {
    display: block;
    margin-right: 1em;
    padding-right: 1.4em;
    position: relative;
}

#blog-filter ul li a.active:after,
#blog-filter ul li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    box-sizing: border-box;
    border: 1px solid #3c3b3b;
    background-color: #a8a8a7;
}

#blog-filter ul li a:hover:before {
    background-color: #d8d8d8;
}

.filter-mask {
    position: relative;
}

.filter-mask .filter-mask-inner {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    z-index: 1;
}


#blog-filter ul li a.active:after {
    /* x 00D7 2715 2716 274C */
    content: '\2716';
    display: block;
    font-size: 0.9em;
    background-color: transparent;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
}

#blog-filter ul li a.active:hover:after {
    color: #3c3c3b;
}

#blog-filter ul li a:focus {
    outline: none;
}


/* Content */

.cta:after {
    content: '\a0\a0>';
}


#main {
    padding-bottom: 1em;
}
body.about #main {
    padding-bottom: 3em;
}
body.home #main {
    padding-bottom: 0.875em;
}
body.page-template-blog #main {
    padding-bottom: 2.29166%;
}

.col-2 > p,
.col-2 blockquote p,
.col-3-x2 > p,
.col-3-x2 blockquote p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

blockquote p {
    font-weight: 300;
    line-height: 1.6em;
    margin: 0.5em 0;
}

.col-2 .col-2 h3 {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 0.4em;
    margin-top: 0.5em;
}

.col-2 .col-2 p {
    font-size: 0.85rem;
    font-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

.col-2 .col-2 a.more-link {
    font-size: 0.6rem;
    text-transform: uppercase;
}

.home-row > .col-3,
.home-row > .col-2 {
    padding-bottom: 1em;
    border-top: 2px solid #3c3c3b;
}

.blog-teaser .col-2.vc {
    margin-right: 0;
    height: 220px;
    margin-top: 1em;
}


.blog-teaser .col-2 .vc-inner h3 {
    margin-top: 0;
}

blockquote p { quotes: '\201c' '\201d'; }
blockquote p:before { content: open-quote; }
blockquote p:after  { content: close-quote; }

.reviews .vc {
    height: 220px;
    margin-top: 1em;
}

.vc {
    display: table;
}

.vc-inner {
    display: table-cell;
    vertical-align: middle;
}

.signature {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
}

.signature .description {
    color: #818080;
    display: block;
    font-weight: normal;
}

.main-intro {
    padding-bottom: 0.9375em;
    border-bottom: 2px solid #3c3c3b;
}


            /* About */

.about-images {
    /* height: 360px; */
    overflow: hidden;
}

.about-images .col-3-x2 {
    margin-right: 0;
    overflow: hidden;
    /* height: 360px; */
}

.about-images img {
    width: 100%;
    height: auto;
}

.about-row .col-3-x2 {
    float: right;
}

.about-row .reviews {
    color: #818080;
    width: 25%;
    position: relative;
}

.about-row .reviews blockquote p {
    font-size: 1.08em;
    margin: 0.7em 0;
}


            /* Projects Index */

div.tile {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #3c3c3b;
}
div.tile > a {
    background-size: cover;
    background-color: #a8a8a7;
    background-position: center center;
    display: block;
    height: 20em;
    position: relative;

}

div.tile > a:before {
    content: '';
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

div.tile > a:hover:before {
    opacity: 0;
}
div.tile > a:hover .overlay {
    opacity: 0;
}

div.tile.col-1 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

div.tile.col-2:nth-child(-n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

div.tile.col-1 ~ div.tile.col-2 {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px solid #3c3c3b;
}

div.tile .vc {
    height: 100%;
    position: relative;
    margin-left: 11.513859275%;
    width: 76.97228144989%
}

div.tile.col-1 .vc {
    height: 100%;
    position: relative;
    margin-left: 5.625%;
    width: 37.604166666666666%;
}

div.tile .vc-inner .overlay {
    border: 6px solid #fff;
    padding: 14px 34px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 0.75em;
    line-height: 1.9em;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

div.tile .vc-inner .title {
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

div.tile .vc .vc {
    width: 100%;
    margin-left: 0;
    height: 96px;
}

            /* Project Detail */

.project-detail-intro img {
    width: 100%;
}

.project-details > article h2 {
    font-size: 0.8em;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #a8a8a7;
    padding-bottom: 0.7em;
    margin: 0.9em 0 1em;
}

.project-details > article h2 span {
    display: inline-block;
    font-weight: 300;
    border-left: 1px solid #000;
    margin-left: 0.7em;
    padding-left: 0.7em;
}

.project-details > article p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


            /* News & blog list */

.list-intro {
    font-size: 1.1em;
    padding: 0.6em 0 1em;
    margin-bottom: 1em;
    max-width: 48.85416666666%;
}

.project-detail-intro img {
    width: 100%;
    height: auto;
}

.page-template-blog div.tile {
    border-top: none;
    padding-top: 0;
    margin-top: 2.29166%;
}

.page-template-blog div.tile > a:before {
    background-color: rgba(0,0,0,0.4);
}

.page-template-blog div.tile h2 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 1.4em;
    line-height: 1.3em;
}

.page-template-blog div.tile .vc-inner .overlay {
    padding: 12px 1em;
}


            /* Blog / news single */

.blog-single {
    border-top: 1px solid #3c3c3b;
    margin-top: -1em;
    position: relative;
}

.blog-single .description {
    float: right;
    margin-right: 0;
    width: 305px;
    top: 0; /* This is only used with blogText.js */
}

.blog-single .description.solo {
    float: none;
    position: static !important;
    width: 65.9375%;
}

.blog-single .fdd-gallery-container {
    margin-top: 0;
    margin-right: 327px;
    border-top: none;
}

.blog-single .fdd-gallery {
    margin-right: -3.317535545023697%;
}

.blog-single .fdd-gallery a {
    margin-right: 3.211009174311927%;
    margin-top: 2.446483180428135%;
    width: 96.78899082568807%;
}

.blog-single .fdd-gallery a:focus {
    outline: 1px solid #a8a8a7;
}

.blog-single .fdd-gallery a:first-child {
    margin-top: 1em;
}
.blog-single .fdd-gallery a.portrait:first-child + a {
    margin-top: 1em;
}

.blog-single .fdd-gallery a.portrait {
    width: 46.78899082568807%;
}

.blog-single .col-3 header .type {
    padding-top: 1.6em;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 0.1em;
}

.blog-single .col-3 header .type.defaultBlogHeadline:after {
    content: '\2026';
}


.blog-single .col-3 header .entry-date {font-size: 0.8em;}
.blog-single .col-3 header h2 {
    float: none;
    border-top: 1px solid #3c3c3b;
    margin-right: 0;
    margin-top: 2em;
    padding-top: 0.5em;
}

.blog-single article.col-3 p {
    font-size: 1.3em;
    font-weight: 300;
}


                /* Contact page */

.contact-area p {
    font-size: 1.3em;
    font-weight: 300;
    text-align: center;
    margin: 1em 2em;
}

.contact-area .smaller {
    font-size: 0.85em;
}


/* Columns */

.col-3,
.col-2 {
    margin-right: 2.29166%;
    float: left;
}

.col-3 header,
.col-2 header {
    border-bottom: 1px solid #a8a8a7;
    text-transform: uppercase;
    padding: 0.75em 0 0.45em;
    line-height: 1.2em;
}

.col-3 header h2,
.col-2 header h2 {
    font-size: 0.8em;
    color: #000;
    margin: 0 30% 0 0;
    float: left;
}

.col-3 a:hover header h2,
.col-2 a:hover header h2 {
    color: #a8a8a7;
}

.col-3 header .cta,
.col-2 header .cta {
    float: right;
    font-size: 0.7em;
    font-weight: 300;
    margin-left: -30%;
    width: 25%;
    text-align: right;
    white-space: nowrap;
}

.col-1 {
    width: 100%;
    margin-right: 0;
}
.col-2 {
    width: 48.85416666666%;
}

.col-2 .col-2 {
    width: 47.76119402985%;
    margin-right: 4.47761%;
    /* margin-top: 0.5em; */
}

.col-3 {
    width: 31.7708333333%;
}

.col-3-x2 {
    width: 65.9375%;
    float: left;
}


.col-3:nth-child(3n + 1) + .col-3 {      /* middle col is one pixel wider */
    width: 31.875%;
}

.col-3:nth-of-type(3n),
.col-2:nth-of-type(2n) {
    margin-right: 0;
}

.col-1 ~ .col-3:nth-of-type(3n),
.col-1 ~ .col-2:nth-of-type(2n) {
    margin-right: 2.29166%;
}
.col-1 ~ .col-3:nth-of-type(3n + 1),
.col-1 ~ .col-2:nth-of-type(2n + 1) {
    margin-right: 0;
}

.col-3 .img-container,
.col-2 .img-container {
    overflow: hidden;
    margin-top: 1em;
}

.col-3 .img-container img,
.col-2 .img-container img {
    display: block;
    width: 100%;
    height: auto;

    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.col-3 .img-container a:hover img,
.col-2 .img-container a:hover img {
    -webkit-transform:  scale(1.06);
    -moz-transform:     scale(1.06);
    -ms-transform:      scale(1.06);
    -o-transform:       scale(1.06);
    transform:          scale(1.06);
}

.col-1-override {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
}


/* FDD Gallery */

.fdd-gallery-container {
    border-top: 2px solid #3c3c3b;
    margin-top: 2.4em;
}

.fdd-gallery {
    margin-right: -2.2916666666666666666666666666667%;
}

.fdd-gallery a {
    float: left;
    margin-right: 2.240325865580448065173116089613%;
    margin-top: 1.6293279022403258655804480651731%;
    width: 97.759674134419551934826883910387%;
    display: block;
}


.fdd-gallery a:hover {
    opacity: 0.8;
}

.fdd-gallery a.portrait {
    width: 47.759674134419551934826883910387%;
}

.fdd-gallery a img {
    display: block;
    width: 100%;
    height: auto;
}

.mfp-bg {
    background-color: #3c3c3b;
}

.mfp-arrow-right:before {
    border-left-color: #fff;
    opacity: 1;
}


.mfp-arrow-left:before {
    border-right-color: #fff;
    opacity: 1;
}



/* Footer (some footer properties set with sticky footer towards top of this file) */

footer#main-footer {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 300;
    color: #000;
}



/* FJ Gallery */

.fjGallery {
    background-color: #ededec;
    height: 360px;
    position: relative;
    margin-bottom: 0.875em;
}

.fjGallery .slide-area {
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.fjGallery .slide-area > div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+21,0+67 */
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 21%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 21%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 21%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );/* IE6-9 fallback on horizontal gradient */
}

.fjGallery .slide-area > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.fjGallery .title-area {
    z-index: 5;
    position: absolute;
    width: 350px;
    border: 6px solid #fff;
    left: 54px;
    bottom: 120px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 0;
}

.fjGallery .title-area a.overlay {
    padding: 14px 34px 40px;
    color: #fff;
    /*display: block;*/
    display: table;
    font-size: 0.75em;
    line-height: 1.9em;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);

    width: 100%;
    box-sizing: border-box;
}

.fjGallery .title-area a.overlay .title {
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.fjGallery .title-area a.overlay:hover {
    background-color: rgba(60,60,59,0.4);
}


                            /* gallery nav */
.fjGallery ol.slide-nav {
    list-style: none;
    position: absolute;
    bottom: 16px;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    font-size: 0;
    pointer-events: none;
}
.fjGallery ol.slide-nav li {
    display: inline-block;
    opacity: 0;
}
.fjGallery ol.slide-nav li a {
    display: block;
    width: 12px;
    height: 11px;
    position: relative;
    pointer-events: auto;

    opacity: 0.5;
}

.fjGallery ol.slide-nav li a.loaded {
    opacity: 1;
}

.fjGallery ol.slide-nav li a:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    position: absolute;
    left: 1px;
    top: 1px;
}

.fjGallery ol.slide-nav li a:hover:before,
.fjGallery ol.slide-nav li a.active:before {
    background-color: #fff;
}


/* Phrase Slide */

.phrase-slide {
    position: absolute;
    cursor: default;
    top: 0;
    will-change: transform;
    outline: 1px solid transparent; /* For iOS Safari redraw bug: http://stackoverflow.com/questions/9983520/webkit-animation-is-leaving-junk-pixels-behind-on-the-screen */
}


/* Map */

#fj-map-container {
    border-bottom: 2px solid #3c3c3b;
    padding-bottom: 1em;
}

#fj-map {
    padding-bottom: 0;
    width: 100%;
    height: 385px;
    display: block;
}

#fj-map label {
    width: auto;
    display: inline;
}

#fj-map img {
    max-height: none;
    max-width: none;
}


/* 404 */

body.error404 #main {
    text-align: center;
}

body.error404 #main h1 {
    font-weight: 300;
    font-size: 4.2em;
    color: #aaa;
}

body.error404 #main h2 {
    font-weight: 300;
    color: #888;
}