/* Site-wide */

html, body {
    background: #000;
    color: #fff;
    font-family:'Futura W01 Book';
}
body.index {
    height: 100%;
}

html, body, input, button, label {
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
    font-family:'Futura W01 Medium';
}

.navbar-default .navbar-toggle {
    display: none;
}

.navbar-default {
    background: rgba(0,0,0, 1);
    border-bottom: 1px solid #414141;
    margin: 0;
    position: absolute;
    padding: 20px 0;
}

.navbar-default .navbar-brand {
    background: url(../images/logo.svg) no-repeat 0px 10px;
    background-size: 188px 33px;
    background-size: 188px;
    display: inline-block;
    width: 188px;
    height: 45px;
    text-indent: -999em;
}


.content p {
    font-family:'Futura W01 Medium';
}

a {
    color: #FFFFFF;
}

/* Pages */
/* Index */
body.index {
    background: #030303;
    height: 100%;
}

.index .fullpage {
    height: 100%;
}

.index .video-bg {
    height: 100%;
    z-index: 2;
}

.index .video-bg .content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.index .video-bg .clip {
    width: 100%;
    height: 100%;
    display: table;
}

.index .video-bg h1 {
    font-size: 60px;
    letter-spacing: 0.0625em;
    margin-top: 0;
    text-align: center;
}

.index section.section {

}

section.nav {
    position: absolute;
    top: 35%;
    right: 0;
    margin-right: 80px;
    padding-right: 0;
    color: white;
    z-index: 2002;
}

section.nav ul {
    list-style: none;
}

section.nav ul li {
    margin-bottom: 20px;
}

section.nav a {
    color: #fff;
    font-size: 14px;
    font-family:'Futura W01 Medium';
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    display: inline-block;
    min-width: 300px;
    text-align: right;
}

section.nav .active a {
    color: #c4aa4e;
    text-decoration: underline;
}

section.nav .contact.active a {
    color: #c4aa4e;
}

section.nav a:after {
    content: "";
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: #fff;
}

section.nav .active a:after {
    background: none;
    border: 2px solid #c4aa4e;
}

section.nav .contact.active a:after {
    border: 2px solid #c4aa4e;
}

/* Videos */

.content {
    font-size: 15px;
    line-height: 25px;
}

.content h2 {
    margin: 0;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

.content .video-image {
    margin-bottom: 30px;
    position: relative;
}

.content .video-image a {
    display: block;
    height: 100%;
    width: 100%;
}

.content .video-image.enabled a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../images/play.png) no-repeat center center;
}

.content .video-image img {
    width: 100%;
    display: block;
    position: relative;
}

.content .btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    letter-spacing: 0.0625em;
    transition: all 0.5s ease;
}

.content .btn:hover {
    background: #fff;
    color: #000;
}

.content .meta {
    margin-bottom: 20px;
    display: block;
}

.content .summary {
    margin-bottom: 20px;
}

.credits strong {
    display: inline-block;
    min-width: 70px;
    margin-right: 20px;
    font-weight: normal;
}

.credits em {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.credits img {
    max-width: 150px;
}

/* Contact */

.contact .content h2 {
    margin: 0 0 40px;
}

.contact .summary {
    margin: 0 0 20px;
}

.contact .details {
    margin: 0 0 30px;
}

.contact .btn.cv {
    margin: 0 20px 0 0;
    min-width: 125px;
}

.details strong {
    display: inline-block;
    min-width: 65px;
    margin-right: 20px;
    font-weight: normal;
}

.details em {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}


/* CV */
body.cv {
  background: #000;
}

body.cv {
    padding-top: 85px;
    padding-bottom: 85px;
    height: auto;
    overflow: auto;
}

body.cv .navbar-default {
    position: fixed;
}

body.cv h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.cv .row {
    margin-bottom: 30px;
}

body.cv h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

body.cv .contact .content h2 {
    margin: 0 0 20px;
}

body.cv h3 {
    font-size: 15px;
    text-transform: uppercase;
}

body.cv h3 em {
    font-style: normal;
    text-transform: none;
}

body.cv .credits-listing p {
    color: #d98686;
    font-size: 15px;
}
/* Fancybox */

.fancybox-skin {
    background: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-overlay {
    background: rgba(2,2,2,.95);
}

.fancybox-close {
    top: -15px;
    right: 15px;
    width: 22px;
    height: 22px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.fancybox-close:hover {
    opacity: .9;
}

.pageswitch {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.pageswitch a {
    display: inline-block;
    width: 53px;
    height: 30px;
    text-indent: -999em;
    background: url(../images/down.svg) no-repeat 0px -10px;
    background-size: 53px 30px;
    background-size: 53px;
}

.pageswitch a:hover {
    opacity: 0.7;
}

#menu a:focus,
.pageswitch a:focus {
  outline: 0;
}

.view .external-link {
    display: inline-block;
    width: 30%;
}

/* Media queries */

@media (min-width: 1200px) {
    .container {
        /* width: 970px; */
    }
}

@media all and (min-width: 360px) {
}

@media all and (max-width: 760px) {
}

@media all and (max-width: 576px) {
}

@media all and (max-width: 910px) {
    section.nav {
        margin-right: 20px;
    }
    .index .credits,
    .index .summary {
        display: none;
    }
}

@media all and (max-width: 980px) {
    .view .external-link {
        width: 30%;
        text-align: right;
    }
    #menu {
        display: none;
    }
    section.nav {
        margin-right: 20px;
    }
    .index .credits,
    .index .summary {
        display: none;
    }
    .hidden.desc {
        display: inline-block !important;
        visibility: initial !important;
        position: relative;
        top: 5px;
        width: 70%;
        margin-left: -10px;
    }
    .details-view { display: none; }
    .content .desc .meta,
    .desc h2 { display: inline-block; margin-bottom: 0; }
    .desc h2 { padding: 10px 5px; }
}

@media (min-width: 768px) {
}

@media all and (max-width: 576px) {
    .hidden.desc {
        display: inline-block !important;
        visibility: initial !important;
        top: 0px;
    }
    .content .desc .meta {
        font-size: .7em;
    }
    .navbar-default {
        padding: 10px 0;
    }
    #menu {
        display: none;
    }
    .index .video-bg {
        background: url(../images/bg.jpg) no-repeat;
        background-size: cover;
    }
    .index .video-bg h1 {
        font-size: 30px;
    }
    .navbar-default .navbar-brand {
        background: url(../images/logo.svg) no-repeat 10px 10px;
        background-size: 188px 33px;
        width: 198px;
    }
    video {
        display: none;
    }
    .index .credits,
    .index .summary {
        display: none;
    }
    .index .contact .summary {
        display: none;
        font-size: 12px;
        line-height: 14px;
    }
    .pageswitch {
        bottom: 10px;
    }
    .index .video-image {
        padding-top: 0;
        margin-bottom: 5px;
        margin-top: 65px;
    }
    .index .view {
        margin-bottom: 5px;
    }
    .content .btn {
        font-size: 11px;
        margin-bottom: 3px
    }
    .content .desc h2 {
        font-size: 11px;
    }
}
