@charset 'UTF-8';

/************************************
*******        TYPE        **********
*************************************/

@font-face
{
    font-family: 'structr-bold';
    font-weight: normal;
    font-style: normal;

    src: url('../type/structr_bold-webfont.eot');
    src: url('../type/structr_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../type/structr_bold-webfont.woff') format('woff'),
    url('../type/structr_bold-webfont.ttf') format('truetype'),
    url('../type/structr_bold-webfont.svg#../type/structr_boldbold') format('svg');
}
@font-face
{
    font-family: 'structr-medium';
    font-weight: normal;
    font-style: normal;

    src: url('../type/structr_medium-webfont.eot');
    src: url('../type/structr_medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../type/structr_medium-webfont.woff') format('woff'),
    url('../type/structr_medium-webfont.ttf') format('truetype'),
    url('../type/structr_medium-webfont.svg#../type/structr_mediummedium') format('svg');
}
@font-face
{
    font-family: 'structr';
    font-weight: normal;
    font-style: normal;

    src: url('../type/structr_regular-webfont.eot');
    src: url('../type/structr_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../type/structr_regular-webfont.woff') format('woff'),
    url('../type/structr_regular-webfont.ttf') format('truetype'),
    url('../type/structr_regular-webfont.svg#../type/structr_regularregular') format('svg');
}


/************************************
*******       GLOBAL       **********
*************************************/

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,
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
{
    font: inherit;
    font-size: 16px;
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

html
{
    overflow-y: scroll;
}

html,
body
{
    font-family: 'structr-medium';
    font-weight: 200;
    line-height: 1;

    background-color: #f5f5f5;
}

ol,
ul
{
    list-style: none;
}
blockquote,
q
{
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
.clearfix
{
    display: block;
    clear: both;
}



/************************************
*******       HEADER       **********
*************************************/

#header
{
    z-index: 99999;
}
header
{
    font-size: 1.375em;

    position: fixed;
    z-index: 100;
    top: 0;

    float: left;

    width: 100%;
    height: 100px;

    text-align: center;

    border-bottom: 1px #c2c2c6 solid;
    background: #fff;
}
header a
{
    text-decoration: none;

    color: #969696;
}
header a:hover
{
    color: #f37756;
}
.small-header
{
    z-index: 99999;

    height: 65px;
}
.tall-header
{
    z-index: 99999;

    height: 125px;
}
header nav
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0 auto;

    text-transform: lowercase;
}
header nav ul
{
    display: inline-table;

    margin-right: -20px;

    list-style-type: none;

    text-align: center;
    text-decoration: none;

    color: #f37756;
}
header nav li
{
    line-height: 65px;

    display: table-cell;
    float: left;

    margin-right: 20px;

    text-align: center;
}
.nav-middle
{
    margin: 0 auto;
    /*width: 400px;*/
}
header #s-logo
{
    z-index: 999;

    float: left;

    height: 35px;
    margin-right: -48px;
    padding: 30px 0 32.5px 32.5px;
}

header #o-logo
{
    z-index: 999;

    float: right;

    height: 25px;
    padding: 40px 32.5px 30px 0;
}

header #s-logo,
#o-logo
{
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    opacity: .5;
}
header #s-logo:hover,
#o-logo:hover
{
    opacity: 1;
}

header .small-nav
{
		font-size: 14px;

    height: 40px;
}
header .small-nav li
{
    line-height: 0;

    height: 40px;
}
header .active a
{
    color: #f37756;
}

.selected a
{
    background: rgba(0, 0, 0, .1);
}

.mobile-s
{
    width: 50%;
    padding: 10px 0;
}
.mobile-o
{
    width: 20%;
    padding: 10px 0;
}

@media all and (max-width: 400px)
{
    .mobile-s
    {
        width: 100%;
    }
    .mobile-o
    {
        width: 40%;
    }
}

@media all and (max-width: 900px)
{
    header
    {
        display: none;
    }

    #header,
    .header,
    #footer
    {
        font-size: 2em;
        font-weight: bold;
        line-height: 40px;

        z-index: 999999;

        width: 100%;
        height: 40px;
        padding: 0 50px;

        text-align: center;

        color: #fff;
        border-bottom: 1px #c2c2c6 solid;
        background: #fff;
    }
    #header a,
    .header a
    {
        font-size: 2em;

        position: absolute;
        top: 0;
        left: 10px;

        display: block;

        width: 40px;
        height: 40px;

        background: center center no-repeat transparent;
        background-image: url('../img/global/nav.png');
    }
}
@media all and (min-width: 900px)
{
    /* hide open-button */
    a[href='#menu']
    {
        display: none !important;
    }
}

/************************************
*********      INDEX       **********
*************************************/

section #index
{
    position: relative;

    width: 100%;
    margin-top: 100px;
}

#index img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 490px;
    height: auto;
    margin: auto;
    padding: 25px;
}

.work
{
    clear: both;

    width: 100%;
    padding-top: 125px;
}
.hero
{
    padding-top: 15%;
}
.category
{
    padding-top: 110px;
}

@media all and (max-width: 900px)
{
    .work
    {
        padding-top: 55px;
    }
}

/************************************
*********    CATEGORIES    **********
*************************************/

#tiles
{
    position: relative;

    margin: 0;
    padding: 0;

    list-style-type: none;
}
#tiles li
{
    display: none;

    width: 200px;

    cursor: pointer;

    background-color: #fff;
}
#tiles li.inactive
{
    visibility: hidden;

    opacity: 0;
}
#tiles li img
{
    display: block;
}

.progress-bar
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 0;
    height: 2px;

    -webkit-transition: width .3s ease-out;
       -moz-transition: width .3s ease-out;
         -o-transition: width .3s ease-out;
            transition: width .3s ease-out;

    background-color: #0bc20b;
    box-shadow: 0 1px 3px rgba(11, 194, 11, .2);
}
#tiles li
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#tiles li img
{
    width: 100%;
    height: auto;
}
.wookmark-placeholder
{
    z-index: -1;

    border: 1px solid #dedede;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #eee;
}

/************************************
*********       MISC       **********
*************************************/
#page > section > li
{
    margin: 0 auto;

    list-style: none;
}


.misc
{
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 910px;
    margin: 15px auto;

    word-spacing: 3px;

    color: #969696;
}
@media all and (max-width: 900px)
{
    .misc
    {
        margin: 60px auto 25px;
        padding: 0 25px;
    }
}
.misc p
{
    margin: 15px 20px;
}
.misc h1
{
    font-family: 'structr-medium';
    font-size: 24px;
    font-weight: 200;

    max-width: 900px;
    margin: 0 20px 25px;

    color: #969696;
}
h2
{
    font-family: 'structr-medium';
    font-size: 24px;
    font-weight: 200;

    max-width: 900px;
    margin: 0 20px;

    color: #969696;
}
h3
{
    font-family: 'structr-medium';
    font-size: 18px;
    font-weight: 200;

    max-width: 900px;
    margin: -20px 20px 0;

    color: #969696;
}
iframe
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 500px;
    padding: 10px 20px;
}

/************************************
*********      OVERLAY     **********
*************************************/

.art figure
{
    position: relative;
}
.art figure > img
{
    width: 100%;

    vertical-align: top;
}
.art figure > a
{
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}
.art .overlay
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    cursor: pointer;
    -webkit-transition: .3s ease-out;
       -moz-transition: .3s ease-out;
         -o-transition: .3s ease-out;
            transition: .3s ease-out;

    opacity: 0;
    background: url( //cdn.shopify.com/s/files/1/0242/6027/t/3/assets/ie-product-overlay-bg.png?167 ) repeat 50% 50%;
    background: rgba(0, 0, 0, .5);

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.art .overlay:hover
{
    opacity: 1;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.art .overlay .label
{
    font-size: 26px;

    position: absolute;
    top: 48%;
    right: 0;
    left: 0;

    padding: 0 15px;

    text-align: center;
    letter-spacing: 5px !important;
    text-transform: uppercase;

    color: #fff;
}

/************************************
*********     ART PAGES    **********
*************************************/

.work *
{
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}
#art-wrapper2
{
    text-align: center;
}
#art-wrapper
{
    display: inline-block;
}

.art-pic img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 700px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.nav-left,
.nav-right
{
    float: left;

    width: 10%;
}
.nav-left img
{
    padding-left: 20px;
}
.nav-right img
{
    padding-right: 20px;
}
.nav-left img,
.nav-right img
{
    width: auto;
    height: 100%;
    max-height: 25px;

    -webkit-transition: .3s ease-out;
       -moz-transition: .3s ease-out;
         -o-transition: .3s ease-out;
            transition: .3s ease-out;

    opacity: .4;
}
.nav-left img:hover,
.nav-right img:hover
{
    opacity: 1;
}
.nav-right,
.title-left
{
    text-align: right;
}
.nav-left,
.title-right
{
    text-align: left;
}
.title-left
{
    border-right: 1px #f37756 solid;
}
.title-left,
.title-right
{
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;

    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
    padding: 0 25px;

    word-spacing: 3px;

    color: #969696;
}

/************************************
*********       ABOUT      **********
*************************************/

#about
{
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    margin: 15% auto 50px;

    word-spacing: 3px;

    color: #969696;
}
@media all and (max-width: 900px)
{
    #about
    {
        margin: 60px auto 25px;
        padding: 0 25px;
    }
}
header #s-logo-c
{
    z-index: 999;

    float: left;

    height: 35px;
    margin-right: -48px;
    padding: 15px 0 32.5px 32.5px;
}

header #o-logo-c
{
    z-index: 999;

    float: right;

    height: 25px;
    padding: 24px 32.5px 30px 0;
}

header #s-logo-c,
#o-logo-c
{
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    opacity: .5;
}
header #s-logo-c:hover,
#o-logo-c:hover
{
    opacity: 1;
}

/************************************
*********      CONTACT     **********
*************************************/
#contact a
{
    font-size: 1.5em;

    -webkit-transition: .3s ease-out;
       -moz-transition: .3s ease-out;
         -o-transition: .3s ease-out;
            transition: .3s ease-out;
    text-decoration: none;

    color: #969696;
}
#contact a:hover
{
    color: #f37756;
}


/* New edits */
#art-wrapper2
{
    padding: 0 25px;
}
.nav-left img,
.nav-right img
{
    height: 25px !important;
}
.nav-left img
{
    padding-left: 0;
}
.nav-right img
{
    padding-right: 0;
}
#preloader
{
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;

    display: table;
    overflow: visible;

    width: 100%;
    height: 100%;

    text-align: center;

    background: #fff;
}
#preloader .logo
{
    display: table-cell;

    vertical-align: middle;
}
.logo img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: auto;
    padding: 25px;
}
