/* FONTS */
/* DESKTOP LINKS */
body {
  font-family: "Relay", Arial, sans-serif; }

p {
  font-family: "Relay Light", Arial, sans-serif;
  font-size: 15px;
  line-height: 2em;
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Relay", Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin: 0;
  padding: 0; }

h2 {
  font-family: "Relay Light", Arial, sans-serif;
  font-size: 28px;
  font-weight: lighter; }

h3 {
  font-family: "Relay Bold", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.3px;
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0;
  font-family: "Relay Light", Arial, sans-serif;
  font-weight: lighter;
  font-size: 15px;
  font-style: italic; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  list-style: none; }

section {
  display: block; }

b {
  font-family: "Relay", Arial, sans-serif;
  font-weight: bolder;
  font-size: 13px; }

.contentWrap {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: 999; }

.wrapper {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: calc(100% - 40px); }

.parallax-window {
  display: none; }

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left;
  padding-right: 0;
  box-sizing: border-box; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }

.col-2-3 {
  width: 100%; }

.col-1-3 {
  width: 100%; }

.col-1-1 {
  width: 100%; }

.col-1-2 {
  width: 100%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }

.col-3-4 {
  width: 75%; }

.smallBreak {
  margin: 20px 0 0; }

.bigBreak {
  margin: 50px 0 0; }

.genericBtn a {
  display: inline-block;
  background: #000000;
  padding: 15px 30px;
  color: #ffffff;
  font-family: "Relay Bold", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.genericBtn a:hover {
  color: #ffffff !important;
  background: #3f3f3f !important; }

.comingSoon {
  display: inline-block;
  padding: 15px 0;
  color: #3f3f3f;
  margin: 30px 0 0;
  font-family: "Relay Bold", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2.3px; }

.innerPageTxt {
  background: #ffffff;
  padding: 50px 0; }
  .innerPageTxt h1 {
    color: #000000; }
  .innerPageTxt .smallBreak {
    margin: 20px 0 0; }

/*HEADER*/
header .headerNavWrap {
  position: absolute;
  display: block;
  width: 100%;
  padding: 50px 0 0 0;
  z-index: 2; }
header .headerLogo {
  float: left; }
header nav {
  float: right;
  margin: 4px 0 0; }
  header nav .desktopNav {
    display: none; }
  header nav .mobilenavWrap {
    display: block; }
    header nav .mobilenavWrap .mobilenav li a {
      font-family: "Relay Bold", Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2.3px; }
    header nav .mobilenavWrap .mobilenav li.navSocial img {
      padding: 0 20px 0 0; }
header .headerContentWrap {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 50px 20px 0;
  box-sizing: border-box; }
  header .headerContentWrap a {
    display: block;
    color: #ffffff;
    font-family: "Relay Light", Arial, sans-serif;
    font-size: 22px;
    margin: 5px 0 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    header .headerContentWrap a img {
      margin: -4px 0 0 3px; }
  header .headerContentWrap a:hover {
    opacity: .5; }
  header .headerContentWrap .headerTxt img {
    max-width: 27%; }
  header .headerContentWrap .headerPeekBtn {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0 0 30px 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0; }
    header .headerContentWrap .headerPeekBtn a {
      display: block;
      background: pink;
      text-align: center;
      padding: 0 0 20px;
      color: #4e4e4e;
      background: url("../img/peekBtnArrow.svg") no-repeat center bottom;
      font-family: "Relay Bold", Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2.3px; }

/*HOMEPAGE*/
#homepage h1 {
  font-size: 25px;
  letter-spacing: 0.05em; }
#homepage .headerContentWrap {
  padding: 100px 0; }
#homepage .headerBgImg {
  background: url("../img/homeHeaderBg.jpg") no-repeat #000000;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }
#homepage .headerVidWrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  text-align: center;
  background: #000000; }
  #homepage .headerVidWrap div {
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%; }
  #homepage .headerVidWrap video {
    position: absolute;
    top: -99999px;
    bottom: -99999px;
    left: -99999px;
    right: -99999px;
    margin: auto;
    min-height: 100%;
    min-width: 50%;
    opacity: .15; }
#homepage #homeSliderWrap {
  position: relative;
  height: auto;
  background: #FFFFFF; }
  #homepage #homeSliderWrap .btnWrap {
    display: none;
    width: 100%;
    height: 500px;
    position: absolute; }
    #homepage #homeSliderWrap .btnWrap .wrapper {
      position: relative;
      height: 100%; }
      #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns {
        width: 50%;
        height: 60px;
        background: gray;
        position: absolute;
        z-index: 100;
        right: 0;
        bottom: 0; }
        #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .leftArrow {
          display: block;
          position: relative;
          z-index: 100;
          background: #cccccc;
          height: 60px;
          width: 50%;
          cursor: pointer;
          float: left;
          border-right: 2px solid #ffffff;
          box-sizing: border-box; }
          #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .leftArrow span {
            color: #ffffff;
            font-family: "Relay Light", Arial, sans-serif;
            font-size: 22px;
            display: inline-block;
            height: 100%;
            margin: 13px auto 0;
            text-align: center;
            width: 100%; }
            #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .leftArrow span img {
              margin: -5px 0 0 5px; }
        #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .leftArrow:hover {
          background: #a0a0a0; }
        #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .rightArrow {
          display: block;
          position: relative;
          z-index: 100;
          cursor: pointer;
          background: #cccccc;
          height: 60px;
          width: 50%;
          float: left; }
          #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .rightArrow span {
            color: #ffffff;
            font-family: "Relay Light", Arial, sans-serif;
            font-size: 22px;
            display: inline-block;
            height: 100%;
            margin: 13px auto 0;
            text-align: center;
            width: 100%; }
            #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .rightArrow span img {
              margin: -5px 0 0 5px; }
        #homepage #homeSliderWrap .btnWrap .wrapper .upDownBtns .rightArrow:hover {
          background: #a0a0a0; }
  #homepage #homeSliderWrap .prodBg {
    background: purple;
    position: relative;
    width: 100%;
    height: 300px; }
  #homepage #homeSliderWrap #prod01Bg {
    background: url("../img/sliderOovoo.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod02Bg {
    background: url("../img/sliderFlinch.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod03Bg {
    background: url("../img/sliderMoveo.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod04Bg {
    background: url("../img/sliderIntelVid.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod05Bg {
    background: url("../img/sliderHeystax.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod06Bg {
    background: url("../img/slideroovoochains.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod07Bg {
    background: url("../img/sliderEmotit.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap #prod08Bg {
    background: url("../img/sliderChatSDK.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: -100px top;
    background-size: cover;
    display: table; }
  #homepage #homeSliderWrap .prodTxtWrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99; }
    #homepage #homeSliderWrap .prodTxtWrap .wrapper {
      position: relative;
      height: 100%; }
    #homepage #homeSliderWrap .prodTxtWrap .prodTxt {
      position: relative;
      right: 0;
      width: 100%;
      height: auto;
      background: #ffffff;
      padding: 50px 0;
      box-sizing: border-box; }
      #homepage #homeSliderWrap .prodTxtWrap .prodTxt .txt {
        display: block;
        position: relative;
        bottom: 0;
        margin: 0; }
        #homepage #homeSliderWrap .prodTxtWrap .prodTxt .txt img {
          max-width: 100%; }

/*WHO WE ARE*/
#whoWeAre header .headerContentWrap .headerTxt img {
  max-width: 37%; }
#whoWeAre .headerBgImg {
  background: url("../img/whoWeAreHeaderBg_m.jpg") no-repeat #000000;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }
#whoWeAre .meetTheTeamHeader {
  background: url("../img/whoWeAre_meetTeamHeaderBgImg.jpg") no-repeat #000000;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 350px;
  width: 100%;
  position: relative; }
  #whoWeAre .meetTheTeamHeader h1 {
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 0 50px 0; }
#whoWeAre .meetTheTeam {
  background: #ffffff;
  padding: 0; }
  #whoWeAre .meetTheTeam .member {
    padding: 50px 0; }
    #whoWeAre .meetTheTeam .member img {
      max-width: 100%;
      margin: 0 auto; }
    #whoWeAre .meetTheTeam .member .bigBreak {
      display: block; }
    #whoWeAre .meetTheTeam .member h4 {
      margin: 5px 0 20px 0; }
#whoWeAre .innerPageTxt .smallBreak {
  display: block; }

/*WORK WITH US*/
#workWithUs .headerBgImg {
  background: url("../img/workWithUsHeaderBg_m.jpg") no-repeat #000000;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }
#workWithUs .genericBtn {
  margin: 50px 0 0; }

/*WHAT WE CREATE*/
#whatWeCreate {
  /*keyframe animations*/ }
  #whatWeCreate .headerBgImg {
    background: url("../img/whatWeCreateHeaderBg.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  #whatWeCreate .logoTxt {
    padding: 50px 0 0;
    background: #ffffff; }
  #whatWeCreate #logosWrap {
    height: 230px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
    /*logos*/ }
    #whatWeCreate #logosWrap .logos {
      white-space: nowrap;
      font-size: 0; }
  #whatWeCreate .logos img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #whatWeCreate .logos img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer; }
  #whatWeCreate .first {
    -webkit-animation: bannermove 20s linear infinite;
    -moz-animation: bannermove 20s linear infinite;
    -ms-animation: bannermove 20s linear infinite;
    -o-animation: bannermove 20s linear infinite;
    animation: bannermove 20s linear infinite; }
  #whatWeCreate .logos:hover .first {
    animation-play-state: paused; }
@keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -1610px; } }
@-moz-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -1610px; } }
@-webkit-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -1610px; } }
@-ms-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -1610px; } }
@-o-keyframes bannermove {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -1610px; } }
  #whatWeCreate .product .prodImgWrap {
    height: 400px;
    width: 100%;
    position: relative; }
    #whatWeCreate .product .prodImgWrap .prodLogo {
      position: absolute;
      bottom: 0;
      padding: 0 0 50px 0;
      z-index: 2;
      box-sizing: border-box;
      width: 70%; }
      #whatWeCreate .product .prodImgWrap .prodLogo img {
        max-width: 100%; }
  #whatWeCreate .product .productImgMobile {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    background: red;
    display: block; }
  #whatWeCreate .product .productImgMobile img {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0 0 50px 0;
    max-width: 60%; }
  #whatWeCreate .product .productImgMobile.oovoo {
    background: url("../img/whatWeCreate_prodImgOovoo_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.flinch {
    background: url("../img/whatWeCreate_prodImgFlinch_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.moveo {
    background: url("../img/whatWeCreate_prodImgMoveo_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.intelVid {
    background: url("../img/whatWeCreate_prodImgIntelVid_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.heybail {
    background: url("../img/whatWeCreate_prodImgHeystax_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.emotit {
    background: url("../img/whatWeCreate_prodImgEmotit_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.oovoochains {
    background: url("../img/whatWeCreate_prodImgoovoochains_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.chatSdk {
    background: url("../img/whatWeCreate_prodImgChatSdk_m.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productInfo {
    background: #000000;
    padding: 50px 0; }
    #whatWeCreate .product .productInfo h1 {
      margin: 0 0 20px 0; }
    #whatWeCreate .product .productInfo p {
      color: #ffffff; }
    #whatWeCreate .product .productInfo .socialLinksWrap {
      margin: 20px 0 0 0; }
      #whatWeCreate .product .productInfo .socialLinksWrap a {
        margin: 0 25px 0 0;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #whatWeCreate .product .productInfo .socialLinksWrap a:hover {
        opacity: .5; }
    #whatWeCreate .product .productInfo .genericBtn {
      margin: 30px 0 0; }
      #whatWeCreate .product .productInfo .genericBtn a {
        background: #ffffff;
        color: #000000; }
    #whatWeCreate .product .productInfo ul {
      margin: 30px 0 0 0;
      padding: 0; }
      #whatWeCreate .product .productInfo ul li {
        font-family: "Relay Bold", Arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2.3px;
        color: #ffffff;
        margin: 40px 0 0; }
        #whatWeCreate .product .productInfo ul li span {
          display: inline-block;
          margin: 0;
          width: 53%; }
      #whatWeCreate .product .productInfo ul li:first-of-type {
        margin-top: 0; }
  #whatWeCreate .backToTopWrap {
    background: #000000;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #333333; }
    #whatWeCreate .backToTopWrap .backToTopBtn a {
      width: 80px;
      height: 80px;
      float: left;
      background: url("../img/backToTopArrow.svg") no-repeat #000000; }

/*Privacy Policy*/
#privacyPolicy header {
  background: black;
  height: 120px;
  width: 100%; }
  #privacyPolicy header .headerNavWrap {
    z-index: 4; }
#privacyPolicy .innerPageTxt {
  z-index: 3;
  position: relative;
  padding: 0; }
  #privacyPolicy .innerPageTxt .indentTxt {
    padding: 0 0 0 20px; }
  #privacyPolicy .innerPageTxt .col-1-1, #privacyPolicy .innerPageTxt .col-1-2 {
    margin: 30px 0 0 0; }
    #privacyPolicy .innerPageTxt .col-1-1 h3, #privacyPolicy .innerPageTxt .col-1-2 h3 {
      padding: 0 0 5px 0;
      font-size: 13px;
      letter-spacing: 2px; }
    #privacyPolicy .innerPageTxt .col-1-1 a, #privacyPolicy .innerPageTxt .col-1-2 a {
      color: #000000;
      text-decoration: underline;
      font-family: "Relay", Arial, sans-serif;
      font-weight: bold;
      font-size: 13px; }
    #privacyPolicy .innerPageTxt .col-1-1 a:hover, #privacyPolicy .innerPageTxt .col-1-2 a:hover {
      text-decoration: none; }
    #privacyPolicy .innerPageTxt .col-1-1 p.lastUpdated, #privacyPolicy .innerPageTxt .col-1-2 p.lastUpdated {
      font-style: italic;
      font-family: "Relay", Arial, sans-serif;
      font-weight: bold;
      color: #cccccc; }
    #privacyPolicy .innerPageTxt .col-1-1 ol, #privacyPolicy .innerPageTxt .col-1-2 ol {
      margin-top: 0; }
      #privacyPolicy .innerPageTxt .col-1-1 ol li, #privacyPolicy .innerPageTxt .col-1-2 ol li {
        padding: 5px 0;
        font-family: "Relay Light", Arial, sans-serif;
        list-style-type: decimal;
        font-size: 15px; }
    #privacyPolicy .innerPageTxt .col-1-1 ul, #privacyPolicy .innerPageTxt .col-1-2 ul {
      margin: auto; }
      #privacyPolicy .innerPageTxt .col-1-1 ul li, #privacyPolicy .innerPageTxt .col-1-2 ul li {
        padding: 5px 0;
        font-family: "Relay Light", Arial, sans-serif;
        list-style-type: initial;
        font-size: 15px; }
  #privacyPolicy .innerPageTxt .col-1-2 {
    margin: 0; }

footer {
  background: #000000;
  width: 100%;
  padding: 50px 0 0; }
  footer .footerAddress p {
    color: #ffffff;
    padding: 10px 0 0; }
  footer .footerAddress p:first-of-type {
    font-size: 15px;
    font-weight: bolder;
    padding: 124px 0 0;
    text-transform: capitalize; }
  footer .footerNav {
    margin: 50px 0 0; }
    footer .footerNav ul {
      padding: 0; }
      footer .footerNav ul li {
        text-align: left;
        padding: 8px 0; }
        footer .footerNav ul li a {
          font-family: "Relay Bold", Arial, sans-serif;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 2.3px;
          color: #ffffff;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1; }
        footer .footerNav ul li a:hover {
          opacity: .5; }
      footer .footerNav ul li:first-of-type {
        padding-top: 0; }
  footer .copywrite {
    border-top: 1px solid #333333;
    padding: 25px 0;
    margin: 35px 0 0; }
    footer .copywrite p {
      text-align: center;
      color: #6f6f6f;
      font-family: "Relay Bold", Arial, sans-serif;
      font-size: 8px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2.3px; }

/*RESIZE HEADER FOR SHORTER PHONES*/
@media only screen and (min-height: 650px) {
  #whoWeAre header .headerContentWrap .headerTxt img {
    max-width: 100%; } }
/*RESIZE HEADER FOR SHORTER PHONES*/
@media only screen and (min-height: 550px) {
  #homepage h1 {
    font-size: 25px; }
  #homepage .headerContentWrap {
    padding: 200px 0; }

  header .headerContentWrap a {
    margin: 25px 0 0; }
  header .headerContentWrap .headerPeekBtn {
    padding: 0 0 50px; }
    header .headerContentWrap .headerPeekBtn a {
      padding: 0 0 30px; }
  header .headerContentWrap .headerTxt img {
    max-width: 100%; } }
/*SCREEN SIZES 480PX*/
@media only screen and (min-width: 480px) {
  /* Small screen, non-retina */
  header .headerContentWrap {
    padding: 0 0 100px; }
    header .headerContentWrap .headerTxt img {
      max-width: 100%; }

  /*WHAT WE CREATE*/
  #whatWeCreate .product .productImgMobile.oovoo {
    background: url("../img/whatWeCreate_prodImgOovoo.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.flinch {
    background: url("../img/whatWeCreate_prodImgFlinch.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.moveo {
    background: url("../img/whatWeCreate_prodImgMoveo.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.intelVid {
    background: url("../img/whatWeCreate_prodImgIntelVid.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.heybail {
    background: url("../img/whatWeCreate_prodImgHeystax.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.oovoochains {
    background: url("../img/whatWeCreate_prodImgoovoochains.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.emotit {
    background: url("../img/whatWeCreate_prodImgEmotit.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; }
  #whatWeCreate .product .productImgMobile.chatSdk {
    background: url("../img/whatWeCreate_prodImgChatSdk.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    display: table; } }
/*SCREEN SIZES 768PX*/
@media only screen and (min-width: 768px) {
  /* Medium screen, non-retina */
  [class*='col-'] {
    padding-right: 50px; }

  .col-1-2 {
    width: 50%; }

  #homepage h1 {
    font-size: 54px; }
  #homepage #homeSliderWrap #prod01Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod02Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod03Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod04Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod05Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod06Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod07Bg {
    background-position: center top; }
  #homepage #homeSliderWrap #prod08Bg {
    background-position: center top; }

  /*WHOE WE ARE*/
  #whoWeAre .headerBgImg {
    background: url("../img/whoWeAreHeaderBg.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover; }
  #whoWeAre .meetTheTeamHeader h1 {
    font-size: 60px; }
  #whoWeAre .meetTheTeam .member {
    border-bottom: 1px solid #cccccc; }
    #whoWeAre .meetTheTeam .member img {
      max-width: 80%; }

  /*WORK WITH US*/
  #workWithUs .headerBgImg {
    background: url("../img/workWithUsHeaderBg.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover; }

  /*WHAT WE CREATE*/
  #whatWeCreate .headerBgImg {
    background: url("../img/whatWeCreateHeaderBg.jpg") no-repeat #000000;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover; }
  #whatWeCreate .product .prodImgWrap .prodLogo {
    padding: 0 0 100px 0;
    width: 70%; }
  #whatWeCreate .product .productImgMobile {
    display: none; }
  #whatWeCreate .product .productImgMobile.oovoo {
    display: none; }
  #whatWeCreate .product .productImgMobile.intelVid {
    display: none; }
  #whatWeCreate .product .productImgMobile.flinch {
    display: none; }
  #whatWeCreate .product .productImgMobile.heybail {
    display: none; }
  #whatWeCreate .product .productImgMobile.oovoochains {
    display: none; }
  #whatWeCreate .product .productImgMobile.emotit {
    display: none; }
  #whatWeCreate .product .productImgMobile.chatSdk {
    display: none; }
  #whatWeCreate .product .productImgMobile.moveo {
    display: none; }
  #whatWeCreate .product .parallax-window {
    min-height: 400px;
    display: block; }
  #whatWeCreate .product .productInfo ul {
    padding: 0 0 0 50px; }

  footer .footerNav ul li {
    text-align: right; } }
/*SCREEN SIZES 960PX*/
@media only screen and (min-width: 960px) {
  /* Large screen, non-retina */
  h1 {
    font-size: 38px; }

  [class*='col-'] {
    padding-right: 50px; }

  .col-2-3 {
    width: 66.66%; }

  .col-1-3 {
    width: 33.33%; }

  .col-1-2 {
    width: 50%; }

  .wrapper {
    margin: 0 auto;
    display: block;
    padding: 0 20px;
    width: calc(100% - 40px); }

  .innerPageTxt {
    padding: 100px 0; }

  header .headerNavWrap {
    padding: 100px 0 0 0;
    position: absolute; }
  header nav .desktopNav {
    display: block; }
    header nav .desktopNav li {
      float: left;
      margin: 0 30px 0 0; }
      header nav .desktopNav li a {
        font-family: "Relay Bold", Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2.3px;
        color: #ffffff;
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1; }
      header nav .desktopNav li a:hover {
        opacity: .5; }
      header nav .desktopNav li a.navSelected {
        opacity: .5; }
    header nav .desktopNav li.navSocial {
      margin: -2px 20px 0 0; }
    header nav .desktopNav li.navSocial:last-of-type {
      margin: -2px 0 0; }
  header nav .mobilenavWrap {
    display: none; }

  /*HOMEPAGE*/
  #homepage h1 {
    font-size: 38px; }
  #homepage .headerBgImg {
    position: fixed; }
  #homepage .headerVidWrap div {
    position: fixed; }
  #homepage #homeSliderWrap {
    height: 500px;
    overflow: hidden; }
    #homepage #homeSliderWrap .btnWrap {
      display: block; }
    #homepage #homeSliderWrap .prodBg {
      position: absolute;
      height: 500px; }
    #homepage #homeSliderWrap .prodTxtWrap {
      position: absolute; }
      #homepage #homeSliderWrap .prodTxtWrap .prodTxt {
        position: absolute;
        width: 50%;
        height: 100%;
        padding: 0 50px; }
        #homepage #homeSliderWrap .prodTxtWrap .prodTxt .txt {
          display: block;
          position: absolute;
          margin: 0 0 130px; }
          #homepage #homeSliderWrap .prodTxtWrap .prodTxt .txt img {
            max-width: 100%; }

  /*WHOE WE ARE*/
  #whoWeAre .aboutTxt .smallBreak {
    margin: 0; }
  #whoWeAre .headerBgImg {
    background-attachment: fixed; }
  #whoWeAre .meetTheTeamHeader {
    background-attachment: fixed; }
  #whoWeAre .meetTheTeam .member {
    border-bottom: 1px solid #cccccc;
    padding: 100px 0; }
    #whoWeAre .meetTheTeam .member img {
      max-width: 100%; }
    #whoWeAre .meetTheTeam .member .bigBreak {
      display: none; }
  #whoWeAre .innerPageTxt .smallBreak {
    display: none; }

  /*WORK WITH US*/
  #workWithUs .headerBgImg {
    background-attachment: fixed; }

  /*WHAT WE CREATE*/
  #whatWeCreate .product .productInfo {
    padding: 100px 0; }
    #whatWeCreate .product .productInfo h1 {
      margin: 0 0 30px 0; }
    #whatWeCreate .product .productInfo ul {
      margin: 6px 0 0 0;
      padding: 0 0 0 100px; }
      #whatWeCreate .product .productInfo ul li span {
        margin: 0 0 0 30px;
        width: auto; }
  #whatWeCreate .backToTopWrap .backToTopBtn a {
    float: right; }

  /*Privacy Policy*/
  #privacyPolicy header {
    height: 200px; }
    #privacyPolicy header .headerNavWrap {
      z-index: 3; }
  #privacyPolicy .innerPageTxt {
    z-index: 3;
    padding: 50px 0; }
    #privacyPolicy .innerPageTxt .indentTxt {
      padding: 0 0 0 40px; }
    #privacyPolicy .innerPageTxt .col-1-1, #privacyPolicy .innerPageTxt .col-1-2 {
      margin: 50px 0 0 0; }
    #privacyPolicy .innerPageTxt .col-1-2 {
      margin: 0; }
    #privacyPolicy .innerPageTxt h3 {
      padding: 0 0 15px 0; }
    #privacyPolicy .innerPageTxt ol li {
      padding: 10px 0; }
    #privacyPolicy .innerPageTxt ul {
      margin: auto; }
      #privacyPolicy .innerPageTxt ul li {
        padding: 10px 0; }

  footer {
    padding: 100px 0 0; }
    footer .footerNav {
      margin: 0; }
    footer .copywrite p {
      font-size: 12px; } }
/*SCREEN SIZES 1025PX*/
@media only screen and (min-width: 1025px) {
  .wrapper {
    width: 960px;
    padding: 0; }

  .comingSoon {
    margin: 0; }

  header .headerContentWrap {
    position: fixed; }
  header .headerNavWrap {
    position: fixed; }

  /*WHAT WE CREATE*/
  #whatWeCreate .headerBgImg {
    background-attachment: fixed; }
  #whatWeCreate .product {
    /*.productImg {
      img {
        padding: 0 0 100px 0;
        max-width: 100%;
      }
    }*/
      /*
      .productImg.oovoo {
        background-attachment: fixed;
      }

      .productImg.flinch {
        background-attachment: fixed;
      }

      .productImg.moveo {
        background-attachment: fixed;
      }

      .productImg.intelVid {
        background-attachment: fixed;
      }

      .productImg.heybail {
        background-attachment: fixed;
      }

      .productImg.oovoochains {
        background-attachment: fixed;
      }

      .productImg.emotit {
        background-attachment: fixed;
      }

      .productImg.chatSdk {
        background-attachment: fixed;
      }*/ } }

/*# sourceMappingURL=styles.css.map */
