/*
Theme Name: Miposaur
Author: Elegant Seagulls
Author URI: http://elegantseagulls.com
*/
/* Vendors */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* Digital Domain global header CSS modifications */

@media only screen and (min-width: 768px) {
	.header {
		top: 70px !important;
	}
	.header-active nav.navigation {
		top: 70px !important;
	}
}

@media only screen and (max-width: 768px) {
	.header {
		top: 50px !important;
	}
	.header-active nav.navigation {
		top: 50px !important;
	}
}
/* End Digital Domain global header CSS modifications */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* Helpers */
/* 

-------------------------------------------------------------

VARIABLES

*/
/* Base */
/* 

-------------------------------------------------------------

TYPOGRAPHY

*/
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4b565f;
  line-height: 28px; }
  @media (max-width: 960px) {
    body {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    body {
      font-size: 15px;
      line-height: 25px; } }

h1, h2, h3, h4 {
  font-family: "Audiowide", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  h1 span, h2 span, h3 span, h4 span {
    color: #02aeef;
    margin-bottom: 10px; }
  h1 span.subtext, h2 span.subtext, h3 span.subtext, h4 span.subtext {
    display: block;
    font-size: 20px; }

h1 {
  font-size: 42px;
  line-height: 42px; }
  @media (max-width: 960px) {
    h1 {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 26px;
      line-height: 26px; } }

h2 {
  font-size: 36px;
  line-height: 36px; }
  @media (max-width: 960px) {
    h2 {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px;
      line-height: 20px; } }

h3 {
  font-size: 22px;
  line-height: 22px; }
  @media (max-width: 960px) {
    h3 {
      font-size: 18px;
      line-height: 18px; } }

h4 {
  font-size: 18px;
  line-height: 18px; }

a {
  -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  color: #02aeef;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  a img {
    border: none; }

/* 

-------------------------------------------------------------

GLOBAL

*/
html, body {
  height: 100%; }

body {
  padding: 0px;
  margin: 0px;
  background: #ffffff; }

body.body-modal-open {
  overflow: hidden;
  height: 100%; }

#viewport {
  overflow: hidden;
  width: 100%; }

.container {
  margin: auto;
  width: 1200px;
  position: relative; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1280px) {
    .container {
      width: 900px; } }
  @media (max-width: 960px) {
    .container {
      width: 700px; } }
  @media (max-width: 767px) {
    .container {
      width: auto;
      margin: 0px 30px; } }

/* general */
img {
  max-width: 100%; }

.borderbox, .btn, nav.navigation, .home-hero .play-btn a, .home-gestures .left-col, .home-gestures .right-col, .support-faq .faq-list a span, .support-buy .stores a, section.video .center-col, section.video .play-btn {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.position-center, .modal .video-hold, .menu nav.list, footer .rights .caveman, .home-hero .play-btn, .home-gestures .hand .point span, .home-app .app-nav, .home-views .view-slider .view, .home-views .view-slider-nav .view-drag-hold, .home-views .view-slider-nav .view-drag a:after, .home-awards .award-slider .award, .home-awards .award-nav, .control-gestures .hand .point span, .control-cheatsheet .cheat-slider .number, .app-modes .modes-slider .number {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto; }

@media (max-width: 960px) {
  .hide-ipad {
    display: none; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

/* Components */
/* 

-------------------------------------------------------------

BUTTONS

*/
.btn {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  display: inline-block;
  border: 2px solid #d7d7d7;
  line-height: 60px;
  padding: 0px 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4b565f;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  z-index: 0; }
  @media (max-width: 960px) {
    .btn {
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;
      line-height: 40px;
      padding: 0px 20px; } }
  .btn span {
    -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    display: block;
    top: -40px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: #02aeef;
    z-index: 0; }

.btn:hover {
  border: 2px solid #02aeef;
  background: #02aeef;
  color: #ffffff; }
  .btn:hover span {
    top: 60px; }
  .btn:hover span.arrow {
    top: 0px; }

.btn-arrow {
  padding: 0px; }
  .btn-arrow svg {
    width: 76px;
    height: 76px; }
    @media (max-width: 960px) {
      .btn-arrow svg {
        width: 56px;
        height: 56px; } }
    @media (max-width: 767px) {
      .btn-arrow svg {
        width: 36px;
        height: 36px; } }
    .btn-arrow svg path {
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1); }

.btn-arrow:hover svg path {
  fill: #ffffff; }

.btn-icon {
  padding: 0px;
  height: 60px;
  width: 60px; }
  @media (max-width: 960px) {
    .btn-icon {
      width: 44px;
      height: 44px; } }
  .btn-icon svg path {
    -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    fill: #d7d7d7; }

.btn-icon:hover svg path {
  fill: #ffffff; }

/* 

-------------------------------------------------------------

ICON BLOCK

*/
.icon-block {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .icon-block {
      width: 260px;
      margin: auto; } }
  .icon-block .icon {
    position: absolute;
    width: 90px;
    display: block;
    left: 0px;
    top: 0px; }
    @media (max-width: 767px) {
      .icon-block .icon {
        position: relative;
        text-align: center;
        left: auto;
        top: auto;
        margin: 20px auto; } }
  .icon-block .icon-text {
    padding-left: 110px;
    position: relative; }
    @media (max-width: 767px) {
      .icon-block .icon-text {
        text-align: center;
        padding: 0px; } }
  .icon-block .thumb:hover {
    opacity: 0.5; }

/* 

-------------------------------------------------------------

MODAL

*/
.modal {
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(238, 238, 237, 0.98);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  overflow: auto; }
  @media (max-width: 767px) {
    .modal {
      z-index: 200; } }
  .modal .video-hold {
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 800px;
    height: 450px; }
    @media (max-width: 960px) {
      .modal .video-hold {
        width: 600px;
        height: 338px; } }
    @media (max-width: 767px) {
      .modal .video-hold {
        width: 250px;
        height: 141px; } }
    .modal .video-hold .close {
      position: absolute;
      left: 0px;
      top: -100px;
      width: 100%;
      text-align: center; }
    .modal .video-hold iframe {
      width: 100%;
      height: 100%; }

.modal-active {
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  visibility: visible; }
  .modal-active .video-hold {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* Layout */
/* 

-------------------------------------------------------------

HEADER

*/
.header {
  position: absolute;
  height: 180px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 300; }
  @media (max-width: 960px) {
    .header {
      height: 155px; } }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      height: 60px;
      background: white; } }
  .header .logo {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 230px;
    height: 70px; }
    @media (max-width: 960px) {
      .header .logo {
        width: 150px;
        height: 46px;
        top: 18px; } }
    @media (max-width: 767px) {
      .header .logo {
        width: 100px;
        height: 30px;
        left: 20px; } }
  .header .more {
    width: 450px;
    position: absolute;
    right: 30px;
    top: 20px;
    text-align: right; }
    @media (max-width: 767px) {
      .header .more {
        display: none; } }
    .header .more a {
      margin-left: 10px; }
  .header .menu-button {
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    display: none;
    width: 30px;
    height: 20px;
    right: 20px;
    top: 20px; }
    @media (max-width: 767px) {
      .header .menu-button {
        display: block; } }
    .header .menu-button a {
      width: 30px;
      display: block;
      height: 20px; }
    .header .menu-button span, .header .menu-button span:before, .header .menu-button span:after {
      -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
      position: absolute;
      top: 10px;
      left: 0px;
      display: block;
      height: 2px;
      width: 30px;
      background: #888888;
      content: ""; }
    .header .menu-button span:before {
      top: -6px; }
    .header .menu-button span:after {
      top: 6px; }
  .header .header-waypoint {
    position: absolute;
    top: 110px;
    width: 100%; }

/* Modal Open */
.body-modal-open .menu-button span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.body-modal-open .menu-button span:before {
  top: 0px; }
.body-modal-open .menu-button span:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0px; }

/* 

-------------------------------------------------------------

NAVIGATION

*/
nav.navigation {
  -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
  border-top: 1px solid #e3e3e3;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 16px;
  line-height: 70px;
  padding-right: 30px;
  z-index: 100; }
  @media (max-width: 960px) {
    nav.navigation {
      font-size: 14px;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    nav.navigation {
      display: none; } }
  nav.navigation a {
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    color: #4b565f;
    margin-left: 30px; }
    @media (max-width: 960px) {
      nav.navigation a {
        margin-left: 20px; } }
  nav.navigation a:hover {
    color: #02aeef; }
  nav.navigation .social {
    position: absolute;
    right: 30px;
    top: 18px;
    width: 200px;
    height: 30px;
    text-align: right;
    line-height: 30px; }
    nav.navigation .social a {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #d7d7d7;
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0px;
      margin-left: 10px;
      vertical-align: top; }
      nav.navigation .social a svg path {
        fill: #4b565f; }
    nav.navigation .social a:hover {
      border: 2px solid #02aeef; }
      nav.navigation .social a:hover svg path {
        fill: #02aeef; }

/* Header Active */
.header-active nav.navigation {
  position: fixed;
  bottom: auto;
  top: 0px;
  background: #02aeef;
  border-top: 1px solid #02aeef; }
  .header-active nav.navigation a {
    color: #ffffff; }
  .header-active nav.navigation a:hover {
    color: #006991; }
  .header-active nav.navigation .social a {
    border: 2px solid #006991; }
    .header-active nav.navigation .social a svg path {
      fill: #006991; }
  .header-active nav.navigation .social a:hover {
    border: 2px solid #ffffff; }
    .header-active nav.navigation .social a:hover svg path {
      fill: #ffffff; }

/* 

-------------------------------------------------------------

MENU

*/
.menu nav.list {
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  height: 300px;
  width: 80%;
  text-align: center;
  font-size: 30px; }
  .menu nav.list a {
    color: #000000;
    font-size: 22px;
    line-height: 50px; }
  .menu nav.list a:hover {
    color: #02aeef; }
  .menu nav.list .social {
    padding-top: 40px;
    line-height: 30px; }
    .menu nav.list .social a {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #d7d7d7;
      display: inline-block;
      width: 45px;
      height: 45px;
      margin: 0px;
      margin-left: 0px; }
      .menu nav.list .social a svg path {
        fill: #4b565f; }
    .menu nav.list .social a:hover {
      border: 2px solid #02aeef; }
      .menu nav.list .social a:hover svg path {
        fill: #02aeef; }

.body-modal-open .menu nav.list {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* 

-------------------------------------------------------------

FOOTER

*/
footer {
  text-align: center;
  font-size: 16px;
  position: relative;
  border-top: 2px solid #e3e3e3; }
  @media (max-width: 960px) {
    footer {
      font-size: 14px; } }
  @media (max-width: 767px) {
    footer {
      padding-top: 50px; } }
  footer nav {
    padding: 90px 0px; }
    @media (max-width: 960px) {
      footer nav {
        padding-bottom: 60px;
        text-align: left;
        padding-left: 20px; } }
    @media (max-width: 767px) {
      footer nav {
        text-align: center;
        padding: 30px;
        padding-top: 10px; } }
    footer nav a {
      color: #4b565f;
      margin: 0px 20px; }
      @media (max-width: 960px) {
        footer nav a {
          margin: 0px 10px; } }
      @media (max-width: 767px) {
        footer nav a {
          display: block;
          border-bottom: 1px solid #e3e3e3;
          line-height: 40px;
          padding: 0px;
          margin: 0px; } }
    footer nav a:hover {
      color: #02aeef; }
  footer .logo {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 150px;
    height: 40px; }
    @media (max-width: 960px) {
      footer .logo {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
        margin-bottom: 40px; } }
  footer .find {
    position: absolute;
    right: 30px;
    top: 70px; }
    @media (max-width: 960px) {
      footer .find {
        top: 80px; } }
    @media (max-width: 767px) {
      footer .find {
        position: relative;
        right: auto;
        top: auto; } }
    @media (max-width: 767px) {
      footer .find a {
        display: block;
        margin: 0px 30px; } }
  footer .rights {
    line-height: 30px;
    padding: 40px 0px;
    border-top: 1px solid #e3e3e3;
    color: #d0d1d3;
    position: relative; }
    footer .rights .caveman {
      bottom: auto;
      top: -30px;
      width: 60px; }
      @media (max-width: 960px) {
        footer .rights .caveman {
          display: none; } }

/* 

-------------------------------------------------------------

SECTIONS

*/
section {
  padding: 120px 0px; }
  @media (max-width: 767px) {
    section {
      padding: 80px 0px; } }

section.border-top {
  border-top: 2px solid #e3e3e3; }

section.blue {
  background: #02aeef; }
  section.blue h1, section.blue h2, section.blue h3, section.blue h4 {
    color: #ffffff; }

section.gray {
  background: #fafafa; }

/* Sections */
/* 

-------------------------------------------------------------

HERO

*/
.home-hero {
  height: 1000px;
  background: url(../img/bg-hero.jpg) top center no-repeat;
  position: relative; }
  @media (max-width: 1280px) {
    .home-hero {
      height: 900px; } }
  @media (max-width: 960px) {
    .home-hero {
      height: 800px; } }
  @media (max-width: 767px) {
    .home-hero {
      height: 700px; } }
  .home-hero .left-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform: translate3d(0px, -100px, 0px);
    -moz-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    padding-top: 250px;
    opacity: 0; }
    @media (max-width: 1280px) {
      .home-hero .left-col {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%; } }
    @media (max-width: 767px) {
      .home-hero .left-col {
        width: 82.6086956522%;
        float: left;
        margin-right: 4.347826087%;
        margin-left: 8.6956521739%;
        margin-right: 8.6956521739%;
        width: 260px;
        margin: auto;
        float: none;
        text-align: center;
        padding-top: 50px; } }
  .home-hero .mip-large {
    position: absolute;
    width: 1190px;
    right: -450px;
    top: 100px;
    pointer-events: none; }
    @media (max-width: 1280px) {
      .home-hero .mip-large {
        width: 900px; } }
    @media (max-width: 960px) {
      .home-hero .mip-large {
        width: 700px;
        right: -300px; } }
    @media (max-width: 767px) {
      .home-hero .mip-large {
        width: 500px;
        right: -180px;
        top: 400px; } }
  .home-hero .mip-ball {
    position: absolute;
    width: 600px;
    bottom: 0px;
    left: 0px;
    pointer-events: none; }
    @media (max-width: 1280px) {
      .home-hero .mip-ball {
        width: 500px;
        bottom: -100px; } }
    @media (max-width: 767px) {
      .home-hero .mip-ball {
        display: none;
        width: 600px;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: -100px; } }
  .home-hero .rocks {
    position: absolute;
    left: -400px;
    bottom: -100px;
    width: 1170px;
    pointer-events: none;
    z-index: 0; }
    @media (max-width: 767px) {
      .home-hero .rocks {
        bottom: -100px;
        width: 1000px;
        left: -250px; } }
  .home-hero .rocks2 {
    position: absolute;
    right: -100px;
    bottom: -140px;
    width: 350px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 960px) {
      .home-hero .rocks2 {
        display: none; } }
  .home-hero .play-btn {
    width: 290px;
    height: 290px; }
    @media (max-width: 1280px) {
      .home-hero .play-btn {
        width: 240px;
        height: 240px; } }
    @media (max-width: 767px) {
      .home-hero .play-btn {
        width: 150px;
        height: 150px;
        top: auto;
        bottom: 250px; } }
    .home-hero .play-btn a {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      width: 100%;
      height: 100%;
      display: block;
      border: 3px solid #02aeef;
      opacity: 0; }
      .home-hero .play-btn a span {
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        margin: 10%;
        width: 80%;
        height: 80%;
        display: block; }
      .home-hero .play-btn a img {
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
    .home-hero .play-btn a:hover {
      border: 10px solid #02aeef; }
      .home-hero .play-btn a:hover span {
        margin: 15%;
        width: 70%;
        height: 70%; }
  .home-hero .container {
    height: 100%; }

/* Animate In */
.animate-in .home-hero .play-btn a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
  .animate-in .home-hero .play-btn a span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.animate-in .home-hero .left-col {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* 

-------------------------------------------------------------

GESTURE SENSE

*/
.home-gestures {
  overflow: hidden;
  padding-top: 0px; }
  @media (max-width: 767px) {
    .home-gestures {
      padding-bottom: 400px; } }
  .home-gestures h2 {
    text-align: center;
    margin-bottom: 120px; }
    @media (max-width: 767px) {
      .home-gestures h2 {
        margin-bottom: 50px;
        margin-top: 30px; } }
  .home-gestures .left-col {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    position: relative; }
    @media (max-width: 767px) {
      .home-gestures .left-col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: 260px;
        text-align: center;
        padding: 0px;
        margin: auto;
        float: none; } }
  .home-gestures .right-col {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    position: relative; }
    @media (max-width: 767px) {
      .home-gestures .right-col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .home-gestures .hand {
    position: absolute;
    top: 0px;
    width: 380px;
    right: 100px; }
    @media (max-width: 1280px) {
      .home-gestures .hand {
        right: 0px;
        top: 20px; } }
    @media (max-width: 960px) {
      .home-gestures .hand {
        width: 300px;
        right: -20px;
        top: 90px; } }
    @media (max-width: 767px) {
      .home-gestures .hand {
        left: 0px;
        right: 0px;
        top: 110px;
        margin: auto;
        width: 250px; } }
    .home-gestures .hand img {
      position: relative;
      z-index: 1; }
    .home-gestures .hand .point {
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1);
      position: absolute;
      left: 0px;
      top: -50px;
      width: 120px;
      height: 120px;
      z-index: 0; }
      @media (max-width: 960px) {
        .home-gestures .hand .point {
          left: -15px; } }
      .home-gestures .hand .point span {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background: #02aeef;
        display: block;
        opacity: 0.15; }
      .home-gestures .hand .point span.point1 {
        width: 100%;
        height: 100%; }
      .home-gestures .hand .point span.point2 {
        width: 75%;
        height: 75%; }
      .home-gestures .hand .point span.point3 {
        width: 50%;
        height: 50%; }

.home-gestures-active .hand .point {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* 

-------------------------------------------------------------

TRACKBALL

*/
.home-trackball {
  background: url(../img/bg-trackball.jpg) bottom center no-repeat;
  padding-bottom: 550px;
  position: relative; }
  @media (max-width: 1280px) {
    .home-trackball {
      padding-bottom: 450px; } }
  @media (max-width: 960px) {
    .home-trackball {
      padding-bottom: 200px; } }
  @media (max-width: 767px) {
    .home-trackball {
      padding-bottom: 460px; } }
  .home-trackball .mip-large {
    position: absolute;
    right: -550px;
    top: 580px;
    width: 1050px; }
    @media (max-width: 1280px) {
      .home-trackball .mip-large {
        width: 950px; } }
    @media (max-width: 960px) {
      .home-trackball .mip-large {
        width: 600px;
        right: -300px;
        top: 480px; } }
    @media (max-width: 767px) {
      .home-trackball .mip-large {
        width: 600px;
        right: auto;
        left: 50px;
        top: auto;
        bottom: -600px; } }
  .home-trackball .mip-ball {
    position: absolute;
    width: 402px;
    left: 400px;
    top: 550px; }
    @media (max-width: 1280px) {
      .home-trackball .mip-ball {
        width: 302px;
        left: 350px; } }
    @media (max-width: 960px) {
      .home-trackball .mip-ball {
        width: 202px;
        left: 330px; } }
    @media (max-width: 767px) {
      .home-trackball .mip-ball {
        width: 152px;
        left: 0px;
        right: 0px;
        margin: auto;
        top: auto;
        bottom: -400px; } }
  .home-trackball .center-col {
    margin-left: 26.0869565217%;
    margin-right: 26.0869565217%;
    text-align: center; }
    @media (max-width: 767px) {
      .home-trackball .center-col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: 260px;
        text-align: center;
        padding: 0px;
        margin: auto;
        float: none; } }
  .home-trackball .info-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%; }
    @media (max-width: 960px) {
      .home-trackball .info-col {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%; } }
    @media (max-width: 767px) {
      .home-trackball .info-col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center; } }
  .home-trackball .row {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .home-trackball .row {
        margin-bottom: 50px; } }
  .home-trackball .icon-block img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }

/* 

-------------------------------------------------------------

MIPOSAUR APP

*/
.home-app {
  text-align: center; }
  @media (max-width: 767px) {
    .home-app {
      padding-bottom: 60px; } }
  .home-app .app-slider-hold {
    margin-top: 50px;
    position: relative; }
  .home-app .app-slider {
    position: relative;
    height: 510px;
    z-index: 0;
    cursor: move; }
    @media (max-width: 1280px) {
      .home-app .app-slider {
        height: 400px; } }
    @media (max-width: 960px) {
      .home-app .app-slider {
        height: 305px; } }
    @media (max-width: 767px) {
      .home-app .app-slider {
        height: 205px; } }
    .home-app .app-slider .item {
      cursor: move;
      height: 510px;
      width: 100%; }
      @media (max-width: 1280px) {
        .home-app .app-slider .item {
          height: 400px; } }
      @media (max-width: 960px) {
        .home-app .app-slider .item {
          height: 305px; } }
      @media (max-width: 767px) {
        .home-app .app-slider .item {
          height: 205px; } }
    .home-app .app-slider .iphone {
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: scale(0.75);
      -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75);
      position: relative;
      width: 910px;
      margin: auto; }
      @media (max-width: 1280px) {
        .home-app .app-slider .iphone {
          width: 710px; } }
      @media (max-width: 960px) {
        .home-app .app-slider .iphone {
          width: 510px; } }
      @media (max-width: 767px) {
        .home-app .app-slider .iphone {
          width: 260px; } }
      .home-app .app-slider .iphone .screen {
        position: absolute;
        top: 28px;
        left: 11.8681%;
        width: 75.8241%; }
        @media (max-width: 1280px) {
          .home-app .app-slider .iphone .screen {
            top: 22px; } }
        @media (max-width: 960px) {
          .home-app .app-slider .iphone .screen {
            top: 18px; } }
        @media (max-width: 767px) {
          .home-app .app-slider .iphone .screen {
            top: 9px; } }
    .home-app .app-slider .active .iphone {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .home-app .app-slider .icon-parallax {
      position: absolute;
      top: 0px;
      z-index: 50;
      width: 150px; }
      @media (max-width: 960px) {
        .home-app .app-slider .icon-parallax {
          width: 120px; } }
      @media (max-width: 767px) {
        .home-app .app-slider .icon-parallax {
          display: none; } }
    .home-app .app-slider .icon-cupcake {
      left: 0px;
      top: -170px; }
    .home-app .app-slider .icon-leg {
      right: 300px;
      top: -30px; }
      @media (max-width: 1280px) {
        .home-app .app-slider .icon-leg {
          right: 200px; } }
      @media (max-width: 960px) {
        .home-app .app-slider .icon-leg {
          right: 180px; } }
    .home-app .app-slider .icon-sock {
      right: 60px;
      top: -30px; }
      @media (max-width: 1280px) {
        .home-app .app-slider .icon-sock {
          right: -10px; } }
      @media (max-width: 960px) {
        .home-app .app-slider .icon-sock {
          right: 30px; } }
    .home-app .app-slider .icon-milk {
      right: 100px;
      top: 130px; }
      @media (max-width: 1280px) {
        .home-app .app-slider .icon-milk {
          right: 50px; } }
    .home-app .app-slider .container {
      height: 100%; }
  .home-app .app-nav {
    height: 5px;
    width: 100%;
    z-index: 20; }
    @media (max-width: 767px) {
      .home-app .app-nav {
        top: auto;
        bottom: -25px;
        width: 100px; } }
    .home-app .app-nav a {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      display: block;
      width: 80px;
      height: 80px;
      border: 2px solid #e3e3e3;
      margin-top: -70px;
      margin-left: 30px; }
      @media (max-width: 960px) {
        .home-app .app-nav a {
          width: 60px;
          height: 60px; } }
      @media (max-width: 767px) {
        .home-app .app-nav a {
          width: 40px;
          height: 40px;
          margin-left: 0px; } }
    .home-app .app-nav a:hover {
      border: 2px solid #02aeef; }
    .home-app .app-nav a.app-next {
      float: right;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .home-app .app-nav a.app-next {
          margin-right: 0px; } }

/* 

-------------------------------------------------------------

VIEWS

*/
.home-views {
  text-align: center;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    .home-views {
      display: none; } }
  @media (max-width: 960px) {
    .home-views {
      padding-top: 0px;
      padding-bottom: 130px; } }
  .home-views .view-slider {
    height: 600px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .home-views .view-slider {
        height: 350px; } }
    .home-views .view-slider .view {
      height: 600px;
      width: 860px;
      text-align: center; }
      @media (max-width: 960px) {
        .home-views .view-slider .view {
          width: 500px;
          height: 350px; } }
  .home-views .view-slider-nav {
    border-bottom: 1px dashed #d7d7d7;
    position: relative; }
    .home-views .view-slider-nav .btn {
      position: absolute;
      width: 200px;
      top: -30px;
      right: 0px;
      background: #ffffff; }
      @media (max-width: 960px) {
        .home-views .view-slider-nav .btn {
          width: 150px; } }
    .home-views .view-slider-nav .view-rear {
      right: auto;
      left: 0px; }
    .home-views .view-slider-nav .btn:hover {
      background: #02aeef; }
    .home-views .view-slider-nav .view-drag-hold {
      top: -14px;
      height: 20px;
      width: 40%; }
    .home-views .view-slider-nav .view-drag {
      display: inline-block;
      width: 100%;
      height: 10px;
      vertical-align: top;
      position: relative; }
      .home-views .view-slider-nav .view-drag .ui-widget-header {
        display: none; }
      .home-views .view-slider-nav .view-drag a {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        background: rgba(0, 174, 239, 0.2);
        margin-left: -30px; }
      .home-views .view-slider-nav .view-drag a:after {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: #02aeef; }
      .home-views .view-slider-nav .view-drag a:hover {
        background: rgba(0, 174, 239, 0.6); }
    .home-views .view-slider-nav .view-drag-title {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 40px;
      margin: auto;
      width: 50%;
      text-align: center;
      font-style: italic;
      font-size: 12px;
      color: #c9cccf; }
  .home-views .big-text {
    position: absolute;
    top: 100px;
    width: 300%;
    left: -100%;
    right: auto;
    font-family: "Audiowide", sans-serif;
    font-size: 200px;
    line-height: 200px;
    color: #f5f5f5;
    overflow: hidden;
    height: 140px;
    border-bottom: 1px solid #ededed;
    z-index: 0; }

/* 

-------------------------------------------------------------

AWARDS

*/
.home-awards {
  background: #02aeef url(../img/bg-critics.jpg) center left no-repeat;
  text-align: center; }
  .home-awards .award-slider-hold {
    margin-top: 50px;
    position: relative; }
    @media (max-width: 767px) {
      .home-awards .award-slider-hold {
        margin-top: 0px; } }
  .home-awards .award-slider {
    height: 500px;
    margin-bottom: 50px;
    width: 500px;
    margin: auto;
    position: relative; }
    @media (max-width: 960px) {
      .home-awards .award-slider {
        height: 400px;
        width: 400px; } }
    @media (max-width: 767px) {
      .home-awards .award-slider {
        height: 260px;
        width: 260px;
        margin-top: 20px;
        margin-bottom: 70px; } }
    .home-awards .award-slider .item {
      width: 100%;
      height: 500px; }
      @media (max-width: 960px) {
        .home-awards .award-slider .item {
          height: 400px; } }
      @media (max-width: 767px) {
        .home-awards .award-slider .item {
          height: 260px; } }
    .home-awards .award-slider .award {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      background: #ffffff;
      width: 500px;
      height: 500px; }
      .home-awards .award-slider .award img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; }
      @media (max-width: 960px) {
        .home-awards .award-slider .award {
          width: 400px;
          height: 400px; } }
      @media (max-width: 767px) {
        .home-awards .award-slider .award {
          width: 260px;
          height: 260px; } }
    .home-awards .award-slider .active .award {
      -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 10, 0.2);
      -moz-box-shadow: 0px 0px 50px rgba(0, 0, 10, 0.2);
      -ms-box-shadow: 0px 0px 50px rgba(0, 0, 10, 0.2);
      box-shadow: 0px 0px 50px rgba(0, 0, 10, 0.2);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .home-awards .award-nav {
    height: 5px;
    width: 100%;
    z-index: 20; }
    @media (max-width: 767px) {
      .home-awards .award-nav {
        top: auto;
        bottom: -25px;
        width: 100px; } }
    .home-awards .award-nav a {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      display: block;
      width: 80px;
      height: 80px;
      border: 2px solid #2ec2f9;
      background: rgba(0, 174, 239, 0.4);
      margin-top: -40px;
      margin-left: 30px; }
      @media (max-width: 960px) {
        .home-awards .award-nav a {
          width: 60px;
          height: 60px; } }
      @media (max-width: 767px) {
        .home-awards .award-nav a {
          width: 40px;
          height: 40px;
          margin-left: 0px; } }
      .home-awards .award-nav a svg path {
        fill: #ffffff; }
      .home-awards .award-nav a span {
        background: #2ec2f9; }
    .home-awards .award-nav a:hover {
      background: #2ec2f9;
      border: 2px solid #2ec2f9; }
    .home-awards .award-nav a.award-next {
      float: right;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .home-awards .award-nav a.award-next {
          margin-right: 0px; } }
  .home-awards h2 {
    color: #ffffff; }
    @media (max-width: 767px) {
      .home-awards h2 {
        width: 260px;
        margin: auto; } }
    .home-awards h2 span.subtext {
      color: #000000; }

/* 

-------------------------------------------------------------

TAMING

*/
.control-taming {
  background: url(../img/bg-hero.jpg) top no-repeat;
  overflow: hidden; }
  .control-taming .left-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -moz-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    opacity: 0;
    position: relative; }
    @media (max-width: 767px) {
      .control-taming .left-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        width: 260px;
        margin: auto;
        float: none; } }
  .control-taming .right-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    position: relative; }
    @media (max-width: 767px) {
      .control-taming .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  .control-taming .rocks {
    position: absolute;
    left: -400px;
    bottom: -140px;
    width: 1600px;
    pointer-events: none;
    z-index: 1; }
    @media (max-width: 767px) {
      .control-taming .rocks {
        bottom: -100px;
        width: 1000px;
        left: -250px; } }
  .control-taming .mip-large {
    position: absolute;
    width: 150%;
    left: -95%;
    top: -300px;
    width: 1250px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 1280px) {
      .control-taming .mip-large {
        width: 900px;
        top: -100px; } }
    @media (max-width: 960px) {
      .control-taming .mip-large {
        width: 800px;
        top: -100px; } }
    @media (max-width: 767px) {
      .control-taming .mip-large {
        position: relative;
        width: auto;
        top: auto;
        margin: auto;
        margin-top: 50px;
        left: auto; } }
  .control-taming .container {
    padding: 350px 0px; }
    @media (max-width: 1280px) {
      .control-taming .container {
        padding: 250px 0px; } }
    @media (max-width: 767px) {
      .control-taming .container {
        padding: 50px 0px; } }

/* Animate In */
.animate-in .control-taming .left-col {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* 

-------------------------------------------------------------

CONTROL TRACKBALL

*/
.control-trackball {
  padding: 200px 0px;
  padding-bottom: 240px;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .control-trackball {
      padding: 150px 0px; } }
  @media (max-width: 767px) {
    .control-trackball {
      padding: 120px 0px;
      padding-bottom: 330px; } }
  .control-trackball .left-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    position: relative; }
    @media (max-width: 767px) {
      .control-trackball .left-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  .control-trackball .right-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    position: relative; }
    @media (max-width: 767px) {
      .control-trackball .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        width: 260px;
        margin: auto;
        float: none; } }
  .control-trackball .mip-large {
    -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    position: absolute;
    left: -365%;
    top: -240px;
    width: 1350px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 1280px) {
      .control-trackball .mip-large {
        width: 950px;
        top: -50px; } }
    @media (max-width: 960px) {
      .control-trackball .mip-large {
        width: 850px;
        top: -25px; } }
    @media (max-width: 767px) {
      .control-trackball .mip-large {
        top: 45px;
        width: 350px; } }
  .control-trackball .mip-ball {
    -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    width: 150%;
    left: -200%;
    top: 200px;
    width: 216px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 1280px) {
      .control-trackball .mip-ball {
        width: 135px;
        top: 280px; } }
    @media (max-width: 960px) {
      .control-trackball .mip-ball {
        width: 105px;
        top: 280px; } }
    @media (max-width: 767px) {
      .control-trackball .mip-ball {
        width: 55px;
        top: 165px; } }
  @media (max-width: 767px) {
    .control-trackball .icon-block {
      padding-top: 40px; } }
  .control-trackball .icon-block path {
    fill: #ffffff; }
  .control-trackball h2 span, .control-trackball h4 span {
    color: #000000; }

.control-trackball-active .mip-large {
  left: -135%; }
  @media (max-width: 1280px) {
    .control-trackball-active .mip-large {
      left: -115%; } }
  @media (max-width: 960px) {
    .control-trackball-active .mip-large {
      left: -125%; } }
  @media (max-width: 767px) {
    .control-trackball-active .mip-large {
      left: 0px;
      right: 0px;
      margin: auto; }
      .control-trackball-active .mip-large img {
        margin-left: -130px; } }
.control-trackball-active .mip-ball {
  left: 85%; }
  @media (max-width: 767px) {
    .control-trackball-active .mip-ball {
      left: 0px;
      right: 0px;
      margin: auto; }
      .control-trackball-active .mip-ball img {
        margin-right: -130px; } }

/* 

-------------------------------------------------------------

GAME MODES

*/
.control-modes {
  padding: 300px 0px;
  padding-bottom: 390px;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .control-modes {
      padding: 200px 0px;
      padding-bottom: 300px; } }
  @media (max-width: 960px) {
    .control-modes {
      padding: 140px 0px;
      padding-bottom: 180px; } }
  @media (max-width: 767px) {
    .control-modes {
      padding: 120px 0px; } }
  .control-modes .left-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%; }
    @media (max-width: 1280px) {
      .control-modes .left-col {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%; } }
    @media (max-width: 767px) {
      .control-modes .left-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  .control-modes .right-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    position: relative; }
    @media (max-width: 767px) {
      .control-modes .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        height: 320px; } }
  .control-modes .modes {
    pointer-events: none;
    width: 1110px;
    position: absolute;
    left: -540px;
    top: -240px;
    z-index: 1; }
    @media (max-width: 1280px) {
      .control-modes .modes {
        width: 810px;
        top: -120px;
        left: -350px; } }
    @media (max-width: 960px) {
      .control-modes .modes {
        width: 510px;
        top: -55px;
        left: -215px; } }
    @media (max-width: 767px) {
      .control-modes .modes {
        display: none; } }
  .control-modes .modes-mobile {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 145px;
    margin: auto;
    display: none; }
    @media (max-width: 767px) {
      .control-modes .modes-mobile {
        display: block; } }
  .control-modes .mode-slider {
    position: relative;
    height: 160px;
    margin-top: 40px; }
    .control-modes .mode-slider .slide {
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      opacity: 0;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
    .control-modes .mode-slider .slide-active {
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      opacity: 1; }
    .control-modes .mode-slider h3 {
      font-size: 18px; }
  .control-modes .modes-nav {
    position: absolute;
    left: -183px;
    top: -98px;
    width: 470px;
    height: 470px;
    z-index: 2; }
    @media (max-width: 1280px) {
      .control-modes .modes-nav {
        left: -90px;
        top: -20px;
        width: 340px;
        height: 340px; } }
    @media (max-width: 960px) {
      .control-modes .modes-nav {
        left: -70px;
        top: 0px;
        width: 250px;
        height: 250px; } }
    @media (max-width: 767px) {
      .control-modes .modes-nav {
        top: auto;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 220px;
        height: 220px; } }
    .control-modes .modes-nav a {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 16px;
      height: 16px; }
      .control-modes .modes-nav a span {
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        display: block;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        opacity: 0.4; }
      .control-modes .modes-nav a span:after {
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0; }
    .control-modes .modes-nav a:hover span, .control-modes .modes-nav a:hover span:after, .control-modes .modes-nav a.active span, .control-modes .modes-nav a.active span:after {
      opacity: 0.6; }
    .control-modes .modes-nav a.slidebtn-1 {
      left: -7px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      background: #efe76f; }
      .control-modes .modes-nav a.slidebtn-1 span, .control-modes .modes-nav a.slidebtn-1 span:after {
        background: #efe76f; }
    .control-modes .modes-nav a.slidebtn-2 {
      left: 19%;
      top: 8%;
      background: #98d4e8; }
      .control-modes .modes-nav a.slidebtn-2 span, .control-modes .modes-nav a.slidebtn-2 span:after {
        background: #98d4e8; }
    .control-modes .modes-nav a.slidebtn-3 {
      left: auto;
      right: 19%;
      top: 8%;
      background: #dfecec; }
      .control-modes .modes-nav a.slidebtn-3 span, .control-modes .modes-nav a.slidebtn-3 span:after {
        background: #dfecec; }
    .control-modes .modes-nav a.slidebtn-4 {
      left: auto;
      right: -7px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      background: #c2a6cf; }
      .control-modes .modes-nav a.slidebtn-4 span, .control-modes .modes-nav a.slidebtn-4 span:after {
        background: #c2a6cf; }
    .control-modes .modes-nav a.slidebtn-5 {
      left: auto;
      top: auto;
      right: 19%;
      bottom: 8%;
      background: #81cac8; }
      .control-modes .modes-nav a.slidebtn-5 span, .control-modes .modes-nav a.slidebtn-5 span:after {
        background: #81cac8; }
    .control-modes .modes-nav a.slidebtn-6 {
      top: auto;
      left: 19%;
      bottom: 8%;
      background: #f49ec4; }
      .control-modes .modes-nav a.slidebtn-6 span, .control-modes .modes-nav a.slidebtn-6 span:after {
        background: #f49ec4; }
  .control-modes .mode-icon {
    width: 100px; }
    @media (max-width: 767px) {
      .control-modes .mode-icon {
        width: 60px; } }
  .control-modes h4 {
    margin-top: 40px; }

/* 

-------------------------------------------------------------

GESTURE SENSE

*/
.control-gestures {
  padding-top: 200px;
  padding-bottom: 320px;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .control-gestures {
      padding-top: 150px;
      padding-bottom: 290px; } }
  @media (max-width: 960px) {
    .control-gestures {
      padding-bottom: 460px; } }
  @media (max-width: 767px) {
    .control-gestures {
      padding-bottom: 380px; } }
  .control-gestures .left-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    position: relative; }
    @media (max-width: 960px) {
      .control-gestures .left-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center; } }
  .control-gestures .right-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0; }
    @media (max-width: 960px) {
      .control-gestures .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
    @media (max-width: 767px) {
      .control-gestures .right-col {
        text-align: center;
        width: 260px;
        margin: auto;
        float: none; } }
  @media (max-width: 960px) {
    .control-gestures .icon-block .icon {
      position: relative;
      margin: auto;
      left: auto;
      top: auto; }
    .control-gestures .icon-block .icon-text {
      padding: 0px;
      width: 260px;
      margin: auto; } }
  .control-gestures .icon-block path {
    fill: #02aeef; }
  .control-gestures .hand {
    position: absolute;
    top: 0px;
    width: 250px;
    left: -50px;
    z-index: 1; }
    @media (max-width: 1280px) {
      .control-gestures .hand {
        width: 200px;
        top: 125px; } }
    @media (max-width: 960px) {
      .control-gestures .hand {
        top: 235px;
        left: 50px; } }
    @media (max-width: 767px) {
      .control-gestures .hand {
        width: 150px;
        top: 265px;
        left: 0px;
        right: 0px;
        margin: auto; }
        .control-gestures .hand img {
          margin-left: -200px; } }
    .control-gestures .hand img {
      position: relative;
      z-index: 1; }
    .control-gestures .hand .point {
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1);
      position: absolute;
      left: 60px;
      top: -60px;
      width: 300px;
      height: 300px;
      z-index: 0; }
      @media (max-width: 960px) {
        .control-gestures .hand .point {
          left: -15px; } }
      @media (max-width: 767px) {
        .control-gestures .hand .point {
          width: 250px;
          height: 250px;
          left: -60px; } }
      .control-gestures .hand .point span {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background: #02aeef;
        display: block;
        opacity: 0.15; }
      .control-gestures .hand .point span.point1 {
        width: 100%;
        height: 100%; }
      .control-gestures .hand .point span.point2 {
        width: 75%;
        height: 75%; }
      .control-gestures .hand .point span.point3 {
        width: 50%;
        height: 50%; }
  .control-gestures .mip-large {
    position: absolute;
    left: 150px;
    top: 0px;
    width: 540px;
    z-index: 10; }
    @media (max-width: 1280px) {
      .control-gestures .mip-large {
        width: 450px;
        left: 95px; } }
    @media (max-width: 960px) {
      .control-gestures .mip-large {
        top: 200px;
        left: 250px; } }
    @media (max-width: 767px) {
      .control-gestures .mip-large {
        width: 350px;
        top: 180px;
        left: 0px;
        right: 0px;
        margin: auto; }
        .control-gestures .mip-large img {
          margin-right: -200px; } }

.control-gestures-active .hand .point {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* 

-------------------------------------------------------------

CHEAT SHEET

*/
.control-cheatsheet {
  padding: 160px 0px;
  background: url(../img/bg-cheatsheet.jpg) top center no-repeat; }
  @media (max-width: 960px) {
    .control-cheatsheet {
      background: url(../img/bg-cheatsheet.jpg) top right no-repeat; } }
  @media (max-width: 767px) {
    .control-cheatsheet {
      padding: 120px 0px; } }
  .control-cheatsheet .cheat-slider {
    height: 380px;
    cursor: move;
    z-index: 10;
    margin-bottom: 40px; }
    @media (max-width: 1280px) {
      .control-cheatsheet .cheat-slider {
        height: 330px; } }
    @media (max-width: 960px) {
      .control-cheatsheet .cheat-slider {
        height: 280px; } }
    @media (max-width: 767px) {
      .control-cheatsheet .cheat-slider {
        height: 750px; } }
    .control-cheatsheet .cheat-slider .item {
      height: 380px; }
      @media (max-width: 1280px) {
        .control-cheatsheet .cheat-slider .item {
          height: 330px; } }
      @media (max-width: 960px) {
        .control-cheatsheet .cheat-slider .item {
          height: 280px; } }
      @media (max-width: 767px) {
        .control-cheatsheet .cheat-slider .item {
          height: 750px; } }
    .control-cheatsheet .cheat-slider .number {
      top: auto;
      bottom: -65px;
      width: 60px;
      height: 40px;
      background: #ffffff;
      color: #02aeef;
      text-align: center; }
  .control-cheatsheet .cheat-nav {
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    z-index: 0; }
    .control-cheatsheet .cheat-nav .btn {
      position: absolute;
      height: 80px;
      width: 80px;
      top: -40px;
      left: 0px;
      background: #ffffff; }
      @media (max-width: 960px) {
        .control-cheatsheet .cheat-nav .btn {
          width: 60px;
          height: 60px;
          top: -30px; } }
      @media (max-width: 767px) {
        .control-cheatsheet .cheat-nav .btn {
          width: 40px;
          height: 40px;
          top: -20px; } }
    .control-cheatsheet .cheat-nav .btn:hover {
      background: #02aeef; }
    .control-cheatsheet .cheat-nav .cheat-next {
      left: auto;
      right: 0px; }
  .control-cheatsheet .center-col {
    margin-left: 26.0869565217%;
    margin-right: 26.0869565217%;
    text-align: center;
    margin-bottom: 130px; }
    @media (max-width: 1280px) {
      .control-cheatsheet .center-col {
        margin-bottom: 100px; } }
    @media (max-width: 960px) {
      .control-cheatsheet .center-col {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .control-cheatsheet .center-col {
        margin-left: 0%;
        margin-right: 0%; } }
  .control-cheatsheet .three-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
    text-align: center; }
    @media (max-width: 767px) {
      .control-cheatsheet .three-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0; } }
  .control-cheatsheet .example {
    margin: auto;
    margin-bottom: 50px; }
    .control-cheatsheet .example img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
    @media (max-width: 767px) {
      .control-cheatsheet .example {
        width: 260px;
        margin-bottom: 20px;
        margin-top: 20px; } }
  .control-cheatsheet .last {
    float: right;
    margin-right: 0; }
  .control-cheatsheet .container, .control-cheatsheet .row {
    height: 100%; }

/* 

-------------------------------------------------------------

THE APP

*/
.control-app {
  padding: 250px 0px; }
  @media (max-width: 1280px) {
    .control-app {
      padding: 200px 0px;
      padding-bottom: 170px; } }
  @media (max-width: 960px) {
    .control-app {
      padding: 150px 0px;
      padding-bottom: 120px; } }
  @media (max-width: 767px) {
    .control-app {
      padding: 100px 0px; } }
  .control-app .left-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    position: relative; }
    @media (max-width: 960px) {
      .control-app .left-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center; } }
  .control-app .right-col {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    position: relative; }
    @media (max-width: 960px) {
      .control-app .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  .control-app .iphone {
    -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: -50px;
    left: 0px;
    width: 610px;
    margin: auto; }
    @media (max-width: 960px) {
      .control-app .iphone {
        position: relative;
        width: 510px;
        top: auto;
        margin: auto;
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .control-app .iphone {
        width: 260px; } }
    .control-app .iphone .screen {
      position: absolute;
      top: 19px;
      left: 11.8681%;
      width: 75.8241%; }
      @media (max-width: 1280px) {
        .control-app .iphone .screen {
          top: 22px; } }
      @media (max-width: 960px) {
        .control-app .iphone .screen {
          top: 18px; } }
      @media (max-width: 767px) {
        .control-app .iphone .screen {
          top: 9px; } }
    .control-app .iphone .icon-parallax {
      position: absolute;
      top: 0px;
      z-index: 50;
      width: 110px; }
      @media (max-width: 960px) {
        .control-app .iphone .icon-parallax {
          width: 120px; } }
      @media (max-width: 767px) {
        .control-app .iphone .icon-parallax {
          display: none; } }
    .control-app .iphone .icon-cupcake {
      left: 0px;
      top: -90px; }
    .control-app .iphone .icon-leg {
      right: 100px;
      top: -30px; }
      @media (max-width: 960px) {
        .control-app .iphone .icon-leg {
          right: 180px; } }
    .control-app .iphone .icon-sock {
      right: -70px;
      top: -30px; }
      @media (max-width: 1280px) {
        .control-app .iphone .icon-sock {
          right: -10px; } }
      @media (max-width: 960px) {
        .control-app .iphone .icon-sock {
          right: 30px; } }
    .control-app .iphone .icon-milk {
      right: -50px;
      top: 130px; }
      @media (max-width: 1280px) {
        .control-app .iphone .icon-milk {
          right: 50px; } }
  .control-app .btn {
    margin-right: 5px; }

/* 

-------------------------------------------------------------

TAMING

*/
.app-tame {
  background: url(../img/bg-hero.jpg) top no-repeat;
  overflow: hidden; }
  .app-tame .left-col {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    position: relative; }
    @media (max-width: 960px) {
      .app-tame .left-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  .app-tame .right-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -moz-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    opacity: 0;
    position: relative;
    text-align: right; }
    @media (max-width: 960px) {
      .app-tame .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        width: 260px;
        margin: auto;
        float: none; } }
  .app-tame .rocks {
    position: absolute;
    left: -400px;
    bottom: -140px;
    width: 1600px;
    pointer-events: none;
    z-index: 1; }
    @media (max-width: 1280px) {
      .app-tame .rocks {
        bottom: -180px; } }
    @media (max-width: 767px) {
      .app-tame .rocks {
        bottom: -100px;
        width: 1000px;
        left: -250px; } }
  .app-tame .mip-large {
    position: absolute;
    left: -50px;
    top: -200px;
    width: 870px;
    z-index: 2; }
    @media (max-width: 1280px) {
      .app-tame .mip-large {
        width: 670px;
        top: -120px; } }
    @media (max-width: 960px) {
      .app-tame .mip-large {
        width: 570px;
        top: 30px;
        left: 50px; } }
    @media (max-width: 767px) {
      .app-tame .mip-large {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        margin-top: 50px; } }
  .app-tame .container {
    padding: 350px 0px;
    padding-bottom: 200px; }
    @media (max-width: 1280px) {
      .app-tame .container {
        padding: 250px 0px;
        padding-bottom: 100px; } }
    @media (max-width: 960px) {
      .app-tame .container {
        padding: 150px 0px;
        padding-bottom: 450px; } }
    @media (max-width: 767px) {
      .app-tame .container {
        padding: 50px 0px; } }
  .app-tame .btn {
    margin-left: 5px; }

/* Animate In */
.animate-in .app-tame .right-col {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* 

-------------------------------------------------------------

APP MODES

*/
.app-modes {
  padding: 160px 0px; }
  .app-modes .modes-slider {
    height: 500px;
    cursor: move;
    z-index: 10;
    margin-bottom: 40px; }
    @media (max-width: 960px) {
      .app-modes .modes-slider {
        height: 450px; } }
    @media (max-width: 767px) {
      .app-modes .modes-slider {
        height: 850px; } }
    .app-modes .modes-slider .item {
      height: 500px; }
      @media (max-width: 960px) {
        .app-modes .modes-slider .item {
          height: 450px; } }
      @media (max-width: 767px) {
        .app-modes .modes-slider .item {
          height: 850px; } }
    .app-modes .modes-slider .number {
      top: auto;
      bottom: -65px;
      width: 60px;
      height: 40px;
      background: #ffffff;
      color: #02aeef;
      text-align: center; }
  .app-modes .modes-nav {
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    z-index: 0; }
    .app-modes .modes-nav .btn {
      position: absolute;
      height: 80px;
      width: 80px;
      top: -40px;
      left: 0px;
      background: #ffffff; }
      @media (max-width: 960px) {
        .app-modes .modes-nav .btn {
          width: 60px;
          height: 60px;
          top: -30px; } }
      @media (max-width: 767px) {
        .app-modes .modes-nav .btn {
          width: 40px;
          height: 40px;
          top: -20px; } }
    .app-modes .modes-nav .btn:hover {
      background: #02aeef; }
    .app-modes .modes-nav .modes-next {
      left: auto;
      right: 0px; }
  .app-modes .center-col {
    margin-left: 26.0869565217%;
    margin-right: 26.0869565217%;
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 1280px) {
      .app-modes .center-col {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .app-modes .center-col {
        margin-left: 0%;
        margin-right: 0%; } }
  .app-modes .three-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
    text-align: center; }
    @media (max-width: 767px) {
      .app-modes .three-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0; } }
  .app-modes .example {
    margin: auto;
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .app-modes .example {
        width: 140px; } }
    @media (max-width: 767px) {
      .app-modes .example {
        margin-bottom: 20px;
        margin-top: 20px; } }
  .app-modes .last {
    float: right;
    margin-right: 0; }
  .app-modes .container, .app-modes .row {
    height: 100%; }

/* 

-------------------------------------------------------------

APP UNLEASH

*/
.app-unleash {
  position: relative;
  text-align: center; }
  .app-unleash .slide {
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }
  .app-unleash .iphone-app-player {
    position: relative;
    width: 1320px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
    margin-left: -60px; }
    @media (max-width: 1320px) {
      .app-unleash .iphone-app-player {
        width: 1280px; } }
    @media (max-width: 1280px) {
      .app-unleash .iphone-app-player {
        width: 960px;
        margin-left: -40px; } }
    @media (max-width: 800px) {
      .app-unleash .iphone-app-player {
        width: 700px;
        margin-left: auto; } }
    @media (max-width: 767px) {
      .app-unleash .iphone-app-player {
        width: 320px;
        margin-left: auto;
        margin-top: 40px; } }
    .app-unleash .iphone-app-player img {
      position: relative;
      margin: 0 auto;
      z-index: 98;
      text-align: center;
      display: block; }
    .app-unleash .iphone-app-player .video-holder {
      margin: 0px auto;
      width: 689px;
      position: absolute;
      top: 28px;
      left: 50%;
      margin-left: -346px;
      z-index: 99;
      height: auto; }
      @media (max-width: 1320px) {
        .app-unleash .iphone-app-player .video-holder {
          width: 672px;
          margin-left: -336px;
          top: 20px; } }
      @media (max-width: 1280px) {
        .app-unleash .iphone-app-player .video-holder {
          width: 502px;
          margin-left: -252px; } }
      @media (max-width: 800px) {
        .app-unleash .iphone-app-player .video-holder {
          width: 366px;
          margin-left: -184px;
          top: 15px; } }
      @media (max-width: 767px) {
        .app-unleash .iphone-app-player .video-holder {
          width: 166px;
          margin-left: -83px;
          top: 5px; } }

/* 

-------------------------------------------------------------

TUTORIALS

*/
.support-tutorials {
  background: url(../img/bg-hero.jpg) top no-repeat;
  overflow: hidden; }
  .support-tutorials .play-video-gesture-support:hover, .support-tutorials .play-video-handball-support:hover, .support-tutorials .play-video-app-support:hover {
    opacity: .7; }
  .support-tutorials .container {
    padding-top: 150px; }
    @media (max-width: 767px) {
      .support-tutorials .container {
        padding: 50px 0px; } }
  .support-tutorials .three-col {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
    text-align: center; }
    @media (max-width: 767px) {
      .support-tutorials .three-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0; } }
  .support-tutorials a {
    color: #4b565f; }
  .support-tutorials a:hover {
    color: #02aeef; }
  .support-tutorials h1 {
    text-align: center;
    margin-bottom: 40px; }
  .support-tutorials .last {
    float: right;
    margin-right: 0; }
  @media (max-width: 767px) {
    .support-tutorials .three-col {
      margin-bottom: 30px; } }

/* 

-------------------------------------------------------------

FAQ

*/
.support-faq {
  background: url(../img/bg-hero.jpg) top no-repeat;
  padding: 150px 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .support-faq {
      padding: 100px 0px; } }
  .support-faq .faq-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 80px 0px;
    text-align: left; }
    .support-faq .faq-list li {
      border-bottom: 1px solid #e4e4e4;
      padding: 20px 0px;
      line-height: 40px; }
      .support-faq .faq-list li .answer {
        display: none;
        padding: 30px 0px;
        font-size: 16px;
        line-height: 28px; }
    .support-faq .faq-list li.active a {
      color: #02aeef; }
      .support-faq .faq-list li.active a span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 2px solid #02aeef; }
    .support-faq .faq-list li.active .answer {
      display: block; }
    .support-faq .faq-list a {
      color: #4b565f;
      display: block;
      position: relative;
      font-weight: 700;
      padding-right: 60px; }
      .support-faq .faq-list a span {
        -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid #e3e3e3;
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        width: 40px;
        height: 40px; }
    .support-faq .faq-list a:hover {
      color: #02aeef; }
      .support-faq .faq-list a:hover span {
        border: 2px solid #02aeef; }
  .support-faq .floater {
    position: absolute;
    left: -150px;
    top: -200px; }
    @media (max-width: 767px) {
      .support-faq .floater {
        display: none; } }
  .support-faq h1 {
    text-align: center;
    margin-bottom: 40px; }

/* 

-------------------------------------------------------------

COMPATIBILITY

*/
.support-compatibility {
  padding: 150px 0px; }
  .support-compatibility table {
    width: 100%; }
    .support-compatibility table td, .support-compatibility table th {
      padding: 20px 0px;
      font-size: 16px;
      text-align: left;
      border-bottom: 1px solid #e4e4e4; }
      @media (max-width: 767px) {
        .support-compatibility table td, .support-compatibility table th {
          font-size: 12px; } }
    .support-compatibility table td.product {
      width: 50%; }
      @media (max-width: 767px) {
        .support-compatibility table td.product {
          width: 40%; } }
    .support-compatibility table td.min, .support-compatibility table td.type {
      width: 15%; }
      @media (max-width: 767px) {
        .support-compatibility table td.min, .support-compatibility table td.type {
          width: 20%; } }
    .support-compatibility table tr.alt td {
      background: #fbfbfb; }
  .support-compatibility .floater {
    position: absolute;
    right: -150px;
    top: -200px; }
    @media (max-width: 767px) {
      .support-compatibility .floater {
        display: none; } }
  .support-compatibility h1 {
    text-align: center;
    margin-bottom: 40px; }

/* 

-------------------------------------------------------------

WHERE TO BUY

*/
.support-buy {
  overflow: hidden;
  padding: 150px 0px; }
  .support-buy .stores a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 30px; }
    @media (max-width: 767px) {
      .support-buy .stores a {
        width: 100%;
        border-right: none; } }
    .support-buy .stores a img {
      -webkit-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 0.2; }
  .support-buy .stores a.last {
    border-right: none; }
  .support-buy .stores a:hover img {
    opacity: 1; }
  .support-buy h1 {
    text-align: center;
    margin-bottom: 40px; }

/* 

-------------------------------------------------------------

VIDEO SECTION

*/
section.video {
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0px;
  color: #ffffff; }
  @media (max-width: 767px) {
    section.video {
      padding: 120px 0px; } }
  section.video .center-col {
    margin-left: 26.0869565217%;
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    position: relative; }
    @media (max-width: 767px) {
      section.video .center-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  section.video .right-col {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
    float: right;
    margin-right: 0;
    padding-top: 30px;
    position: relative; }
    @media (max-width: 767px) {
      section.video .right-col {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center; } }
  section.video .play-btn {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding: 30px;
    display: block;
    height: 300px;
    width: 300px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    margin: auto; }
    @media (max-width: 767px) {
      section.video .play-btn {
        height: 200px;
        width: 200px; } }
  section.video .play-btn:hover {
    border: 10px solid white;
    padding: 40px; }
