@charset "UTF-8";
/* CSS Document */

/* Fonts */

@font-face {
    font-family: 'BraueNeuReg';
    src: url('../fonts/BraueNeuReg.eot'); /* IE9 Compat Modes */
    src: url('../fonts/BraueNeuReg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/BraueNeuReg.woff') format('woff'), /* Modern Browsers */
         url('../fonts/BraueNeuReg.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/BraueNeuReg.svg#6e1e5153b1feaeba3722775467f6cd3b') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

/* Set-up */

header, section, footer, aside, nav, article, figure, hgroup {
	display: block;
}

html {
	background-color: #FFF;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'BraueNeuReg', sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'BraueNeuReg', sans-serif;
	font-size: 24px;
	margin: 0;
	line-height: 34px;
	font-weight: normal;
    widows: 3;
    orphans: 3;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

p {
	margin: 0;
	line-height: 19px;
    widows: 3;
    orphans: 3;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	transition: color .25s;
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
}

a:active, a:hover {
	color: #39C;
	text-decoration: none;
}

a img {
	border: none;
}

form {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/* Animation */

.animate-fade-in-1 {
	animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
}

.animate-fade-in-2 {
	animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Template */

header {
    position: fixed;
    height: 120px;
    width: 100%;
    background-color: #FFF;
    display: none;
    z-index: 2;
}

a#header-logo {
    position: absolute;
    left: 15px;
    top: 25px;
    font-size: 29px;
    letter-spacing: 1px;
    line-height: 1;
    color: #39C;
    font-weight: bold;
}

a#header-logo img {
    height: 25px;
}

header nav {
    position: absolute;
    left: 255px;
    top: 32px;
    height: 20px;
    display: table;
}

header nav span {
    height: 20px;
    display: table-cell;
    vertical-align: bottom;
}

header nav a {
    line-height: 1;
    font-size: 13px;
    margin-right: 15px;
}

a#hamburger {
    position: fixed;
    width: 18px;
    height: 10px;
    border-bottom: 4px solid #333;
    border-top: 4px solid #333;
    top: 31px;
    right: 25px;
    z-index: 3;
}

a#hamburger span {
    width: 18px;
    height: 4px;
    display: block;
    margin-top: 3px;
    background-color: #333;
}

a#hamburger-bg-cover {
    position: fixed;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}

nav#sub-nav {
    position: absolute;
    top: 120px;
    width: 225px;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 65px;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 1);
	overflow-x: hidden;
    z-index: -1;
}

nav#sub-nav a {
    line-height: 1;
    display: inline-block;
    padding-bottom: 5px;
}

nav#sub-nav p {
    line-height: 1.25;
}

nav#sub-nav p a {
    line-height: 1.25;
    display: inline;
    padding-bottom: 0;
}

.sub-nav-section, nav#sub-nav a.sub-nav-main {
    display: none;
}

nav#sub-nav a#sub-nav-main-extra, nav#sub-nav a#sub-nav-merci {
    padding-bottom: 25px;
}

a#sub-nav-selects, a#sub-nav-archive, nav#sub-nav a#sub-nav-press, nav#sub-nav a#sub-nav-mckibbin, nav#sub-nav a#sub-nav-merci {
    margin-top: 0px;
}

nav#sub-nav a#sub-nav-links {
    margin-top: 14px;
}

.sub-nav-children {
    display: none;
}

#section-loader {
    position: absolute;
    top: 120px;
    left: 255px;
}

footer {
    position: fixed;
    width: 255px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: -1;
}

footer span, #mobile-copyright {
    line-height: 1.5;
    font-size: 11px;
    color: #999;
    padding: 15px;
    display: block;
}

footer #footer-copyright {
	padding-bottom: 0;
}

footer #ig {
	padding-top: 0;
}

#ig a {
	color: #999;
}

#mobile-copyright {
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    display: none;
}

#ig.mobile {
    line-height: 1.5;
    font-size: 11px !important;
    display:none;
}

.archive-item::-webkit-scrollbar, .project-item-thumbs::-webkit-scrollbar {
    width: 23px;
    height: 0px;
}

.archive-item::-webkit-scrollbar-track, .project-item-thumbs::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #FFF;
    border-top: 15px solid #FFF;
    border-bottom: 5px solid #FFF;
}

.archive-item::-webkit-scrollbar-thumb, .project-item-thumbs::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #FFF;
    border-top: 15px solid #FFF;
    border-bottom: 5px solid #FFF;
}

/* Home */

section#home a, section#home span {
    display: none;
}

section#home a img, section#home span img {
    width: 90%;
    max-width: 880px;
    position: absolute;
    padding-bottom: 65px;
}

/* Projects */

section#projects {
    padding-bottom: 30px;
}

.projects-item {
    width: 90%;
    max-width: 880px;
    padding-bottom: 35px;
    display: none;
}

.projects-item .project-item-wrapper {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

.projects-item .project-item-wrapper span {
    position: absolute;
    width: 100000px;
}

.projects-item .project-item-wrapper span img, .projects-item .project-item-wrapper span iframe {
    float: left;
}

.projects-item .project-item-wrapper span img {
    visibility: hidden;
}

.projects-item p {
    line-height: 19px;
    float: left;
    width: 80%;
}

.projects-item p span {
    display: block;
    max-width: 440px;
}

.project-item-image-counter {
    line-height: 1;
    float: right;
}

a.project-item-thumbs-arrow {
    position: absolute;
    text-align: center;
    left: 0;
}

a.project-item-thumbs-arrow img {
    height: 16px;
}

a.project-item-image-arrow, a.project-item-thumb-arrow {
    position: absolute;
    width: 46px;
    opacity: 0;
    left: 0;
}

a.project-item-thumb-arrow {
    height: 75px;
    opacity: 1;
    display: none;
}

a.project-item-image-arrow img, a.project-item-thumb-arrow img {
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -13px;
}

a.project-item-thumb-arrow img {
    top: 0;
    margin-top: 25px;
}

a.project-item-image-arrow-next img, a.project-item-thumb-arrow-next img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.project-item-image-arrow-prev, a.project-item-thumb-arrow-prev {
    margin-left: -46px;
    visibility: hidden;
}

.project-item-thumbs {
    position: absolute;
    height: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}

.project-item-thumbs span {
    position: absolute;
    width: 0;
}

.project-item-thumbs a.project-item-thumb {
    float: left;
    display: none;
    padding-right: 10px;
}

.project-item-thumbs a.project-item-thumb img {
    height: 75px;
    opacity: 1;
    transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.project-item-thumbs a.project-item-thumb-1 img {
    opacity: 0.5;
}

/* Archive */

section#archive {
    padding-bottom: 40px;
}

.archive-item {
    display: inline-block;
    width: 90%;
    max-width: 958px;
    overflow: auto;
	/* -webkit-overflow-scrolling: touch; */
	overflow-y: hidden;
    margin-bottom: 25px;
}

@-moz-document url-prefix() {
    .archive-item {
        padding-bottom: 10px;
    }
}

.archive-item-wrapper {
    width: 100000px;
}

a.archive-item-thumb {
    float: left;
    display: none;
}

a.archive-item-thumb img {
    height: 150px;
    margin-right: 15px;
}

a.archive-item-thumb p {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    margin-top: 15px;
}

a.archive-item-thumb-arrow {
    position: absolute;
    width: 46px;
    height: 150px;
    left: 0;
    opacity: 0;
}

a.archive-item-thumb-arrow img {
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -13px;
}

a.archive-item-thumb-arrow-next img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.archive-item-thumb-arrow-prev {
    margin-left: -46px;
    visibility: hidden;
}

/* About */

section#about {
    opacity: 0;
    margin-top: -5px;
}

section#about a {
    display: none;
}

section#about p#about-services-text-2 a {
    display: inline;
}

section#about a img {
    width: 90%;
    max-width: 880px;
    position: absolute;
    padding-bottom: 65px;
}

section#about p {
    width: 90%;
    max-width: 660px;
}

section#about p span {
    padding-right: 10px;
    display: block;
}

section#about p#about-client-text-4 span span {
    font-size: 11px;
}

section#about p#about-client-text-1, section#about p#about-client-text-2, section#about p#about-client-text-3, section#about p#about-client-text-4 {
    width: 22.5%;
    float: left;
    max-width: 220px;
    padding-bottom: 65px;
    line-height: 19px;
}

section#about p#about-client-text-1 a, section#about p#about-client-text-2 a, section#about p#about-client-text-3 a, section#about p#about-client-text-4 a {
    display: inline;
}

section#about p#about-profile-text-1, section#about p#about-services-text-1 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 15px;
}

section#about p#about-profile-text-2, section#about p#about-services-text-2, section#about p#about-employment-text-1 {
    line-height: 19px;
    padding-bottom: 65px;
    display: block;
}

section#about p#about-employment-text-1 a {
    display: inline;
}

/* Extra */

section#extra {
    opacity: 0;
    margin-top: -5px;
}

section#extra p {
    width: 90%;
    max-width: 660px;
}

section#extra p span {
    padding-right: 10px;
    display: block;
}

section#extra p#extra-inspiration-text-1, section#extra p#extra-mckibbin-text-1 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 15px;
}

section#extra p#extra-inspiration-text-2, section#extra p#extra-mckibbin-text-2, section#extra p#extra-merci-text-1 {
    line-height: 19px;
    padding-bottom: 65px;
    display: block;
}

section#extra p#extra-inspiration-text-2 a {
    text-decoration: underline;
}

section#extra p#extra-links-text-1, section#extra p#extra-links-text-2, section#extra p#extra-links-text-3, section#extra p#extra-links-text-4 {
    width: 22.5%;
    float: left;
    max-width: 220px;
    padding-bottom: 65px;
    line-height: 19px;
}

section#extra p#extra-links-text-1 span span, section#extra p#extra-links-text-2 span span, section#extra p#extra-links-text-3 span span, section#extra p#extra-links-text-4 span span {
    padding-right: 0;
    display: inline;
    color: #000;
}

.extra-blog-item, .extra-press-item {
    width: 90%;
    max-width: 880px;
    padding-bottom: 65px;
}

.extra-blog-item h3 {
	font-size: 13px;
    line-height: 1;
}

.extra-blog-item p {
    margin-top: 15px;
}

.extra-blog-item img, .extra-press-item img {
    width: 100%;
    opacity: 0;
    display: none;
    margin-top: 15px;
}

.extra-press-item img {
    margin-top: 0;
    padding-bottom: 15px;
}

/* Contact */

section#contact {
    opacity: 0;
    margin-top: -5px;
}

section#contact a {
    display: block;
    line-height: 1;
}

section#contact a#google-maps {
    padding-bottom: 65px;
}

section#contact a#contact-map {
    padding-bottom: 25px;
}

section#contact iframe, section#contact img {
    width: 90%;
    max-width: 880px;
    position: absolute;
    display: none;
}

/* img#map-2, img#map-3 {
    display: none;
} */

@media only screen and (max-width: 768px) {
	#ig.mobile {
    line-height: 1.5;
    font-size: 11px !important;
    display:inline;
}

}