@charset "UTF-8";

/* @group Reset */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

* {
    position: relative;
}

img {
    display: block;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { *zoom: 1; }

/* @end */

* {
    position: relative;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    padding-left: calc(100vw - 100%);
}

body { height: 100%; margin: 0; padding: 0; }

#push-footer {
    display: none;
    height: 60px;
}

/* Text Selection */
::-moz-selection {
       background-color: #ddd;
       color: #000;
}

::selection {
       background-color: #ddd;
       color: #000;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

p {
    font-size: 16.5px;
    line-height: 1.3em;
    margin: 0 auto;
    text-align: left;
}

b,
strong,
#bio a {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.fourohfour h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

.fourohfour h2 {
    font-size: 1em;
    margin-top: 1em;
}

.fourohfour .goback {
    margin-top: 1em;
    float: left;
    font-style: italic;
    text-transform: lowercase;
    text-decoration: none;
}

.hide {
    display: none;
}

/* Navigation */

.nav ul {
    list-style:none;
    padding: 0;
}

.nav a {
    display: inline-block;
    height: 20px;
}

body {
    background-color: #fff;
    color: #333;
    font: 0.825em 'Crimson Text', 'Georgia', 'Times New Roman', 'Times', serif;
    font-variant-ligatures: normal;
    line-height: 1.8em;
}

#container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin-bottom: -60px;
}

#header {
    float: left;
    margin: 0 auto;
    padding: 56px 0 0;
    width: 320px;
    position: relative;
    z-index: 2;
}

#title {
    display: inline-block;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 17.5px;
    margin-bottom: 40px;
    height: 30px;
}

#title a {
    text-decoration: none;
    padding: 4px 0;
    display: block;
}

#nav {
    text-transform: lowercase;
    font-size: 17.5px;
}

#nav a {
    text-decoration: none;
    padding: 0 0 1px;
}

#nav a.on {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#main {
    font-size: 1.4em;
    padding-left: 320px;
    /* 56px + 30px + 40px */
    padding-top: 126px;
    position: relative;
    z-index: 1;
}

/* @group Flexslider overrides */

.flexslider {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    margin: 0;
    overflow: hidden;
    height: 100%;
}

.flexslider ul {
    list-style-type: none;
}

.flexslider li {
    display: none;
}

.flexslider li img {
    cursor: pointer;
}

.flex-direction-nav {
    display: none !important;
}

/* @end */

/* @group Project navigation */

.nav-projects li {
    list-style: none;
    display: inline;
}

.nav-projects a {
    display: inline-block;
    margin: 0 25px 12px 0;
}

.nav-projects li:last-child a {
    margin-right: 0;
}

.nav-projects a h1 {
    display: inline;
    font-size: 17.5px;
    font-style: italic;
    font-weight: normal;
}

.nav-projects li.on a h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

/* @group Override styles for greek-character titles */

.nav-projects a.nav-ddd h1 {
    font-family: "Times New Roman", Georgia, serif;
}

.nav-projects li.on a.nav-ddd h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    top: 1px;
}

/* @end */

/* @group Gallery controls */

.controls,
.project-detail {
    display: none;
    float: left;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.project-detail .separator {
    display: inline-block;
    padding: 0px 4px;
}

.controls {
    list-style: none;
    position: relative;
    margin-right: 34px;
    z-index: 3;
}

.controls li {
    display: inline;
    text-align: center;
}

.controls a {
    display: inline-block;
    padding-right: 6px;
}

.controls li:hover,
.controls li:active {
    font-weight: bold;
}

.controls .control {
    white-space: nowrap;
    text-transform: lowercase;
}

.controls .control.control-imdb {
    text-transform: uppercase;
}

.controls .control.disabled {
    text-decoration: line-through;
}

.controls a.control.disabled:hover,
.controls a.control.disabled:active {
    color: #333;
    font-weight: normal;
}

/* Fixed width on controls to prevent shifting on hover */

.control-play {
    width: 29px;
}

.control-pause {
    width: 38px;
}

.control-prev {
    width: 59px;
}

.control-next {
    width: 31px;
}

.control-imdb {
    width: 40px;
}

.control-close {
    width: 32px;
}

.control-full {
    width: 67px;
}

/* @end */

/* @group Biography & Contact */

#contact h1 {
    font-size: 17.5px;
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.8em;
}

#contact h2 span {
    font-size: 17.5px;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
}

#contact h2 {
    font-size: 17.5px;
    font-style: normal;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 0;
    margin-bottom: 12px;
}

#contact p {
    margin-bottom: 1.2em;
}

/* @end */

/* @group Project Page */

.inset {
    margin: 0 3em;
}

.no-feature .inset {
    margin: 0;
}

#video-feature {
    display: none;
}

.fluid-width-video-wrapper {
    z-index: 80;
}

/* @end */

/* @group Full frame view */

body.full-frame {
    overflow: hidden;
}

#full-frame-wrapper {
    background-color: #fff;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#full-frame {
    overflow: hidden;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#full-frame img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    user-select: none;
    width: auto;
}

#full-frame .full-frame-control {
    bottom: 0;
    height: 98%;
    left: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 98%;
    z-index: 90;
}

/* @group Forms */

form > div {
    margin-bottom: 1em;
}

label {
    width: 100px;
    display: block;
    text-align: right;
    margin-right: 10px;
    float: left;
    padding: 0.8em 0;
}

input, textarea {
    border: 1px solid #ccc;
    padding: 0.8em 1em;
    outline: 0;
    font: 1em 'Crimson Text', 'Georgia', 'Times New Roman', 'Times', serif;
    width: 300px;
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    transition: border-color 0.5s;
    display: block;

    -webkit-appearance: none;
    border-radius: 0;
}

input:hover, textarea:hover {
    border-color: #aaa;
}

input:focus, textarea:focus {
    border-color: #666;
}

input[type=submit] {
    background-color: #ccc;
    color: #fff;
    margin-left: 110px;
    border: 0;
    cursor: pointer;
    width: 330px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

input[type=submit]:hover {
    background-color: #666;
}

input[type=submit]:active {
    background-color: #333;
}

/* @end */

@media screen and (max-width: 1060px) {

    #header {
        width: 260px;
    }

    #main {
        padding-left: 260px;
    }
}

@media screen and (max-width: 990px) {

    #header {
        width: 220px;
    }

    #main {
        padding-left: 220px;
    }
}

@media screen and (max-width: 900px) {

    #header {
        float: none;
        width: auto;
        padding-top: 50px;
    }

    #title {
        margin-bottom: 34px;
    }

    #header nav li {
        display: inline;
    }

    #header nav a,
    .nav-projects a {
        display: inline-block;
        margin: 12px 16px 0 0;
    }

    #main {
        padding-left: 0;
        padding-top: 34px;
    }

    .section {
        margin-top: 0;
    }

    .section.copy {
        margin-bottom: 20px;
    }

    .section .nav-projects {
        margin-bottom: 50px;
    }

    #bio,
    #contact {
        margin-top: 40px;
    }

    .controls {
        margin-top: 0;
    }

    .controls,
    .project-detail {
        float: none;
    }

    .controls a,
    .project-detail {
        margin: 12px 16px 0 0;
        padding-right: 0;
    }

    label {
        float: none;
        margin: auto;
        text-align: center;
        width: auto;
    }

    input, textarea {
        margin: auto;
    }

    input[type=submit] {
        margin: 2em auto auto;
    }

    #footer p {
        line-height: 1.6em;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

    #header {
        padding-top: 40px;
        margin: 0 auto;
    }

    #title {
        margin-bottom: 22px;
    }

    #main {
        padding-top: 26px;
    }

    #header nav a,
    .nav-projects a,
    .controls a,
    .project-detail {
        margin: 4px 15px 0 0;
    }

    .controls {
        margin-right: 0;
    }

    .project-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    input, textarea, input[type=submit] {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    textarea {
        text-align: left;
    }
}

@media screen and (min-width: 901px) {

    .controls {
        margin-bottom: 0;
    }

    /* @group Main section alignments */

    #film {
        margin-top: 0;
    }

    #film .nav-projects {
        margin-bottom: 118px;
    }

    #photography {
        margin-top: 23px;
    }

    #photography .nav-projects {
        margin-bottom: 95px;
    }

    #theatre {
        margin-top: 46px;
    }

    #theatre .nav-projects {
        margin-bottom: 72px;
    }

    #other {
        margin-top: 69px;
    }

    #other .nav-projects {
        margin-bottom: 49px;
    }

    #bio {
        margin-top: 91px;
    }

    #contact {
        margin-top: 116px;
    }
}

/*
    Better gallery image placement -- avoid scrolling
*/

.flexslider li img {
    height: auto !important;
    max-height: 335px;
    max-width: 100%;
    width: auto !important;
}

.fluid-width-video-wrapper iframe {
    max-height: 335px;
    max-width: 600px;
}

@media only screen and (min-width: 576px) {
    .flexslider li img,
    .fluid-width-video-wrapper iframe {
        max-width: 580px;
    }
}

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

@media only screen and (min-width: 992px) {
    .flexslider li img,
    .fluid-width-video-wrapper iframe {
        max-width: 691px;
    }

    .fluid-width-video-wrapper iframe {
        max-width: 600px;
    }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1300px) {
    .flexslider li img,
    .fluid-width-video-wrapper iframe {
        max-height: 400px;
    }

    .fluid-width-video-wrapper iframe {
        max-width: 710px;
    }
}

@media only screen and (min-width: 1400px) {
    .flexslider li img,
    .fluid-width-video-wrapper iframe {
        max-height: 440px;
    }

    .fluid-width-video-wrapper iframe {
        max-width: 780px;
    }
}

@media only screen and (min-width: 1920px) {
    .flexslider li img,
    .fluid-width-video-wrapper iframe {
        max-height: 460px;
        max-width: 820px;
    }
}
