@font-face {
    font-family: 'fontawesome';
    src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
    src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
        url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
        url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
        url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
} /* Made with http://icomoon.io/app */
a {
    outline: none;
    color: #fc684e !important;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #556655 !important;
    text-decoration: none;
}
.links {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: 36px;
}

.links::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #556655;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.icon {
    display: inline-block;
    margin: 0.5em;
    margin-right: 15px;
    padding: 0em 0;
    text-decoration: none;
}

.icon span {
    display: none;
}

.icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.icon--drop:before {
    content: "\f0c9";
}

.icon--prev:before {
    content: "\f060";
}
.btn-default {
    color: #fc684e;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(204, 204, 204, 0);
}
.btn-default:hover {
    color: #565;
    background-color: rgba(230, 230, 230, 0);
    border-color: rgba(173, 173, 173, 0);
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #565;
    background-color: #fff;
    border-color: rgba(140, 140, 140, 0);
    padding: 3px 6px;
    border-radius: 0px;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #565 !important;
    background-color: #fff !important;
    border-color: rgba(173, 173, 173, 0) !important;
    border-radius: 2px !important;
}
.btn {
    padding: 3px 6px;
    line-height: 0;
    font-size: 20px;
    margin-top: -4px;
    color: #fc684e;
    background-color: transparent;
    border-color: transparent;
    border-radius: 2px;
}
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 16px;
    font-family: abel;
    color: #556655 !important;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fc684e !important;
    text-decoration: none;
    background-color: #f5f5f5;
}
.bg-head-photo .row,
.bg-head-dn .row,
.bg-head-vhs .row,
.bg-head-fp .row,
.bg-head-fp-2d .row,
.bg-head-engineer .row,
.bg-head-ex .row,
.bg-head-web .row,
.bg-head .row,
.bg-head-movie .row,
.bg-head-photo-movie .row{
    height: 500px;
}
/* General style */
.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

.grid-gallery figure img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid-gallery figcaption h3 {
    margin: 0 auto;
    background: #ffffff;
    font-family: 'Arvo',sen-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    text-align: center;

}

.grid-gallery figcaption p {
    margin-top: 0;
    font-family: 'arvo',sans-serif;
}

/* Grid style */
.grid-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1em 1.875em;
}

.grid {
    margin: 0 auto;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid li {
    width: 25%;
    float: left;
    cursor: pointer;
    opacity: 0;
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}
.grid figure {
    padding: 12px;
    padding-bottom: 0px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.grid li:hover figure {
    opacity: 0.7;
}
.grid li figure img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}
.grid li.animate {
    -webkit-animation: fadeIn 8s ease forwards;
    animation: fadeIn 8s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.grid figcaption {
    background: #ffffff;
    font-family: 'Arvo',sen-serif;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
/* Slideshow style */
.slideshow {
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.slideshow ul {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,150px);
    transform: translate3d(0,0,150px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow ul.animatable li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slideshow li {
    position: absolute;
    top: 5%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    visibility: hidden;
}

.slideshow li.show {
    visibility: visible;
    position: absolute;
    z-index: 9999;
}

.slideshow li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slideshow li.current:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow figure img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    border: 15px #fff solid;
    border-bottom: 50px #fff solid;
    height: auto;
}

.slideshow figcaption {
    position: absolute;
    bottom: 5px;
}

.slideshow figcaption h3 {
    font-weight: 400;
    color: white;
    font-family: 'Arvo',sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 2%;
}

/* Navigation */
.slideshow nav span {
    position: fixed;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 3%;
    cursor: pointer;
    font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow nav span.nav-next {
    right: 0;
}

.slideshow nav span.nav-close {
    top: 0;
    right: 0;
    padding: 0.5em 1em;
    color: #fff;
}

.icon:before,
.icon:after {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
    content: "\e601";
}

span.nav-next:before  {
    content: "\e600";
}

span.nav-close:before {
    content: "\e602";
}

/* Info on arrow key navigation */
.info-keys {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px;
    font-size: 8px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.info-keys:before,
.info-keys:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

.info-keys:before {
    left: 10px;
    content: "\e603";
}

.info-keys:after {
    right: 10px;
    content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
    /*     responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
    .grid li {
        width: 33.3%;
    }

    .slideshow li {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }

    .slideshow li figure img {
        width: auto;
        margin: 0 auto;
        max-width: 100%;
    }

    .slideshow nav span,
    .slideshow nav span.nav-close {
        font-size: 1.8em;
        padding: 0.3em;
    }

    .info-keys {
        display: none;
    }
    .slideshow figcaption{
        top: 50px;
    }

}

@media screen and (max-width: 35em) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 24em) {
    .grid li {
        width: 100%;
    }
}
h4{
    font-family: 'Arvo',sans-serif;
    font-size: 14px;
    font-weight: normal !important;
}