html, body {
  height: 100%
}

body {
  color: #333;
  font-family: 'jaf-bernino-sans-condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

footer {
  background: #000 url(../img/intro.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 100;
}

::-webkit-input-placeholder {
   color: #333!important;
}

:-moz-placeholder {
   color: #333!important;
}

::-moz-placeholder {
   color: #333!important;
}

:-ms-input-placeholder {  
   color: #333!important;
}

a:link, a:visited {
  color: #333;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

a:hover, a:active {
  border-bottom-color: transparent!important;
}

.text-muted {
  color: #ccc;
  color: rgba(0,0,0,.3);
}

h1, h2, h3, h4, dt, .circle span, #executive-summary .circle, .solution .circle span, #shortcuts, .form-control, #about-triggers a {
  font-family: 'jaf-bernino-sans-condensed', sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 72px;
  font-weight: 300;
}

h2 {
  font-size: 36px;
  font-weight: 300;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

h4 {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 0 10px;
}

hr {
  clear: both;
  margin: 20px 10px;
}

dt {
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  text-overflow: inherit;
  text-transform: none;
}

  #executive-summary dt {
    font-size: 54px;
  }

dd {
  margin-bottom: 24px;
}

strong {
  font-weight: 600;
}

nav {
  font-size: 12px;
  line-height: 12px;
  margin-top: -95px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 300;
}

  .nav > li {
    margin: 0;
  }

  .nav > li > a {
    background: transparent!important;
    border: none;
    display: block;
    height: 21px;
    line-height: 18px;
    padding: 7px 6px 6px 7px;
    text-indent: -9999px;
    width: 21px;
  }

    .nav > li > a > span {
      background: #000;
      background: rgba(0,0,0,.2);
      border-radius: 6px;
      border: 1px solid rgba(255,255,255,.5);
      display: block;
      height: 8px;
      pointer-events: none;
      width: 8px;
    }

  .nav > li > a:hover span,
  .nav > li > a:focus span {
    box-shadow: none;
    background: #000;
    outline: none;
  }

  nav .active a {
    padding: 5px;
  }

  nav .active a span {
    background: rgba(255,255,255,.2);
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.2);
    height: 11px;
    margin: 0;
    width: 11px;
  }

.carousel,
section {
  background: #fff;
  position: relative;
  z-index: 10;
}

section header {
  border-left: 5px solid black;
  margin-bottom: 24px;
  padding: 0 0 5px 20px;
}

section header p {
  font-size: 20px;
  line-height: 26px;
}

section .container {
  padding: 30px 0 60px;
}

  .logo {
    background: url(../img/sprites.png) no-repeat 0 -111px;
    display: block;
    height: 80px;
    text-indent: -9999px;
    width: 292px;
  }

  #executive-summary .logo {
    background: url(../img/sprites.png) no-repeat 0 -190px;
  }

  #executive-summary .logo,
  footer .logo {
    margin: 50px auto;
  }

#intro {
  background: #000 url(../img/intro.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  color: #fff;
  overflow: hidden;
  z-index: 5;
}

  .no-touch #intro {
    background-attachment: fixed;
  }

  #intro .container {
    height: 100%;
    padding: 0;
  }

  #intro header {
    border: none;
    margin: 0;
    padding: 0;
  }

  #intro .logo {
    left: 50%;
    margin-left: -150px;
    position: fixed;
    top: 100px;
  }

  .touch #intro .logo {
    position: absolute;
  }

  #intro h2 {
    text-transform: none;
  }

  #intro p {
    bottom: 100px;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    padding-right: 20px;
    position: absolute;
    right: 100px;
    max-width: 420px;
  }

    .no-touch #intro p {
      position: fixed;
    }

  #intro a:link, #intro a:visited {
    color: #fff;
    border-bottom-color: #ccc;
  }

  #scroll-down {
    bottom: 10px;
    border: none;
    left: 50%;
    margin-left: -20px;
    opacity: .5;
    position: absolute;
  }

  .no-touch #scroll-down {
    position: fixed;
  }

  #scroll-down:hover {
    opacity: 1;
  }

.slide-team .carousel-indicators {
  display: none;
}

#tech-partners-team-advisory-board,
#tech-partners-team-advisory-board section,
#elevate section {
  background: #F9F7F7;
}

.actavia {
  padding-top: 20px;
}

section#team {
  background: #F9F7F7 url(../img/team.jpg) no-repeat center bottom;
}

  #team .container {
    padding-bottom: 40px;
  }

  #about-triggers div {
    color: #888;
    cursor: pointer;
    font-size: 24px;
    height: 300px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
  }

    #about-triggers div:hover,
    #about-triggers .active {
      color: #333;
    }

  #about-triggers span {
    pointer-events: none;
    position: absolute;
  }

  .about {
    display: none;
    padding-top: 50px;
  }

  .about > div {
    background: #000;
    background: rgba(0,0,0,.8);
    border-bottom: 5px solid #FDD53B;
    color: #fff;
    font-weight: 300;
    position: relative;
  }

  .about h2 {
    color: #FED207;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .about p {
    margin: 20px 0;
  }

  .about a {
    border-bottom-color: #fff;
    color: #fff;
  }

  .about span {
    color: #999;
    display: inline-block;
  }

  .close {
    background: url(../img/sprites.png) no-repeat -330px -7px;
    cursor: pointer;
    height: 15px;
    opacity: .3;
    position: absolute;
    right: -10px;
    text-align: left;
    text-indent: -9999px;
    top: 10px;
    width: 15px;
  }

    #about-au .close {
      left: -5px;
      right: auto;
    }

  .close:hover {
    opacity: 1;
  }

  #shortcuts {
    padding: 61px 0 80px;
  }

  .shortcut {
    background: #000;
    background: rgba(0,0,0,.8);
    border: none;
    color: #fff!important;
    cursor: pointer;
    display: block;
    font-size: 23px;
    font-weight: 300;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    text-decoration: none!important;
    text-transform: uppercase;
    z-index: 20;
  }

    .shortcut i {
      height: 26px;
      margin: 12px 0 0;
      vertical-align: text-bottom;
      width: 14px;
    }

#tech-partners h3 {
  margin-top: 0;
}

#tech-partners img {
  margin-bottom: 20px;
}

#tech-partners img.pull-left {
  margin: 0 20px 30px 0;
}

#advisory-board dt {
  line-height: 24px;
  padding-top: 10px;
  width: 220px;
}

  #advisory-board dt span {
    font-size: 16px;
  }

#advisory-board dd {
  margin-left: 240px;
}

.list-yellow {
  border-left: 2px solid #FDD53B;
  padding-left: 23px;
}

.list-opp-1 {
  margin-bottom: 490px;
}

.list-opp-2 {
  margin-top: 440px;
}

.bubbles {
  overflow: visible;
  position: relative;
}

  .list-opp-1 .bubbles {
    height: 120px;
  }

  .list-opp-2 .bubbles {
    height: 150px;
  }

.bubble {
  background: #F9F7F7;
  border-radius: 50%;
  font-size: 14px;
  height: 135px;
  padding: 30px 10px 0;
  position: absolute;
  width: 135px;
  z-index: 5;
}

  .bubble span {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }

.bubbles .bubble-primary {
  background: #FDD53B;
  font-size: 18px;
  padding-top: 60px;
}

  .bubbles .bubble-primary span {
    font-size: 42px;
    line-height: 42px
  }

  .bubble-1 {
    height: 205px;
    width: 205px;
  }

  .bubble-3 {
    background: #EEE;
    height: 150px;
    width: 150px;
  }

  .bubble-4 {
    background: #E3E3E3;
    height: 170px;
    padding-top: 50px;
    width: 170px;
  }

  .bubble-5 {
    height: 140px;
    width: 140px;
  }

  .bubble-6 {
    background: #EBEBEB;
  }

  .bubble-8 {
    height: 260px;
    padding-top: 65px !important;
    width: 260px;
  }

  .bubble-9 {
    background: #EEE;
    height: 155px;
    width: 155px;
  }

  .bubble-10 {
    background: #E2E2E2;
  }

  .bubble-11 {
    background: #EAEAEA;
  }

  .bubble-12 {
    background: #F9F7F7;
  }

  .bubble-13 {
    background: #F9F7F7;
  }

#market .box {
  height: 320px;
}

#statement {
  overflow: hidden;
}

#statement .container {
  padding: 40px 0 30px;
}

  #statement p {
    font-size: 28px;
    font-weight: 100;
    line-height: 42px;
    text-transform: uppercase;
  }

.box-1, .box-2 {
  height: 337px;
}

.box-3, .box-4 {
  height: 313px;
}

.box-5, .box-6 {
  height: 421px;
}

.box-7, .box-8 {
  height: 274px;
}

#statement,
#connect-faq,
#connect-faq section,
.form-control {
  background: #F6D73C;
}

div.error {
  color: #f00;
  padding-top: 10px;
}

input.error {
  border-color: #f00;
}

#connect-faq section {
  padding-bottom: 90px;
}

#contact-form {
  height: 200px;
  padding-top: 25px;
  position: relative;
}

#contact-nav {
  position: absolute;
  right: 0;
  top: -2px;
}

  #contact-nav button {
    border-bottom: none;
    color: #333;
    margin-left: 10px;
    outline: none;
    padding: 0;
  }

#contact-nav button:hover {
  color: #333;
}

#contact-counter {
  position: absolute;
  right: 0;
  top: 175px;
}

.form-control,
.form-control .option,
.form-group-thanks {
  font-size: 72px;
  font-weight: 300;
  line-height: 100px;
  text-transform: none;
}

.form-group-thanks {
  margin-left: 80px;
  padding-top: 35px;
}

.form-control {
  border: 2px dashed #333;
  border-radius: none;
  box-shadow: none!important;
  height: 140px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

  .form-group {
    display: none;
    margin-bottom: 5px;
    position: relative;
  }

  .form-group:first-child {
    display: block;
  }

  .form-control:focus,
  .form-control.focus {
    border-color: #666;
    border-color: rgba(0,0,0,.2);
  }

  #select {
    overflow: hidden;
    position: relative;
    transition: height 0.2s ease-in;
  }

    #select i {
      background: url(../img/sprites.png) no-repeat -291px -96px;
      height: 14px;
      margin-top: -6px;
      position: absolute;
      right: 20px;
      top: 50%;
      width: 28px;
    }

    #select a {
      border-bottom: none;
    }

    #select a:hover {
      opacity: .5
    }

    #select #options {
      display: none;
    }

  #select.focus {
    height: 250px;
    overflow-y: auto;
  }

    #select.focus #options {
      display: block;
    }

    #option-current a {
      height: 140px;
      line-height: 140px;
    }

  .option {
    display: block;
  }

label {
  top: 0;
  font-weight: normal;
  position: absolute;
}

#faq dl {
  padding-left: 25px;
}

#executive-summary {
  overflow: hidden;
  z-index: 5;
}

#executive-summary-container .container {
  padding: 116px 0 90px;
}

#executive-summary .content-container {
  padding: 0 20px;
}

#es-header {
  background: #000;
  color: #fff;
  padding-top: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}

#executive-summary-container {
  position: relative;
  z-index: 5;
}

  #es-header.affix {
    position: fixed;
  }

#executive-summary h3 {
  margin-top: 0;
}

#executive-summary header {
  border: none;
  text-align: center;
}

#executive-summary h2 {
  font-size: 58px;
  line-height: 58px;
  margin: 0;
}

#executive-summary span {
  display: inline-block;
  margin-bottom: 10px!important;
}

#es-technology ul {
  margin-bottom: 20px;
}

  #es-technology li {
    width: 12%;
  }

#es-creatives ul {
  overflow: hidden;
}

  #es-creatives li {
    vertical-align: top;
  }

#es-solutions dt {
  line-height: 54px;
  width: 170px;
}

#es-solutions dd {
  margin-left: 190px;
}

#es-connect .row {
  line-height: 12px;
}

#executive-summary .circle {
  margin: 0;
}

.carousel-indicators li {
  background: #000;
  background: rgba(0,0,0,.2);
  border-color: transparent;
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  background: transparent;
  border-color: #333;
  height: 11px;
  width: 11px;
}

.description {
  padding-left: 25px;
}

.box {
  background: #F9F7F7;
  border-bottom: 5px solid #7f7f7f;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.box-primary,
#market .box:hover {
  background: #eee;
  border-color: #FDD53B;
}

.solution .box-primary {
  padding-left: 90px;
}

  .box-primary i {
    left: 20px;
    position: absolute;
    top: 20px;
  }

  .box h2 {
    margin-top: 0;
  }

#elevate .box {
  background: #F1F1F1;
}

#elevate .box-primary {
  background: #fff;
}

.mockup img {
  margin: 0 auto;
}

.tooltip-inner {
  background: none;
  color: #999;
  font-size: 12px;
  padding: 0;
  white-space: nowrap;
}

.icon {
  background: url(../img/sprites.png) no-repeat;
  display: inline-block;
  height: 50px;
  margin-bottom: 10px;
}

  .icon-configurator {
    background-position: 0 0;
    left: 30px!important;
    width: 32px;
  }

  .icon-reviews {
    background-position: -33px 0;
    width: 48px;
  }

  .icon-shopping {
    background-position: -81px 0;
    width: 49px;
  }

  .icon-toplist {
    background-position: -131px 0;
    width: 50px;
  }

  .icon-portal {
    background-position: -182px 0;
    width: 48px;
  }

  .icon-discover {
    background-position: -231px 0;
    width: 48px;
  }

  .icon-elevate {
    background-position: 0 -51px;
    width: 47px;
  }

  .icon-whatsup {
    background-position: -47px -51px;
    width: 48px;
  }

  .icon-concierege {
    background-position: -95px -50px;
    width: 43px;
  }

  .icon-meet {
    background-position: -140px -50px;
    width: 44px
  }

  .icon-elevateme {
    background-position: -185px -50px;
    width: 32px;
  }

  .icon-agent {
    background-position: -217px -50px;
    width: 48px;
  }

  .icon-chiron-left {
    background-position: -285px -30px;
  }

  .icon-chiron-right {
    background-position: -285px -1px;
  }

  .icon-chiron-right-big {
    background-position: -285px -30px;
    height: 40px;
    width: 20px;
  }

  .icon-chiron-down {
    background-position: -285px -63px;
    height: 20px;
    margin-bottom: 10px;
    width: 40px;
  }

.tooltip-arrow {
  display: none;
}

.circle {
  border: 2px solid #000!important;
  border-radius: 50%;
  display: inline-block;
  height: 93px;
  margin-bottom: 24px;
  text-align: center;
  width: 93px;
}

  .circle:hover {
    border-bottom: 2px solid #000!important;
  }

  .solution .circle {
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
  }

  #chooz .circle-2 {
    padding-top: 5px;
  }

  .solution .circle span {
    display: block;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
  }
  
  #executive-summary .circle {
    font-size: 18px;
    height: 88px;
    line-height: 88px;
    width: 88px;
  }

body{
  display:none;
}
#jpreOverlay {
  background-color: #000;
}
#jpreSlide{
  color:#ccc;
  font-size:22px;
  font-weight:bold;
  height:107px;
  left: 50%!important;
  margin-left: -37px;
  text-align:center;
  width:74px;
}
#jpreLoader{
  width:100%;
  height:5px;
}
#splash {
  background: url(../img/loading.png) no-repeat;
  background-size: 74px 107px;
  height: 107px;
  width: 74px;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  -moz-animation: pulsate 2s ease-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
#jpreBar {
  display: none;
}

@keyframes pulsate {
     0% {opacity: 0;}
    50% {opacity: 1.0}
    100% {opacity: 0}
}
@-moz-keyframes pulsate {
     0% {opacity: 0;}
    50% {opacity: 1.0}
    100% {opacity: 0}
}
@-webkit-keyframes pulsate {
     0% {opacity: 0;}
    50% {opacity: 1.0}
    100% {opacity: 0}
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}

@-webkit-keyframes anim1 {
  0% { -webkit-transform: translate(2px, 1px) }
  10% { -webkit-transform: translate(-1px, -2px) }
  20% { -webkit-transform: translate(-3px, 0px) }
  30% { -webkit-transform: translate(0px, 2px) }
  40% { -webkit-transform: translate(1px, -1px) }
  50% { -webkit-transform: translate(-1px, 2px) }
  60% { -webkit-transform: translate(-3px, 1px) }
  70% { -webkit-transform: translate(2px, 1px) }
  80% { -webkit-transform: translate(-1px, -1px) }
  90% { -webkit-transform: translate(2px, 2px) }
  100% { -webkit-transform: translate(2px, 0px) }
}

@-webkit-keyframes anim2 {
  00% { -webkit-transform: translate(-1px, 2px) }
  10% { -webkit-transform: translate(0px, -1px) }
  20% { -webkit-transform: translate(-2px, 1px) }
  30% { -webkit-transform: translate(1px, -2px) }
  40% { -webkit-transform: translate(2px, -1px) }
  50% { -webkit-transform: translate(-2px, 1px) }
  60% { -webkit-transform: translate(-1px, -2px) }
  70% { -webkit-transform: translate(-3px, 1px) }
  80% { -webkit-transform: translate(-1px, -1px) }
  90% { -webkit-transform: translate(2px, -1px) }
  100% { -webkit-transform: translate(1px, 0px) }
}

@-webkit-keyframes anim3 {
  0% { -webkit-transform: translate(0px, 1px) }
  10% { -webkit-transform: translate(2px, -2px) }
  20% { -webkit-transform: translate(-1px, -1px) }
  30% { -webkit-transform: translate(-1px, -2px) }
  40% { -webkit-transform: translate(-2px, 2px) }
  50% { -webkit-transform: translate(-3px, 1px) }
  60% { -webkit-transform: translate(-1px, -1px) }
  70% { -webkit-transform: translate(2px, -1px) }
  80% { -webkit-transform: translate(2px, 1px) }
  90% { -webkit-transform: translate(-1px, -2px) }
  100% { -webkit-transform: translate(-2px, 0px) }
}

.shake li {
  -webkit-animation-name: anim1;
  -webkit-animation-duration: 10s;
  -webkit-transform-origin:50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.shake li:nth-child(2n+2) {
  -webkit-animation-name: anim2;
}

.shake li:nth-child(3n+2) {
  -webkit-animation-name: anim3;
}

.shake:hover li {
  -webkit-animation-name: none;
}

#copyright,
#copyright a {
  color: #999;
  font-size: 12px;
}

/* mobile */
@media screen and (max-width:767px){

  body {
    font-size: 12px;
    line-height: 18px;
  }

  #nav {
    display: none;
  }

  section header p {
    font-size: 14px;
    line-height: 21px;
  }

  section .container {
    padding: 30px 0 50px;
  }

  .solution .box,
  #market .box {
    height: auto;
  }

  .solution .box h2,
  #market h2 {
    font-size: 24px;
  }

  .box-primary {
    padding-left: 20px!important;
  }

  .box-primary i {
    position: static;
  }

  h1 {
    font-size: 36px;
    line-height: 36px;
  }

  #intro .logo {
    margin: 40px auto 60px!important;
    position: static!important;
  }

  #intro p {
    max-width: 100%;
    padding-left: 25px;
    position: static;
  }

  section#team {
    background-size: contain;
    background-position: center 150px;
  }

  #statement p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
  }

  #executive-summary-container .container {
    padding: 40px 0;
  }

  #es-header {
    padding: 10px;
    text-align: left;
  }

  #es-header h3 {
    float: left;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
  }

  #es-header i {
    float: right;
    margin: 7px 0 0;
  }

  #es-technology li {
    width: 50%;
  }

  #es-connect .col-sm-6 {
    margin-bottom: 30px;
  }

  #advisory-board dd,
  #es-solutions dd {
    margin-left: auto;
  }

  #connect-faq section {
    padding-bottom: 0;
  }

  #contact-form {
    height: 160px;
  }

  #select.focus {
    height: 170px;
  }

  .form-control {
    border-width: 1px;
  }

  .form-control,
  #option-current a {
    height: 60px;
  }

  #option-current a {
    line-height: 60px;
  }

  .form-control,
  .form-control .option {
    font-size: 20px;
    line-height: 30px;
  }

  .form-group-thanks {
    display: none;
    height: 160px;
    font-size: 48px;
    line-height: 48px;
    padding: 0
  }

  #contact-counter {
    top: 95px;
  }

  .list-opp-1 {
    margin-bottom: 545px;
  }

  .list-opp-2 {
    margin-top: 440px;
  }

  .bubbles {
    overflow: visible;
    position: relative;
  }

    .list-opp-1 .bubbles {
      height: 100px;
    }

    .list-opp-2 .bubbles {
      height: 80px;
    }

  .bubble {
    height: 100px;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 5px 0;
    width: 100px;
  }

    .bubble span {
      font-size: 18px;
      line-height: 18px;
    }

    .bubble.bubble-primary {
      font-size: 14px;
      line-height: 18px;
      height: 150px;
      padding-top: 30px;
      width: 150px;
    }

      .bubble.bubble-primary span {
        font-size: 24px;
        line-height: 30px;
      }

  .bubble-1 {
    left: -25px;
    top: 20px;
    z-index: 17;
  }

  .bubble-2 {
    left: 120px;
    top: 20px;
    z-index: 15;
  }

  .bubble-3 {
    left: 90px;
    top: 120px;
    z-index: 16;
  }

  .bubble-4 {
    left: 5px;
    top: 160px;
    z-index: 13;
  }

  .bubble-5 {
    left: 80px;
    top: 200px;
    z-index: 12;
  }

  .bubble-6 {
    left: 155px;
    top: 210px;
    z-index: 14;
  }

  .bubble-7 {
    left: 100px;
    top: 285px;
    z-index: 11;
  }

  .bubble-8 {
    left: -25px;
    top: -130px;
    z-index: 16;
  }

  .bubble-9 {
    left: 115px;
    top: -50px;
    z-index: 15;
  }

  .bubble-10 {
    left: 10px;
    top: -245px;
    z-index: 13;
  }

  .bubble-11 {
    left: 100px;
    top: -120px;
    z-index: 12;
  }

  .bubble-12 {
    left: 90px;
    top: -195px;
    z-index: 11;
  }

  .bubble-13 {
    left: 0;
    top: -165px;
    z-index: 14;
  }

  .bubble-8 {
    padding-top: 25px!important;
    top: -85px;
  }

  section#team {
    background: #F9F7F7 url(../img/team-mobile.jpg) no-repeat center bottom;
  }

  .about {
    padding-top: 0;
  }

  #about-triggers span {
    position: static;
  }

  #team .container {
    padding-bottom: 60px;
  }

  .about h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }

  .about > div {
    padding: 15px 25px;
  }

  .about .text-right {
    text-align: left!important;
  }

  .about p {
    margin: 0;
  }

  .about .close {
    left: auto!important;
    right: 5px!important;
    top: -35px!important;
  }

  #about-triggers div {
    height: 290px;
    padding: 0 40px!important;
  }

  #about-triggers .about-au {
    text-align: right;
  }

  #about-triggers .about-vc {
    text-align: left;
  }

  #team.a-active {
    background-image: none;
  }

  .a-active #about-triggers div {
    height: 100px;
  }

  #shortcuts {
    padding-bottom: 0;
  }

  #shortcuts a {
    font-size: 14px;
    letter-spacing: 0;
  }

  dt {
    font-size: 18px;
    line-height: 22px;
  }

  #advisory-board dt span {
    font-size: 14px;
  }

  dd {
    margin-bottom: 10px;
  }

  #about-triggers span {
    font-size: 20px;
    line-height: 22px;
  }
    
}

/* tablet */
@media (min-width:768px) and (max-width:991px) {

  #es-technology li {
    width: 25%;
  }

  .box-1, .box-2 {
    height: 439px;
  }

  .box-3, .box-4 {
    height: 355px;
  }

  .box-5, .box-6 {
    height: 505px;
  }

  .box-7, .box-8 {
    height: 355px;
  }

  #statement p {
    font-size: 24px;
    line-height: 34px;
  }

  .form-control, .form-group-thanks {
    font-size: 58px;
  }

  #about-vc .col-sm-9 {
    padding-bottom: 24px;
  }

  #shortcuts {
    padding-top: 109px;
  }

  #tech-partners img.pull-left {
    margin-bottom: 220px;
  }
  
}

/* mobile, tablet */
@media screen and (max-width: 991px) {

  nav {
    right: 10px
  }

  section header {
    padding-right: 25px;
  }

  .description {
    padding: 0 25px;
  }

  #advisory-board dl {
    padding: 0 25px;
  }

  #es-technology li,
  #es-creatives li {
    margin-bottom: 10px;
  }

  #executive-summary h2 {
    font-size: 46px;
    line-height: 48px;
  }

  form {
    padding: 0 25px;
  }

  #contact-nav,
  #contact-counter {
    margin-right: 25px;
  }

  #opportunity .text-justify {
    padding-right: 25px;
  }

}

/* tablet, desktop */
@media screen and (min-width: 768px) {
  #team {
    background-position: center bottom;
  }

  #about-triggers span {
    font-size: 20px;
    line-height: 22px;
  }

  .about-au span {
    left: 60px;
    top: 240px;
  }

  .about-vc span {
    left: 35px;
    top: 330px;
    z-index: 10;
  }

  .solution h3 {
    margin-top: 0;
  }

  .solution .list-unstyled .col-sm-12 {
    padding: 0;
  }

  .bubble-1 {
    left: -25px;
    top: 20px;
    z-index: 17;
  }

  .bubble-2 {
    left: 170px;
    top: 80px;
    z-index: 15;
  }

  .bubble-3 {
    left: 190px;
    top: 200px;
    z-index: 16;
  }

  .bubble-4 {
    left: 40px;
    top: 200px;
    z-index: 13;
  }

  .bubble-5 {
    left: 0px;
    top: 340px;
    z-index: 12;
  }

  .bubble-6 {
    left: 135px;
    top: 335px;
    z-index: 14;
  }

  .bubble-7 {
    left: 100px;
    top: 450px;
    z-index: 11;
  }

  .bubble-8 {
    left: -25px;
    top: -130px;
    z-index: 16;
  }

  .bubble-9 {
    left: 155px;
    top: -210px;
    z-index: 15;
  }

  .bubble-10 {
    left: 10px;
    top: -245px;
    z-index: 13;
  }

  .bubble-11 {
    left: 10px;
    top: -355px;
    z-index: 12;
  }

  .bubble-12 {
    left: 120px;
    top: -310px;
    z-index: 11;
  }

  .bubble-13 {
    left: 100px;
    top: -440px;
    z-index: 14;
  }

}

/* tablet portrait */
@media screen and (width: 768px) {
  #team {
    background-position: -285px bottom!important;
  }

  #shortcuts {
    padding: 149px 0 40px;
  }

  .touch .logo {
    top: 50px;
  }

  .about-au span {
    left: 10px;
  }

  .about-vc span {
    right: 20px;
    top: 290px;
  }

}

/* desktop */
@media screen and (min-width:992px) {

.touch #intro .logo {
  top: 30px;
}

#about-vc span {
  margin-bottom: 32px;
}

  .about-au span {
    left: 55px;
    top: 195px;
  }

  .about-vc span {
    left: 135px;
    top: 280px;
  }

.list-opp-1 {
  margin-bottom: 400px;
}

.list-opp-2 {
  margin-right: 30px;
  margin-top: 400px;
}

.bubble {
  position: absolute;
  z-index: 5;
}

  .bubble-1 {
    left: -25px;
    top: 20px;
  }

  .bubble-2 {
    left: 170px;
    top: 80px;
  }

  .bubble-3 {
    left: 265px;
    top: 145px;
  }

  .bubble-4 {
    left: 120px;
    top: 200px;
  }

  .bubble-5 {
    left: -5px;
    top: 210px;
  }

  .bubble-6 {
    left: 95px;
    top: 350px;
  }

  .bubble-7 {
    left: 250px;
    top: 305px;
  }

  .bubble-8 {
    left: -25px;
    top: -130px;
  }

  .bubble-9 {
    left: 230px;
    top: -90px;
  }

  .bubble-10 {
    left: 160px;
    top: -210px;
  }

  .bubble-11 {
    left: 20px;
    top: -255px;
  }

  .bubble-12 {
    left: 120px;
    top: -330px;
  }

  .bubble-13 {
    left: 270px;
    top: -260px;
  }
}

@media screen and (min-width:1025px) {
  #shortcuts {
    padding: 91px 0 50px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

  .icon,
  #select i,
  .close,
  .logo,
  #executive-summary .logo {
    background-image: url(../img/sprites@2x.png);
    background-size: 349px 255px;
  }

  /*section#team {
    background-image: url(../img/team-mobile@2x.jpg);
    background-size: 800px 406px;
  }*/

  #splash {
    background-image: url(../img/loading@2x.png);
    background-size: 74px 107px;
  }

}

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 768px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (                min-resolution: 192dpi) and (min-width: 768px),
only screen and (                min-resolution: 2dppx)  and (min-width: 768px) {   

  section#team {
    background-image: url(../img/team@2x.jpg);
    background-size: 1226px 701px;
  }

}
*/