/* ============================= RESET CSS =============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
    height:auto;
}


/* ============================ FONTS ============================ */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

@font-face {
    font-family: "Graphik-Light";
    src: url("fonts/graphik/Graphik-Light.eot");
    src: 
    url("fonts/graphik/Graphik-Light.woff") format("woff"),
    url("fonts/graphik/Graphik-Light.otf") format("opentype"),
    url("fonts/graphik/Graphik-Light.svg#filename") format("svg");
}

@font-face {
    font-family: "Graphik-Regular";
    src: url("fonts/graphik/Graphik-Regular.eot");
    src: 
    url("fonts/graphik/Graphik-Regular.woff") format("woff"),
    url("fonts/graphik/Graphik-Regular.otf") format("opentype"),
    url("fonts/graphik/Graphik-Regular.svg#filename") format("svg");
}

@font-face {
    font-family: "Graphik-Medium";
    src: url("fonts/graphik/Graphik-Medium.eot");
    src: 
    url("fonts/graphik/Graphik-Medium.woff") format("woff"),
    url("fonts/graphik/Graphik-Medium.otf") format("opentype"),
    url("fonts/graphik/Graphik-Medium.svg#filename") format("svg");
}


@font-face {
    font-family: "IvyMode-Regular";
    src: local('Ivy Mode Regular'), local('Ivy-Mode-Regular'),
        url('fonts/IvyMode/IvyMode-Regular.woff2') format('woff2'),
        url('fonts/IvyMode/IvyMode-Regular.woff') format('woff'),
        url('fonts/IvyMode/IvyMode-Regular.ttf') format('truetype');
    }

@font-face {
    font-family: "IvyMode-Light";
    src: local('Ivy Mode Light'), local('Ivy-Mode-Light'),
        url('fonts/IvyMode/IvyMode-Light.woff2') format('woff2'),
        url('fonts/IvyMode/IvyMode-Light.woff') format('woff'),
        url('fonts/IvyMode/IvyMode-Light.ttf') format('truetype');
    }


/* ============================ MAIN ============================ */
body {
    margin: 0;
    padding: 0;
    font-family: 'Graphik-Light', serif;
    font-size: 16px;
    color: #6B7078;
    letter-spacing: 0;
    line-height: 28px;
}
p {
    font-family: 'Graphik-Light', serif;
    font-size: 16px;
    color: #6B7078;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: normal;
}

p.clear {
    clear: both;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
    color:#C24904;
}
a:hover {

}
img {
    border: 0;
}

i { font-family: 'Graphik', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
}

h1, h1 span {
    font-family: 'IvyMode-Regular', serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 64px;
    color: #2A2B37;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

h2 {
    font-family: 'IvyMode-Light', Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 32px;
    color: #4C4C4C;
    line-height: 48px;
    letter-spacing: 1px;
}

h2 b {
    font-family: 'IvyMode-Regular', Arial, sans-serif;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
    color:#C24904;
}



h3 {
    font-family: 'Graphik-Medium', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
/*    text-transform: uppercase;*/
}
h4 {
    font-family: 'Graphik-Medium', Arial, sans-serif;
    font-weight: 600;
    color: #3a3c48;
    font-size: 24px;
    line-height: 30px;
}
h5 {
    font-family: 'Graphik-Medium', Arial, sans-serif;
    font-weight: 600;
    color: #c1c1c1;
    font-size: 18px;
    line-height: 34px;
}

b {

    font-family: 'Graphik-Medium';

}

label {
    font-size: 18px;
    line-height: 45px;
}
.bold {
    font-weight: 600 !important;
}
.small {
    font-size: 13px;
    padding: 6px 25px;
    border-radius: 3px;
}

.large {
    padding: 10px 30px;
    margin: 30px;
}

.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.wrapper {
    width: 100%;
    height: auto;
    margin: auto;
}
.container {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: auto;
}
.content {
    position: relative;
}
.visible {
    visibility: visible !important;
}



/* =================================== HEADER ================================= */
.header {
    background: #fff;
    background-size: 100%;
    width: 100%;
    height:500px;
    position: relative;
}
.folio-header {
    background-size: 100%;
    height: 75px;
    width: 100%;
    position: relative;
}
.nav {
    width: 100%;
    height: 75px;
    padding: 0px 16px;
    top: 0;
}
.logo {
    height: auto;
    position: absolute;
    left: 10%;
    /*transform: translate3d(-50%,0,0);*/
    top: 30px;
    cursor: pointer;
    transform-origin: center center;
    z-index: 10;
}
.logo-title {
    padding-bottom: 26px;
    margin-left: 15px;
    width: 160px;
}
.nav-content {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 10px 0px;
    height: 75px;
    font-family: 'Graphik-Regular', Arial, sans-serif;
    color: #C24904;
    background: #fff;
}
.nav-link {
    float: left;
    padding:15px 0 0 220px;
    font-size: 14px;
    color: #C24904;
}
.mobile-nav-link {
    display:none;
/*    text-transform: uppercase;*/
    padding: 10px 0px;
    font-family: 'Graphik-Regular', Arial, sans-serif;
    color: #C24904;
}
.nav-link .lnk, .nav-social .lnk, .mobile-nav-link .lnk {
    margin-right:20px;
}
.nav-link a, .nav-social a, .mobile-nav-link a {
    color: #C24904;
}
.nav-link a:hover, .nav-social a:hover, .mobile-nav-link a:hover {
    padding-bottom:4px;
    border-bottom: 2px solid #C24904;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.nav-social {
    float: right;
    font-size: 14px;
    padding-top: 15px;
}

.nav a:link, .nav a:visited, .nav a:active {
    text-decoration:none;
}
.nav-active{
    font-family: 'Graphik-Regular';
    font-weight:600 !important;
}
.btn {
    padding: 15px 25px 15px 25px;
    border: 1px #739797 solid;
}
.btn:hover {
    color: #fff;
    background: #739797;
}



/* ============================ LANDING ============================ */

.main-wrapper {
    width: 80%;
    max-width:920px;
    text-align: left;
    margin: auto;
    padding: 50px 0px;

}

.icon {
    padding: 5px;
}

.project-info {
    border-top: none;
    position: relative;
    right: 0%;
    top: 10%;
    padding-top: 100px;
}
.project-info p {
    margin: 15px 0 0 0;
    text-align: left;
}

.project-cta {
    width: auto;
    font-family: 'Graphik-Regular', Arial, sans-serif;
/*    text-transform: uppercase;*/
    padding: 10px 0px 0px 0px;
    display: block;
    float: left;
    cursor: pointer;
/*    border-bottom: 3px solid #000;*/
    margin-right:20px;
}

.project-cta:hover .project-cta a:hover {
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.project-block {
    border-top: none;
    position: relative;
    right: 0%;
    top: 200px;
    height: 480px;
}

.project-block p {
    margin: 15px 0 0 0;
    text-align: left;
}

.project-details-right {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.project-images-left {
    float: left;
    width: 50%;
}


.project-type{
    text-transform: uppercase;
    font-family: 'Graphik-Regular', Arial, sans-serif;
    color: #696969;
}


/*.project-meta {
    border-top: none;
    z-index: 5;
    width: 100%;
    height: 25%;
    min-height: 150px;
    position: absolute;
    bottom: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    background: #fff;
}
.project-meta-title {
    font-size: 12px;
    line-height: 34px;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    color: #6A6A6A;
    letter-spacing: 2px;
}*/
.one-third {
    width: 23%;
    height: 100%;
    float: left;
    text-align: left;
    margin-right: 3%;
    margin-left: 5%;
    padding-left: 3%;
}
.one-third p {
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    font-weight: 200;
    font-size: 13px;
    line-height: 22px;
    color: #6A6A6A;
}

.indent-cover1 {
    margin-left: 60px;
    line-height: 100px;
}

.indent-cover2 {
    margin-left: 40px;
}

.indent-flipp1 {
    margin-left: 60px;
}
.indent-flipp1 {
    margin-left: 60px;
}
.dynamic-indent {
    margin-left: 60px;
}
.growth-indent {
    margin-left: -40px;
}


/* ============================ CUSTOM COLOR ============================ */


.text-insta {
    position: absolute;
    top: -30px;
    left: -40px;
}


.cover {
    color: #EC0040;   
}

.color-cover {
    width:400px;
    height:260px;
}


.cover-cta {
    color: #C24904;

}

.cover-cta:hover {
    border-bottom: 2px solid #C24904;
    color: #C24904;
    padding: 10px 0px 4px 0px;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.text-cover {
    position: absolute;
    top: 10px;
    left: 350px;
}

.project-img-cover {
    position: absolute;
    top: -55px;
    left: 35px;
}

.text-cover2 {
    position: absolute;
    top: 10px;
    left: 350px;
}

.project-img-cover2 {
    position: absolute;
    top: -65px;
    left: -65px;
}

.text-flipp {
    position: absolute;
    top: 30px;
    left: 0px;

}

.project-img-flipp {
    position: absolute;
    top: 15px;
    left: -25px;
}


.flipp {
    color: #91CFD2;
}

.color-flipp {
/*    background: #F1F8F8;*/
    width:400px;
    height:260px;
}

.flipp-cta {
    color: #91CFD2;
    border-bottom: 3px solid #91CFD2;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.flipp-cta:hover {
    border-bottom: 3px solid #2A2B37;
    color: #2A2B37;
    padding: 10px 0px 4px 0px;
}

.text-platform {
    position: absolute;
    top: -11px;
    left: 263px;

}

.project-img-platform {
    position: absolute;
    top: -45px;
    left: -25px;
}

.platform {
    color:#1F9583;
}


.color-platform {
/*    background: #DFF2EA;*/
    width:400px;
    height:260px;
}

.platform-cta {
    color: #1F9583;
    border-bottom: 3px solid #1F9583;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.platform-cta:hover {
    border-bottom: 3px solid #1F9583;
    color: #2A2B37;
    padding: 10px 0px 4px 0px;
}



.text-moregidge {
    position: absolute;
    top: -2px;
    left: 17px;

}

.project-img-moregidge {
    position: absolute;
    top: -40px;
    left: 15px;
}


.moregidge {
    color:#20D2AD;
}

.color-moregidge {
/*    background: #EAF9F5;*/
    width:400px;
    height:260px;
}

.moregidge-cta {
    color: #20D2AD;
    border-bottom: 3px solid #20D2AD;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.moregidge-cta:hover {
    border-bottom: 3px solid #20D2AD;
    color: #2A2B37;
    padding: 10px 0px 4px 0px;
}

.main-cta {
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.main-cta:hover {
    border: 3px solid #000;
    color: #fff;
    background: #000;
    padding: 10px;
}

/* ============================ WORK ============================ */

.wrapper {
    width: 100%;
    height: auto;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: auto;
}

.main-container {
    width: 600px;
    text-align: left;
    position: absolute;
    left: 38%;
    top: 150px;
    z-index: -1;
}

.main-container h1, .main-container h1 span {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 130px;
    line-height: 92px;
}

.extra-top {
    margin-top: 30px;
}

.subtext {
    width: 75%;
    left: 20%;
    position: relative;
    top: 40px;
}

.project-cover-image {
    top: 60px;
    left: 5%;
    position: relative;
}

.project-one-image {
    top: 60px;
    left: -10%;
    position: relative;
}

#folio {
    height: auto;
    width: 65%;
    margin: 0px auto;
    padding: 100px 0 50px 0;
}


.project-name {
    width:70%;
    float:left;
    padding-right:30px;
    position: relative;
/*    height:200px;*/
    display: block;
}

.role {
    width:20%;
    float:left;
    display:block;
    height:200px;
    margin-left:50px;
}

.role p {
    padding-top:30px;
}

.quote {
    display:inline-block;
    font-family: 'IvyMode-Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
    padding: 100px 0 20px 0;
    width:100%;
    letter-spacing: 1px;
    text-align: center;
}

.full {
    height: auto;
    width: 100%;
    margin: 0px auto;
    padding: 0 0 100px 0;
}

.folio-fullimg {
    height: auto;
    width: 100%;
    margin: 0px auto;
    padding:10px 0;
    left: 0;
    text-align: center;
    position: relative;
}

.folio-fullimg .img {
    width:90%;
    box-shadow:  0 13px 29px rgba(0,0,0,0.10);
}

.folio-blurb {
    height: auto;
    width: 85%;
    margin: 0px auto;
    padding:80px 0 80px 0;
}

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




/* ============================ #0 - COVER ============================ */



.color-cover1 {
    color: #EC0040;
    }

.color-cover2 {
    color: #AD0331;
}

.folio-shot1 {
    float: right; 
    width: 65%;
}

.folio-shot2 {
    float: right; 
    width: 70%;
    padding-top:100;
}


/* ============================ #1 - FLIPP ============================ */



.color-flipp1 {
    color: #91CFD2;
    }

.color-flipp2 {
    color: #C0E0E2;
}



/* ============================ #2 - PLATFORM ============================ */



.color-platform1 {
    color: #62C7B7;
    }

.color-platform2 {
    color: #1F9583;
}




/* ============================ #3 - GROWTH ============================ */



.color-growth1 {
    color: #D2D6DC;
    }

.color-growth2 {
    color: #DDDFE2;
}




/* ============================ #4 - DYNAMIC ============================ */



.color-dynamic1 {
    color: #BBCFE7;
    }

.color-dynamic2 {
    color: #DBE1EA;
}


/* ============================ #5 - WIP ============================ */


.color-wip1 {
    color: #FBDCD5;
}
.color-wip2 {
    color: #FFF2EC;
}

.shots {
    position: relative;
    display: inline-block;
}

.shot {
    width:350px;
    padding:10px;
    float:left;
}

.shot img {
    width: 100%;
}

/* ============================ ABOUT ============================ */



.about-info b {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 13px;
    color: #6A6A6A;
    text-transform: none;
}
.about b {
    color: #839EAA;
}

.about h2 a {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-weight: 700 !important;
    margin-bottom: 20px;
    font-size: 36px;
    color: #4C4C4C;
    line-height: 42px;
}

.about a, .about a:link {
    font-weight: 500;
    color: #6A6A6A;
}


.about a:hover{
    padding-bottom:2px;
    border-bottom: 3px solid #CAE9E5;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

/* =================================== FOOTER ================================= */


#main-footer {
    position: relative;
    text-align: center;
    padding: 20px 0;
    border-top: #E2E2E2 1px solid;
    width: 80%;
    font-size: 12px;
    margin-top: 100px
}

#footer {
    position: relative;
    text-align: center;
    padding: 20px 0;
    border-top: #E2E2E2 1px solid;
    height: auto;
    width: 80%;
    margin-bottom:70px;
}

.prev {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 189.6px;
    color: #F9F9F9;
    line-height: 121.5px;
    width:50%;
    float:left;
    position: relative;
}


.prev-text {
    position: absolute;
    text-align: right;
    top: 60px;
    right: 85px;
}

.prev-text-prev {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 36px;
    color: #4C4C4C;
    line-height: 46px;
}

.preview-text {
    font-family: 'Montserrat';
    font-size: 11px;
    line-height: 16px;
    color: #839EAA;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prev-text:hover{
    border-bottom: 3px solid #CAE9E5;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.next-project {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 189.6px;
    color: #F9F9F9;
    line-height: 121.5px;
    width:50%;
    float:right;
    position: relative;
}


.next-text {
    position: absolute;
    text-align: left;
    top: 60px;
    left: 95px;
}

.next-text-prev {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 36px;
    color: #4C4C4C;
    line-height: 46px;
}

.next-text:hover{
    border-bottom: 3px solid #CAE9E5;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

#footer p {
    color: #fff;
    font-weight: 300;
    font-size:13px;

}

#footer a {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.copyright {
    font-size: 12px;
}



.cover-title {
    text-align: center;
    margin-bottom: 140px;
    color:#F8432F;
}

.cover-drib {
    width: 300px; 
    float: left; 
    margin-left: 30px; 
    display: inline;
    padding-top: 50px;
    padding-bottom: 150px;
}

.cover-ill {
    width:50%; 
    float:left; 
    display:inline-block;
    padding:50px;
}

.cover-ill-1 {
    width:60%; 
    float:left; 
    display:inline-block;
    padding:50px;
}

.cover-ill-2 {
    width:40%; 
    float:left; 
    display:inline-block;
    padding:50px;
}

.cover-illust {
    width:100%;
}

.cover-illust2 {
    width:50%;
    float:left;
}
