/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
 html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proximanova/ProximaNova-Regular.eot);
    src: url(../fonts/proximanova/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova/ProximaNova-Regular.woff) format('woff'), url(../fonts/proximanova/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/proximanova/ProximaNova-Regular.svg#ProximaNovaRegular) format('svg');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proximanova/ProximaNova-Bold.eot);
    src: url(../fonts/proximanova/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/proximanova/ProximaNova-Bold.woff) format('woff'), url(../fonts/proximanova/ProximaNova-Bold.ttf) format('truetype'), url(../fonts/proximanova/ProximaNova-Bold.svg#ProximaNovaBold) format('svg');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nolist {
    list-style: none;
    margin: 0;
    padding: 0
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clearfix:after {
   
    content: "";
    clear: both
}

body,
html {
    height: 100%
}

.row {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
    padding-bottom: 0
}

.row:after {
   
    content: "";
    clear: both
}

.col-0,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8 {
    float: left;
    position: relative;
    padding: 10px;
    width: 100%
}

.col-0.no-pad,
.col-1.no-pad,
.col-10.no-pad,
.col-11.no-pad,
.col-12.no-pad,
.col-2.no-pad,
.col-3.no-pad,
.col-4.no-pad,
.col-5.no-pad,
.col-6.no-pad,
.col-7.no-pad,
.col-8.no-pad {
    padding: 0 !important
}

.col-m-1 {
    width: 8.33333333%
}

.col-m-2 {
    width: 16.66666667%
}

.col-m-3 {
    width: 25%
}

.col-m-4 {
    width: 33.33333333%
}

.col-m-5 {
    width: 41.66666667%
}

.col-m-6 {
    width: 50%
}

.col-m-7 {
    width: 58.33333333%
}

.col-m-8 {
    width: 66.66666667%
}

.col-m-9 {
    width: 75%
}

.col-m-10 {
    width: 83.33333333%
}

.col-m-11 {
    width: 91.66666667%
}

.col-m-12 {
    width: 100%
}

.offset-1,
.offset-10,
.offset-11,
.offset-12,
.offset-2,
.offset-3,
.offset-4,
.offset-5,
.offset-6,
.offset-7,
.offset-8,
.offset-9 {
    margin-left: 0
}

.row.tight {
    margin-left: -5px;
    margin-right: -5px
}

.row.tight .col-0,
.row.tight .col-1,
.row.tight .col-10,
.row.tight .col-11,
.row.tight .col-12,
.row.tight .col-2,
.row.tight .col-3,
.row.tight .col-4,
.row.tight .col-5,
.row.tight .col-6,
.row.tight .col-7,
.row.tight .col-8 {
    padding: 5px
}

.row.side-pad .col-0,
.row.side-pad .col-1,
.row.side-pad .col-10,
.row.side-pad .col-11,
.row.side-pad .col-12,
.row.side-pad .col-2,
.row.side-pad .col-3,
.row.side-pad .col-4,
.row.side-pad .col-5,
.row.side-pad .col-6,
.row.side-pad .col-7,
.row.side-pad .col-8 {
    padding: 0 10px
}

.row.inline-vert {
    font-size: 0
}

.row.inline-vert .col-0,
.row.inline-vert .col-1,
.row.inline-vert .col-10,
.row.inline-vert .col-11,
.row.inline-vert .col-12,
.row.inline-vert .col-2,
.row.inline-vert .col-3,
.row.inline-vert .col-4,
.row.inline-vert .col-5,
.row.inline-vert .col-6,
.row.inline-vert .col-7,
.row.inline-vert .col-8 {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.offset-0,
.offset-1,
.offset-10,
.offset-11,
.offset-12,
.offset-2,
.offset-3,
.offset-4,
.offset-5,
.offset-6,
.offset-7,
.offset-8 {
    margin-left: 0
}

.v-align {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    height: 100%
}

.v-align .v-content,
.v-align .v-spacer {
    display: inline-block;
    vertical-align: middle
}

.v-align .v-spacer {
    width: 1px;
    height: 100%
}

.v-align .v-content {
    width: 100%;
    margin-left: -1px;
    white-space: normal
}

.ani-sft {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-sfb {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-sfl {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-sfr {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-lft {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-lfb {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-lfl {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-reveal {
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.ani-reveal:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #272642;
    z-index: 2
}

.ani-reveal.reveal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1) !important;
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1) !important;
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1) !important;
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1) !important;
    transition: all .5s cubic-bezier(.19, 1, .22, 1) !important
}

.ani-reveal.reveal:after {
    height: 0%;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.block-img {
    display: block;
    max-width: 100%;
    height: auto
}

.noscroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}

.blank {
    display: block;
    width: 100%;
    height: 100%
}

.mobile-only {
    display: block
}

.desktop-only {
    display: none
}

.relative {
    position: relative
}

.primary {
    color: #272642
}

.secondary {
    color: #e90100
}

.alt {
    color: #fef2e4
}

.bg_primary {
    background-color: #272642 !important
}

.bg_secondary {
    background-color: #e90100 !important
}

.fill_primary polygon {
    fill: #272642
}

.fill_secondary polygon {
    fill: #e90100
}

.a_link {
    color: #272642;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.a_link:hover {
    color: #e90100
}

body {
    font-family: ProximaNova, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #272642
}

.h2,
h1,
h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #272642;
    margin: 0 0 .82em;
    position: relative
}

.h2:before,
h1:before,
h2:before {
    width: 25px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 25px
}

.h2 small,
.h2.small-title,
h1 small,
h1.small-title,
h2 small,
h2.small-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.h2.small-title:before,
h1.small-title:before,
h2.small-title:before {
    margin-bottom: 27px
}

.h2 small,
h1 small,
h2 small {
    position: absolute;
    left: 0;
    top: 15px;
    font-weight: 400
}

.h3,
h3 {
    font-size: 20px;
    line-height: 30px;
    color: #272642;
    margin: 0 0 1em
}

.h3:before,
h3:before {
    width: 25px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 23px
}

h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 .5em;
    font-weight: 700
}

h5 {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin: 0;
    font-weight: 400
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 1em
}

li {
    font-size: 16px;
    line-height: 24px
}

.home h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #e90100
}

.home h1:before {
    display: none;
    content: none
}

.case-study h1,
.client-story h1 {
    color: #fff
}

.case-study h1:before,
.client-story h1:before {
    background-color: #fff
}

.client-story h2 {
    margin: 0;
    color: #fff
}

.client-story h2:before {
    content: none
}

.blog.post h3,
.blog.post h5 {
    color: #272642
}

.blog.post h5 {
    margin: 0 0 2em
}


/* NEW ABOUT US PAGE */

.page-id-3019 .head {
	display: none !important;
}

.page-id-3019 .question-page {
    display: none;
}



/* END NEW ABOUT US PAGE */

article#post-3019 { display: none; }


body {
    background: #fff;
    background-size: 1600px 2px
}

.inner {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto
}

.loader {
    width: 0;
    height: 5px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #e90100
}

.main-header {
    padding-top: 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%
}

.main-header .main-logo {
    display: inline-block;
    height: 19px
}

.main-header .main-logo svg {
    width: auto;
    height: 100%
}

.main-header .main-logo svg path {
    fill: #272642;
    -webkit-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    transition: fill .8s cubic-bezier(.19, 1, .22, 1)
}

.main-header .main-nav {
    display: none
}

.main-header .hamburger {
    float: right;
    width: 24px;
    height: 18px;
    position: relative
}

.main-header .hamburger i {
    width: 24px;
    height: 2px;
    background: #272642;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -12px
}

.main-header .hamburger i.top {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px)
}

.main-header .hamburger i.bot {
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px)
}

.main-header.dark .main-logo svg path {
    fill: #272642 !important
}

.main-header.dark .hamburger i {
    background: #272642 !important
}

.main-header.dark .main-nav a {
    color: #272642 !important
}

.main-header.light .main-logo svg path {
    fill: #fff !important
}

.main-header.light .hamburger i {
    background: #fff !important
}

.main-header.light .main-nav a {
    color: #fff !important
}

.mobile-nav {
    overflow: hidden;
    z-index: 7;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fef2e4;
    padding: 0 0
}

.mobile-nav .main-mobile-nav {
    padding-top: 86px
}

.mobile-nav .main-mobile-nav a {
    display: block;
    text-decoration: none;
    padding: 0 20px;
    margin: 50px 0;
    color: #272642;
    font-size: 36px;
    line-height: 29px;
    font-weight: 700;
    position: relative
}

.mobile-nav .main-mobile-nav a small,
.mobile-nav .main-mobile-nav a span {
    display: inline-block;
    vertical-align: top;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.mobile-nav .main-mobile-nav a small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400
}

.mobile-nav .main-mobile-nav a span {
    margin-left: 12px
}

.mobile-nav .main-mobile-nav a.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 4px;
    background: #e90100
}

.mobile-nav .main-mobile-nav a.active.animate:before {
    width: 34px;
    -webkit-transition: width .2s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: width .2s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: width .2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: width .2s cubic-bezier(.19, 1, .22, 1);
    transition: width .2s cubic-bezier(.19, 1, .22, 1)
}

.mobile-nav .mobile-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.mobile-nav .mobile-footer .footer-nav {
    display: inline-block;
    font-size: 0
}

.mobile-nav .mobile-footer .footer-nav a {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #272642;
    text-decoration: none;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    padding: 20px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.mobile-nav .mobile-footer .footer-nav a:hover {
    color: #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.mobile-nav .mobile-footer .social-nav {
    float: right;
    font-size: 0;
    padding-right: 10px
}

.mobile-nav .mobile-footer .social-nav a {
    display: inline-block;
    text-decoration: none;
    color: #272642;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 10px;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.mobile-nav .mobile-footer .social-nav a:hover {
    color: #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.scroll-indicator {
    position: fixed;
    right: -50px;
    left: auto;
    top: auto;
    bottom: 20px;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    z-index: 4
}

.scroll-indicator.hide {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.scroll-indicator .rotate {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #fff
}

.scroll-indicator span,
.scroll-indicator svg {
    display: inline-block;
    vertical-align: middle
}

.scroll-indicator svg {
    width: 20px;
    height: 14px;
    position: relative;
    margin-right: 4px
}

.scroll-indicator svg rect {
    fill: #e90100
}

.scroll-indicator span {
    color: #e90100;
    font-size: 16px;
    line-height: 16px
}

.main-article {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 60px);
    visibility: hidden;
    overflow: hidden
}

.main-article .featured {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}

.main-article .featured .position {
    width: 100%;
    margin: 0;
    max-width: none;
    position: relative
}

.main-article .featured .arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    z-index: 1;
    padding-top: 66%
}

.main-article .featured .arrows .inner {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right
}

.main-article .featured .arrows .arrow {
    display: inline-block;
    width: 43px;
    height: 14px;
    cursor: pointer
}

.main-article .featured .arrows .arrow img {
    display: block;
    width: 100%;
    height: 100%
}

.main-article .featured .arrows .arrow.prev {
    margin-right: 25px;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.main-article .featured .indicator {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    padding-top: 66%
}

.main-article .featured .indicator i,
.main-article .featured .indicator span {
    display: inline-block;
    vertical-align: middle;
    color: #272642;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}
 
.main-article .featured .indicator i {
    width: 25px;
    height: 2px;
    margin: -3px 8px 0;
    background: #272642
}

.main-article .featured .indicator .count {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)"
}

.main-article .featured .slide {
    display: block;
    width: 100%
}

.main-article .featured .feature {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 20px;
    position: relative
}

.main-article .featured .feature:after {
    
    content: "";
    clear: both
}

.main-article .featured .feature .image {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.main-article .featured .feature .image .thumb {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    padding-top: 66.72%;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.main-article .featured .feature .image .timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #e90100
}

.main-article .featured .feature .text {
    display: block;
    padding: 50px 20px 0
}

.main-article .featured .feature .text h2 {
    font-size: 20px;
    line-height: 30px;
    color: #272642;
    margin: 0 0 1em;
    margin-bottom: 0
}

.main-article .featured .feature .text h2:before {
    width: 25px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 23px
}

.main-article .featured .feature .text h2 small,
.main-article .featured .feature .text h2:before {
    display: none
}

.main-article .featured .feature .text h2 span {
    display: block;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.main-article .featured .feature .text h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px
}

.main-article .featured .feature .text h3:before {
    display: none
}

.main-article .featured .feature .text p {
    display: none
}

.main-article .featured .feature .text a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-top: 18px;
    color: #272642;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    border-bottom: 4px solid #e90100;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.main-article .featured .feature .text a:hover {
    color: #e90100
}

.main-article .featured .feature .text.show h2 span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.main-article .featured .feature .text.show a {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-opacity .5s cubic-bezier(.19, 1, .22, 1) .15s, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .15s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: -moz-opacity .5s cubic-bezier(.19, 1, .22, 1) .15s, -moz-transform .5s cubic-bezier(.19, 1, .22, 1) .15s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
    -ms-transition: -ms-opacity .5s cubic-bezier(.19, 1, .22, 1) .15s, -ms-transform .5s cubic-bezier(.19, 1, .22, 1) .15s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: -o-opacity .5s cubic-bezier(.19, 1, .22, 1) .15s, -o-transform .5s cubic-bezier(.19, 1, .22, 1) .15s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1) .15s, transform .5s cubic-bezier(.19, 1, .22, 1) .15s, color .5s cubic-bezier(.19, 1, .22, 1) 0s
}

.main-article .featured .feature.is-selected .image {
    -webkit-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25)
}

.main-article .featured .feature.can-zoom .image:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1)
}

.main-article .featured .feature.is-selected+.feature {
    margin-left: -20px;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.main-article .featured-flick {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.main-article .featured-flick .banner {
    width: 100%;
    padding: 0 10px
}

.main-article .featured-flick .banner .content {
    white-space: normal
}

.main-article .featured-flick .banner .content .text {
    display: block;
    padding: 40px 20px 0 10px
}

.main-article .featured-flick .banner .content .text h2 {
    font-size: 20px;
    line-height: 30px;
    color: #272642;
    margin: 0 0 1em;
    line-height: 23px;
    margin-bottom: 4px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.main-article .featured-flick .banner .content .text h2:before {
    width: 25px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 23px
}

.main-article .featured-flick .banner .content .text h2 small,
.main-article .featured-flick .banner .content .text h2:before {
    display: none
}

.main-article .featured-flick .banner .content .text h2 span {
    display: block;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.main-article .featured-flick .banner .content .text h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.main-article .featured-flick .banner .content .text h3:before {
    display: none
}

.main-article .featured-flick .banner .content .text p {
    display: none
}

.main-article .featured-flick .banner .content .text a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-top: 10px;
    color: #272642;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    border-bottom: 4px solid #e90100
}

.main-article .featured-flick .banner .content .text a:hover {
    color: #e90100
}

.main-article .featured-flick .banner .content .image {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.main-article .featured-flick .banner .content .image .thumb {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    padding-top: 60%;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.main-article .featured-flick .banner .content .image .timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #e90100
}

.main-article .featured-flick .banner.is-selected .content .text h2 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.main-article .featured-flick .banner.is-selected .content .text h3 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.main-article .featured-flick .banner.is-selected .content .text p {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: .65s;
    -moz-transition-delay: .65s;
    -o-transition-delay: .65s;
    transition-delay: .65s
}

.main-article .featured-flick .banner.is-selected .content .text a {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.main-article .featured-flick .indicator {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1
}

.main-article .featured-flick .indicator i,
.main-article .featured-flick .indicator span {
    display: inline-block;
    vertical-align: middle;
    color: #272642;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.main-article .featured-flick .indicator i {
    width: 25px;
    height: 2px;
    margin: -3px 8px 0;
    background: #272642
}

.main-article .featured-flick .indicator .count {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)"
}

.main-article .featured-flick .arrows {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1
}

.main-article .featured-flick .arrows .arrow {
    display: inline-block;
    width: 43px;
    height: 14px;
    cursor: pointer
}

.main-article .featured-flick .arrows .arrow img {
    display: block;
    width: 100%;
    height: 100%
}

.main-article .featured-flick .arrows .arrow.prev {
    margin-right: 25px
}

.home {
    padding-top: 42px;
    background: 0 0
}

.home .head {
    padding-top: 25px
}

.home .head h1 {
    margin-bottom: .35em
}

.home .head p {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 1em
}

.home .case-studies {
    margin-top: 73px;
    margin-bottom: 68px
}

.home .case-studies .container {
    font-size: 0
}

.home .case-studies .container .study {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative
}

.home .case-studies .container .study .image {
    background: #272642;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.home .case-studies .container .study .image .thumb {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    padding-top: 55.82%;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.home .case-studies .container .study .strip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 8px;
    background-color: #e90100;
    background: -webkit-linear-gradient(left, #e90100, #fef2e4);
    background: -o-linear-gradient(right, #e90100, #fef2e4);
    background: -moz-linear-gradient(right, #e90100, #fef2e4);
    background: linear-gradient(to right, #e90100, #fef2e4)
}

.home .case-studies .container .study .tags {
    display: none
}

.home .case-studies .container .study .title {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.home .case-studies .container .study p {
    display: none
}

.home .case-studies .show-more {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    text-decoration: none;
    text-align: center;
    margin-top: 18px;
    color: #272642;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    border-bottom: 4px solid #e90100
}

.home .case-studies .show-more:hover {
    color: #e90100
}

.client-story .main-header .main-logo svg path {
    fill: #fff
}

.client-story .main-header .hamburger i {
    background: #fff
}

.client-story .case-header {
    position: relative;
    padding-top: 106.67%;
    background-position: center center;
    background-size: cover
}

.client-story .case-header .gradient,
.client-story .case-header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.client-story .case-header .overlay {
    background: #272642;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.client-story .case-header .gradient {
    background-color: #000;
    background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, #000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: "alpha(opacity=60)"
}

.client-story .case-header .title {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
    width: 100%
}

.client-story .case-header .title .inner {
    height: 100%
}

.client-story .case-header .tags {
    display: none
}

.client-story .content-block {
    font-size: 0;
    padding: 50px 0 0
}

.client-story .content-block .text {
    width: 100%;
    display: block;
    padding-bottom: 60px
}

.client-story .content-block .text p:last-child {
    margin-bottom: 0
}

.client-story .content-block .text a {
    color: #272642;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.client-story .content-block .text a:hover {
    color: #e90100
}

.client-story .content-block .image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-top: 80%
}

.client-story .content-block.even {
    background: #fef2e4
}

.client-story .case-footer {
    height: 100px;
    background: #272642
}

.client-story .case-footer .back {
    margin-top: 35px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fef2e4;
    border-bottom: 4px solid #e90100;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.client-story .case-footer .back:hover {
    color: #e90100;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1)
}

.client-story .case-footer .arrows {
    float: right;
    font-size: 0;
    margin-top: 43px
}

.client-story .case-footer .arrows a {
    display: inline-block;
    vertical-align: top
}

.client-story .case-footer .arrows a svg {
    width: 43px;
    height: 14px
}

.client-story .case-footer .arrows a svg rect {
    fill: #fef2e4;
    -webkit-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    transition: fill .8s cubic-bezier(.19, 1, .22, 1)
}

.client-story .case-footer .arrows a.next {
    margin-left: 10px
}

.client-story .case-footer .arrows a:hover svg rect {
    fill: #e90100;
    -webkit-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    transition: fill .5s cubic-bezier(.19, 1, .22, 1)
}

.case-study .case-header {
    position: relative;
    padding-top: 106.67%;
    background-position: center center;
    background-size: cover
}

.case-study .case-header .gradient,
.case-study .case-header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.case-study .case-header .overlay {
    background: #272642;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.case-study .case-header .gradient {
    background-color: #000;
    background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, #000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: "alpha(opacity=60)"
}

.case-study .case-header .title {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
    width: 100%
}

.case-study .case-header .title .inner {
    height: 100%
}

.case-study .case-header .tags {
    display: none
}

.case-study .four_image {
    padding-top: 87px
}

.case-study .four_image h1 {
    margin-bottom: 0
}

.case-study .four_image h2 {
    margin-top: 0
}

.case-study .four_image h2:before {
    display: none
}

.case-study .columns {
    padding-top: 50px;
    padding-bottom: 50px
}

.case-study .columns img {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px
}

.about,
.contact {
    padding-top: 42px
}

.about .page-header,
.contact .page-header {
    padding-top: 45px
}

.about {
    background: 0 0
}

.about .page-header .title h2 {
    color: #e90100
}

.about .page-header .title h2:before {
    display: none
}

.about .page-header .video {
    width: 100%;
    background: #fef2e4;
    margin-bottom: 44px;
    position: relative
}

.about .page-header .video .thumb {
    padding-top: 66.72%;
    background-size: cover;
    background-position: center center;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)";
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.about .page-header .video .thumb.no-video {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    padding-top: 50%;
    cursor: default
}

.about .page-header .video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.about .page-header .video:hover .thumb {
    -webkit-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25)
}

.about .page-header .video:hover .play {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.about .sub-page {
    padding: 30px 0
}

.about .sub-page.alt {
    background: #fef2e4
}

.about .sub-page p:last-child {
    margin-bottom: 0
}

.about .sub-page p {
    color: #272642
}

.about .sub-page img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto
}

.about .culture {
    background: #fef2e4;
    padding-top: 30px
}

.about .culture .cards {
    font-size: 0;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px
}

.about .culture .cards .card {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #272642;
    text-decoration: none
}

.about .culture .cards .card .back {
    background: #fff;
    padding: 30px 30px 0 30px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    position: relative;
    text-align: left
}

.about .culture .cards .card .back .content {
    position: relative;
    overflow: hidden
}

.about .culture .cards .card .back .image {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.about .culture .cards .card .back .image.back {
    padding-top: 100%;
    background-size: cover;
    background-position: center center
}

.about .culture .cards .card .back .text {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px
}

.about .culture .cards .card .back .text p {
    font-size: 12px;
    line-height: 16px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)";
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.about .culture .cards .card .back .text p span {
    font-weight: 700
}

.about .culture .cards .card .back .line {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 4px;
    background: #e90100;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.about .culture .cards .card .back .icon,
.about .culture .cards .card .back .view {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    color: #272642;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.about .culture .cards .card .back .view {
    left: 10px;
    font-size: 16px;
    line-height: 16px
}

.about .culture .cards .card .back .icon {
    right: 10px;
    font-size: 20px;
    line-height: 20px
}

.about .culture .cards .card .back .details {
    position: relative;
    padding: 10px 0
}

.about .culture .cards .card .back .details .date,
.about .culture .cards .card .back .details .likes {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    position: relative;
    z-index: 2
}

.about .culture .cards .card .back .details .date {
    color: rgba(39, 38, 66, .5)
}

.about .culture .cards .card .back .details .likes {
    float: right
}

.about .culture .cards .card .back .details .likes i {
    color: #e90100;
    display: inline-block;
    margin-left: 10px
}

.about .culture .cards .card .back .details .background {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    height: 4px;
    background: #272642;
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
    filter: "alpha(opacity=10)";
    margin-top: -2px;
    z-index: 1
}

.about .culture .cards .card.hover .back {
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25)
}

.about .culture .cards .card.hover .back .image {
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
    filter: "alpha(opacity=10)"
}

.about .culture .cards .card.hover .back .text p {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.about .culture .cards .card.hover .back .view {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.about .culture .cards .card.hover .back .icon {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: "alpha(opacity=100)";
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.about .culture .cards .card.hover .back .line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.blog,
.page {
    padding-top: 85px
}

.blog.post,
.page.post {
    background: 0 0
}

.blog.has-header,
.blog.post,
.page.has-header,
.page.post {
    padding-top: 0
}

.blog.has-header .main-header .main-logo svg path,
.blog.post .main-header .main-logo svg path,
.page.has-header .main-header .main-logo svg path,
.page.post .main-header .main-logo svg path {
    fill: #fff
}

.blog.has-header .main-header .hamburger i,
.blog.post .main-header .hamburger i,
.page.has-header .main-header .hamburger i,
.page.post .main-header .hamburger i {
    background: #fff
}

.blog .featured h2,
.blog .featured-flick h2,
.page .featured h2,
.page .featured-flick h2 {
    font-size: 24px !important;
    line-height: 31px !important
}

.blog .list,
.page .list {
    margin-top: 50px
}

.blog .list.no-margin,
.page .list.no-margin {
    margin-top: 0
}

.blog .list .recent h3,
.page .list .recent h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #272642;
    margin: 0 0 .82em;
    position: relative
}

.blog .list .recent h3:before,
.page .list .recent h3:before {
    width: 25px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 25px
}

.blog .list .recent h3 small,
.blog .list .recent h3.small-title,
.page .list .recent h3 small,
.page .list .recent h3.small-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.blog .list .recent h3.small-title:before,
.page .list .recent h3.small-title:before {
    margin-bottom: 27px
}

.blog .list .recent h3 small,
.page .list .recent h3 small {
    position: absolute;
    left: 0;
    top: 15px;
    font-weight: 400
}

.blog .list .recent .blog-items,
.page .list .recent .blog-items {
    padding-bottom: 50px
}

.blog .list .recent .blog-items .blog-item,
.page .list .recent .blog-items .blog-item {
    font-size: 0;
    margin-top: 30px
}

.blog .list .recent .blog-items .blog-item:first-child,
.page .list .recent .blog-items .blog-item:first-child {
    margin-top: 0
}

.blog .list .recent .blog-items .blog-item .image,
.page .list .recent .blog-items .blog-item .image {
    display: block;
    overflow: hidden
}

.blog .list .recent .blog-items .blog-item .image .thumb,
.page .list .recent .blog-items .blog-item .image .thumb {
    display: block;
    padding-top: 55.97%;
    background-size: cover;
    background-position: center center
}

.blog .list .recent .blog-items .blog-item .text h4,
.page .list .recent .blog-items .blog-item .text h4 {
    font-size: 16px;
    line-height: 22px;
    color: #272642
}

.blog .list .recent .blog-items .blog-item .text h4 .tags,
.page .list .recent .blog-items .blog-item .text h4 .tags {
    display: none
}

.blog .list .recent .blog-items .blog-item .text h4 span,
.page .list .recent .blog-items .blog-item .text h4 span {
    display: inline-block
}

.blog .list .recent .blog-items .blog-item .text h4:before,
.page .list .recent .blog-items .blog-item .text h4:before {
    display: block;
    width: 30px;
    height: 2px;
    background: #272642;
    content: "";
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .list .recent .blog-items .blog-item .text a,
.page .list .recent .blog-items .blog-item .text a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-top: 18px;
    color: #272642;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    border-bottom: 4px solid #e90100
}

.blog .list .recent .blog-items .blog-item .text a:hover,
.page .list .recent .blog-items .blog-item .text a:hover {
    color: #e90100
}

.blog .list .recent .pagination,
.page .list .recent .pagination {
    display: none
}

.blog .list .categories h3,
.page .list .categories h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #272642;
    margin: 0 0 .82em;
    margin-bottom: 23px;
    position: relative
}

.blog .list .categories h3:before,
.page .list .categories h3:before {
    width: 25px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 25px
}

.blog .list .categories h3 small,
.blog .list .categories h3.small-title,
.page .list .categories h3 small,
.page .list .categories h3.small-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.blog .list .categories h3.small-title:before,
.page .list .categories h3.small-title:before {
    margin-bottom: 27px
}

.blog .list .categories h3 small,
.page .list .categories h3 small {
    position: absolute;
    left: 0;
    top: 15px;
    font-weight: 400
}

.blog .list .categories h3 svg,
.page .list .categories h3 svg {
    position: absolute;
    right: 0;
    top: 36px;
    width: 20px;
    height: 20px
}

.blog .list .categories h3 svg rect,
.page .list .categories h3 svg rect {
    fill: #e90100
}

.blog .list .categories h3 svg #ani,
.page .list .categories h3 svg #ani {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.blog .list .categories h3.open svg #ani,
.page .list .categories h3.open svg #ani {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.blog .list .categories div,
.page .list .categories div {
    margin-bottom: 8px
}

.blog .list .categories nav,
.page .list .categories nav {
    display: none;
    padding-bottom: 20px
}

.blog .list .categories a,
.page .list .categories a {
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    display: inline-block;
    color: #272642;
    position: relative;
    padding-left: 10px
}

.blog .list .categories a:before,
.page .list .categories a:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    top: 0;
    background: #eee;
    content: "";
    z-index: 1;
    -webkit-transition: background .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: background .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: background .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: background .5s cubic-bezier(.19, 1, .22, 1);
    transition: background .5s cubic-bezier(.19, 1, .22, 1)
}

.blog .list .categories a.current:after,
.blog .list .categories a:hover:after,
.page .list .categories a.current:after,
.page .list .categories a:hover:after {
    width: 100%
}

.blog .list .categories a.current:before,
.blog .list .categories a:hover:before,
.page .list .categories a.current:before,
.page .list .categories a:hover:before {
    background: #e90100
}

.blog .list .categories a.current:after,
.page .list .categories a.current:after {
    background: #e90100
}

.blog .post-header,
.page .post-header {
    position: relative;
    padding-top: 106.67%;
    background-position: center center;
    background-size: cover
}

.blog .post-header .gradient,
.blog .post-header .overlay,
.page .post-header .gradient,
.page .post-header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.blog .post-header .overlay,
.page .post-header .overlay {
    background: #272642;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.blog .post-header .gradient,
.page .post-header .gradient {
    background-color: #000;
    background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, #000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: "alpha(opacity=60)"
}

.blog .post-header .title,
.page .post-header .title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%
}

.blog .post-header .title h1,
.page .post-header .title h1 {
    color: #fff
}

.blog .post-header .title h1:before,
.page .post-header .title h1:before {
    background: #fff
}

.blog .post-header .title .tags,
.page .post-header .title .tags {
    display: none
}

.blog .post-body,
.page .post-body {
    padding-top: 50px
}

.blog .post-body .the-body h4,
.page .post-body .the-body h4 {
    color: #000;
    margin-bottom: 1em
}

.blog .post-body .the-body h2,
.blog .post-body .the-body h3,
.blog .post-body .the-body h4,
.page .post-body .the-body h2,
.page .post-body .the-body h3,
.page .post-body .the-body h4 {
    margin-top: 60px
}

.blog .post-body .the-body p,
.page .post-body .the-body p {
    margin-bottom: 2em
}

.blog .post-body .the-body a,
.page .post-body .the-body a {
    color: #272642;
    text-decoration: none;
    border-bottom: 2px solid #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.blog .post-body .the-body a:hover,
.page .post-body .the-body a:hover {
    color: #e90100
}

.blog .post-body .the-body img,
.page .post-body .the-body img {
    display: block;
    margin: 0 auto 40px;
    max-width: 100%;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25)
}

.blog .post-body .the-body .tags,
.page .post-body .the-body .tags {
    font-size: 0;
    margin-top: 70px
}

.blog .post-body .the-body .tags a,
.blog .post-body .the-body .tags i,
.page .post-body .the-body .tags a,
.page .post-body .the-body .tags i {
    display: inline-block;
    vertical-align: top
}

.blog .post-body .the-body .tags a,
.page .post-body .the-body .tags a {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    color: #272642;
    text-decoration: none;
    border: none
}

.blog .post-body .the-body .tags i,
.page .post-body .the-body .tags i {
    width: 20px;
    height: 2px;
    margin: 6px 10px 0;
    background: #272642;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: "alpha(opacity=30)"
}

.blog .post-body .share,
.page .post-body .share {
    display: block;
    font-size: 0;
    clear: both;
    padding: 20px 10px 30px
}

.blog .post-body .share div,
.blog .post-body .share i,
.page .post-body .share div,
.page .post-body .share i {
    display: inline-block;
    height: 66px;
    width: 20%;
    vertical-align: top;
    font-size: 20px;
    line-height: 66px;
    color: #272642;
    text-decoration: none;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1);
    text-align: center;
    background: #fef2e4
}

.blog .post-body .share div:hover,
.blog .post-body .share i:hover,
.page .post-body .share div:hover,
.page .post-body .share i:hover {
    color: #e90100
}

.blog .post-body .share .icon,
.page .post-body .share .icon {
    background: #272642 url(../img/share.png) center center no-repeat;
    background-size: 25px 23px
}

.blog .post-body .author,
.page .post-body .author {
    font-size: 0;
    padding-bottom: 50px
}

.blog .post-body .author h5,
.page .post-body .author h5 {
    margin-bottom: 1em
}

.blog .post-body .author h5:before,
.page .post-body .author h5:before {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background: #272642;
    margin: 0 0 30px
}

.blog .post-body .author .profile,
.page .post-body .author .profile {
    width: 100px;
    height: 100px;
    behavior: url(css/border-radius.htc);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.blog .post-body .author .profile img,
.page .post-body .author .profile img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.blog .post-body .author .links,
.page .post-body .author .links {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: calc(100% - 100px)
}

.blog .post-body .author .links a,
.page .post-body .author .links a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #272642;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.blog .post-body .author .links a:hover,
.page .post-body .author .links a:hover {
    color: #e90100
}

.blog .post-footer,
.page .post-footer {
    height: 100px;
    background: #272642
}

.blog .post-footer .back,
.page .post-footer .back {
    margin-top: 35px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fef2e4;
    border-bottom: 4px solid #e90100;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.blog .post-footer .back:hover,
.page .post-footer .back:hover {
    color: #e90100;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1)
}

.blog .post-footer .arrows,
.page .post-footer .arrows {
    float: right;
    font-size: 0;
    margin-top: 43px
}

.blog .post-footer .arrows a,
.page .post-footer .arrows a {
    display: inline-block;
    vertical-align: top
}

.blog .post-footer .arrows a svg,
.page .post-footer .arrows a svg {
    width: 43px;
    height: 14px
}

.blog .post-footer .arrows a svg rect,
.page .post-footer .arrows a svg rect {
    fill: #fef2e4;
    -webkit-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
    transition: fill .8s cubic-bezier(.19, 1, .22, 1)
}

.blog .post-footer .arrows a.next,
.page .post-footer .arrows a.next {
    margin-left: 10px
}

.blog .post-footer .arrows a:hover svg rect,
.page .post-footer .arrows a:hover svg rect {
    fill: #e90100;
    -webkit-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
    transition: fill .5s cubic-bezier(.19, 1, .22, 1)
}

.contact .page-header {
    position: relative;
    z-index: 3
}

.contact .response {
    font-size: 24px;
    line-height: 40px;
    display: none
}

.contact .response .arrow {
    display: block;
    width: 63px;
    height: 34px;
    padding: 10px;
    margin: 40px auto 30px
}

.contact .response .arrow svg {
    display: block;
    width: 43px;
    height: 14px
}

.contact .response .arrow svg rect {
    fill: #e90100
}

.contact .form {
    font-size: 24px;
    line-height: 40px
}

.contact .form input {
    display: inline-block;
    border: none;
    padding: 0;
    background: 0 0;
    border-bottom: 4px solid #e90100;
    vertical-align: middle;
    line-height: 40px
}

.contact .form input:active,
.contact .form input:focus {
    outline: 0;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25)
}

.contact .form input::-webkit-input-placeholder {
    color: #272642
}

.contact .form input::-moz-placeholder {
    color: #272642
}

.contact .form input:-ms-input-placeholder {
    color: #272642
}

.contact .form input:-moz-placeholder {
    color: #272642
}

.contact .form input.error {
    color: #e90100
}

.contact .form input.error::-webkit-input-placeholder {
    color: #e90100
}

.contact .form input.error::-moz-placeholder {
    color: #e90100
}

.contact .form input.error:-ms-input-placeholder {
    color: #e90100
}

.contact .form input.error:-moz-placeholder {
    color: #e90100
}

.contact .form .select {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative
}

.contact .form .select:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact .form .select span {
    display: inline;
    padding-right: 22px;
    padding-bottom: .2em;
    border-bottom: 4px solid #e90100
}

.contact .form .select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -10px;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, .25);
    z-index: 3;
    padding: 0 10px;
    display: none;
    min-width: calc(100% + 20px)
}

.contact .form .select ul li {
    white-space: nowrap;
    display: block;
    width: 100%;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.contact .form .select ul li:hover {
    color: #e90100
}

.contact .form .select.right ul {
    left: auto;
    right: -10px
}

.contact .form p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #e90100;
    margin: 30px 0 0
}

.contact .form .arrow {
    display: block;
    width: 63px;
    height: 34px;
    padding: 10px;
    margin: 40px auto 30px
}

.contact .form .arrow svg {
    display: block;
    width: 43px;
    height: 14px
}

.contact .form .arrow svg rect {
    fill: #e90100
}

.contact .offices {
    display: block;
    background: #fef2e4;
    position: relative
}

.contact .offices:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 157px;
    background: #fff;
    display: block;
    content: ""
}

.contact .offices h2 {
    position: relative;
    z-index: 2
}

.contact .offices .office {
    position: relative;
    z-index: 2;
    padding-bottom: 50px
}

.contact .offices .office:before {
    display: block;
    content: "";
    background: #272642;
    width: 25px;
    height: 2px;
    margin-bottom: 30px
}

.contact .offices .office.first:before {
    content: none;
    display: none
}

.contact .offices .details,
.contact .offices .image {
    display: block
}

.contact .offices .image {
    margin-bottom: 47px
}

.contact .offices .image .thumb {
    width: 100%;
    padding-top: 66.72%;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .25)
}

.contact .offices .image .thumb h3 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.contact .offices .image .thumb h3:before {
    content: none;
    display: none
}

.contact .offices .details .links {
    font-size: 0;
    margin-top: 51px
}

.contact .offices .details .links .get-in-touch,
.contact .offices .details .links a {
    display: inline-block;
    vertical-align: top;
    color: #272642;
    border-bottom: 4px solid #e90100;
    padding-bottom: 10px;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer
}

.contact .offices .details .links .get-in-touch:hover,
.contact .offices .details .links a:hover {
    color: #e90100
}

.contact .offices .details .links .get-in-touch:first-child,
.contact .offices .details .links a:first-child {
    margin-right: 100px
}

.page {
    padding-top: 84px;
    padding-bottom: 84px
}

.page.has-header {
    padding-top: 0
}

.main-footer {
    background: #fef2e4;
    padding: 21px 0 20px;
    visibility: hidden
}

.main-footer .footer-nav {
    display: inline-block;
    font-size: 0;
    margin-left: -15px
}

.main-footer .footer-nav a {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #272642;
    text-decoration: none;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1);
    padding: 5px 15px
}

.main-footer .footer-nav a:hover {
    color: #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.main-footer .social-nav {
    float: right;
    font-size: 0;
    margin-right: -13px
}

.main-footer .social-nav a {
    display: inline-block;
    text-decoration: none;
    color: #272642;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 13px 0;
    -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
    transition: color .8s cubic-bezier(.19, 1, .22, 1)
}

.main-footer .social-nav a:hover {
    color: #e90100;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1)
}

.video-modal {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 242, 228, .8);
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: "alpha(opacity=0)"
}

.video-modal .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    max-width: 960px;
    max-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 20px
}

.video-modal .video .close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.video-modal .video .close rect {
    fill: #e90100
}

.video-modal .video .video-container {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    position: relative;
    -webkit-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, .25)
}

.video-modal .video .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.custom-jobdes h4 {
    color: #272642;
    font-family: ProximaNova, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 30px 0px 10px;
    line-height: normal;
}
@media only screen and (min-height:790px) {
    .video-modal .video {
        max-width: 1280px
    }
}

@media only screen and (min-height:890px) {
    .video-modal .video {
        max-width: 1460px
    }
}

.page-wipe {
    position: fixed;
    z-index: 8;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #fef2e4
}


/* HUBSPOT FORM */



.contact-drawer {
    position: fixed;
    z-index: 7;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 378px;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.contact-drawer.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.contact-drawer .close {
    width: 20px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 2
}

.contact-drawer .console {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    color: #272642
}

.contact-drawer .content {
    padding: 50px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.contact-drawer .content h4 {
    color: #272642
}

.contact-drawer .content h4:before {
    width: 26px;
    height: 2px;
    background: #272642;
    content: "";
    display: block;
    margin-bottom: 23px
}

.contact-drawer .content .person {
    margin: 56px 0;
    width: 100%;
    text-align: center
}

.contact-drawer .content .person .title {
    color: #272642;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.contact-drawer .content .person .profile {
    width: 100px;
    height: 100px;
    display: block;
    behavior: url(css/border-radius.htc);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    margin: 0 auto 10px
}

.contact-drawer .content .person a {
    text-decoration: none;
    color: #272642;
    display: inline-block;
    border-bottom: 4px solid #e90100;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
    transition: color .5s cubic-bezier(.19, 1, .22, 1);
    padding: 8px 0;
    margin: 0 8px
}

.contact-drawer .content .person a:hover {
    color: #e90100
}

@media only screen and (min-width:480px) {
    .client-story .case-header {
        padding-top: 100%
    }

    .blog .post-header,
    .page .post-header {
        padding-top: 100%
    }
}

@media only screen and (min-width:720px) {
    .col-1 {
        width: 8.33333333%
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-12 {
        width: 100%
    }

    .offset-1 {
        margin-left: 8.33333333%
    }

    .offset-2 {
        margin-left: 16.66666667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.33333333%
    }

    .offset-5 {
        margin-left: 41.66666667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.33333333%
    }

    .offset-8 {
        margin-left: 66.66666667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.33333333%
    }

    .offset-11 {
        margin-left: 91.66666667%
    }

    .offset-12 {
        margin-left: 100%
    }

    h1,
    h2 {
        font-size: 68px;
        line-height: 80px;
        margin: 0 0 1em
    }

    h1 small,
    h1.small-title,
    h2 small,
    h2.small-title {
        font-size: 18px;
        line-height: 18px
    }

    h1 small,
    h2 small {
        top: 30px
    }

    h1:before,
    h2:before {
        width: 30px;
        height: 2px;
        background: #272642;
        content: "";
        display: block;
        margin-bottom: 57px
    }

    .h3,
    h3 {
        font-size: 48px;
        line-height: 60px;
        color: #272642;
        margin: 0 0 1em
    }

    .h3:before,
    h3:before {
        width: 30px;
        height: 2px;
        background: #272642;
        content: "";
        display: block;
        margin-bottom: 55px
    }

    h4 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: .25em
    }

    h5 {
        font-size: 18px;
        line-height: 24px
    }

    li,
    p {
        font-size: 20px;
        line-height: 32px
    }

    .home h1 {
        font-size: 64px;
        line-height: 80px
    }

    .blog.post h3,
    .page.post h3 {
        font-size: 32px;
        line-height: 40px
    }

    .inner {
        max-width: 1520px;
        padding: 0 40px
    }

    .main-header {
        padding-top: 40px
    }

    .main-header .main-logo {
        margin-left: 30px;
        height: 32px
    }

    .main-header .hamburger {
        display: none
    }

    .main-header .main-nav {
        display: block;
        float: right;
        font-size: 0;
        padding-right: 7px
    }

    .main-header .main-nav a {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        line-height: 18px;
        color: #272642;
        padding: 10px 23px;
        text-decoration: none;
        -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        transition: color .8s cubic-bezier(.19, 1, .22, 1);
        position: relative
    }

    .main-header .main-nav a:after {
        display: block;
        position: absolute;
        bottom: 2px;
        left: 23px;
        width: 0;
        height: 2px;
        content: "";
        background: #272642;
        -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        transition: all .5s cubic-bezier(.19, 1, .22, 1)
    }

    .main-header .main-nav a.active:after,
    .main-header .main-nav a:hover:after {
        width: calc(100% - 46px)
    }

    .main-header .main-nav a.active:after {
        background: #e90100
    }

    .mobile-nav {
        display: none
    }

    .scroll-indicator {
        right: auto;
        left: 27px;
        bottom: 30px;
        top: auto
    }

    .main-article {
        min-height: calc(100vh - 80px)
    }

    .main-article .featured .position {
        width: 100%;
        margin: 0 auto;
        max-width: 1520px;
        padding: 0 40px
    }

    .main-article .featured .arrows {
        top: 18px;
        left: 40px;
        right: 40px;
        padding-top: 0
    }

    .main-article .featured .arrows .inner {
        padding: 0 40px 0 0;
        margin: 0;
        width: 40.85%;
        max-width: none
    }

    .main-article .featured .arrows .arrow.prev {
        margin-right: 40px
    }

    .main-article .featured .indicator {
        top: auto;
        bottom: 20px;
        left: 70px;
        padding-top: 0
    }

    .main-article .featured .indicator i {
        width: 50px;
        margin: -3px 25px 0
    }

    .main-article .featured .feature {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding-right: 50px;
        -webkit-transition: height .35s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: height .35s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: height .35s cubic-bezier(.19, 1, .22, 1);
        -o-transition: height .35s cubic-bezier(.19, 1, .22, 1);
        transition: height .35s cubic-bezier(.19, 1, .22, 1)
    }

    .main-article .featured .feature .image {
        display: inline-block;
        margin-left: 40.85%;
        width: 59.15%;
        -webkit-transition: margin .7s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: margin .7s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: margin .7s cubic-bezier(.19, 1, .22, 1);
        -o-transition: margin .7s cubic-bezier(.19, 1, .22, 1);
        transition: margin .7s cubic-bezier(.19, 1, .22, 1)
    }

    .main-article .featured .feature .text {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(40.85% - 21px);
        padding: 25px 30px 0;
        display: none
    }

    .main-article .featured .feature .text h2 {
        font-size: 48px;
        line-height: 60px;
        color: #272642;
        margin: 0 0 1em;
        margin: 0
    }

    .main-article .featured .feature .text h2:before {
        width: 30px;
        height: 2px;
        background: #272642;
        content: "";
        display: block;
        margin-bottom: 55px
    }

    .main-article .featured .feature .text h2:before {
        margin-bottom: 30px
    }

    .main-article .featured .feature .text h3 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 20px
    }

    .main-article .featured .feature .text p {
        display: block;
        margin-top: 22px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .main-article .featured .feature .text a {
        font-size: 18px;
        line-height: 18px;
        margin-top: 38px;
        -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        transition: color .8s cubic-bezier(.19, 1, .22, 1)
    }

    .main-article .featured .feature .text.show h2:before {
        width: 30px;
        -webkit-transition: width .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: width .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: width .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: width .5s cubic-bezier(.19, 1, .22, 1);
        transition: width .5s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .main-article .featured .feature .text.show h2 small {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s
    }

    .main-article .featured .feature .text.show h2 span {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .main-article .featured .feature .text.show p {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        transition: all .5s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition-delay: .35s;
        -moz-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s
    }

    .main-article .featured .feature .text.show a {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-opacity .5s cubic-bezier(.19, 1, .22, 1) .45s, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1) .45s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
        -moz-transition: -moz-opacity .5s cubic-bezier(.19, 1, .22, 1) .45s, -moz-transform .5s cubic-bezier(.19, 1, .22, 1) .45s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
        -ms-transition: -ms-opacity .5s cubic-bezier(.19, 1, .22, 1) .45s, -ms-transform .5s cubic-bezier(.19, 1, .22, 1) .45s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
        -o-transition: -o-opacity .5s cubic-bezier(.19, 1, .22, 1) .45s, -o-transform .5s cubic-bezier(.19, 1, .22, 1) .45s, color .5s cubic-bezier(.19, 1, .22, 1) 0s;
        transition: opacity .5s cubic-bezier(.19, 1, .22, 1) .45s, transform .5s cubic-bezier(.19, 1, .22, 1) .45s, color .5s cubic-bezier(.19, 1, .22, 1) 0s
    }

    .main-article .featured .feature.is-selected .text {
        display: block
    }

    .main-article .featured .feature.is-selected+.feature {
        margin-left: 0;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: "alpha(opacity=100)"
    }

    .main-article .featured .feature.is-selected+.feature .image {
        margin-left: 0
    }

    .main-article .featured-flick .banner {
        padding: 0 40px
    }

    .main-article .featured-flick .banner .content {
        max-width: 1440px;
        margin: 0 auto;
        font-size: 0
    }

    .main-article .featured-flick .banner .content:after {
        
        content: "";
        clear: both
    }

    .main-article .featured-flick .banner .content .text {
        width: 40.85%;
        padding: 25px 30px 40px;
        float: left
    }

    .main-article .featured-flick .banner .content .text h2 {
        font-size: 48px;
        line-height: 60px;
        color: #272642;
        margin: 0 0 1em;
        font-size: 28px;
        line-height: 32px;
        margin: 0
    }

    .main-article .featured-flick .banner .content .text h2:before {
        width: 30px;
        height: 2px;
        background: #272642;
        content: "";
        display: block;
        margin-bottom: 55px
    }

    .main-article .featured-flick .banner .content .text h2:before {
        margin-bottom: 30px
    }

    .main-article .featured-flick .banner .content .text h3 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px
    }

    .main-article .featured-flick .banner .content .text p {
        display: block;
        margin-top: 22px;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .main-article .featured-flick .banner .content .text a {
        font-size: 18px;
        line-height: 18px;
        margin-top: 38px;
        -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        transition: color .8s cubic-bezier(.19, 1, .22, 1)
    }

    .main-article .featured-flick .banner .content .image {
        width: 59.15%;
        padding-bottom: 0;
        float: right
    }

    .main-article .featured-flick .banner .content .image .thumb {
        padding-top: 66.72%
    }

    .main-article .featured-flick .indicator {
        top: auto;
        bottom: 0;
        left: 70px;
        padding-top: 0
    }

    .main-article .featured-flick .indicator i {
        width: 50px;
        margin: -3px 25px 0
    }

    .main-article .featured-flick .arrows {
        top: 19px;
        left: auto;
        right: 50%;
        padding-top: 0;
        padding-right: 11%
    }

    .main-article .featured-flick .arrows .inner {
        padding: 0 40px 0 0;
        margin: 0;
        width: 40.85%;
        max-width: none
    }

    .main-article .featured-flick .arrows .arrow.prev {
        margin-right: 40px
    }

    .home {
        padding-top: 78px
    }

    .home .head {
        padding-top: 80px;
        padding-left: 30px
    }

    .home .head h1 {
        margin-bottom: 1em
    }

    .home .head p {
        font-size: 2em;
        line-height: 1.5em;
        margin: -1.5em 0 1em
    }

    .home h2 {
        margin-left: 30px
    }

    .home .case-studies {
        margin-bottom: 76px
    }

    .home .case-studies .container {
        font-size: 0
    }

    .home .case-studies .container .study {
        width: 50%
    }

    .home .case-studies .container .study .tags {
        display: block;
        position: absolute;
        left: 30px;
        top: 30px;
        right: 30px;
        font-size: 0
    }

    .home .case-studies .container .study .tags i,
    .home .case-studies .container .study .tags span {
        display: inline-block;
        vertical-align: top
    }

    .home .case-studies .container .study .tags span {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 8px;
        color: #fff;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .home .case-studies .container .study .tags i {
        width: 20px;
        height: 2px;
        margin: 6px 10px 0;
        background: #fff;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .home .case-studies .container .study .title {
        left: 20px;
        bottom: 27px;
        right: 10px
    }

    .home .case-studies .container .study .title h4,
    .home .case-studies .container .study .title h5 {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .home .case-studies .container .study .title h4 {
        font-size: 30px;
        line-height: 30px
    }

    .home .case-studies .container .study .title h5 {
        max-width: 45%
    }

    .home .case-studies .container .study p {
        font-size: 18px;
        line-height: 18px;
        display: block;
        position: absolute;
        right: 30px;
        bottom: 30px;
        color: #fff;
        margin: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .home .case-studies .show-more {
        font-size: 18px;
        line-height: 18px;
        margin-top: 38px
    }

    .client-story .main-header .main-nav a {
        color: #fff
    }

    .client-story .case-header {
        padding-top: 65%
    }

    .client-story .case-header .title {
        bottom: 0;
        height: 100%
    }

    .client-story .case-header .title .v-content {
        padding-left: 30px
    }

    .client-story .case-header h2 {
        padding-right: 40%
    }

    .client-story .case-header .tags {
        display: block;
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        font-size: 0
    }

    .client-story .case-header .tags i,
    .client-story .case-header .tags span {
        display: inline-block;
        vertical-align: top
    }

    .client-story .case-header .tags span {
        font-size: 14px;
        line-height: 14px;
        color: #fff
    }

    .client-story .case-header .tags i {
        width: 20px;
        height: 2px;
        margin: 6px 10px 0;
        background: #fff
    }

    .client-story .case-header .tags .pad {
        padding-left: 30px
    }

    .client-story .content-block {
        position: relative;
        padding: 70px 0 0
    }

    .client-story .content-block .image,
    .client-story .content-block .text {
        width: 50%;
        display: inline-block;
        text-align: left
    }

    .client-story .content-block .text {
        padding-bottom: 140px
    }

    .client-story .content-block .image {
        padding-top: 0;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .client-story .content-block.odd {
        text-align: right
    }

    .client-story .content-block.odd .image {
        left: 0
    }

    .client-story .content-block.even {
        text-align: left
    }

    .client-story .content-block.even .image {
        left: 50%
    }

    .client-story .case-footer {
        height: 120px
    }

    .client-story .case-footer .back {
        font-size: 18px;
        line-height: 18px;
        margin-top: 46px;
        margin-left: 30px;
        padding-bottom: 6px
    }

    .client-story .case-footer .arrows {
        margin-top: 53px;
        margin-right: 30px
    }

    .client-story .case-footer .arrows a.next {
        margin-left: 40px
    }

    .case-study .case-header {
        padding-top: 65%
    }

    .case-study .case-header .title {
        bottom: 0;
        height: 100%
    }

    .case-study .case-header .title .v-content {
        padding-left: 30px
    }

    .case-study .case-header h2 {
        padding-right: 40%
    }

    .case-study .case-header .tags {
        display: block;
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        font-size: 0
    }

    .case-study .case-header .tags i,
    .case-study .case-header .tags span {
        display: inline-block;
        vertical-align: top
    }

    .case-study .case-header .tags span {
        font-size: 14px;
        line-height: 14px;
        color: #fff
    }

    .case-study .case-header .tags i {
        width: 20px;
        height: 2px;
        margin: 6px 10px 0;
        background: #fff
    }

    .case-study .case-header .tags .pad {
        padding-left: 30px
    }

    .case-study .four_image {
        padding-top: 218px
    }

    .case-study .columns {
        padding-left: 30px
    }

    .case-study .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .case-study .row .col-0,
    .case-study .row .col-1,
    .case-study .row .col-10,
    .case-study .row .col-11,
    .case-study .row .col-12,
    .case-study .row .col-2,
    .case-study .row .col-3,
    .case-study .row .col-4,
    .case-study .row .col-5,
    .case-study .row .col-6,
    .case-study .row .col-7,
    .case-study .row .col-8 {
        padding: 20px
    }

    .about,
    .contact {
        padding-top: 78px
    }

    .about .page-header,
    .contact .page-header {
        padding-top: 140px
    }

    .about .page-header.padded,
    .contact .page-header.padded {
        padding-left: 30px
    }

    .about .sub-page,
    .contact .sub-page {
        padding: 70px 0
    }

    .about .sub-page h3,
    .about .sub-page p,
    .contact .sub-page h3,
    .contact .sub-page p {
        padding-left: 30px
    }

    .about .page-header {
        padding-top: 90px
    }

    .about .page-header .title {
        padding-left: 30px;
        position: relative;
        z-index: 2
    }

    .about .page-header .title h1 {
        display: none
    }

    .about .page-header .title h2:before {
        display: block
    }

    .about .page-header .title h2 {
        margin-bottom: .5em
    }

    .about .page-header .video {
        margin-left: auto;
        width: 76%;
        margin-right: 30px;
        margin-bottom: 60px
    }

    .about .page-header .video .play {
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px
    }

    .about .page-header .video:hover .thumb {
        -webkit-box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .25);
        box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .25)
    }

    .about .page-header .content {
        font-size: 0;
        padding-bottom: 90px
    }

    .about .page-header .content p {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 30px;
        padding-right: 10%
    }

    .about .culture {
        padding-top: 70px;
        padding-bottom: 60px
    }

    .about .culture .pad,
    .about .culture h2 {
        padding-left: 30px
    }

    .about .culture .cards {
        margin-left: 0;
        margin-right: 0
    }

    .about .culture .cards .card {
        width: 50%
    }

    .about .culture .cards .card .back {
        padding: 20px 20px 0 20px
    }

    .about .culture .cards .card .back .text {
        left: 20px;
        top: 20px;
        right: 20px
    }

    .about .culture .cards .card .back .text p {
        font-size: 14px;
        line-height: 20px
    }

    .about .culture .cards .card .back .view {
        bottom: 35px;
        left: 20px;
        font-size: 20px;
        line-height: 20px
    }

    .about .culture .cards .card .back .icon {
        bottom: 32px;
        right: 20px;
        font-size: 24px;
        line-height: 24px
    }

    .about .culture .cards .card .back .line {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px)
    }

    .about .culture .cards .card .back .details .date,
    .about .culture .cards .card .back .details .likes {
        padding: 10px 20px
    }

    .blog,
    .page {
        padding-top: 193px
    }

    .blog.has-header,
    .blog.post,
    .page.has-header,
    .page.post {
        padding-top: 0
    }

    .blog.has-header .main-header .main-nav a,
    .blog.post .main-header .main-nav a,
    .page.has-header .main-header .main-nav a,
    .page.post .main-header .main-nav a {
       /* color: #fff*/
    }

    .blog .featured h2,
    .blog .featured-flick h2,
    .page .featured h2,
    .page .featured-flick h2 {
        font-size: 32px !important;
        line-height: 40px !important
    }

    .blog .list,
    .page .list {
        margin-top: 150px;
        padding-bottom: 100px
    }

    .blog .list.no-margin,
    .page .list.no-margin {
        margin-top: 0
    }

    .blog .list .recent h3,
    .page .list .recent h3 {
        padding-left: 30px;
        font-size: 48px;
        line-height: 60px;
        color: #272642;
        margin: 0 0 1em
    }

    .blog .list .recent h3:before,
    .page .list .recent h3:before {
        width: 30px;
        height: 2px;
        background: #272642;
        content: "";
        display: block;
        margin-bottom: 55px
    }

    .blog .list .recent .blog-items,
    .page .list .recent .blog-items {
        font-size: 0;
        padding-bottom: 30px
    }

    .blog .list .recent .blog-items .blog-item,
    .page .list .recent .blog-items .blog-item {
        margin-top: 70px
    }

    .blog .list .recent .blog-items .blog-item:first-child,
    .page .list .recent .blog-items .blog-item:first-child {
        margin-top: 0
    }

    .blog .list .recent .blog-items .blog-item .image,
    .blog .list .recent .blog-items .blog-item .text,
    .page .list .recent .blog-items .blog-item .image,
    .page .list .recent .blog-items .blog-item .text {
        display: inline-block;
        width: 50%;
        vertical-align: bottom
    }

    .blog .list .recent .blog-items .blog-item .text,
    .page .list .recent .blog-items .blog-item .text {
        padding-left: 30px;
        padding-right: 10px
    }

    .blog .list .recent .blog-items .blog-item .text h4,
    .page .list .recent .blog-items .blog-item .text h4 {
        font-size: 18px;
        line-height: 24px
    }

    .blog .list .recent .blog-items .blog-item .text h4 .tags,
    .page .list .recent .blog-items .blog-item .text h4 .tags {
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog .list .recent .blog-items .blog-item .text h4 .tags b,
    .blog .list .recent .blog-items .blog-item .text h4 .tags i,
    .page .list .recent .blog-items .blog-item .text h4 .tags b,
    .page .list .recent .blog-items .blog-item .text h4 .tags i {
        display: inline-block;
        vertical-align: top
    }

    .blog .list .recent .blog-items .blog-item .text h4 .tags b,
    .page .list .recent .blog-items .blog-item .text h4 .tags b {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0;
        color: #272642;
        font-weight: 400
    }

    .blog .list .recent .blog-items .blog-item .text h4 .tags i,
    .page .list .recent .blog-items .blog-item .text h4 .tags i {
        width: 20px;
        height: 2px;
        margin: 6px 10px 0;
        background: #272642;
        -moz-opacity: .3;
        -khtml-opacity: .3;
        -webkit-opacity: .3;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
        filter: "alpha(opacity=30)"
    }

    .blog .list .recent .blog-items .blog-item .text h4:before,
    .page .list .recent .blog-items .blog-item .text h4:before {
        display: none
    }

    .blog .list .recent .blog-items .blog-item .text a,
    .page .list .recent .blog-items .blog-item .text a {
        font-size: 18px;
        line-height: 18px;
        margin-top: 23px;
        -webkit-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        -o-transition: color .8s cubic-bezier(.19, 1, .22, 1);
        transition: color .8s cubic-bezier(.19, 1, .22, 1)
    }

    .blog .list .recent .pagination,
    .page .list .recent .pagination {
        display: block
    }

    .blog .list .recent .pagination:after,
    .page .list .recent .pagination:after {
        
        content: "";
        clear: both
    }

    .blog .list .recent .pagination .numbers,
    .page .list .recent .pagination .numbers {
        float: left;
        font-size: 0;
        margin: 0 -4px
    }

    .blog .list .recent .pagination .numbers a,
    .page .list .recent .pagination .numbers a {
        display: inline-block;
        min-width: 20px;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        margin: 0 4px;
        padding: 5px 0;
        color: #272642;
        -webkit-transition: color .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: color .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: color .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: color .5s cubic-bezier(.19, 1, .22, 1);
        transition: color .5s cubic-bezier(.19, 1, .22, 1);
        text-decoration: none
    }

    .blog .list .recent .pagination .numbers a:hover,
    .page .list .recent .pagination .numbers a:hover {
        color: #e90100
    }

    .blog .list .recent .pagination .numbers a.current,
    .page .list .recent .pagination .numbers a.current {
        border-bottom: 4px solid #e90100
    }

    .blog .list .recent .pagination .arrows,
    .page .list .recent .pagination .arrows {
        float: right;
        font-size: 0;
        padding-right: 30px
    }

    .blog .list .recent .pagination .arrows a,
    .page .list .recent .pagination .arrows a {
        display: inline-block;
        vertical-align: top
    }

    .blog .list .recent .pagination .arrows a svg,
    .page .list .recent .pagination .arrows a svg {
        width: 43px;
        height: 14px
    }

    .blog .list .recent .pagination .arrows a svg rect,
    .page .list .recent .pagination .arrows a svg rect {
        fill: #272642;
        -webkit-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
        -o-transition: fill .8s cubic-bezier(.19, 1, .22, 1);
        transition: fill .8s cubic-bezier(.19, 1, .22, 1)
    }

    .blog .list .recent .pagination .arrows a.next,
    .page .list .recent .pagination .arrows a.next {
        margin-left: 40px
    }

    .blog .list .recent .pagination .arrows a.disabled,
    .page .list .recent .pagination .arrows a.disabled {
        -moz-opacity: .3;
        -khtml-opacity: .3;
        -webkit-opacity: .3;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
        filter: "alpha(opacity=30)"
    }

    .blog .list .recent .pagination .arrows a:not(.disabled):hover svg rect,
    .page .list .recent .pagination .arrows a:not(.disabled):hover svg rect {
        fill: #e90100;
        -webkit-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
        -moz-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
        -ms-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
        -o-transition: fill .5s cubic-bezier(.19, 1, .22, 1);
        transition: fill .5s cubic-bezier(.19, 1, .22, 1)
    }

    .blog .list .categories,
    .page .list .categories {
        float: right
    }

    .blog .list .categories h3,
    .page .list .categories h3 {
        font-size: 48px;
        line-height: 60px;
        color: #272642;
        margin: 0 0 1em;
        margin-bottom: 34px
    }

    .blog .list .categories h3:before,
    .page .list .categories h3:before {
        width: 30px;
        height: 2px;
        background: #272642;
        content: "";
        display: block;
        margin-bottom: 55px
    }

    .blog .list .categories h3 svg,
    .page .list .categories h3 svg {
        display: none
    }

    .blog .list .categories div,
    .page .list .categories div {
        margin-bottom: 30px;
        position: relative
    }

    .blog .list .categories nav,
    .page .list .categories nav {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .blog .list .categories a,
    .page .list .categories a {
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        display: inline-block;
        color: #272642;
        position: relative;
        z-index: 2
    }

    .blog .post-header .title h1,
    .page .post-header .title h1 {
        padding-left: 30px
    }

    .blog .post-header .title .tags,
    .page .post-header .title .tags {
        padding-left: 30px;
        display: block;
        font-size: 0;
        margin-bottom: 20px
    }

    .blog .post-header .title .tags a,
    .blog .post-header .title .tags i,
    .blog .post-header .title .tags span,
    .page .post-header .title .tags a,
    .page .post-header .title .tags i,
    .page .post-header .title .tags span {
        display: inline-block;
        vertical-align: top
    }

    .blog .post-header .title .tags a,
    .blog .post-header .title .tags span,
    .page .post-header .title .tags a,
    .page .post-header .title .tags span {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 8px;
        color: #fff;
        text-decoration: none;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .blog .post-header .title .tags span,
    .page .post-header .title .tags span {
        margin-right: 15px
    }

    .blog .post-header .title .tags i,
    .page .post-header .title .tags i {
        width: 20px;
        height: 2px;
        margin: 6px 10px 0;
        background: #fff;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: "alpha(opacity=0)"
    }

    .blog .post-body,
    .page .post-body {
        padding: 70px 0;
        position: relative
    }

    .blog .post-body .the-body p,
    .page .post-body .the-body p {
        margin-bottom: 2em;
        padding-left: 16.67%
    }

    .blog .post-body .the-body h2,
    .blog .post-body .the-body h3,
    .blog .post-body .the-body h4,
    .page .post-body .the-body h2,
    .page .post-body .the-body h3,
    .page .post-body .the-body h4 {
        margin-top: 100px
    }

    .blog .post-body .the-body ul,
    .page .post-body .the-body ul {
        padding-left: calc(16.67% + 40px)
    }

    .blog .post-body .the-body img,
    .page .post-body .the-body img {
        margin-bottom: 100px
    }

    .blog .post-body .the-body .tags,
    .page .post-body .the-body .tags {
        padding-left: 16.67%;
        margin-top: 100px
    }

    .blog .post-body .inner,
    .page .post-body .inner {
        position: relative
    }

    .blog .post-body .share,
    .page .post-body .share {
        position: absolute;
        left: 0;
        top: 0;
        width: 88px
    }

    .blog .post-body .share div,
    .blog .post-body .share i,
    .page .post-body .share div,
    .page .post-body .share i {
        width: 88px
    }

    .blog .post-body .share .icon,
    .page .post-body .share .icon {
        height: 88px
    }

    .blog .post-body .share i,
    .page .post-body .share i {
        height: 66px;
        cursor: pointer
    }

    .blog .post-body .author,
    .page .post-body .author {
        padding-bottom: 0
    }

    .blog .post-body .author h5,
    .page .post-body .author h5 {
        margin-bottom: 2em
    }

    .blog .post-body .author h5:before,
    .page .post-body .author h5:before {
        width: 30px;
        height: 2px;
        margin: 0 0 60px
    }

    .blog .post-footer,
    .page .post-footer {
        height: 120px
    }

    .blog .post-footer .back,
    .page .post-footer .back {
        font-size: 18px;
        line-height: 18px;
        margin-top: 46px;
        margin-left: 30px;
        padding-bottom: 6px
    }

    .blog .post-footer .arrows,
    .page .post-footer .arrows {
        margin-top: 53px;
        margin-right: 30px
    }

    .blog .post-footer .arrows a.next,
    .page .post-footer .arrows a.next {
        margin-left: 40px
    }

    .contact .page-header {
        padding-left: 30px
    }

    .contact .response {
        font-size: 48px;
        line-height: 80px;
        padding: 51px 0
    }

    .contact .response .arrow {
        margin: 40px auto 110px 0
    }

    .contact .form {
        font-size: 48px;
        line-height: 80px;
        padding: 51px 0
    }

    .contact .form input {
        line-height: 80px
    }

    .contact .form span:after {
        margin-left: 60px
    }

    .contact .form .arrow {
        margin: 40px 25% 110px auto
    }

    .contact .offices {
        display: block
    }

    .contact .offices:before {
        height: 180px
    }

    .contact .offices .office {
        padding-bottom: 70px;
        font-size: 0
    }

    .contact .offices .office:after {
        
        content: "";
        clear: both
    }

    .contact .offices .office:before {
        width: 30px;
        height: 2px;
        margin-bottom: 70px;
        margin-left: 30px
    }

    .contact .offices .office.left .details {
        padding-left: 30px
    }

    .contact .offices .office.right {
        direction: rtl
    }

    .contact .offices .office.right * {
        direction: ltr
    }

    .contact .offices .office.right:before {
        margin-right: auto
    }

    .contact .offices .office.right .details {
        padding-left: 30px
    }

    .contact .offices .details,
    .contact .offices .image {
        display: inline-block;
        vertical-align: bottom
    }

    .contact .offices .image {
        width: 56%;
        margin-bottom: 0
    }

    .contact .offices .image .thumb {
        padding-top: 70%;
        -webkit-box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .25);
        box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .25)
    }

    .contact .offices .image .thumb h3 {
        font-size: 68px;
        line-height: 68px
    }

    .contact .offices .details {
        width: 44%;
        padding-bottom: 10px
    }

    .contact .offices .details .links .get-in-touch,
    .contact .offices .details .links a {
        border-bottom: 4px solid #e90100;
        padding-bottom: 8px;
        font-size: 18px;
        line-height: 18px
    }

    .contact .offices .details .links .get-in-touch:first-child,
    .contact .offices .details .links a:first-child {
        margin-right: 40px
    }

    .page {
        padding-top: 156px;
        padding-bottom: 156px
    }

    .page.has-header {
        padding-top: 0
    }

    .page .the-body {
        padding-left: 30px
    }

    .main-footer {
        padding: 25px 0 25px
    }

    .main-footer .footer-nav {
        padding-left: 10px;
        margin-left: 0
    }

    .main-footer .footer-nav a {
        font-size: 20px;
        line-height: 20px;
        padding: 5px 20px
    }

    .main-footer .social-nav {
        padding-right: 18px;
        margin-right: 0
    }

    .main-footer .social-nav a {
        font-size: 22px;
        line-height: 22px;
        padding: 5px 12px 0
    }
}

@media only screen and (min-width:840px) {
    .culture-items .item.tweet .inner {
        padding-top: 70%
    }

    .culture-items .item.things .inner {
        padding-top: 140%
    }
}

@media only screen and (min-width:960px) {
    .inner {
        max-width: 1600px;
        padding: 0 80px
    }

    .scroll-indicator {
        left: 47px;
        bottom: 30px
    }

    .main-article .featured .position {
        max-width: 1600px;
        padding: 0 80px
    }

    .main-article .featured .arrows {
        left: 80px;
        right: 80px
    }

    .main-article .featured .arrows .inner {
        padding: 0 60px 0 0;
        margin: 0;
        max-width: none
    }

    .main-article .featured .indicator {
        left: 110px
    }

    .main-article .featured-flick .banner {
        padding: 0 80px
    }

    .main-article .featured-flick .banner .content .text h2 {
        font-size: 36px;
        line-height: 45px
    }

    .main-article .featured-flick .banner .content .text h3 {
        font-size: 21px;
        line-height: 24px
    }

    .main-article .featured-flick .indicator {
        left: 110px
    }

    .case-study .case-header,
    .client-story .case-header {
        padding-top: 45%
    }

    .about .culture .cards .card {
        width: 33.33%
    }

    .blog .post-header,
    .page .post-header {
        padding-top: 45%
    }

    .contact .offices:before {
        height: 110px
    }

    .contact .offices h2 {
        text-align: right;
        margin-bottom: 0;
        margin-right: 30px
    }

    .contact .offices h2:before {
        display: none;
        content: none
    }

    .contact .offices .office.left .details {
        padding-left: 12%
    }

    .contact .offices .office.first {
        margin-top: -100px
    }

    .contact .offices .office.first:before {
        display: block;
        content: ""
    }

    .contact .offices .details .links a:first-child {
        margin-right: 80px
    }

    .video-modal .video {
        padding: 40px
    }

    .video-modal .video .close {
        top: -40px;
        width: 30px;
        height: 30px
    }
}

@media only screen and (min-width:1024px) {
    .blog .list .categories a {
        font-size: 22px;
        line-height: 32px
    }
}

@media only screen and (min-width:1140px) {
    .contact .offices:before {
        height: 121px
    }

    .contact .offices .office.first {
        margin-top: -140px
    }

    .main-article .featured-flick .banner .content .text h2 {
        font-size: 48px;
        line-height: 60px
    }

    .main-article .featured-flick .banner .content .text h3 {
        font-size: 28px;
        line-height: 32px
    }
}

@media only screen and (min-width:1280px) {
    .about .culture .cards .card {
        width: 25%
    }

    .contact .offices .details {
        padding-bottom: 60px
    }

    .contact .offices .details .links a:first-child {
        margin-right: 100px
    }
}

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

    .case-study .case-header,
    .client-story .case-header {
        padding-top: 43.06%
    }

    .blog .blog-header,
    .page .blog-header {
        padding-top: 43.06%
    }
}

@media only screen and (min-width:1600px) {
    .home .featured .feature {
        max-width: 1440px
    }

    .home .featured-flick .indicator {
        left: 50%;
        margin-left: -690px
    }

    .client-story .case-header {
        padding-top: 38.75%
    }

    .blog .post-header,
    .page .post-header {
        padding-top: 38.75%
    }
}

.no-touchevents .home .featured .arrows .arrow img {
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.no-touchevents .home .featured .arrows .arrow.prev:hover img {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.no-touchevents .home .featured .arrows .arrow.next:hover img {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.no-touchevents .case-footer .arrows a svg,
.no-touchevents .post-footer .arrows a svg {
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.no-touchevents .case-footer .arrows .previous:hover svg,
.no-touchevents .post-footer .arrows .previous:hover svg {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.no-touchevents .case-footer .arrows .next:hover svg,
.no-touchevents .post-footer .arrows .next:hover svg {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.no-touchevents .contact .form .arrow {
    cursor: pointer
}

.no-touchevents .contact .form .arrow svg {
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.no-touchevents .contact .form .arrow:hover svg {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.no-touchevents .contact .response .arrow {
    cursor: pointer
}

.no-touchevents .contact .response .arrow svg {
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.no-touchevents .contact .response .arrow:hover svg {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}
.main-article {

    clear: both;
	}

@media only screen and (min-width: 720px)
{
.main-article {

    clear: both;
	}
}
/*# sourceMappingURL=freedman.css.map */