* {
    outline: none;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}
body {
    position: relative;
    font-family: 'AvantGardeBook', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    overflow-x: hidden;
    min-height: 600px;
}
.devider {
    height: 3px;
    width: 100%;
    background-color: #000;
    margin: 50px  0;
}
/* <editor-fold desc="GENERAL STYLE"> */
a {
    color: inherit;
    text-decoration: none;
}
a img {
    border: none;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.clearfix {
    clear: both;
}
img {
    width: 100%;
    max-width: 100%;
}
img.auto-width {
    width: auto;
}
.bold-line {
    display: block;
    height: 15px;
    margin-bottom: 15px;
    background: #231f20;
}
h2 {
    font-family: 'AvantGardeExtra', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 30px;
    margin: 15px 0 7px 0;
}
p {
    margin: 7px 0 15px 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-left {
    margin-left: 0!important;
}
.image-only {
    line-height: 0;
}
.hidden {
    display: none!important;
}
/* </editor-fold> */

/* <editor-fold desc="GRID SYSTEM"> */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row.row-margin, .row-spaced > .row {
    margin-bottom: 20px;
}
.row-spaced > .row:last-child {
    margin-bottom: 0;
}
.row:after {
    content: '';
    display: block;
    clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    position: relative;
    min-height: 1px;
    padding-left: 21px;
    padding-right: 20px;
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 {
    width: 16.66666667%;
}
.col-2 {
    width: 33.33333333%;
}
.col-3 {
    width: 50%;
}
.col-4 {
    width: 66.66666667%;
}
.col-5 {
    width: 83.33333333%;
}
.col-6 {
    width: 100%;
}
.grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid .container-fluid, .grid .row {
    height: 100%;
}
.grid .col-1 {
    height: 100%;
    /*border-left: 1px solid rgba(184, 185, 186, 0.2);*/
    background: url('/images/grid-border-bg.png') left top repeat-y;
}
.grid .col-1.last {
    border-right: 1px solid rgba(184, 185, 186, 0.2);
}
/* </editor-fold> */

/* <editor-fold desc="INTRO STYLE"> */
#intro-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
}
#intro-wrapper .intro-left {
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    margin-right: 570px;
}
#intro-wrapper .intro-center {
    position: relative;
    margin: 0 auto;
    width: 1140px;
}
#intro-wrapper .intro-right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin-left: 570px;
}
#intro-wrapper .intro-left, #intro-wrapper .intro-center, #intro-wrapper .intro-right {
    height: 100%;
}
#intro-wrapper .intro-left, #intro-wrapper .intro-right, #intro-wrapper .col-1 {
    background: #FFF;
    border: none;
}
/* </editor-fold> */

/* <editor-fold desc="BODY BACKGROUND STYLE"> */
#body-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -moz-opacity: 1;
    opacity: 1;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#body-background.hidden {
    -moz-opacity: 0;
    opacity: 0;
}
#body-background .overlay {
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.4);
}
#body-background video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
/* </editor-fold> */

/* <editor-fold desc="MENU STYLE"> */
#menu-wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(184, 185, 186, 0.2);
}
#menu {
    position: relative;
    width: 1140px;
    height: 63px;
    margin: 0 auto;
}
#submenu-wrapper {
    position: fixed;
    z-index: 1000;
    top: 64px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#submenu-wrapper-inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(184, 185, 186, 0.2);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#submenu-wrapper.hidden_hidden #submenu-wrapper-inner {
    top: -33px;
}
#submenu-wrapper.hidden {
    pointer-events: none;
}
#submenu-wrapper.hidden #submenu-wrapper-inner {
    top: -33px;
}
#submenu {
    position: relative;
    width: 1140px;
    height: 32px;
    margin: 0 auto;
}
#menu-wrapper, #submenu-wrapper-inner {
    background: none;

    -webkit-transition: background-color 0.2s ease, top 1s ease;
    -moz-transition: background-color 0.2s ease, top 1s ease;
    -ms-transition: background-color 0.2s ease, top 1s ease;
    -o-transition: background-color 0.2s ease, top 1s ease;
    transition: background-color 0.2s ease, top 1s ease;
}
body.not-intro #menu-wrapper, body.not-intro #submenu-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.9);
}
#menu .logo {
    font-size: 0;
    line-height: 0;
    max-height: 63px;
    padding-left: 14px;
}
#menu .logo img {
    display: block;
    max-height: 63px;
}
#menu .logo .secondary-logo {
    margin-top: -63px;

    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
body.isIE #menu .logo .secondary-logo {
    height: 100%;
}
body.not-intro #menu .logo .secondary-logo {
    -moz-opacity: 1;
    opacity: 1;
}
#menu-intro, #menu-not-intro {
    display: none;
    padding-top: 27px;

    -moz-opacity: 0;
    opacity: 0;
}
#menu-intro:after, #menu-not-intro:after {
    content: '';
    display: block;
    clear: both;
}
#menu a,
#mobile-menu a {
    font-family: 'AvantGardeExtra', sans-serif;
    font-size: 22px;
    line-height: 20px;
    text-transform: lowercase;
    color: #FFF;
}
#menu .socials a {
    position: relative;
    margin-left: 8px;
}
#menu .socials a img.secondary-image {
    position: absolute;
    left: 0;
    top: 0;

    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#menu .socials a.active img.secondary-image {
    -moz-opacity: 1;
    opacity: 1;
}
#menu-not-intro a {
    float: right;
}
#menu-not-intro a span {
    display: block;
}
#menu a span:after, #mobile-menu a span:after, #submenu a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: 5px;
    background: #231f20;

    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#submenu a span:after {
    top: 2px;
}
#menu a.active span:after, #menu a.active_child span:after, #mobile-menu a.active span:after, #submenu a.active span:after {
    -moz-opacity: 1;
    opacity: 1;
}
#menu a, #mobile-menu a, #submenu a {
    -webkit-transition: color 0.2s ease, -webkit-transform 1s ease-out, opacity 1s ease-out;
    -moz-transition: color 0.2s ease, -moz-transform 1s ease-out, opacity 1s ease-out;
    -ms-transition: color 0.2s ease, -ms-transform 1s ease-out, opacity 1s ease-out;
    -o-transition: color 0.2s ease, -o-transform 1s ease-out, opacity 1s ease-out;
    transition: color 0.2s ease, transform 1s ease-out, opacity 1s ease-out;
}
#menu a.active, #menu a.active_child, #mobile-menu a.active, #submenu a.active {
    color: #231f20!important;
}
body.not-intro #menu a {
    color: #939598;
}
#submenu ul {
    padding: 6px 20px 0 20px;
    list-style: none;
    text-align: justify;
}
#submenu ul::after {
    content: ".";
    width: 100%;
    display: inline-block;
    visibility: hidden;
}
#submenu li {
    display: inline-block;
}
#submenu a {
    font-family: 'AvantGardeExtra', sans-serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    color: #939598;
}
#menu a.active, #menu a.active_child, #submenu a.active {
    font-family: 'AvantGardeBook', sans-serif;
}
/* </editor-fold> */

/* <editor-fold desc="CONTENT STYLE"> */
#content-wrapper {
    position: relative;
    z-index: 100;
    min-height: 100%;
    margin-bottom: -44px;
    box-sizing: border-box;
    padding-top: 64px;
}
#content-wrapper:after {
    content: "";
    display: block;
    height: 44px;
}
body.has-pre-footer #content-wrapper {
    margin-bottom: -249px;
}
body.has-pre-footer #content-wrapper:after {
    height: 249px;
}
body.has-pre-footer #pre-footer-wrapper {
    display: block;
}
#content {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    width: 1140px;
    padding-top: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .grid {
    z-index: 25;
}
#content-inner {
    position: relative;
    z-index: 200;
    padding-bottom: 45px;
}
/* </editor-fold> */

/* <editor-fold desc="WORK SECTION STYLE"> */
body.work #content {
    padding-top: 53px;
}
body.work #content-inner {
    padding-bottom: 25px;
}
.work-list-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.project {
    display: block;
    margin-bottom: 20px;
    line-height: 0;
}
.project img {
    width: 100%;
    margin-bottom: 9px;
}
.project h2 {
    font-family: 'AvantGardeBook', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}
.project span {
    font-family: 'AvantGardeBook', sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #FFF;
    text-transform: lowercase;
    display: block;
    margin-top: 7px;
}
/* </editor-fold> */

/* <editor-fold desc="PROJECT SECTION STYLE"> */
.project-details {
    position: relative;
    margin-bottom: -25px;
}
.template-1, .template-2, .template-3, .template-4, .template-5, .template-6 {
    margin-bottom: 20px;
}
.template-1 img {
    max-width: initial;
}
.template-1 .cover {
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.template-1 .cover-inner {
    display: table;
    position: relative;
    top: 0;
    width: 1140px;
    height: 100%!important;
    margin: 0 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.template-1 .cover-inner .grid {
    z-index: 0!important;
}
.template-1 .cover-inner .title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.template-1 .cover-inner h1 {
    display: inline-block;
    font-family: 'AvantGardeExtra', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.template-1 .cover-inner h1.cover-caption-text  {
    font-size: 33px;
    line-height: 30px;
    letter-spacing: 0;
}
.template-1 .cover-inner h1.cover-caption-text span {
    display: inline-block;
    padding-top: 40px;
    font-size: 18px;
    line-height: 34px;
    text-transform: initial;
}
.template-2 {
    position: relative;
}
.template-2 .cover-inner {
    display: table;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.template-2 .title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.template-2 .cover-inner h1 {
    display: inline-block;
    font-family: 'AvantGardeExtra', sans-serif;
    font-weight: 300;
    font-size: 33px;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.next-project-wraper {
    border-top: 1px solid #FFF;
    background: #FFF;
}
#content-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
body.has-content-overlay #content-overlay {
    display: block;
}
#content-overlay.lock {
    z-index: 30;
}
#content-overlay-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;

    -moz-opacity: 0;
    opacity: 0;
}
#content-overlay-inner {
    position: relative;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}
#template-project image-or-video > div {
    position: relative;
}
#template-project image-or-video .instagram-media {
    position: relative!important;
}
#scroll-top {
    visibility: hidden;
    position: fixed;
    width: 26px;
    height: 26px;
    bottom: 20px;
    left: 50%;
    margin-left: 590px;
    cursor: pointer;
    pointer-events: initial;
}
#scroll-top-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-left: -10px;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    background: url('../images/07_scroll_to_begining_arrow.svg') center center no-repeat;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#scroll-top-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: #FFF;
    border: 1px solid #838081;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-animation: circle-animation-out 0.3s;
    -moz-animation:    circle-animation-out 0.3s;
    -o-animation:      circle-animation-out 0.3s;
    animation:         circle-animation-out 0.3s;
}
#scroll-top:hover #scroll-top-circle {
    -webkit-animation: circle-animation 0.3s;
    -moz-animation:    circle-animation 0.3s;
    -o-animation:      circle-animation 0.3s;
    animation:         circle-animation 0.3s;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
@keyframes circle-animation {
    0%   {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes circle-animation-out {
    0%   {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
/* </editor-fold> */

/* <editor-fold desc="ABOUT STYLE"> */
.about-controls {
    text-align: center;
}
.about-controls a {
    display: inline-block;
    position: relative;
    margin-bottom: 1px;
    line-height: 0;
}
.about-controls a.disabled {
    pointer-events: none;

    -moz-opacity: 0.2;
    opacity: 0.2;
}
.about-controls img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;

    -moz-opacity: 0;
    opacity: 0;
}
.about-controls a:hover img.secondary-image, .about-controls a.active img.secondary-image {
    -moz-opacity: 1;
    opacity: 1;
}
/* </editor-fold> */

/* <editor-fold desc="CONTACT STYLE"> */
.contact-sections h2 {
    margin: 0;
}
.contact-sections .title:after {
    content: '';
    display: block;
    margin: 8px 0 12px 0;
    height: 1px;
    background: #231f20;
}
.contact-sections .section {
    margin-bottom: 71px;
}
.contact-sections .section:last-child {
    margin-bottom: 0;
}
.contact-sections img {
    max-width: 125px;
}
/* </editor-fold> */

/* <editor-fold desc="INSTAGRAM STYLE"> */
body.instagram #content-inner {
    padding-bottom: 25px;
}
body.instagram blockquote,
.instagram-media {
    margin: 0 0 20px 0!important;
    max-width: none!important;
}
#template-project body.instagram blockquote,
#template-project .instagram-media {
    margin: 0!important;
}
body.isSafari .instagram-media {
    width: 1px!important;
    min-width: 100%!important;
    *width: 100%!important;
}
/* </editor-fold> */

/* <editor-fold desc="FOOTER STYLE"> */
#footer-wrapper {
    position: relative;
    z-index: 100;
    border-top: 1px solid rgba(184, 185, 186, 0.2);
}
body.intro #footer-wrapper {
    display: none;
}
body.intro #content-wrapper {
    margin-bottom: 0;
}
#footer {
    width: 1140px;
    height: 43px;
    margin: 0 auto;
    padding-top: 11px;
    text-align: center;
    font-family: 'AvantGardeBook', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #a7a9ac;
    text-transform: uppercase;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#pre-footer-wrapper {
    display: none;
    border-bottom: 1px solid rgba(184, 185, 186, 0.2);
}
#pre-footer {
    width: 1140px;
    height: 204px;
    margin: 0 auto;
}
#next-project {
    text-align: center;
}
#next-project a {
    position: relative;
    display: inline-block;
    margin-top: 71px;
    font-family: 'AvantGardeDemi', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
#next-project a .next {
    position: relative;
    display: inline-block;
}
#next-project a .bar {
    display: inline-block;
    height: 2px;
    background: #000;
    width: 100%;
    position: absolute;
    top: -2px;
}
#next-project a:hover .bar {
    -webkit-animation: title-block 1.5s infinite 0s ease-out;
    -o-animation: title-block 1.5s infinite 0s ease-out;
    animation: title-block 1.5s infinite 0s ease-out;
}
@keyframes title-block {
    0% {
        transform: scaleX(1);
        transform-origin: right;
    }

    49.999% {
        transform: scaleX(0);
        transform-origin: right;
    }

    50% {
        transform-origin: left;
    }

    to {
        transform-origin: left;
        transform: scaleX(1);
    }
}
#next-project .title {
    display: inline-block;
    font-family: 'AvantGardeMedium', sans-serif;
    font-size: 36px;
    line-height: 32px;
    margin-top: 13px;
}
/* </editor-fold> */

/* <editor-fold desc="BLOG SECTION"> */
body.blog.has-pre-footer #content-inner {
    padding-bottom: 0;
}
.blog-list-item {
    margin-bottom: 47px;
}
.blog-list-item .date,
.post-details .date {
    display: block;
    margin: 5px 0 8px 0;
}
.blog-list-item h2,
.post-details h2 {
    text-transform: uppercase;
    margin-bottom: 3px;
}
.blog-list-item p {
    margin-top: 3px;
    margin-bottom: 9px;
    max-height: 36px;
    overflow: hidden;
}
.blog-list-item p p {
    margin: 0;
}
.blog-list-item a.continue {
    font-family: 'AvantGardeBook', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    background: url('../images/15_continue_arrow.svg') right bottom 3px no-repeat;
    padding-right: 15px;
}
.blog-list-item .categories,
.post-details .categories {
    display: block;
    margin-top: 22px;
    font-family: 'AvantGardeBook', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #808285;
}
.blog-list-item .categories:before,
.post-details .categories:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin-bottom: 8px;
}
.post-details .bold-line {
    margin-bottom: 0;
}
.post-details .content {
    margin-top: 3px;
    margin-bottom: 9px;

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 41px;
    -moz-column-gap: 41px;
    column-gap: 41px;
}
.post-details .content p {
    margin-top: 0;
    margin-bottom: 9px;
}
.post-details .content p:last-child {
    margin-bottom: 0;
}
.post-details .content img {
    height: auto!important;
}
.post-details a.back {
    font-family: 'AvantGardeBook', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    background: url('../images/16_back_arrow.svg') right bottom 3px no-repeat;
    padding-right: 15px;
}
.post-details .content-two-columns .col-4 {
    margin-top: 3px;
    margin-bottom: 9px;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 41px;
    -moz-column-gap: 41px;
    column-gap: 41px;
}

#blog-pagination .pagination {
    text-align: center;
    padding-top: 42px;
}
#blog-pagination .pagination li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 7px;
    color: #808285;
    cursor: pointer;
}
#blog-pagination .pagination li.active {
    color: inherit;
}
#blog-pagination .pagination li img {
    display: block;
    max-width: initial;
    width: auto;
    height: 11px;
}
#blog-pagination .category-filters-title {
    display: block;
    text-align: center;
    font-family: 'AvantGardeMedium', sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-top: 29px;
}
#blog-pagination .category-filters {
    max-width: 580px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    color: #808285;
}
#blog-pagination .category-filter {
    cursor: pointer;
}
#blog-pagination .category-filter.active {
    font-family: 'AvantGardeDemi', sans-serif;
    color: #231f20;
    text-transform: uppercase;
}
/* </editor-fold> */

/* <editor-fold desc="HAMBURGER BUTTON"> */
.hamburger {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 10px;
    overflow: visible;
    vertical-align: top;
}
.hamburger-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 100%;
    height: 1px;
    background-color: #231f20;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -5px;
}
.hamburger-inner::after {
    bottom: -5px;
}
/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.25s 0.3s ease, opacity 0.25s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.25s 0.3s ease, transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.25s ease, opacity 0.25s 0.3s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.25s ease, transform 0.25s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* </editor-fold> */

/* <editor-fold desc="CUSTOM FONTS"> */
@font-face {
    font-family: 'AvantGardeExtra';
    src: url('../fonts/ITCAvantGardeStd-XLt.eot');
    src: url('../fonts/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-XLt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeDemi';
    src: url('../fonts/ITCAvantGardeStd-Demi.eot');
    src: url('../fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBook';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeMedium';
    src: url('../fonts/ITCAvantGardeStd-Md.eot');
    src: url('../fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* </editor-fold> */

#uiview.ng-enter {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;

    -moz-opacity: 0;
    opacity: 0;
}
#uiview.ng-enter-active {
    -moz-opacity: 1;
    opacity: 1;
}

body.MacIntel #menu-intro, body.MacIntel #menu-not-intro {
    padding-top: 29px;
}
body.MacIntel #menu a span:after {
    top: 3px;
}
body.MacIntel #submenu ul {
    padding-top: 8px;
}
body.MacIntel #submenu a span:after {
    top: 0;
}
body.MacIntel .project img {
    margin-bottom: 12px;
}
body.MacIntel .project span {
    margin-top: 6px;
}

body.isSafari #menu a,
body.Win32 #menu a,
body.Win32 #mobile-menu a,
body.isSafari #submenu a,
body.Win32 #submenu a,
body.isSafari .template-1 .cover-inner h1,
body.Win32 .template-1 .cover-inner h1,
body.isSafari .template-2 .cover-inner h1,
body.Win32 .template-2 .cover-inner h1 {
    font-family: 'AvantGardeBook', sans-serif;
}

/* ANIMATIONS */
#menu-not-intro div:not(.socials) > a {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);

    -moz-opacity: 0;
    opacity: 0;
}
body.animate #menu-not-intro div:not(.socials) > a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -moz-opacity: 1;
    opacity: 1;
}
#menu-not-intro div.socials > a {
    -moz-opacity: 0;
    opacity: 0;
}
body.animate #menu-not-intro div.socials > a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;

    -moz-opacity: 1;
    opacity: 1;
}
body.animate #menu-not-intro div.socials > a.animate-2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
body.animate #menu-not-intro div.socials > a.animate-3 {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
body.animate #menu-not-intro div.socials > a.animate-4 {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
#submenu-wrapper-inner {
    top: -41px;
}
body.animate #submenu-wrapper-inner {
    top: 0;

    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
body.animate-complete #submenu-wrapper-inner {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
body.animate-submenu-reset #submenu-wrapper-inner {
    top: -41px;
}
#menu a span:after {
    width: 0%;

    -webkit-transition: width 0.6s ease-in;
    -moz-transition: width 0.6s ease-in;
    -ms-transition: width 0.6s ease-in;
    -o-transition: width 0.6s ease-in;
    transition: width 0.6s ease-in;

    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
body.animate #menu a span:after {
    width: 100%;
}
.work-list-item {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);

    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: -webkit-transform 0.6s ease-out, opacity 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out, opacity 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out, opacity 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out, opacity 0.6s ease-out;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.work-list-item h2, .work-list-item span {
    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
body.animate.work-section-loaded .work-list-item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -moz-opacity: 1;
    opacity: 1;

    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
body.animate.work-section-loaded .work-list-item h2,
body.animate.work-section-loaded .work-list-item span {
    -moz-opacity: 1;
    opacity: 1;

    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-1 {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-1 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-1 span {
    -webkit-transition-delay: 2.0s;
    -moz-transition-delay: 2.0s;
    -ms-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-2 {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-2 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-2 span {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -ms-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-3 {
    -webkit-transition-delay: 2.0s;
    -moz-transition-delay: 2.0s;
    -ms-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-3 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-3 span {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -ms-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-4 {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -ms-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-4 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-4 span {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -ms-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-5 {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -ms-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-5 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-5 span {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -ms-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-6 {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -ms-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-6 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-6 span {
    -webkit-transition-delay: 3.0s;
    -moz-transition-delay: 3.0s;
    -ms-transition-delay: 3.0s;
    -o-transition-delay: 3.0s;
    transition-delay: 3.0s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-7 {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -ms-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-7 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-7 span {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -ms-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-8 {
    -webkit-transition-delay: 3.0s;
    -moz-transition-delay: 3.0s;
    -ms-transition-delay: 3.0s;
    -o-transition-delay: 3.0s;
    transition-delay: 3.0s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-8 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-8 span {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -ms-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-9 {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -ms-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-9 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-9 span {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -ms-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}

body.animate.work-section-loaded .work-list-item.work-list-item-line-10 {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -ms-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
body.animate.work-section-loaded .work-list-item.work-list-item-line-10 h2,
body.animate.work-section-loaded .work-list-item.work-list-item-line-10 span {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -ms-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}

body.animate.work-section-loaded.animate-complete .work-list-item {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
body.animate.work-section-loaded.animate-complete .work-list-item h2,
body.animate.work-section-loaded.animate-complete .work-list-item span {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-1 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-1 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-1 span {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-2 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-2 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-2 span {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-3 {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-3 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-3 span {
    -webkit-transition-delay: 1.0s;
    -moz-transition-delay: 1.0s;
    -ms-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-4 {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-4 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-4 span {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-5 {
    -webkit-transition-delay: 1.0s;
    -moz-transition-delay: 1.0s;
    -ms-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    transition-delay: 1.0s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-5 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-5 span {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-6 {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-6 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-6 span {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-7 {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-7 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-7 span {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-8 {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-8 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-8 span {
    -webkit-transition-delay: 2.0s;
    -moz-transition-delay: 2.0s;
    -ms-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-9 {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-9 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-9 span {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -ms-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-10 {
    -webkit-transition-delay: 2.0s;
    -moz-transition-delay: 2.0s;
    -ms-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-10 h2,
body.animate.work-section-loaded.animate-complete .work-list-item.work-list-item-line-10 span {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -ms-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

/* RESPONSIVE STEP 2 */
@media (max-width: 1274px) {
    #intro-wrapper .intro-center,
    #menu,
    #submenu,
    #content,
    .template-1 .cover-inner,
    #content-overlay-inner,
    #footer,
    #pre-footer {
        width: 888px;
    }
    #intro-wrapper .intro-left {
        margin-right: 444px;
    }
    #intro-wrapper .intro-right {
        margin-left: 444px;
    }
    #menu .logo .secondary-logo {
        margin-top: -50px;
    }
    #menu {
        height: 55px;
    }
    #menu a {
        font-size: 18px;
        line-height: 15px;
    }
    #menu-intro, #menu-not-intro {
        padding-top: 28px;
    }
    #menu .logo {
        margin-top: 10px;
        padding-left: 18px;
    }
    #menu .socials {
        margin-top: -4px;
    }
    #menu a span:after {
        top: 4px;
    }
    #content-wrapper {
        padding-top: 56px;
    }
    #submenu-wrapper {
        top: 56px;
    }
    #scroll-top {
        margin-left: 464px;
    }
}

/* RESPONSIVE STEP 3 */
@media (max-width: 1024px) {
    #intro-wrapper .intro-center,
    #menu,
    #submenu,
    #content,
    .template-1 .cover-inner,
    #content-overlay-inner,
    #footer,
    #pre-footer {
        width: 726px;
    }
    #intro-wrapper .intro-left {
        margin-right: 363px;
    }
    #intro-wrapper .intro-right {
        margin-left: 363px;
    }
    #menu .logo .secondary-logo {
        margin-top: -37px;
    }
    #menu {
        height: 48px;
    }
    #menu a {
        font-size: 16px;
        line-height: 14px;
    }
    #menu-intro, #menu-not-intro {
        padding-top: 24px;
    }
    #menu .logo {
        margin-top: 8px;
    }
    #menu .socials {
        margin-top: -5px;
    }
    #menu .socials a {
        margin-left: 4px;
    }
    #menu a span:after {
        top: 4px;
    }
    #content-wrapper {
        padding-top: 49px;
    }
    #submenu-wrapper {
        top: 49px;
    }
    #scroll-top {
        margin-left: 383px;
    }
}

@media (min-width: 871px) {
    #mobile-menu-wrapper,
    #mobile-menu-toggle {
        display: none!important;
    }
}
@media (max-width: 870px) {
    body {
        min-height: 0;
        font-size: 12px;
        line-height: 18px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    #intro-wrapper .intro-center,
    #menu,
    #submenu,
    #content,
    .template-1 .cover-inner,
    #content-overlay-inner,
    #footer,
    #pre-footer {
        width: 100%;
    }
    #intro-wrapper,
    #mobile-menu-wrapper,
    #menu-wrapper,
    #content-wrapper,
    #content .cover .grid,
    #footer-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #content-wrapper {
        padding-top: 51px;
    }
    #content {
        padding-top: 11px;
    }
    #submenu, #menu-intro, #menu-not-intro {
        display: none!important;
    }
    #menu {
        height: 50px;
    }
    #menu .logo {
        padding-left: 12px;
    }
    #menu > .container-fluid,
    #menu > .container-fluid > .row,
    #menu > .container-fluid .logo {
        height: 100%;
    }
    #menu > .container-fluid .logo {
        margin: 0;
    }
    #menu > .container-fluid .logo a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    #menu > .container-fluid .logo a img {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        max-height: 100%;
    }
    .container-fluid {
        padding-left: 11px;
        padding-right: 11px;
    }
    .row {
        margin-left: -11px;
        margin-right: -11px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
        padding-left: 12px;
        padding-right: 11px;
    }
    .sm-hidden {
        display: none!important;
    }
    .sm-visible {
        display: block!important;
    }
    .sm-visible-inline-block {
        display: inline-block!important;
    }
    body.work #content {
        padding-top: 11px;
    }
    .project {
        position: relative;
    }
    .project span {
        display: none;
    }
    .project img {
        margin: 0;
    }
    .project h2 {
        display: block;
        /*position: absolute;*/
        /*top: 50%;*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*margin-top: -8px;*/
        margin-top: 5px;
    }
    .project-details .row > div,
    #template-contact.row > div {
        margin-bottom: 20px;
    }
    .project-details div > p:last-child,
    #template-contact.row > div:last-child,
    #template-about div > p:last-child {
        margin-bottom: 0;
    }
    .template-1 .cover-inner h1 {
        font-family: 'AvantGardeBook', sans-serif;
    }
    .template-2, .template-3, .template-4, .template-5, .template-6 {
        margin-bottom: 0;
    }
    .contact-sections .section {
        margin-bottom: 50px;
    }
    .about-controls {
        padding-top: 1px;
        padding-bottom: 11px;
    }
    .about-controls a {
        vertical-align: middle;
    }
    .about-controls .prev-section {
        margin-right: 11px;
    }
    .about-controls .prev-section img {
        margin-top: -5px;
    }
    .about-controls .next-section {
        margin-left: 11px;
    }
    .about-controls .next-section img {
        margin-top: -10px;
    }
    .post-details .content-one-column,
    .post-details .content-two-columns {
        display: none;
    }
    .post-details .content-three-columns {
        display: block!important;
    }
    #mobile-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1500;
        width: 100%;
        height: 100%;
        background: #231f20;
    }
    #mobile-menu {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #mobile-menu .mobile-menu-body-content a {
        font-size: 18px;
        line-height: 38px;
        color: #6d6e71;
    }
    #mobile-menu .mobile-menu-body-content > div {
        float: left;
    }
    #mobile-menu .mobile-menu-body-content a.active {
        color: #FFF!important;
    }
    #mobile-menu .mobile-menu-body-content a span:after {
        background: #FFF;
        top: -4px;
    }
    #mobile-menu-wrapper .container-fluid {
        position: relative;
        z-index: 50;
        height: 100%;
    }
    #mobile-menu-wrapper .grid {
        z-index: 10;
    }
    #mobile-menu-wrapper .grid .col-1 {
        /*border-left-color: #322f30;*/
        background: none;
        border-left: 1px solid #322f30;
    }
    #mobile-menu-wrapper .grid .col-1.last {
        border-right-color: #322f30;
    }
    #mobile-menu-wrapper .mobile-menu-line-header,
    #mobile-menu-wrapper .mobile-menu-line-footer {
        position: fixed;
        width: 100%;
        height: 1px;
        background: #322f30;
    }
    #mobile-menu-wrapper .mobile-menu-line-header {
        top: 50px;
        left: 0;
    }
    #mobile-menu-wrapper .mobile-menu-line-footer {
        bottom: 59px;
        left: 0;
    }
    .mobile-menu-header {
        height: 50px;
    }
    .mobile-menu-header > .logo,
    .mobile-menu-header > .logo > a {
        display: block;
        height: 100%;
    }
    .mobile-menu-header > .logo img {
        max-height: 100%;
    }
    .mobile-menu-body {
        display: table;
        width: 100%;
        height: calc(100% - 60px - 51px);
    }
    .mobile-menu-body-inner {
        display: table-row;
    }
    .mobile-menu-body-content {
        display: table-cell;
        vertical-align: middle;
    }
    .mobile-menu-footer {
        position: absolute;
        width: 100%;
        height: 59px;
        bottom: 0;
        left: 0;
        font-size: 0;
        margin: 0;
    }
    .mobile-menu-footer a {
        display: inline-block;
        margin: 21px 15px 0 15px;
    }
    .mobile-menu-buttons a {
        position: relative;
        display: inline-block;
        width: 34px;
        margin-top: 13px;
        margin-right: 37px;
    }
    .mobile-menu-buttons a img.secondary-image {
        position: absolute;
        left: 0;
        top: 0;

        -moz-opacity: 0;
        opacity: 0;

        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    body.intro .mobile-menu-buttons a img.secondary-image {
        -moz-opacity: 1;
        opacity: 1;
    }
    .mobile-menu-close a {
        display: inline-block;
        width: 34px;
        margin-top: 13px;
    }
    #mobile-menu-toggle {
        position: fixed;
        top: 4px;
        right: 12px;
        width: 39px;
        height: 39px;
        z-index: 20000;
    }
}
@media (max-width: 870px) and (orientation: landscape) {
    .col-sm-l-1 {
        width: 16.66666667%;
    }
    .col-sm-l-2 {
        width: 33.33333333%;
    }
    .col-sm-l-3 {
        width: 50%;
    }
    .col-sm-l-4 {
        width: 66.66666667%;
    }
    .col-sm-l-5 {
        width: 83.33333333%;
    }
    .col-sm-l-6 {
        width: 100%;
    }
    #intro-wrapper,
    #mobile-menu-wrapper,
    #menu-wrapper,
    #content-wrapper,
    #content .cover .grid,
    #footer-wrapper,
    body.has-pre-footer #pre-footer-wrapper {
        padding-right: 14px;
        padding-left: 13px;
    }
    body.has-pre-footer #footer-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    #intro-wrapper .intro-left {
        margin-right: calc(100% / 2 - 13px);
    }
    #intro-wrapper .intro-right {
        margin-left: calc(100% / 2 - 14px);
    }
    .template-1 .cover-inner h1 {
        font-size: 20px;
        line-height: 20px;
        padding-right: 14px;
        padding-left: 13px;
    }
    .post-details .content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 23px;
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
}

@media (max-width: 870px) and (orientation: portrait) {
    .col-sm-p-1 {
        width: 16.66666667%;
    }
    .col-sm-p-2 {
        width: 33.33333333%;
    }
    .col-sm-p-3 {
        width: 50%;
    }
    .col-sm-p-4 {
        width: 66.66666667%;
    }
    .col-sm-p-5 {
        width: 83.33333333%;
    }
    .col-sm-p-6 {
        width: 100%;
    }
    .col-sm-p-hide {
        display: none!important;
    }
    #intro-wrapper,
    #mobile-menu-wrapper,
    #menu-wrapper,
    #content-wrapper,
    #content .cover .grid,
    #footer-wrapper,
    body.has-pre-footer #pre-footer-wrapper {
        padding-right: 11px;
        padding-left: 11px;
    }
    body.has-pre-footer #footer-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    #intro-wrapper .intro-left {
        margin-right: calc(100% / 2 - 11px);
    }
    #intro-wrapper .intro-right {
        margin-left: calc(100% / 2 - 11px);
    }
    .template-1 .cover-inner h1 {
        font-size: 20px;
        line-height: 20px;
        padding-right: 11px;
        padding-left: 11px;
    }
    #template-about .image-only img {
        margin-bottom: 10px;
    }
    #template-about .row-spaced > .row {
        margin-bottom: 30px;
    }
    #template-about .row-spaced > .row:last-child {
        margin-bottom: 0;
    }
    .post-details .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* <editor-fold desc="IPHONE 5 HACKS"> */
@media (max-width: 568px) and (orientation: landscape) {
    #menu > .container-fluid .logo a img {
        top: 7px;
    }
    .mobile-menu-header > .logo img {
        margin-top: 7px;
    }
    /*.project h2 {*/
        /*margin-top: -6px;*/
    /*}*/
}
@media (max-height: 350px) and (orientation: landscape) {
    .mobile-menu-line-footer,
    .mobile-menu-footer {
        display: none;
    }
    .mobile-menu-body {
        height: calc(100% - 51px);
    }
}
@media (max-width: 320px) and (orientation: portrait) {
    #menu > .container-fluid .logo a img {
        top: 5px;
    }
    .mobile-menu-header > .logo img {
        margin-top: 5px;
    }
    /*.project h2 {*/
        /*margin-top: -6px;*/
    /*}*/
}
/* </editor-fold>