@import url(http://fonts.googleapis.com/css?family=Rosarivo:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Gilda+Display);
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: 'axis';
  src: url("font/axis-webfont.eot");
  src: url("font/axis-webfont.eot?#iefix") format("embedded-opentype"), url("font/axis-webfont.woff2") format("woff2"), url("font/axis-webfont.woff") format("woff"), url("font/axis-webfont.ttf") format("truetype"), url("font/axis-webfont.svg#axisbold") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  box-sizing: border-box; }

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

nav {
  position: absolute;
  min-height: 100px;
  width: 100%;
  top: -100px;
  margin: 0;
  background: white;
  z-index: 999;
  border-bottom: 1px solid #953c44;
  z-index: 99; }
  nav ul {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0 30px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100; }
    nav ul li {
      position: relative;
      display: inline-block; }
      nav ul li a {
        position: relative;
        display: block;
        margin: 0;
        padding: 10px 20px;
        font-family: 'axis';
        text-transform: uppercase;
        font-size: 0.8em;
        letter-spacing: 2px;
        z-index: 2; }
  nav .logo {
    position: absolute;
    display: block;
    width: auto;
    height: 50px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 5px 5px 10px 10px;
    margin-right: 10px;
    text-align: center;
    z-index: 101; }
    nav .logo img {
      position: relative;
      max-height: 100%; }
    @media (max-width: 1000px) {
      nav .logo {
        height: 40px; } }
    @media (max-width: 800px) {
      nav .logo {
        height: 30px; } }
    @media (max-width: 600px) {
      nav .logo {
        display: none; } }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #953c44; }

p {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  line-height: 1.65em;
  text-align: justify;
  letter-spacing: 0.5px;
  font-family: 'Gilda Display', serif; }
  p.reg-center {
    text-align: center;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
  @media screen and (max-width: 1060px) {
    p {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 680px) {
    p {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

p, span, a {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

h1 {
  font-size: 4em;
  font-family: 'axis';
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  @media screen and (max-width: 1060px) {
    h1 {
      font-size: 3.7em; } }
  @media screen and (max-width: 680px) {
    h1 {
      font-size: 3em;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 2.5em;
      letter-spacing: 0.05em; } }

.hr {
  display: block;
  position: relative;
  width: 100px;
  height: 1px;
  background: #953c44;
  margin: 20px 0 40px 5px; }

.button {
  display: inline-block;
  width: auto;
  font-family: 'axis';
  font-size: 0.8em;
  letter-spacing: 3px;
  padding: 5px 10px;
  border: 1px solid #953c44;
  margin: 10px auto; }
  .button:hover {
    background: #953c44;
    color: white; }

#hero, #end {
  height: 100%;
  width: 100%;
  background: #050505;
  padding-top: 10px;
  padding-right: 10px; }
  #hero a.contact, #end a.contact {
    display: inline-block;
    font-family: 'axis';
    font-size: 0.8em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    float: right; }
    #hero a.contact:hover, #end a.contact:hover {
      color: white; }
  #hero .navi, #end .navi {
    position: absolute;
    bottom: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    z-index: 2; }
    #hero .navi li, #end .navi li {
      display: inline-block; }
      #hero .navi li a, #end .navi li a {
        display: block;
        padding: 10px 20px;
        letter-spacing: 5px;
        padding-right: 16px;
        font-family: 'axis';
        font-weight: 100;
        font-size: 0.8em;
        text-transform: uppercase;
        color: #555555; }
        #hero .navi li a:hover, #hero .navi li a:focus, #end .navi li a:hover, #end .navi li a:focus {
          color: #fff;
          background: #953c44; }
  #hero #scene, #end #scene {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    #hero #scene li, #end #scene li {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      outline: 1px solid #555555;
      opacity: 0.2; }
      #hero #scene li:nth-of-type(1), #end #scene li:nth-of-type(1) {
        outline-offset: -80px; }
      #hero #scene li:nth-of-type(2), #end #scene li:nth-of-type(2) {
        outline-offset: -160px; }
      #hero #scene li:nth-of-type(3), #end #scene li:nth-of-type(3) {
        outline-offset: -240px; }
      #hero #scene li:nth-of-type(4), #end #scene li:nth-of-type(4) {
        outline-offset: -320px; }
      #hero #scene li:nth-of-type(5), #end #scene li:nth-of-type(5) {
        outline-offset: -400px; }
      #hero #scene li:nth-of-type(6), #end #scene li:nth-of-type(6) {
        outline-offset: -480px; }

.hero {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  background: #222;
  text-align: right; }
  .hero:last-child {
    margin-right: 0; }
  .hero .logo-wrap {
    margin: auto;
    position: relative;
    width: 50%;
    max-width: 1200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .hero .logo-wrap img {
      width: 100%; }
    .hero .logo-wrap .logo-gif {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 40.5%; }
    @media screen and (max-width: 1000px) {
      .hero .logo-wrap {
        width: 65%; } }
    @media screen and (max-width: 600px) {
      .hero .logo-wrap {
        width: 80%; } }

@-webkit-keyframes logo {
  0% {
    width: 100%; }
  50% {
    width: 95%; }
  100% {
    width: 100%; } }

@keyframes logo {
  0% {
    width: 100%; }
  50% {
    width: 95%; }
  100% {
    width: 100%; } }
#svc-list {
  background: url("//unsplash.it/1800/1000") no-repeat center center fixed;
  background-size: cover;
  padding: 100px 50px 50px 50px; }
  @media screen and (max-width: 680px) {
    #svc-list {
      padding: 100px 20px 50px 20px; } }
  #svc-list .disclaimer {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    padding-right: 15px;
    margin: 0 auto;
    margin-left: 5px;
    background: white;
    font-family: 'axis';
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #050505; }
  #svc-list h1 {
    text-align: left;
    color: white;
    font-family: 'axis';
    font-size: 6em;
    letter-spacing: -5px;
    text-transform: uppercase;
    line-height: 0.8em;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.01); }
    #svc-list h1:first-of-type {
      margin-top: 50px; }
    #svc-list h1:last-of-type {
      margin-bottom: 50px; }
    #svc-list h1.dub-fix {
      margin-left: 13px; }
      @media screen and (max-width: 1060px) {
        #svc-list h1.dub-fix {
          margin-left: 0; } }
    #svc-list h1:hover {
      color: #953c44; }
    @media screen and (max-width: 1060px) {
      #svc-list h1 {
        font-size: 4.7em;
        letter-spacing: -3px; } }
    @media screen and (max-width: 680px) {
      #svc-list h1 {
        font-size: 2.7em;
        letter-spacing: -1px; } }
    @media screen and (max-width: 480px) {
      #svc-list h1 {
        font-size: 2.2em;
        letter-spacing: 0; } }
  #svc-list .svc-info {
    display: none;
    width: 33%;
    padding: 10px 0 40px 10px;
    margin: 0 !important; }
    #svc-list .svc-info p {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      color: #fff; }

#about {
  padding: 100px;
  padding-bottom: 150px;
  text-align: center;
  overflow-x: hidden; }
  @media screen and (max-width: 1060px) {
    #about {
      padding: 100px 60px; } }
  @media screen and (max-width: 680px) {
    #about {
      padding: 100px 20px; } }
  #about h1 {
    color: #953c44;
    text-align: left; }
  #about p {
    color: #050505;
    margin-bottom: 80px; }
  #about a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 16%;
    text-align: center;
    z-index: 1; }
    #about a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(40, 40, 40, 0.6); }
    #about a:hover:after {
      background: transparent; }
    #about a:hover div {
      top: 100%;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      background: #953c44;
      color: #fff;
      margin-top: 0; }
    #about a img {
      display: block;
      width: 100%;
      margin: 0;
      margin-bottom: 0 !important; }
    #about a div {
      position: absolute;
      color: white;
      width: 100%;
      top: 50%;
      padding: 10px 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: 500;
      z-index: 1;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #about a div h4 {
        font-family: 'axis';
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 100; }
      #about a div span {
        font-family: 'Gilda Display', serif;
        font-style: italic;
        font-weight: 100;
        font-size: 0.8em;
        letter-spacing: 1px; }
    @media screen and (max-width: 1060px) {
      #about a {
        width: 30%; } }
    @media screen and (max-width: 680px) {
      #about a {
        width: 45%; } }

.staff-modal {
  width: 900px;
  height: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 50px; }
  .staff-modal figure {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden; }
    .staff-modal figure img {
      width: 100%;
      height: 100%; }
    .staff-modal figure figcaption {
      position: absolute;
      width: 100%;
      height: 0;
      top: 100%;
      left: 0;
      padding: 20px;
      color: white;
      background: rgba(40, 40, 40, 0.6);
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .staff-modal figure figcaption h1 {
        margin-top: -1.6em;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
      .staff-modal figure figcaption p {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; }
    .staff-modal figure:hover figcaption {
      top: 0;
      height: 100%;
      overflow-y: scroll; }
      .staff-modal figure:hover figcaption h1 {
        margin-top: 0; }

#svcs {
  padding: 100px;
  background: #050505;
  overflow: hidden; }
  #svcs span.hr {
    background: url("../img/border-dots.png") repeat-x;
    background-size: 30px;
    width: 150%;
    height: 2px;
    overflow: hidden;
    margin: 0;
    margin-left: -100px; }
  #svcs p {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    text-align: center;
    color: #953c44;
    font-style: italic;
    width: 40%;
    margin: 100px auto 0 auto; }
    @media screen and (max-width: 680px) {
      #svcs p {
        width: 80%; } }
  #svcs div {
    width: 66.666%;
    margin-left: 16.666%; }
    #svcs div h1 {
      color: #fefefe; }
    #svcs div p.incl {
      color: #953c44;
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      text-align: left;
      margin: auto;
      width: auto;
      font-style: normal; }
    #svcs div h4 {
      color: #050505;
      background: #953c44;
      display: inline-block;
      margin-top: 100px;
      padding: 7px 10px;
      font-weight: 100;
      font-family: 'axis';
      text-transform: uppercase;
      letter-spacing: 3px; }
    #svcs div span {
      position: relative;
      display: inline-block;
      letter-spacing: 0.5px;
      font-family: 'Gilda Display', serif;
      padding: 20px 0;
      color: white; }
      @media screen and (max-width: 680px) {
        #svcs div span {
          display: block;
          text-align: center;
          padding: 10px 0; } }
      #svcs div span.price {
        display: none;
        float: right;
        color: #953c44; }
        @media screen and (max-width: 680px) {
          #svcs div span.price {
            display: none;
            text-align: center;
            float: none; } }
    @media screen and (max-width: 1060px) {
      #svcs div {
        width: 80%;
        margin-left: 10%; } }
    @media screen and (max-width: 680px) {
      #svcs div {
        width: 90%;
        margin: 20px 0;
        margin-left: 5%; } }
  @media screen and (max-width: 680px) {
    #svcs {
      padding: 100px 20px; } }

#timeline {
  position: relative;
  display: block;
  background: #953c44;
  padding: 100px; }
  #timeline h1 {
    color: white;
    margin-bottom: -15px; }
  #timeline p {
    font-style: italic;
    font-size: 0.8em;
    margin-left: 10px;
    margin-bottom: 50px; }
  #timeline .wrapper {
    display: block; }
    #timeline .wrapper span {
      clear: both;
      padding: 7px 10px;
      margin: 5px 0;
      background: white;
      font-family: 'axis';
      color: #050505;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 3px;
      font-weight: 100;
      overflow: hidden;
      white-space: nowrap; }
      #timeline .wrapper span:hover {
        background: #050505;
        color: white; }
      #timeline .wrapper span.final {
        float: left;
        width: 25%;
        margin-left: 75%; }
      #timeline .wrapper span.development {
        float: left;
        width: 75%;
        margin-left: 25%; }
      #timeline .wrapper span.programming {
        float: left;
        width: 75%; }
      #timeline .wrapper span.month {
        float: left;
        clear: right;
        padding: 0;
        margin: 0;
        margin-top: 5px;
        width: 25%;
        height: 30px;
        background: none;
        border-left: 1px solid black; }
        #timeline .wrapper span.month.last {
          margin-right: 0;
          margin-left: -1px;
          border-right: 1px solid black; }
      #timeline .wrapper span.number {
        clear: right;
        float: left;
        width: 25%;
        text-align: left;
        background: none;
        font-family: 'Gilda Display', serif;
        padding: 0; }
        #timeline .wrapper span.number.first {
          margin-left: -4px; }
        #timeline .wrapper span.number.last {
          position: absolute;
          margin-right: 0;
          width: 0;
          overflow: visible; }
      @media screen and (max-width: 1060px) {
        #timeline .wrapper span {
          font-size: 0.9em;
          letter-spacing: 1px; } }
      @media screen and (max-width: 680px) {
        #timeline .wrapper span {
          font-size: 0.8em;
          letter-spacing: 0; } }
      @media screen and (max-width: 480px) {
        #timeline .wrapper span {
          font-size: 0.6em;
          letter-spacing: 0; } }
  #timeline .info {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; }
    #timeline .info::after {
      clear: both;
      content: "";
      display: table; }
    #timeline .info div {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-left: 34.1192171993%; }
      #timeline .info div:last-child {
        margin-right: 0; }
      #timeline .info div p {
        font-style: normal;
        font-size: 1em;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; }
      @media screen and (max-width: 1060px) {
        #timeline .info div {
          float: left;
          display: block;
          margin-right: 3.5786636068%;
          width: 74.1053340983%;
          margin-left: 12.9473329508%; }
          #timeline .info div:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 680px) {
        #timeline .info div {
          float: left;
          display: block;
          margin-right: 7.4229703521%;
          width: 100%;
          margin-left: 0%; }
          #timeline .info div:last-child {
            margin-right: 0; } }
  @media screen and (max-width: 1060px) {
    #timeline {
      padding: 100px 60px; } }
  @media screen and (max-width: 680px) {
    #timeline {
      padding: 100px 20px; } }

#cases {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background: #050505; }
  #cases .title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px; }
    #cases .title::after {
      clear: both;
      content: "";
      display: table; }
    #cases .title h1 {
      color: white; }
    #cases .title p {
      padding: 5px;
      color: #953c44;
      display: inline-block;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-left: 34.1192171993%; }
      #cases .title p:last-child {
        margin-right: 0; }
      @media screen and (max-width: 680px) {
        #cases .title p {
          float: left;
          display: block;
          margin-right: 7.4229703521%;
          width: 100%;
          margin-left: 0%;
          padding: 0 20px; }
          #cases .title p:last-child {
            margin-right: 0; } }
    #cases .title br {
      display: none; }
      @media screen and (max-width: 680px) {
        #cases .title br {
          display: block; } }
  #cases a.clients {
    position: relative;
    display: inline-block;
    width: 7%;
    max-width: 150px;
    margin: 0 50px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    @media screen and (max-width: 1060px) {
      #cases a.clients {
        width: 10%;
        margin: 0 10px; } }
    @media screen and (max-width: 680px) {
      #cases a.clients {
        width: 16%;
        margin: 2px;
        padding: 4px 2px; } }
    #cases a.clients img {
      position: relative;
      display: block;
      width: 100%; }
    #cases a.clients:hover, #cases a.clients.active {
      border: 1px solid #953c44; }
    #cases a.clients.active {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
      #cases a.clients.active:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top-color: #953c44; }
  #cases .slide, #cases .owl {
    position: relative;
    display: none;
    margin-top: 30px;
    margin-bottom: -100px;
    width: 100%;
    height: 600px; }
    @media screen and (max-width: 1060px) {
      #cases .slide, #cases .owl {
        padding-bottom: 60%; } }
    @media screen and (max-width: 680px) {
      #cases .slide, #cases .owl {
        padding-bottom: auto; } }
    #cases .slide.active, #cases .owl.active {
      display: block; }
    #cases .slide .owl-controls .owl-pagination, #cases .owl .owl-controls .owl-pagination {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: block; }
      #cases .slide .owl-controls .owl-pagination .owl-page, #cases .owl .owl-controls .owl-pagination .owl-page {
        position: relative;
        display: inline-block; }
        #cases .slide .owl-controls .owl-pagination .owl-page span, #cases .owl .owl-controls .owl-pagination .owl-page span {
          position: relative;
          display: block;
          width: 10px;
          height: 10px;
          margin: 7px;
          margin-bottom: 10px;
          background: white;
          border: 1px solid transparent;
          opacity: 0.5; }
          #cases .slide .owl-controls .owl-pagination .owl-page span:hover, #cases .owl .owl-controls .owl-pagination .owl-page span:hover {
            opacity: 1; }
        #cases .slide .owl-controls .owl-pagination .owl-page.active span, #cases .owl .owl-controls .owl-pagination .owl-page.active span {
          background: #953c44;
          border: 1px solid white;
          opacity: 1; }
    #cases .slide .owl-controls .owl-buttons .owl-prev, #cases .owl .owl-controls .owl-buttons .owl-prev {
      position: absolute;
      width: 40px;
      height: 42px;
      left: 0;
      top: 50%;
      margin-top: -21px;
      background: transparent;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #cases .slide .owl-controls .owl-buttons .owl-prev:hover, #cases .owl .owl-controls .owl-buttons .owl-prev:hover {
        border-color: white;
        width: 50px;
        background: rgba(40, 40, 40, 0.5); }
      #cases .slide .owl-controls .owl-buttons .owl-prev:before, #cases .slide .owl-controls .owl-buttons .owl-prev:after, #cases .owl .owl-controls .owl-buttons .owl-prev:before, #cases .owl .owl-controls .owl-buttons .owl-prev:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        right: 8px;
        background: white; }
      #cases .slide .owl-controls .owl-buttons .owl-prev:before, #cases .owl .owl-controls .owl-buttons .owl-prev:before {
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        top: 13px; }
      #cases .slide .owl-controls .owl-buttons .owl-prev:after, #cases .owl .owl-controls .owl-buttons .owl-prev:after {
        -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
        top: 26px; }
    #cases .slide .owl-controls .owl-buttons .owl-next, #cases .owl .owl-controls .owl-buttons .owl-next {
      position: absolute;
      width: 40px;
      height: 42px;
      right: 0;
      top: 50%;
      margin-top: -21px;
      background: transparent;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #cases .slide .owl-controls .owl-buttons .owl-next:hover, #cases .owl .owl-controls .owl-buttons .owl-next:hover {
        border-color: white;
        width: 50px;
        background: rgba(40, 40, 40, 0.5); }
      #cases .slide .owl-controls .owl-buttons .owl-next:before, #cases .slide .owl-controls .owl-buttons .owl-next:after, #cases .owl .owl-controls .owl-buttons .owl-next:before, #cases .owl .owl-controls .owl-buttons .owl-next:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        left: 8px;
        background: white; }
      #cases .slide .owl-controls .owl-buttons .owl-next:before, #cases .owl .owl-controls .owl-buttons .owl-next:before {
        -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
        top: 13px; }
      #cases .slide .owl-controls .owl-buttons .owl-next:after, #cases .owl .owl-controls .owl-buttons .owl-next:after {
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        top: 26px; }
  #cases .item.zero span {
    position: absolute;
    display: block;
    width: 50%;
    padding: 30px;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #cases .item.zero span h2 {
      font-family: 'axis';
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin-bottom: 20px;
      color: white; }
    #cases .item.zero span p.main {
      position: relative;
      display: block;
      margin: auto;
      width: 70%;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      color: white; }
    #cases .item.zero span p.bullets {
      padding-top: 30px;
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      margin: auto;
      width: 70%;
      font-style: italic;
      color: white; }
    @media screen and (max-width: 1060px) {
      #cases .item.zero span {
        position: relative;
        width: 100%;
        left: 0;
        padding: 30px; }
        #cases .item.zero span p.main {
          width: 100%;
          text-align: left;
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2; }
        #cases .item.zero span h2 {
          font-size: 26px; } }
    @media screen and (max-width: 680px) {
      #cases .item.zero span {
        position: relative;
        width: 100%;
        left: 0;
        padding: 10px; }
        #cases .item.zero span p.main {
          width: 100%;
          text-align: left;
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1; }
        #cases .item.zero span h2 {
          font-size: 20px; } }
  #cases .item.one a {
    position: absolute;
    display: inline;
    height: 99px;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    overflow: hidden; }
    #cases .item.one a img {
      position: relative;
      display: block;
      height: 200px;
      width: auto;
      margin: 0 auto;
      margin-top: -100px; }
    #cases .item.one a:hover img {
      margin-top: 0; }
    @media screen and (max-width: 680px) {
      #cases .item.one a {
        width: 100%;
        height: 0;
        padding-bottom: 16%;
        background: url("../img/play-vid-01.svg");
        background-size: 100%;
        background-position: center 100%;
        background-repeat: no-repeat; }
        #cases .item.one a:hover, #cases .item.one a:focus {
          background-position: center 0%; }
        #cases .item.one a img {
          display: none; } }
  #cases #zero .item.zero {
    background: #5a7133; }
    #cases #zero .item.zero figure {
      position: relative;
      width: 50%; }
      #cases #zero .item.zero figure img {
        position: relative;
        width: 100%; }
      @media screen and (max-width: 1060px) {
        #cases #zero .item.zero figure {
          display: none; } }
    #cases #zero .item.zero span {
      color: white; }
      #cases #zero .item.zero span h2 {
        color: white; }
  #cases #zero .item.one {
    background: url("../img/american-flag.jpg") center center;
    background-size: cover; }
  #cases #first .item.zero {
    background: #1e4f62; }
    #cases #first .item.zero figure {
      background: url("../img/ace-logo-big.png") no-repeat 5% center;
      background-size: 50%; }
      @media screen and (max-width: 680px) {
        #cases #first .item.zero figure {
          width: 100%;
          background-image: none; } }
    #cases #first .item.zero span {
      color: white; }
      #cases #first .item.zero span h2 {
        color: white; }
  #cases #first .item.one {
    background: url("../img/fiber.jpg") center center;
    background-size: cover; }
  #cases #first .item.two {
    background: #141414;
    overflow: hidden; }
    #cases #first .item.two .computer {
      position: absolute;
      right: 60%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 55%; }
      @media screen and (max-width: 1060px) {
        #cases #first .item.two .computer {
          right: auto;
          top: auto;
          -webkit-transform: none;
                  transform: none;
          position: relative;
          width: 70%;
          margin-left: -20%;
          float: left; } }
      @media screen and (max-width: 680px) {
        #cases #first .item.two .computer {
          right: auto;
          top: auto;
          -webkit-transform: none;
                  transform: none;
          position: relative;
          width: 100%;
          margin-left: -30%; } }
    #cases #first .item.two .phone {
      position: absolute;
      right: 35%;
      width: 25%;
      top: 20px; }
      @media screen and (max-width: 1060px) {
        #cases #first .item.two .phone {
          right: auto;
          top: auto;
          position: relative;
          margin: auto;
          width: 20%;
          float: left; } }
      @media screen and (max-width: 680px) {
        #cases #first .item.two .phone {
          right: auto;
          top: auto;
          position: relative;
          margin: auto;
          width: 40%;
          display: block; } }
    #cases #first .item.two span {
      position: absolute;
      width: auto;
      padding: 20px;
      left: 70%;
      top: 30%;
      font-family: 'axis';
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: white;
      text-align: left; }
      @media screen and (max-width: 1060px) {
        #cases #first .item.two span {
          position: relative;
          font-size: 1em;
          left: 0;
          top: 0;
          text-align: left; } }
  #cases #second .item.zero {
    background: #82d8d0; }
    #cases #second .item.zero figure {
      background: url("../img/ks-logo-big.png") no-repeat 5% center;
      background-size: 50%; }
      @media screen and (max-width: 680px) {
        #cases #second .item.zero figure {
          width: 100%;
          background-image: none; } }
    #cases #second .item.zero span h2 {
      color: black; }
    #cases #second .item.zero span p {
      color: black; }
  #cases #second .item.one {
    background: url("../img/ks-video-bg.jpg") center center;
    background-size: cover; }
  #cases #second .item.two {
    background: #141414;
    overflow: hidden; }
    #cases #second .item.two .computer {
      position: absolute;
      right: 60%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 55%; }
      @media screen and (max-width: 1060px) {
        #cases #second .item.two .computer {
          right: auto;
          top: auto;
          -webkit-transform: none;
                  transform: none;
          position: relative;
          width: 70%;
          margin-left: -20%;
          float: left; } }
      @media screen and (max-width: 680px) {
        #cases #second .item.two .computer {
          right: auto;
          top: auto;
          -webkit-transform: none;
                  transform: none;
          position: relative;
          width: 100%;
          margin-left: -30%; } }
    #cases #second .item.two .phone {
      position: absolute;
      right: 35%;
      width: 25%;
      top: 20px; }
      @media screen and (max-width: 1060px) {
        #cases #second .item.two .phone {
          right: auto;
          top: auto;
          position: relative;
          margin: auto;
          width: 20%;
          float: left; } }
      @media screen and (max-width: 680px) {
        #cases #second .item.two .phone {
          right: auto;
          top: auto;
          position: relative;
          margin: auto;
          width: 40%;
          display: block; } }
    #cases #second .item.two span {
      position: absolute;
      width: auto;
      padding: 20px;
      left: 70%;
      top: 30%;
      font-family: 'axis';
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: white;
      text-align: left; }
      @media screen and (max-width: 1060px) {
        #cases #second .item.two span {
          position: relative;
          font-size: 1em;
          left: 0;
          top: 0;
          text-align: left; }
          #cases #second .item.two span a {
            margin: 10px 0;
            float: left; } }
  #cases #second .item.three {
    background: #e6e6e6;
    padding: 30px; }
    #cases #second .item.three img {
      position: relative;
      display: inline;
      margin: 0 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  #cases #third .item.zero {
    background: #ee6ca0; }
    #cases #third .item.zero figure {
      background: url("../img/grace-logo-big.png") no-repeat left center;
      background-size: 60%; }
      @media screen and (max-width: 680px) {
        #cases #third .item.zero figure {
          width: 100%;
          background-image: none; } }
  #cases #third .item.one {
    background: url("../img/grace-video-bg.jpg") center center;
    background-size: cover; }
  #cases #third .item.two, #cases #third .item.three {
    background: #e6e6e6;
    padding: 30px; }
    #cases #third .item.two img, #cases #third .item.three img {
      position: relative;
      max-height: 100%;
      max-width: 100%; }
  #cases #fourth .item.zero {
    background-color: #aad042;
    background-image: -webkit-linear-gradient(-315deg, #aad042 0%, #3494ba 100%);
    background-image: -webkit-linear-gradient(45deg,#aad042 0%, #3494ba 100%);
    background-image: linear-gradient(45deg,#aad042 0%, #3494ba 100%); }
    #cases #fourth .item.zero figure {
      background: url("../img/duo-logo-big.png") no-repeat left center;
      background-size: 60%; }
      @media screen and (max-width: 680px) {
        #cases #fourth .item.zero figure {
          width: 100%;
          background-image: none; } }
  #cases #fourth .item.one {
    background: url("../img/duo-video-bg.jpg");
    background-size: cover; }
  #cases #fourth .item.two {
    background: #141414;
    overflow: hidden; }
    #cases #fourth .item.two .computer {
      position: absolute;
      right: 60%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 55%; }
    #cases #fourth .item.two .phone {
      position: absolute;
      right: 35%;
      width: 25%;
      top: 20px; }
    #cases #fourth .item.two span {
      position: absolute;
      width: auto;
      padding: 20px;
      left: 70%;
      top: 30%;
      font-family: 'axis';
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: white;
      text-align: left; }
  #cases .owl-carousel .owl-wrapper-outer {
    position: absolute;
    height: 100%; }
  #cases .owl-carousel .owl-wrapper, #cases .owl-item {
    height: 100%; }
  #cases .owl .item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }

#grace-coming {
  position: relative;
  display: block;
  width: auto;
  max-width: 500px;
  padding: 30px;
  color: #050505;
  background: none;
  margin: 0 auto; }
  #grace-coming h3 {
    font-family: 'axis';
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #grace-coming p {
    text-align: left;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }

.superbox-show {
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
  padding: 25px;
  display: block; }

.superbox-close {
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .superbox-close:before, .superbox-close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #555555;
    top: 16px;
    right: 7px; }
  .superbox-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .superbox-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .superbox-close:hover:before, .superbox-close:hover:after {
    background: #555555; }

.jqred {
  border: 10px solid red; }

#gallery {
  padding: 100px 0;
  padding-bottom: 0; }
  #gallery .title h1 {
    text-align: right;
    color: #953c44;
    margin-bottom: -10px;
    margin-right: 100px; }
    @media screen and (max-width: 680px) {
      #gallery .title h1 {
        margin-right: 20px; } }
  #gallery .title p {
    text-align: right;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    font-style: italic;
    margin-right: 120px; }
    @media screen and (max-width: 680px) {
      #gallery .title p {
        margin-right: 30px; } }
  #gallery .superbox {
    margin-top: 100px;
    line-height: 0;
    background: #555555; }
    #gallery .superbox .superbox-show {
      background-color: white;
      background-image: url("../img/light_wool.png"); }
    #gallery .superbox .inner-sbox .sbox-content {
      line-height: normal;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #gallery .superbox .inner-sbox .sbox-content::after {
        clear: both;
        content: "";
        display: table; }
      #gallery .superbox .inner-sbox .sbox-content h2 {
        margin: 0;
        font-family: 'axis';
        text-transform: uppercase;
        letter-spacing: 0.15em;
        font-size: 2em;
        color: #953c44; }
      #gallery .superbox .inner-sbox .sbox-content p {
        margin: 0;
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-left: 25.5894128995%; }
        #gallery .superbox .inner-sbox .sbox-content p:last-child {
          margin-right: 0; }
        @media screen and (max-width: 680px) {
          #gallery .superbox .inner-sbox .sbox-content p {
            float: left;
            display: block;
            margin-right: 7.4229703521%;
            width: 100%;
            margin-left: 0%; }
            #gallery .superbox .inner-sbox .sbox-content p:last-child {
              margin-right: 0; } }
      #gallery .superbox .inner-sbox .sbox-content iframe, #gallery .superbox .inner-sbox .sbox-content img {
        box-shadow: 0 0 20px -10px black; }
      #gallery .superbox .inner-sbox .sbox-content iframe {
        width: 1060px;
        height: 600px; }
        #gallery .superbox .inner-sbox .sbox-content iframe::after {
          clear: both;
          content: "";
          display: table; }
        @media screen and (min-width: 900px) and (max-width: 1200px) {
          #gallery .superbox .inner-sbox .sbox-content iframe {
            width: 900px;
            height: 510px; } }
        @media screen and (max-width: 1060px) {
          #gallery .superbox .inner-sbox .sbox-content iframe {
            width: 555px;
            height: 320px; } }
        @media screen and (max-width: 680px) {
          #gallery .superbox .inner-sbox .sbox-content iframe {
            width: 400px;
            height: 220px; } }
      #gallery .superbox .inner-sbox .sbox-content img {
        max-width: 100%; }
    #gallery .superbox .sbox {
      position: relative;
      display: inline-block;
      *display: inline;
      width: 12.5%;
      height: auto;
      margin: 0;
      padding: 0;
      opacity: 1;
      cursor: pointer;
      overflow: hidden;
      opacity: 0.2;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media screen and (max-width: 1060px) {
        #gallery .superbox .sbox {
          width: 20%; } }
      @media screen and (max-width: 680px) {
        #gallery .superbox .sbox {
          width: 33.333%; } }
      @media screen and (max-width: 480px) {
        #gallery .superbox .sbox {
          width: 50%; } }
      #gallery .superbox .sbox:before {
        content: "";
        position: absolute;
        width: 90%;
        height: 90%;
        top: -5%;
        left: 5%;
        z-index: 2;
        background: rgba(255, 255, 255, 0);
        border: 1px solid transparent;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
      #gallery .superbox .sbox:after {
        content: attr(data-hover);
        text-align: center;
        text-transform: uppercase;
        font-family: 'axis';
        letter-spacing: 2px;
        color: #000000;
        line-height: normal;
        position: absolute;
        width: 80%;
        height: auto;
        top: 20%;
        left: 10%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
      #gallery .superbox .sbox:hover {
        opacity: 1;
        -webkit-filter: brightness(1) contrast(0.8) grayscale(0%) sepia(0) hue-rotate(0deg);
                filter: brightness(1) contrast(0.8) grayscale(0%) sepia(0) hue-rotate(0deg); }
        #gallery .superbox .sbox:hover:before {
          top: 5%;
          border-color: white;
          background: rgba(255, 255, 255, 0.7); }
        #gallery .superbox .sbox:hover:after {
          opacity: 1;
          top: 50%;
          -webkit-transform: translateY(-50%) rotateY(0deg);
                  transform: translateY(-50%) rotateY(0deg); }
      #gallery .superbox .sbox img {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 1; }
      #gallery .superbox .sbox.close {
        opacity: 1; }
        #gallery .superbox .sbox.close:before {
          content: "";
          top: 50%;
          left: 0;
          border: 1px solid transparent;
          width: 100%;
          height: 10px;
          -webkit-transform: rotate(45deg) translateY(0);
                  transform: rotate(45deg) translateY(0);
          background: white;
          z-index: 2; }
        #gallery .superbox .sbox.close:after {
          content: "";
          opacity: 1;
          top: 50%;
          left: 0;
          width: 100%;
          height: 10px;
          -webkit-transform: rotate(-45deg) translateY(-50%) rotateY(0deg);
                  transform: rotate(-45deg) translateY(-50%) rotateY(0deg);
          background: white; }
  #gallery #sbox-test1 {
    text-align: center; }
    #gallery #sbox-test1 p {
      text-align: center;
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }

#end {
  position: relative;
  background: #fff; }
