/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* COLORS
-------------------------------------------------------- */
/* FONTS
-------------------------------------------------------- */
/* BREAKPOINTS FOR BOURBON NEAT MEDIA
-------------------------------------------------------- */
/* CUSTOM MIXINS
-------------------------------------------------------- */
html {
  box-sizing: border-box; }

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

.text p.button,
div p.button {
  line-height: 12px;
  margin-top: 0;
  display: inline-block;
  margin-left: 10px; }
  .text p.button:first-of-type,
  div p.button:first-of-type {
    margin-left: 0; }
  @media screen and (max-width: 750px) {
    .text p.button,
    div p.button {
      margin-left: 0; } }
  .text p.button a,
  div p.button a {
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: none; }
    .text p.button a:hover,
    div p.button a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .text p.button.blue a,
  div p.button.blue a {
    background-color: #02bed6;
    color: white; }
  .text p.button.grey a,
  div p.button.grey a {
    background-color: #444444;
    color: white; }
  .text p.button.black a,
  div p.button.black a {
    background-color: black;
    color: white; }

.more {
  margin: 0 auto;
  text-align: center; }

.block.white.capabilties,
.block.black.testimonials {
  overflow: auto;
  color: #898989;
  padding: 180px 0; }
  @media screen and (max-width: 750px) {
    .block.white.capabilties,
    .block.black.testimonials {
      padding: 30px 0; } }
  .block.white.capabilties .third,
  .block.black.testimonials .third {
    width: 33%;
    float: left; }
    .block.white.capabilties .third p::after,
    .block.black.testimonials .third p::after {
      content: "";
      border-bottom: 1px solid #ed1d24;
      width: 80px;
      position: absolute;
      bottom: -25px;
      left: 0; }
    @media screen and (max-width: 750px) {
      .block.white.capabilties .third,
      .block.black.testimonials .third {
        width: 100%;
        float: none; }
        .block.white.capabilties .third:first-child,
        .block.black.testimonials .third:first-child {
          margin-bottom: 50px; } }
  .block.white.capabilties .two-third,
  .block.black.testimonials .two-third {
    width: 66%;
    float: left; }
    @media screen and (max-width: 750px) {
      .block.white.capabilties .two-third,
      .block.black.testimonials .two-third {
        width: 100%;
        float: none; } }
  .block.white.capabilties h2,
  .block.black.testimonials h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500; }
  .block.white.capabilties p,
  .block.black.testimonials p {
    text-transform: uppercase;
    color: black;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    position: relative; }
  .block.white.capabilties ul li,
  .block.black.testimonials ul li {
    padding-bottom: 18px;
    font-size: 18px; }
    .block.white.capabilties ul li strong,
    .block.black.testimonials ul li strong {
      font-weight: bold; }
    .block.white.capabilties ul li em, .block.white.capabilties ul li i,
    .block.black.testimonials ul li em,
    .block.black.testimonials ul li i {
      font-style: italic; }

.client-experience {
  overflow: auto;
  background-color: #f6f6f6;
  padding: 100px 0; }
  @media screen and (max-width: 750px) {
    .client-experience {
      padding: 30px 0; } }
  .client-experience h2 {
    color: #ed1d24;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400; }
    .client-experience h2 span {
      font-weight: 500;
      color: black;
      display: block;
      font-size: 25px;
      margin-top: 20px; }
  .client-experience .logos {
    margin-top: 100px;
    margin-bottom: 70px; }
    @media screen and (max-width: 750px) {
      .client-experience .logos {
        margin: 30px 0; } }
    .client-experience .logos img {
      width: 16%; }
      @media screen and (max-width: 750px) {
        .client-experience .logos img {
          width: 32%; } }
  .client-experience p.button a {
    margin: 0 auto; }
  .client-experience .further {
    -webkit-columns: 4 8em;
    -moz-columns: 4 8em;
    columns: 4 8em;
    display: none; }
    .client-experience .further ul {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari */
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* IE 11 */
      display: table;
      /* Actually FF 20+ */
      margin-bottom: 25px; }
      .client-experience .further ul li {
        font-weight: 400;
        color: #898989;
        padding-bottom: 8px;
        font-size: 15px; }
        .client-experience .further ul li strong {
          font-weight: 500;
          color: #252829; }

.block.black.testimonials p {
  color: white; }
.block.black.testimonials .third {
  margin-right: 50px;
  width: 29%; }
  @media screen and (max-width: 750px) {
    .block.black.testimonials .third {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .block.black.testimonials .third {
      margin-right: 0; } }
@media screen and (max-width: 750px) {
  .block.black.testimonials .slides {
    display: table; } }
.block.black.testimonials .slides .nav {
  margin-top: 35px; }
  @media screen and (max-width: 750px) {
    .block.black.testimonials .slides .nav {
      display: table-header-group; } }
  .block.black.testimonials .slides .nav a {
    border-radius: 50%;
    padding: 15px 0 0 17px;
    width: 42px;
    height: 42px;
    display: inline-block;
    color: white;
    text-decoration: none;
    background: #393939 url(../images/arrow-right.png) center center no-repeat;
    background-size: 8px; }
    .block.black.testimonials .slides .nav a:first-child {
      margin-right: 5px;
      background-image: url(../images/arrow-left.png); }
    .block.black.testimonials .slides .nav a:hover {
      background-color: #ed1d24; }
.block.black.testimonials .slides .slide {
  display: none; }
  @media screen and (max-width: 750px) {
    .block.black.testimonials .slides .slide {
      margin-top: 65px; } }
  .block.black.testimonials .slides .slide:first-child {
    display: block; }
  .block.black.testimonials .slides .slide h3 {
    color: white;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px; }
  .block.black.testimonials .slides .slide p {
    color: #898989;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 26px; }
  .block.black.testimonials .slides .slide .name {
    color: white;
    text-transform: uppercase;
    margin-top: 20px; }

.contact {
  margin-top: -120px; }
  @media screen and (max-width: 750px) {
    .contact {
      margin-top: 20px; } }
  @media screen and (max-width: 750px) {
    .contact .container {
      display: table; } }
  .contact .left {
    width: 57%;
    float: left; }
    @media screen and (max-width: 750px) {
      .contact .left {
        width: 100%;
        float: none; } }
  .contact .right {
    float: left;
    color: white;
    margin-left: 100px; }
    @media screen and (max-width: 750px) {
      .contact .right {
        float: none;
        margin-left: 0;
        display: table-header-group; } }
    .contact .right h4 {
      font-size: 18px;
      padding-bottom: 8px; }
    .contact .right h5 {
      color: #898989;
      padding-bottom: 30px; }
    .contact .right a {
      color: white;
      display: block;
      text-decoration: none;
      margin-bottom: 30px;
      background: url(../images/icon-phone.png) 0 0 no-repeat;
      background-size: 53px;
      height: 53px; }
      .contact .right a span {
        color: #898989;
        font-size: 14px;
        padding-left: 70px;
        display: block;
        padding-top: 10px; }
        .contact .right a span strong {
          display: block;
          color: white;
          padding-bottom: 5px;
          text-transform: uppercase; }
      .contact .right a:hover span {
        color: #02bed6; }
  .contact p {
    color: #898989;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px; }
  .contact h3 {
    text-transform: uppercase;
    color: white;
    font-size: 24px; }
  .contact form {
    margin-top: 40px;
    margin-bottom: 140px; }
    @media screen and (max-width: 750px) {
      .contact form {
        margin-bottom: 40px; } }
    .contact form p {
      margin-bottom: 20px; }
      .contact form p label {
        font-size: 12px;
        margin-bottom: 7px;
        display: block; }
        .contact form p label span {
          color: #ed1d24; }
      .contact form p input, .contact form p textarea {
        background: #444444;
        border: none;
        padding: 10px;
        width: 100%;
        color: white; }
      .contact form p textarea {
        height: 200px; }
      .contact form p input[type=submit] {
        width: auto;
        padding: 15px 50px; }

.work-detail .block.gray {
  padding: 100px 0 120px; }
  @media screen and (max-width: 750px) {
    .work-detail .block.gray {
      padding-top: 0;
      padding: 20px 0; } }
.work-detail .pagination {
  position: relative;
  clear: both; }
  .work-detail .pagination a {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    background: #131313;
    width: 50%;
    float: left;
    text-decoration: none;
    padding: 50px 0;
    padding-left: 100px; }
    .work-detail .pagination a.next {
      text-align: right;
      padding-left: 0;
      padding-right: 100px; }
    @media screen and (max-width: 750px) {
      .work-detail .pagination a {
        width: 100%;
        float: none;
        padding-left: 25%; }
        .work-detail .pagination a.next {
          padding-right: 25%; } }
    .work-detail .pagination a.prev::after, .work-detail .pagination a.next::after {
      content: "";
      border-radius: 50%;
      padding: 15px 0 0 17px;
      width: 42px;
      height: 42px;
      display: inline-block;
      color: white;
      text-decoration: none;
      background: #2b2b2b url(../images/arrow-right.png) center center no-repeat;
      background-size: 8px;
      position: absolute;
      top: 32%;
      right: 40px;
      z-index: 1; }
    .work-detail .pagination a.prev::after {
      right: auto;
      left: 40px;
      margin-right: 5px;
      background-image: url(../images/arrow-left.png); }
    .work-detail .pagination a:hover {
      background-color: #222222; }
      .work-detail .pagination a:hover::after {
        background-color: #ed1d24; }
.work-detail .modules .module {
  line-height: 0;
  margin-bottom: -1px; }
  .work-detail .modules .module.full-width img {
    width: 100%; }
  .work-detail .modules .module.centered img {
    width: 30%;
    margin: 0 auto;
    display: block;
    padding: 250px 0; }
    @media screen and (max-width: 750px) {
      .work-detail .modules .module.centered img {
        width: 70%;
        padding: 50px 0; } }
  .work-detail .modules .module.two-columns img {
    width: 50%;
    float: left; }
    @media screen and (max-width: 750px) {
      .work-detail .modules .module.two-columns img {
        width: 100%;
        float: none; } }
  .work-detail .modules .module.two-columns:after {
    content: "";
    clear: left; }
  .work-detail .modules .module.three-columns {
    padding: 100px; }
    @media screen and (max-width: 750px) {
      .work-detail .modules .module.three-columns {
        padding: 10px; } }
    .work-detail .modules .module.three-columns .column-wrapper {
      width: 85%;
      margin: 0 auto;
      overflow: hidden;
      padding: 14px; }
      @media screen and (max-width: 750px) {
        .work-detail .modules .module.three-columns .column-wrapper {
          width: 100%; } }
    .work-detail .modules .module.three-columns .column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
      .work-detail .modules .module.three-columns .column:last-child {
        margin-right: 0; }
      .work-detail .modules .module.three-columns .column:nth-child(3n) {
        margin-right: 0; }
      .work-detail .modules .module.three-columns .column:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 750px) {
        .work-detail .modules .module.three-columns .column {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-bottom: 10px; }
          .work-detail .modules .module.three-columns .column:last-child {
            margin-right: 0; } }
      .work-detail .modules .module.three-columns .column img {
        width: 100%; }
  .work-detail .modules .module.slideshow {
    position: relative; }
    .work-detail .modules .module.slideshow img {
      width: 100%;
      display: none; }
      .work-detail .modules .module.slideshow img:first-child {
        display: block; }
    .work-detail .modules .module.slideshow .nav {
      position: absolute;
      top: 47%;
      z-index: 101;
      width: 100%; }
      @media screen and (max-width: 750px) {
        .work-detail .modules .module.slideshow .nav {
          top: 38%; } }
      @media screen and (max-width: 750px) and (orientation: landscape) {
        .work-detail .modules .module.slideshow .nav {
          top: 41%; } }
      .work-detail .modules .module.slideshow .nav a {
        border-radius: 50%;
        padding: 15px 0 0 17px;
        width: 42px;
        height: 42px;
        display: inline-block;
        color: white;
        text-decoration: none;
        background: #dfdfdf url(../images/arrow-right.png) center center no-repeat;
        background-size: 8px;
        position: absolute;
        top: 0;
        right: 3%;
        z-index: 1; }
        .work-detail .modules .module.slideshow .nav a:hover {
          background-color: #ed1d24; }
        .work-detail .modules .module.slideshow .nav a.prev {
          right: auto;
          left: 3%;
          margin-right: 5px;
          background-image: url(../images/arrow-left.png); }
  .work-detail .modules .module.video {
    padding: 50px 0;
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0; }
    .work-detail .modules .module.video iframe {
      position: absolute;
      top: 10%;
      left: 10%;
      width: 80%;
      height: 80%; }
  .work-detail .modules .module.audio {
    padding: 50px 0;
    clear: both;
    position: relative;
    text-align: center; }
    .work-detail .modules .module.audio div.wrap {
      display: block;
      margin: 0 auto;
      width: 628px; }
      .work-detail .modules .module.audio div.wrap h3 {
        margin-bottom: 45px;
        color: white;
        font-size: 25px; }
    .work-detail .modules .module.audio .jp-gui {
      position: relative;
      padding: 20px;
      width: 675px; }
      .work-detail .modules .module.audio .jp-gui .ui-slider-horizontal .ui-slider-handle {
        top: -0.25em; }
      .work-detail .modules .module.audio .jp-gui.ui-widget-content {
        border: none; }
    .work-detail .modules .module.audio .jp-gui.jp-no-volume {
      width: 432px; }
    .work-detail .modules .module.audio .jp-gui ul {
      margin: 0;
      padding: 0; }
    .work-detail .modules .module.audio .jp-gui ul li {
      position: relative;
      float: left;
      list-style: none;
      margin: 2px;
      padding: 4px 0;
      cursor: pointer; }
    .work-detail .modules .module.audio .jp-gui ul li a {
      margin: 0 4px; }
    .work-detail .modules .module.audio .jp-gui li.jp-repeat,
    .work-detail .modules .module.audio .jp-gui li.jp-repeat-off {
      margin-left: 344px; }
    .work-detail .modules .module.audio .jp-gui li.jp-mute,
    .work-detail .modules .module.audio .jp-gui li.jp-unmute {
      margin-left: 20px; }
    .work-detail .modules .module.audio .jp-gui li.jp-volume-max {
      margin-left: 120px; }
    .work-detail .modules .module.audio li.jp-pause,
    .work-detail .modules .module.audio li.jp-repeat-off,
    .work-detail .modules .module.audio li.jp-unmute,
    .work-detail .modules .module.audio .jp-no-solution {
      display: none; }
    .work-detail .modules .module.audio .jp-progress-slider {
      position: absolute;
      top: 28px;
      left: 100px;
      width: 300px; }
    .work-detail .modules .module.audio .jp-progress-slider .ui-slider-handle {
      cursor: pointer; }
    .work-detail .modules .module.audio .jp-volume-slider {
      position: absolute;
      top: 31px;
      left: 508px;
      width: 100px;
      height: .4em; }
    .work-detail .modules .module.audio .jp-volume-slider .ui-slider-handle {
      height: .8em;
      width: .8em;
      cursor: pointer; }
    .work-detail .modules .module.audio .jp-gui.jp-no-volume .jp-volume-slider {
      display: none; }
    .work-detail .modules .module.audio .jp-current-time,
    .work-detail .modules .module.audio .jp-duration {
      position: absolute;
      top: 56px;
      font-size: 10px;
      cursor: default; }
    .work-detail .modules .module.audio .jp-current-time {
      left: 91px; }
    .work-detail .modules .module.audio .jp-duration {
      right: 273px; }
    .work-detail .modules .module.audio .jp-gui.jp-no-volume .jp-duration {
      right: 70px; }
    .work-detail .modules .module.audio .jp-clearboth {
      clear: both; }
  .work-detail .modules .module.white {
    background: white; }
  .work-detail .modules .module.gray {
    background: #f4f4f4; }
  .work-detail .modules .module.dark {
    background: #231f20; }
  .work-detail .modules .module.yellow {
    background: #fcc715; }

* {
  outline: none; }

body, html {
  font-family: 'Work Sans', sans-serif;
  background: #222222; }

.full {
  width: 100%; }

.container,
.inner {
  width: 1180px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .container,
    .inner {
      width: auto;
      padding: 0 20px; } }

header {
  overflow: auto;
  background: #222222;
  color: white;
  padding: 20px 0;
  font-weight: 600; }
  @media screen and (max-width: 750px) {
    header {
      background: white;
      color: #222222;
      padding-bottom: 0; } }
  header a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 30px;
    position: relative; }
    @media screen and (max-width: 750px) {
      header a {
        color: #222222; } }
    header a.active {
      opacity: 1;
      filter: alpha(opacity=100);
      border-bottom: 1px solid #ed1d24;
      padding-bottom: 4px; }
    header a:first-child {
      margin-left: 0; }
    header a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    header a.logo {
      background: url(../images/logo.png) 0 0 no-repeat;
      background-size: 100%;
      width: 315px;
      height: 70px;
      display: block;
      float: left;
      text-indent: -10000px;
      opacity: 1;
      filter: alpha(opacity=100); }
      @media screen and (max-width: 750px) {
        header a.logo {
          width: 250px;
          background-image: url(../images/logo-on-white.png); } }
      @media screen and (max-width: 320px) {
        header a.logo {
          width: 200px; } }
  header .menu {
    float: right;
    margin-top: 25px; }
    @media screen and (max-width: 750px) {
      header .menu {
        display: none;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        margin: 10px 0;
        float: none; }
        header .menu.open {
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          display: table; } }
    @media screen and (max-width: 750px) {
      header .menu a {
        display: table-cell;
        text-align: center;
        padding-left: 0;
        width: 33.33%; } }
  header .mobile-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 16px;
    top: 33px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    display: none; }
    @media screen and (max-width: 750px) {
      header .mobile-menu {
        display: block; } }
    @media screen and (max-width: 320px) {
      header .mobile-menu {
        top: 25px; } }
    header .mobile-menu span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: white;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 750px) {
        header .mobile-menu span {
          background: #222222; } }
      header .mobile-menu span:nth-child(1) {
        top: 0px; }
      header .mobile-menu span:nth-child(2), header .mobile-menu span:nth-child(3) {
        top: 12px; }
      header .mobile-menu span:nth-child(4) {
        top: 24px; }
    header .mobile-menu.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    header .mobile-menu.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .mobile-menu.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .mobile-menu.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

.block.gray {
  background: #222222;
  color: white; }
.block.white {
  background: white;
  color: #222222; }
.block.black {
  background: #222222;
  color: white; }

.text {
  padding: 140px 0 230px; }
  @media screen and (max-width: 1024px) {
    .text {
      padding: 100px 0 170px; } }
  @media screen and (max-width: 750px) {
    .text {
      padding: 0;
      padding: 20px 0; } }
  .text h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px; }
    .text h1 a {
      color: inherit; }
      .text h1 a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    @media screen and (max-width: 750px) {
      .text h1 {
        font-size: 31px;
        line-height: 34px; } }
  .text p {
    color: #898989;
    margin-top: 20px;
    line-height: 33px;
    font-size: 18px; }

.grid {
  width: 100%; }
  .grid .view-all {
    clear: both;
    text-align: center; }
    .grid .view-all a {
      margin: 70px auto;
      display: inline-block;
      padding: 20px 80px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      border: none; }
      .grid .view-all a.grey {
        background-color: #444444;
        color: white; }
      .grid .view-all a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .grid .item {
    width: 33.3333%;
    float: left;
    position: relative; }
    .grid .item:nth-child(3n) {
      margin-right: 2.3576515979%; }
    .grid .item:nth-child(3n+1) {
      clear: none; }
    .grid .item:nth-child(3n) {
      margin-right: 0; }
    .grid .item:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 750px) {
      .grid .item {
        width: 100%;
        float: none; } }
    .grid .item a {
      display: block;
      line-height: 0;
      overflow: hidden; }
      .grid .item a::after {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
        content: "+";
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 7%;
        right: 5%;
        z-index: 9999;
        color: white;
        background: #ed1d24;
        padding: 16px 0 0 11px; }
      .grid .item a:hover::after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .grid .item a:hover p {
        opacity: 1;
        filter: alpha(opacity=100); }
      .grid .item a:hover img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .grid .item p {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      color: white;
      bottom: 14%;
      left: 8%; }
    .grid .item img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%;
      height: auto; }

html.phone .grid .item a::after,
html.phone .grid .item a p {
  opacity: 1;
  filter: alpha(opacity=100); }
html.phone .grid .item a img {
  opacity: 0.5;
  filter: alpha(opacity=50); }

footer {
  background-color: #ed1d24;
  clear: both;
  position: relative; }
  footer .container {
    position: relative; }
    footer .container:first-child {
      padding: 97px 0; }
      @media screen and (max-width: 750px) {
        footer .container:first-child {
          padding: 37px 0 57px; } }
    footer .container.full {
      width: 100%; }
    footer .container.white {
      background: white;
      line-height: 0; }
      footer .container.white .inner {
        padding: 43px 0; }
      footer .container.white p {
        color: #898989;
        font-size: 10px;
        display: inline; }
  footer h2 {
    color: white;
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 1024px) {
      footer h2 {
        left: 20px; } }
    @media screen and (max-width: 750px) {
      footer h2 {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 90%; } }
  footer p.button a {
    position: absolute;
    right: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    padding: 20px 60px; }
    @media screen and (max-width: 1024px) {
      footer p.button a {
        right: 20px; } }
    @media screen and (max-width: 750px) {
      footer p.button a {
        position: relative;
        top: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 20px; } }
    footer p.button a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #222222; }
  footer .social {
    float: right; }
    footer .social:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    footer .social.linkedin {
      background: url(../images/linkedin.png) 0 0 no-repeat;
      width: 35px;
      height: 35px;
      display: block;
      text-indent: -10000px;
      background-size: 100%;
      margin-top: -17px; }
