@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@font-face {
    font-family: 'pangramregular';
    src: url('pangram-regular-webfont.woff2') format('woff2'),
         url('pangram-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pangrambold';
    src: url('pangram-bold-webfont.woff2') format('woff2'),
         url('pangram-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none !important;
}

body {
    padding: 0;
    margin: 0;
    background: #f3f3f3;
    font-family: 'Pangram', Open Sans, sans-serif;
    font-weight: 400;
    font-size: 16.5px;
    color: #3e3e3e;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

/* LINKS */

a {
    color: #666666;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: underline;
    color: #666666;
}
a:focus {
    text-decoration: none;
    color: #666666;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
    line-height: 1.7;
}
p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}
img {
    max-width: 100%;
}
b {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
em {
    text-decoration: underline;
}
u {
    font-style: italic;
}
canvas {
    display: block;
    vertical-align: bottom;
}
.red-line {
    background: url(../images/red-line.png) no-repeat center;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.overflow-hidden {
    overflow: hidden;
}
.table {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
    position: relative;
    z-index: 2;
}
.table .inner {
    display: table-cell;
    vertical-align: middle;
}
.parent {
    display: table;
    float: left;
}
.parent > div {
    display: table-cell;
    vertical-align: middle;
}
.list li:before {
    content: '-';
    width: 25px;
    float: left;
    color: #ef3f45;
}
.seperator-margin {
    margin: 30px 0 0 0;
}
.divider,
hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    height: 0;
    clear: both;
}
/* HEADINGS */

h1,
h2,
h3,
h4,
h5 {
    margin: auto;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
h5 {
    font-size: 18px;
}
/* FORM ELEMENTS */

input[type="text"],
input[type="email"] {
    height: 50px;
    border: 0px;
    padding: 0 15px;
    font-size: 15px;
    width: 100%;
    color: #ababab;
    background: #f5f6fa;
    -webkit-appearance: none;
}
input[type="password"] {
    height: 40px;
    border: 1px solid #eee;
    padding: 0 15px;
    -webkit-appearance: none;
}
input[type="button"] {
    height: 40px;
    border: none;
    background: #181818;
    color: #fff;
    padding: 0 15px;
    -webkit-appearance: none;
}
input[type="submit"] {
    height: 50px;
    border: none;
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 0 60px;
    font-weight: 600;
    margin: 30px 0 0;
    font-size: 15px;
    -webkit-appearance: none;
}
input[type="submit"]:hover {
    background: #ffffff;
    color: #252525;
}
button[type="button"] {
    height: 40px;
    border: none;
    background: #181818;
    color: #fff;
    padding: 0 15px;
}
button[type="submit"] {
    height: 40px;
    border: none;
    background: #181818;
    color: #fff;
    padding: 0 15px;
}
textarea {
    height: 150px;
    border: 0px;
    width: 100%;
    resize: none;
    background: #f5f6fa;
    color: #ababab;
    padding: 15px;
    font-size: 15px;
}

.input-row {
    margin: 0 0 20px 0;
}

.form-group {
    margin: 60px 0 0 0;
}

/* BUTTONS */

.site-btn {
    float: left;
    position: relative;
    margin: 20px;
}
.site-btn a {
    float: left;
    padding: 15px 35px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform;
    uppercase;
    font-size: 15px;
    margin: 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: rgba(255, 255, 255, .3);
}
.site-btn a:hover {
    color: rgba(30, 39, 56, 1.0);
    background: rgba(255, 255, 255, 1.0);
}
.work-logo img {
    max-width: 350px;
    padding: 0 20px;
}


#message-success,
#messsage-warning {
    display: none;
}

.text-loader {
    display: none;
} 


/* SECTIONS */

main {
    width: 100%;
    height: 100%;
    float: initial;
    position: relative;
    margin: 0 auto;
}
section {
    width: 100%;
    float: left;
}
header {
    width: 100%;
    float: left;
}
aside {
    width: 100%;
    float: left;
}
footer {
    float: left;
    width: 100%;
}
/* HERO BACKGROUNDS */

.hero-bg1 {
    background: url(../images/hero1.jpg) top center no-repeat;
    background-size: cover;
}
.hero-bg2 {
    background: url(../images/hero2.jpg) top center no-repeat;
    background-size: cover;
}
.hero-bg3 {
    background: url(../images/hero3.jpg) top center no-repeat;
    background-size: cover;
}
.hero-bg4 {
    background: url(../images/hero4.jpg) top center no-repeat #000;
}

/* TOP MENU */

.top-menu {
    width: 340px;
    height: 100%;
    min-height: 500px;
    padding: 0 60px;
    overflow-y: scroll;
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
     -webkit-transform: translateX(340px);
    -moz-transform: translateX(340px);
    -ms-transform: translateX(340px);
    -o-transform: translateX(340px);
    transform: translateX(340px);
}
.top-menu.move-down {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
ul.top-menu-nav  {
    width: 100%;
    margin: 14px 0 0;
    padding-bottom: 180px;
}
ul.top-menu-nav li {
    display: block;
    margin: 5px 0;
    text-align: left;
}
ul.top-menu-nav li a {
    display: inline-block;
    font-size: 29px;
    font-weight: 500;
    color: #3e3e3e;
    overflow: hidden;
    letter-spacing: -0.5px;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
ul.top-menu-nav li a:after {
    content: '';
    display: block;
    width: 0;
    height: 9px;
    background: #E2E2E2;
    transition: width .3s;
    position: relative;
    top: -18px;
    z-index: -1;
}
ul.top-menu-nav li a:hover {
    text-decoration: none;
}

ul.top-menu-nav li a:hover:after {
    width: 100%;
}

.top-menu-footer {
    position: absolute;
    bottom: 0;
    padding: 0 0 50px;
    z-index: 3;
}

.top-menu-footer .sub {
    color: #6D6D6D;
    font-size: 10px;
    padding: 3px 0 0;
}

.top-menu .social-media {
    padding: 0 0 10px;
}

main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
main.move-down {
    -moz-transform: translateX(-340px);
    -ms-transform: translateX(-340px);
    -o-transform: translateX(-340px);
    transform: translateX(-340px);
    overflow: hidden;
    position: fixed;
}

main.move-down:after {
  background: rgba(0,0,0,0.5);
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-title {
    color: #ff4f4f;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.page-lead {
    color: #ffffff;
    width: 75%;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1;
}

.page-intro {
    color: #ffffff;
    width: 75%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}

/* SITE HERO */

.hero {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
    color: #ef3f45;
    padding: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 800ms;
    -webkit-transition-duration: 800ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1.2s;
}
.hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 39, 56, 0.85);
}
.hero p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}
.hero .hero-inner {
    width: 100%;
    height: 100%;
    float: left;
    background-attachment: fixed;
    padding-top: 100px;
}
.hero .hero-inner h2 {
    width: 250px;
    font-size: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    transform: rotate(-90deg);
    margin-bottom: 120px;
}
.hero .hero-inner h5 {
    font-size: 22px;
    color: #fff;
    position: relative;
}
.hero .hero-inner h5:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -15px;
}
/* HEADER */

.header {
    width: 100%;
    float: initial;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 40px 100px 40px;
     -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .1s;
}
.header.move-down {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header .container-fluid {
    padding: 0;
}
.header .navbar-default {
    width: 100%;
    min-height: inherit;
    border: none;
    background: none;
    border-radius: 0;
    margin: 0;
}
.header .navbar-default .navbar-header {
    width: 100%;
    height: 33px;
}
.header .navbar-default .navbar-header .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 200px;
}
.header .navbar-default .navbar-header .sandwich-menu {
    float: right;
    margin-top: 4px;
}
.header .navbar-default .navbar-header .sandwich-menu .border {
    width: 26px;
    height: 4px;
    display: block;
    background: #181818;
    margin-bottom: 9px;
}
.navbar-brand>img {
    width: 100%;
    max-width: 38px;
}
/* MENU */

.sandwich-menu {
    width: 25px;
    height: 25px;
    float: right;
    display: block;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.sandwich-menu span {
    width: 26px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0;
}
.sandwich-menu span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
}
.sandwich-menu span {
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.sandwich-menu span:nth-child(1) {
    top: 0px;
}
.sandwich-menu span:nth-child(2),
.sandwich-menu span:nth-child(3) {
    top: 8px;
    background: transparent;
}
.sandwich-menu span:nth-child(4) {
    top: 14px;
}
.sandwich-menu.menu-open span:nth-child(1),
.sandwich-menu.menu-open span:nth-child(4) {
    top: 9px;
    left: 50%;
    width: 0%;
}
.sandwich-menu.menu-open span:nth-child(2) {
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sandwich-menu.menu-open span:nth-child(3) {
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* HOME TEXT ROTATER */

.hero-home {
    width: 100%;
    height: 100vh;
    min-height: 550px;
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
    position: relative;
    padding: 0 200px;
    background: #333333;
}

.hero-home .footer .copyright,
.hero-home .footer .social-media li a {
    color: #ffffff;
}

.hero-home .footer .social-media li a:hover {
    color: #ffffff;
}


.hero-home .footer .social-media li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width .3s;
    position: relative;
    top: -2px;
}

.hero-home .footer .social-media li a:hover:after {
    width: 100%;
}

.hero-home h2 {
    margin: 100px 0 0 0;
    width: 100%;
    float: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    padding: 0 30px;
    font-weight: 700;
}
.hero-home h1 {
    font-weight: 500;
    font-size: 42px;
    color: #ffffff;
    margin: 0 0 50px;
    text-transform: lowercase;
}

.hero-home-lead {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 500;
}

.hero-home-heading {
    font-size: 42px;
    color: #ffffff;
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.hero-work {
    width: 100%;
    max-height: 500px;
    padding-bottom: 15rem;
    background-color: #222222;
    background: url(../images/work-background.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-work .page-title {
    text-align: center;
}

.hero-work .page-lead {
    width: 100%;
    text-align: center;
}

.hero-agency {
    width: 100%;
    height: 80%;
    min-height: 550px;
    background: url(../images/who-we-are-background.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
    position: relative;
}

.hero-contact {
    width: 100%;
    height: 80%;
    min-height: 550px;
    background: url(../images/contact-background.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
    position: relative;
}

.hero-contact .page-intro {
    padding-top: 50px;
}

.hero-contact .page-lead,
.hero-contact .page-intro,
.hero-contact .page-title {
    width: 100%;
    text-align: center;
}


[class*="hero-"] a {
    color: #ffffff;
}

.hero-project {
    width: 100%;
    height: 80%;
    min-height: 550px;
    background: url(../images/start-a-project-background.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
    position: relative;
}

.content-project {
    padding: 80px;
    background: #000000;
    color: #ffffff;
}

.content-agency {
    padding: 100px 0;
    background: #ffffff;
}

.content-contact {
    padding: 130px 0;
    height: 100vh;
    min-height: 1050px;
}

.content-contact h3 {
    color: #ffffff;
}

.content-contact h4 {
    color: #ffffff;
}

.content-contact p {
    color: #ffffff;
}

.contact-background {
    background: #1d1d1d;
}

#message-warning {
  font-size: 15px;
  color: #ff4f4f;
  padding: 10px 0 0;
}

/* WORK */

.portfolio {
    z-index: 1;
    margin-top: -5em;
    position: relative;
}

.home-portfolio {
    width: 100%;
    background: #fff;
    padding: 0 0 100px 0;
}
.home-portfolio * {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.home-portfolio {
    width: 100%;
}

.home-portfolio .item.full {
    width: 100%;
}
.home-portfolio .item.double {
    width: 50%;
}
.home-portfolio .item.half {
    width: 25%;
}
.home-portfolio .item figure {
    width: 100%;
    float: left;
    position: relative;
}
.home-portfolio .item figure img {
    width: 100%;
}
.home-portfolio .item figure figcaption {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
}
.home-portfolio .item figure figcaption a {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0; 
    bottom: 0;
    color: #fff;
}
.home-portfolio .item figure figcaption a:hover {
    text-decoration: none;
}
.home-portfolio .item figure figcaption img {
    width: 100%;
    display: inline-block;
}
.home-portfolio .item figure:hover figcaption {
    opacity: 1;
}
.home-portfolio .item figure:hover figcaption img {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.home-portfolio .item :hover figcaption em {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.caption {
    padding: 0 40px;
    position: absolute;
    bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure:hover .caption {
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.work-subtitle {
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    margin: 7px 0 0 10px;
}

.work-title {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    padding: 1px 3px;
    margin: 5px 0 0;
}

/* PROCESS */

.process {
    width: 100%;
    float: left;
    padding: 60px 80px 80px;
    background: #1E2738;
    color: #ffffff;
}
.process p {
    color: #ffffff;
}
.process .step {
    display: inline-block;
    padding: 10px;
    margin: 0 20px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0 20px 0 0;
    text-align: center;
    font-size: 15px;
    color: #2a2b2f;
    background-color: #ffffff;
    font-weight: 600;
    line-height: 10px;
}
/* BRANDS */

.brands {
    width: 100%;
    padding: 100px 0 100px;
    background: #1E2738;
}

.brands .content-title {
    color: #ffffff;
    text-align: center;
    margin: 0 0 30px;
}

.brands .content-title:after {
    display: none;
}
.brands figure {
    width: 100%;
    float: left;
    text-align: center;
}
.brands figure img {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    max-width: 150px;
    opacity: .7;
}
/* TESTIMONIALS */

.testimonials {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 0 0 80px;
}
.testimonials .quote {
    display: inline-block;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    margin-top: -20px;
    margin-bottom: -20px;
    color: #AAA;
} 
.testimonials blockquote { 
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 0;
    margin-bottom: 20px; 
    padding: 0 50px;
}
.testimonials h5 {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.content-title {
    color: #3E3E3E;
    font-size: 22px;
    padding: 0 0 20px;
}

.content-title::after {
  content: '';
  height: 2px;
  background-color: #3e3e3e;
  width: 36px;
  position: absolute;
  margin: 12px 0 0 10px;
}

.recognition {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #ffffff;
    border-top: 1px solid #EEEEEE;
}
.recognition figure {
    width: 100%;
    float: left;
    text-align: center;
}
.recognition figure img {
    display: inline-block; 
    width: 100%;
    max-width: 200px;
    padding: 20px 10px;
    opacity: .7;
}

/* CONTACT */

.contact {
    position: relative;
    width: 100%;
    float: left;
    background: url(../images/cta-bg.jpg) #333333 0 90%;
    background-size: cover;
    padding: 100px 0 150px;
    text-align: center;
}
.contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.contact h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.contact a { 
    display: inline-block;
    padding: 13px 35px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0 0;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
}
.contact a:hover {
    background: #ffffff;
    color: #252525;
}
/* PROJECT DETAIL */

.project-hero--antlercollective {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/antlercollective/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--goatsoap {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/goatsoap/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--amdinner {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/amdinner/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--flinthoops {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/flinthoops/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--inspiredlandscapes {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/inspiredlandscapes/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--ducati {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/ducati/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--macktrucks {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/macktrucks/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--michelin {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/michelin/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--renault {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/renault/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--polive {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/police/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero--hotels {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/work/hotels/hero_bg.jpg) center no-repeat #ffffff;
    background-attachment: fixed;
    background-size: cover;
}
.project-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.project-hero h3 {
    font-size: 55px; 
    text-align: center;
    color: #ffffff;
    line-height: 55px;
    margin: 0 30px;
    font-weight: 400;
}
.project-hero .subtitle {
    font-size: 16px;
    text-align: center;
    color: #ef3f45;
    margin: 0 30px 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}
.project-hero .button {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 30px;
    font-weight: 700;
    position: relative;
}
.project-hero .button span {
    width: 0;
    height: 42px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.project-hero .button span {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.project-hero .button:hover {
    text-decoration: none;
    color: #000;
}
.project-hero .button:hover span {
    width: 100%;
}
.project-detail {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 80px;
}
.project-detail .project-desc {
    width: 100%;
    float: left;
}
.project-detail .project-desc h3 {
    font-weight: 500;
    margin-bottom: 20px;
}
.project-detail .project-desc small {
    font-weight: 600;
    color: #666;
    display: block;
    margin-bottom: 40px;
}
.project-detail .project-desc a {
    color: #ed4747;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}
.project-detail ul {
    margin: 10px 0 0 0;
}
/* CONTACT US */

.contact-us {
    width: 100%;
    float: left;
    background: #fff;
    padding: 80px 0;
    text-align: center;
}
.contact-us h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    background: url(../images/wave-icon-dark.png) bottom center no-repeat;
    padding-bottom: 40px;
}
.contact-us address {
    display: block;
}
.contact-us form {
    width: 100%;
    float: left;
    margin-top: 60px;
}
.contact-us form label {
    width: 100%;
    float: left;
}
.contact-us form input[type="text"] {
    width: 100%;
    max-width: 320px;
    -webkit-appearance: none;
}
.contact-us form textarea {
    width: 100%;
    max-width: 420px;
}
label {
    font-size: 15px;
    font-weight:600;
}

label.error {
  font-weight: 400;
  color: 999999;
  font-size: 13px;
}

.page-section {
    margin: 0 0 40px;
}



/* FOOTER */

.footer {
    width: 100%;
    padding: 70px 0 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #6D6D6D;
    padding: 10px 0 0;
}

.footer .social-media {
    padding: 15px 0 0;
    text-align: right;
}

.footer .social-media li {
    display: inline-block;
    padding: 0 7px;
}

.footer .social-media li a {
    color: #6D6D6D;
    text-align: center;
    font-size: 13px;
    display: block;
}

.footer .social-media li a:hover {
    color: #6D6D6D;
    text-decoration: none;
}

.footer .social-media li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #6D6D6D;
    transition: width .3s;
    position: relative;
    top: -2px;
}

.footer .social-media li a:hover:after {
    width: 100%;
}

.footer .social-media li i:before {
    font-size: 20px;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    padding: 0 0 15px;
}

ul.footer-nav li a {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 2px solid;
}

ul.footer-nav li a:hover {
    text-decoration: none;
    color: #333333;
}

.footer-copyright {
    float: left;
}

.footer .sub {
    color: #6D6D6D;
    font-size: 10px;
    padding: 3px 0 0;
}


/* RESPONSIVE */

@media only screen and (max-width: 1499px), only screen and (max-device-width: 1499px) {
    .container {
        width: 100%;
    }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .home-news .news-title h3 {
        margin-bottom: 30px;
    }
    .home-news .news-title h3:before {
        display: none;
    }
}
@media only screen and (max-width: 989px),only screen and (max-device-width: 989px) {
   
    .container {
        width: 100%;
    }
    .header {
        height: 70px;
        padding: 18px 80px;
    }
    .home-slider .slider-inner h2 {
        font-size: 70px;
    }
    .home-slider .slider-inner .desciption {
        font-size: 18px;
    }
    .home-portfolio ul li {
        width: 100%;
    }
    .home-portfolio ul li.half {
        width: 100%;
    }
    .home-portfolio ul li.double {
        width: 100%;
    }
    .home-news {
        padding: 60px 30px;
    }
    .testimonials blockquote {
        font-size: 21px;
        padding: 0 5%;
    }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    main {
        padding: 0 0;
    }
    .top-menu { 
        width: 280px;
        padding: 0 40px;
    }
    main.move-down {
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px);
    }
    .top-menu-nav ul li {
        margin: 0 5px;
    }
    .header .navbar-default .navbar-header .navbar-brand {
        width: 75%;
        padding: 1px 20px 0 25px;
    }
    .header {
        padding: 18px 15px;
    }
    .home-slider .slider-inner h2 {
        font-size: 50px;
    }
    .home-slider .slider-inner .desciption {
        display: none;
    }
    .home-news .news-title h3:before {
        display: none;
    }
    .home-news .news-title h3 {
        margin-bottom: 30px;
    }
    .home-news .news-box {
        margin-bottom: 40px;
    }
    .page-lead {
        width: 100%;
        font-weight: 600;
        font-size: 34px;
    }
    .page-intro {
        width: 100%;
        font-size: 27px;
    }
    .content-agency {
        padding: 80px 30px;
    }
    .recognition {
        padding: 80px 30px;
    }
    .home-portfolio {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about {
        padding: 60px 20px;
    }
    .process {
        padding: 60px 20px;
    }
    .project-detail {
        padding: 60px 30px;
    }
    [class*="hero-"] {
        background-attachment: initial;
    }
    .hero p {
        font-size: 16px;
    }
    .hero-home h1 {
        font-size: 45px;
        margin: -5px 0 50px 0;
    }
    .content-titles {
        margin-bottom: 20px;
    }
    .content-titles .main-title {
        font-size: 26px;
    }
    .clients ul li {
        width: 33.33333%;
    }
    .brands .border-bottom {
        border-bottom: 0;
    }
    .hero {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-contact {
        padding: 80px 30px;
    }
    input[type="submit"] {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .copyright {
        line-height: 24px;
    }
    .footer .social-media {
        text-align: center;
    }
    .brands .border-right {
        border: 0px;
    }
    .brands .border-bottom {
        border: 0px;
    }
    .brands .mobile-border-right {
    border-right: 1px solid #EEEEEE;
    }
    .brands .mobile-border-bottom {
        border-bottom: 1px solid #EEEEEE;
    }
    .mobile-bot-pad {
        padding-bottom: 20px;
    }
    .mobile-bot-pad:nth-child(3) {
        padding-bottom: 0px;
    }

    .contact-box-right,
    .contact-box-left {
        padding: 120px 30px;
    }
}


ul.social-media li {
  display: inline-block;
  padding: 0 10px 0 0;
  font-weight: 400;
  font-size: 14px;
}

ul.footer-links {
  margin: 0 0 20px 0;
}

.footer-links li {
  padding: 0 0 5px 0;
}

.footer-links li a {
    text-decoration: none;
    display: inline-block;
}

.footer-links li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #666;
    transition: width .3s;
    position: relative;
    top: -5px;
}

.footer-links li a:hover:after {
    width: 100%;
}

.copyright {
  font-size: 12px;
  font-weight: 400;
  color: #6D6D6D;
}

.brand-logo {
  padding: 40px 30px;
  text-align: center;
}

.hero-home .footer {
  position: absolute;
  background: transparent;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.work-footer {
    background: #252525;
    color: #ffffff;
    padding: 0 30px;
} 

.work-footer h3 {
    font-size: 34px;
    margin: 0 0 30px 0;
}

.work-footer h4 a {
    font-size: 22px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.work-footer h4 a:hover {
    color: #ffffff;
    border-bottom: 0px;
}

.work-footer-hero {
    margin: 120px 0 60px;
}

.contact-box-left {
    background: #222222;
    color: #ffffff;
    padding: 120px 80px;
    min-height: 460px;
}

.contact-box-left .title {
    margin: 0 0 30px 0;
}

.contact-box-left p {
    color: #ffffff;
}

.contact-box-left a {
    color: #ffffff;
}

.contact-box-right {
    background: #ffffff;
    padding: 120px 80px;
    min-height: 460px;
}

.contact-box-right .title {
    margin: 0 0 30px 0;
}
.contact-box-right a {
    padding: 16px 30px;
    color: #ffffff;
    font-weight: 600;
    background: #252525;
    margin: 20px 0 0 0;
    display: inline-block;
    border: 2px solid transparent;
}

.contact-box-right a:hover {
    text-decoration: none;
    background: transparent;
    border: 2px solid #252525;
    color: #252525;
}

.row-offset {
    margin-top: -10rem;
    position: relative;
    z-index: 1;
    padding: 0 0 200px 0;
}

.expertise-list h5 {
    margin: 20px 0 10px 0;
}

.brand-border-top {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.brand-border-right {
  border-right: 1px solid rgba(255,255,255,0.1); 
}

.project-footer {
    background: #252525;
}

.project-footer-hero {
    padding: 120px 0 60px 0;
    text-align: center;
}

.project-footer-hero a {
    color: #ffffff;
    font-size: 25px;
}

.item {
    position: relative;
}

.tile {
    transition: transform 3s ease-out;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .2s ease-out;
}

.underline-highlight {
    background-image: linear-gradient(120deg, #5cffe8 0%, #5cffe8 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.15em;
    background-position: 0 85%;
    transition: background-size 5s ease-in;
}

.reveal-text div {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.reveal-text div:last-of-type {
  animation: showup 6s normal forwards;
}

.reveal-text div:first-of-type {
  width:0px;
  animation: reveal 7s normal forwards;
}

.reveal-text div:first-of-type span {
  margin-right: 10px;
  animation: slidein 7s normal forwards;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes slidein {
    0% { margin-right:-800px; }
    20% { margin-right:-800px; }
    35% { margin-right: 0; }
    100% { margin-right:0; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:160px;}
    80% {opacity:1;}
    100% {opacity:1; width: 160px;}
}


.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url(../images/video.jpg) center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none; 
    }

    .brand-border-right,
    .brand-border-top {
        border: 0;
    }

    .brand-logo {
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    .hero-home-heading,
    .hero-home h1 {
        font-size: 30px;
        line-height: 1.4;
    }
}

.row-no-padding .col-lg-1, .row-no-padding .col-lg-10, .row-no-padding .col-lg-11, .row-no-padding .col-lg-12, .row-no-padding .col-lg-2, .row-no-padding .col-lg-3, .row-no-padding .col-lg-4, .row-no-padding .col-lg-5, .row-no-padding .col-lg-6, .row-no-padding .col-lg-7, .row-no-padding .col-lg-8, .row-no-padding .col-lg-9, .row-no-padding .col-md-1, .row-no-padding .col-md-10, .row-no-padding .col-md-11, .row-no-padding .col-md-12, .row-no-padding .col-md-2, .row-no-padding .col-md-3, .row-no-padding .col-md-4, .row-no-padding .col-md-5, .row-no-padding .col-md-6, .row-no-padding .col-md-7, .row-no-padding .col-md-8, .row-no-padding .col-md-9, .row-no-padding .col-sm-1, .row-no-padding .col-sm-10, .row-no-padding .col-sm-11, .row-no-padding .col-sm-12, .row-no-padding .col-sm-2, .row-no-padding .col-sm-3, .row-no-padding .col-sm-4, .row-no-padding .col-sm-5, .row-no-padding .col-sm-6, .row-no-padding .col-sm-7, .row-no-padding .col-sm-8, .row-no-padding .col-sm-9, .row-no-padding .col-xs-1, .row-no-padding .col-xs-10, .row-no-padding .col-xs-11, .row-no-padding .col-xs-12, .row-no-padding .col-xs-2, .row-no-padding .col-xs-3, .row-no-padding .col-xs-4, .row-no-padding .col-xs-5, .row-no-padding .col-xs-6, .row-no-padding .col-xs-7, .row-no-padding .col-xs-8, .row-no-padding .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}

.fineprint {
  text-align: right;
  color: #828282;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}