/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

body {
  background-color: #000;
  font: 20px/30px 'Duru Sans', sans-serif;
  color: #aaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  @media only screen and (min-width: 1050px) {
    body::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop'; } }

/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden; } }

.cd-section {
  height: 100vh; }
  .cd-section .cd-div {
    height: 100vh;
    position: relative; }
    .cd-section .cd-div::before {
      /* alert -> all scrolling effects are not visible on small devices */
      position: absolute;
      width: 100%;
      top: 20px;
      z-index: 2; }
  .cd-section .cd-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  @media only screen and (min-width: 1050px) {
    [data-hijacking="on"] .cd-section {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%; }
      [data-hijacking="on"] .cd-section > div {
        visibility: visible; }
    [data-hijacking="off"] .cd-section > div {
      opacity: 0; }
    [data-animation="rotate"] .cd-section {
      /* enable a 3D-space for children elements */
      -webkit-perspective: 1800px;
      -moz-perspective: 1800px;
      perspective: 1800px; }
    [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
      -webkit-perspective-origin: center 0;
      -moz-perspective-origin: center 0;
      perspective-origin: center 0; }
    [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
      box-shadow: 0 0 0 rgba(25, 30, 46, 0); }
    [data-animation="opacity"] .cd-section.visible > div {
      z-index: 1; } }

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none; } }
@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    [data-hijacking="on"] .cd-section > div {
      position: absolute; }
    [data-animation="rotate"] .cd-section > div {
      -webkit-transform-origin: center bottom;
      -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      -o-transform-origin: center bottom;
      transform-origin: center bottom; } }

/* -------------------------------- 

fullcitymedia styles 

-------------------------------- */
a {
  color: #111;
  text-decoration: none; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px; }

.overlay-top,
.overlay-bottom {
  background-color: #fff;
  position: absolute;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 100px; }

.overlay-bottom {
  top: auto;
  bottom: 0px; }

.overlay-top div,
.overlay-bottom div {
  font-family: 'Duru Sans', sans-serif;
  font-size: 20px;
  color: #111;
  padding: 40px 101px; }

.overlay-top h1,
.overlay-bottom ul {
  float: left; }

.overlay-bottom ul li {
  float: left;
  margin-right: 15px; }

.overlay-top a,
.overlay-top p {
  float: right;
  color: #f80101; }

.overlay-bottom p a {
  float: right;
  color: #ddd; }

.overlay-right,
.overlay-left {
  background-color: #fff;
  position: absolute;
  right: 0px;
  z-index: 9999;
  width: 100px;
  height: 100%; }

.overlay-left {
  right: auto;
  left: 0px; }

.binary {
  height: 380px;
  overflow: hidden;
  font-size: 30px;
  line-height: 25px;
  text-align: center; }

.binary li {
  width: 25px;
  float: left;
  padding: 5px 0px; }

.cd-padding {
  padding: 0px 200px; }

.cd-left {
  width: 50%;
  float: left;
  text-align: left; }

.cd-right {
  width: 50%;
  float: right;
  text-align: right; }

.clients .cd-left {
  max-width: 500px;
  padding-top: 50px; }

.intro {
  background-color: #111; }

.about {
  background: url(/img/bg-about.jpg) #111 center center; }

.clients {
  background: url(/img/bg-clients.jpg) #111 center center; }

.about,
.clients {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media only screen and (max-width: 1400px) {
  .overlay-top,
  .overlay-bottom {
    height: 75px; }

  .overlay-top div,
  .overlay-bottom div {
    padding: 23px 76px; }

  .overlay-right,
  .overlay-left {
    width: 75px; } }
@media only screen and (max-width: 1050px) {
  .cd-section,
  .cd-section .cd-div {
    position: static;
    height: auto;
    clear: both; }

  .cd-section .cd-center {
    position: static;
    clear: both;
    top: auto;
    transform: translateY(0%); }

  .overlay-top div,
  .overlay-bottom div {
    padding: 23px 50px; }

  .overlay-bottom {
    position: static; }

  .overlay-right,
  .overlay-left {
    display: none; }

  .cd-padding {
    padding: 200px 100px;
    border-top: 25px solid #222;
    border-bottom: 25px solid #222;
    border-left: 50px solid #222;
    border-right: 50px solid #222; }

  .intro .cd-padding {
    padding: 175px 100px 100px 100px; }

  .clients .cd-padding {
    border-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  body {
    font: 16px/26px 'Duru Sans', sans-serif; }

  .overlay-top div,
  .overlay-bottom div {
    padding: 23px 25px; }

  .cd-padding {
    padding: 50px 25px;
    border-top: 8px solid #222;
    border-bottom: 7px solid #222;
    border-left: 15px solid #222;
    border-right: 15px solid #222; }

  .intro .cd-padding {
    padding: 125px 25px 75px 25px; }

  .about .cd-padding {
    padding: 100px 25px; }

  .binary {
    height: 225px;
    font-size: 15px;
    line-height: 13px; }

  .binary li {
    width: 14px; }

  .about {
    background: url(/img/bg-mobile-about.jpg) #111 center center; }

  .clients {
    background: url(/img/bg-mobile-clients.jpg) #111 center center; }

  .about,
  .clients {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .cd-left,
  .cd-right,
  .clients .cd-left {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    padding: 0px; }

  .cd-right {
    padding-top: 50px; }

  .overlay-bottom div .fcm {
    font-size: 12px; } }
