:root {
  --bs-primary: #ff9c00;
  --bs-primary-rgb: 255, 156, 0;
  --bs-succes: #5cb85c;
  --bs-success-rgb: 92, 184, 92;
  --bs-warning: #f0ad4e;
  --bs-warning-rgb: 240, 173, 78;
  --bs-danger: #d9534f;
  --bs-danger-rgb: 217, 83, 79;
  --bs-info: #5bc0de;
  --bs-info-rgb: 91, 192, 222;
  --bs-body-bg: #fff;
  --bs-body-color: var(--bs-gray-dark);
  --bs-link-color: var(--bs-primary);
  --bs-link-hover-color: #ff8300;
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --bs-link-hover-color-rgb: var(--bs-primary-rgb);
  --bs-font-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-height: 60px;
}
main {
  margin-top: var(--bs-navbar-height) !important;
  padding-top: 0.25rem;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.font-light {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
}
.font-thin {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 100;
}
h1 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 50px;
  margin: 50px 0px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
}
h2 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin: 40px 0px 20px 0px;
}
h3 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 28px;
}
h4 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
ul.default {
  padding-left: 18px;
}
ul.default li {
  padding-left: 10px;
}
.container-default {
  line-height: 200%;
  padding-bottom: 40px;
}
.container-default q {
  font-style: italic;
}
.silenced {
  text-decoration: none !important;
}
.alert-banner {
  position: fixed;
  top: 60px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  z-index: 1000;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  background: #ff9c00;
  color: #fff;
  text-align: center;
  box-shadow: 0px 2px 3px #aaa;
}
.navbar-inverse {
  border: 0px;
  font-size: 14px;
}
.navbar-brand {
  padding: 9px 15;
}
.navbar-brand img {
  width: 128px;
  height: 42px;
}
.navbar-download {
  background: #ff9c00;
}
.navbar-download:hover,
.navbar-download:focus {
  background: #ff8300;
}
.navbar-download a {
  color: #fff !important;
}
@media (min-width: 900px) {
  .navbar-download a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .navbar-download a {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.navbar-download a:hover,
.navbar-download a:focus {
  text-decoration: none;
  color: #fff;
}
.navbar-language > a {
  color: #ff9c00 !important;
}
.navbar-language .dropdown-menu {
  background: #2b2b2b;
  min-width: 100%;
}
.navbar-language .dropdown-menu li a {
  font-size: 14px;
  color: #ff9c00;
}
.navbar-language .dropdown-menu li a:hover {
  background: transparent;
}
.navbar-nav > li {
  border-left: 1px solid #373737;
}
@media (min-width: 1200px) {
  .navbar-nav > li:last-child {
    border-right: 1px solid #373737;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li a {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.btn-demo {
  border: 0;
  font-size: 26px;
  border-radius: 30px;
  padding: 10px 70px;
}
.btn-demo:hover,
.btn-demo:focus {
  background: #ff8300;
}
.btn-video {
  color: #222;
  background: #fff;
  border: 0;
  font-size: 26px;
  border-radius: 30px;
  padding: 10px 40px;
}
.btn-video:hover,
.btn-video:focus {
  color: #222;
  background: #eee;
}
.btn-buy {
  background: #83b300;
  border: 0;
  font-size: 26px;
  border-radius: 30px;
  padding: 10px 70px;
}
.btn-buy:hover,
.btn-buy:focus {
  background: #689500;
}
.icon-download {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/icons-sprite-1.0.png) no-repeat 0px -144px;
}
.icon-language {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 20px;
  margin-left: 4px;
  background: url(../img/icons-sprite-1.0.png) no-repeat -20px -144px;
}
.icon-more {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url(../img/icons-sprite-1.0.png) no-repeat -28px -144px;
}
.icon-play {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 28px;
  background: url(../img/icons-sprite-1.0.png) no-repeat -192px -96px;
}
.social {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../img/icons-sprite-1.0.png);
  background-repeat: no-repeat;
}
.social-facebook {
  background-position: 0px 0px;
}
.social-facebook:hover {
  background-position: 0px -96px;
}
.social-googleplus {
  background-position: -48px 0px;
}
.social-googleplus:hover {
  background-position: -48px -96px;
}
.social-twitter {
  background-position: -96px 0px;
}
.social-twitter:hover {
  background-position: -96px -96px;
}
.social-linkedin {
  background-position: -144px 0px;
}
.social-linkedin:hover {
  background-position: -144px -96px;
}
.owl-pages {
  width: 100%;
  margin-left: 0px;
  margin-top: 30px;
}
.owl-pages .owl-page {
  float: left;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.owl-pages .owl-page .dot {
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #ff9c00;
  border-radius: 10px;
  background: #fff;
}
.owl-pages .owl-page .label {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  text-align: center;
}
.owl-pages .active {
  background: inherit;
}
.owl-pages .active .dot {
  background: #ff9c00;
  padding: 1px;
}
.owl-pages .active .dot span {
  display: block;
  font-size: 1px;
  line-height: 1px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
}
.owl-pages .active .label {
  color: #000;
}
.owl-pages .owl-line {
  margin: auto;
  border-top: 1px dotted #ff9c00;
  position: relative;
  top: 8px;
  z-index: 9;
}
.section {
  max-width: 1920px;
  margin: auto;
}
.section h2 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 100;
  margin-top: 20px;
  font-size: 70px;
}
@media (max-width: 767px) {
  .section h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section h2 {
    font-size: 50px;
  }
}
.section-whatis img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.section-testimonials {
  background: #ff9c00;
  text-align: center;
  color: white;
}
.section-testimonials h2 {
  margin-top: 40px;
}
.section-testimonials .quote,
.section-testimonials .author,
.section-testimonials .position {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
}
.section-testimonials .quote {
  font-size: 20px;
  margin: 40px 40px 0px 40px;
}
.section-testimonials .author {
  font-size: 26px;
  margin-top: 30px;
}
.section-testimonials .position {
  font-size: 14px;
  margin-bottom: 40px;
}
.section-testimonials .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  width: 20px;
  height: 34px;
  top: 65px;
  background-image: url(../img/icons-sprite-1.0.png);
}
.section-testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  background-position: -192px 0px;
}
.section-testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  background-position: -212px 0px;
}
@media (max-width: 991px) {
  .section-testimonials .quote {
    font-size: 16px;
  }
}
.section-download {
  text-align: center;
  background: url(../img/download-demo-back.jpg) no-repeat;
  background-position: center top;
}
.section-download h2 {
  margin-top: 60px;
}
.section-download img {
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-top: 65px;
}
.section-download .links {
  margin-top: -40px;
}
.section-download .links p {
  padding: 15px 0px 50px 0px;
  font-size: 16px;
  color: #777;
}
@media (max-width: 991px) {
  .section-download {
    background: none;
  }
  .section-download h2 {
    margin-top: 20px;
  }
  .section-download img {
    margin-top: 40px;
  }
  .section-download .links {
    margin-top: 0px;
  }
}
.section-error {
  min-height: 900px;
  background: url(../img/error-back.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-error img {
  margin-top: 100px;
}
.section-error h1 {
  margin-top: -120px;
  margin-left: 40px;
  text-align: left;
  font-size: 70px;
}
.section-error .container {
  width: 100%;
}
@media (max-width: 991px) {
  .section-error {
    min-height: 0px;
    background: none;
  }
  .section-error img {
    margin-top: 40px;
  }
  .section-error h1 {
    margin-top: 40px;
    margin-left: 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-error h1 {
    font-size: 40px;
  }
}
.section-footer {
  background: #343434;
  color: #999999;
}
.section-footer a {
  color: #999999;
}
.section-footer a:hover,
.section-footer a:focus {
  color: #ff9c00;
  text-decoration: none;
}
.section-footer .metric div {
  height: 120px;
  line-height: 120px;
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 60px;
  padding-left: 100px;
  padding-top: 10px;
  background-image: url(../img/icons-sprite-1.0.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #555555;
}
@media (max-width: 991px) {
  .section-footer .metric div {
    font-size: 40px;
  }
}
.section-footer .metric h4 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
}
.section-footer .metric-kids div {
  background-position: -232px 0px;
}
.section-footer .metric-schools div {
  background-position: -232px -120px;
}
.section-footer .metric-downloads div {
  background-position: -232px -240px;
}
.section-footer .links div {
  margin-top: 80px;
  border-top: 1px solid #555555;
}
@media (max-width: 900px) {
  .section-footer .links div {
    margin-top: 20px;
  }
}
.section-footer .links ul {
  float: left;
  width: 40%;
  border-left: 1px solid #555555;
  list-style: none;
  padding-left: 22px;
  margin-top: 20px;
}
.section-footer .links ul:first-child {
  border-left: 0;
  padding-left: 0;
  padding-right: 20px;
}
.section-footer .links li {
  margin-bottom: 20px;
  background: url(../img/arrow-footer.png) no-repeat center right;
}
.section-footer .links li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.section-footer .disclaimer {
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.section-footer .disclaimer .social-group {
  text-align: right;
}
@media (max-width: 991px) {
  .section-footer .disclaimer {
    margin-top: 10px;
    text-align: center;
  }
  .section-footer .disclaimer .social-group {
    margin-top: 20px;
    text-align: center;
  }
  .section-footer .disclaimer .copyright {
    margin: 30px 0px;
  }
}
.section .container {
  overflow: hidden;
}
.section-mask {
  min-width: 100%;
  min-height: 900px;
  background-repeat: repeat-y;
}
.section-mask.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0.9) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background-position: right;
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  background-size: 60% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=1);
}
.section-mask.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.9) 0), color-stop(rgba(0, 0, 0, 0) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 100%);
  background-position: left;
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  background-size: 60% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=1);
}
.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: var(--bs-link-hover-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-link-hover-color);
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.navbar .nav-item.active {
  background: #2b2b2b;
}
@media (min-width: 1200px) {
  .navbar {
    height: 60px;
  }
  .navbar .container-fluid {
    padding-right: 0;
  }
  .navbar .navbar-nav {
    height: 60px;
  }
  .navbar .navbar-nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.section-mask {
  min-height: 900px;
  min-width: 100%;
  background-repeat: repeat-y;
}
.section-mask.left {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 60% 100%;
}
.section-mask.right {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 60% 100%;
}
@media (max-width: 991px) {
  .section-mask {
    min-height: 0px;
    padding-top: 350px;
  }
  .section-mask.left,
  .section-mask.right {
    background-image: none;
  }
}
.section-content {
  padding: 90px;
  color: #fff;
}
.section-content h2 {
  text-shadow: 0px 1px #000;
}
.section-content h2,
.section-content p {
  max-width: 500px;
}
.section-content p {
  font-size: 18px;
  margin: 25px 0px;
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  .section-content {
    padding: 16px;
    background: #343434;
  }
  .section-content .silenced {
    font-size: 14px;
  }
  .section-content h2,
  .section-content p {
    max-width: none;
  }
}
.section-content-inverse p {
  font-size: 18px;
  margin: 25px 0px;
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  .section-content-inverse .silenced {
    font-size: 14px;
  }
}
.section-video2 {
  background: #000;
  height: 600px;
  position: relative;
}
.section-video2 .section-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-video2 .section-content h1 {
  margin-top: 10px;
  text-shadow: 0px 1px #000;
}
.section-video2 .backs {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.section-video2 .backs .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center top;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.section-video2 .backs .back.one {
  background-image: url(../img/jumpido-exercise-bodies.jpg);
}
.section-video2 .backs .back.two {
  background-image: url(../img/jumpido-playing-math.jpg);
}
.section-video2 .backs .back.three {
  background-image: url(../img/jumpido-kids-team.jpg);
}
.section-video2 .backs .back.active {
  opacity: 1;
}
@-webkit-keyframes play-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes play-bounce {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.section-video2 .play-symbol {
  background: url(../img/icons-sprite-1.0.png) no-repeat 0px -540px;
  display: inline-block;
  transition: opacity 0.2s;
  width: 240px;
  height: 240px;
}
.section-video2 .play-symbol:hover,
.section-video2 .play-symbol:focus {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .section-video2 .mask {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .section-video2 .section-content {
    text-align: center;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section-video2 {
    height: 650px;
  }
  .section-video2 .section-content h1 {
    text-align: left;
    font-size: 50px;
    margin: 0px;
  }
  .section-video2 .btn-video {
    margin-top: 16px;
    font-size: 16px;
  }
  .section-video2 .backs {
    height: 500px;
  }
  .section-video2 .backs .back.one {
    background-image: url(../img/jumpido-exercise-bodies-xs.jpg);
  }
  .section-video2 .backs .back.two {
    background-image: url(../img/jumpido-playing-math-xs.jpg);
  }
  .section-video2 .backs .back.three {
    background-image: url(../img/jumpido-kids-team-xs.jpg);
  }
  .section-video2 .play-symbol {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-video2 {
    height: 450px;
  }
  .section-video2 .section-content h1 {
    font-size: 30px;
  }
  .section-video2 .backs {
    height: 300px;
  }
}
.video-modal {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}
.video-modal .video-inner {
  position: fixed;
  z-index: 2001;
  width: 75%;
  height: 800px;
  top: 30px;
  margin-left: 12.5%;
}
.video-modal .video-share {
  margin-bottom: 4px;
}
.video-modal .video-share .addthis_toolbox {
  float: right;
}
.video-modal .video-share .video-close {
  float: right;
  display: block;
  border: 2px solid white;
  width: 32px;
  height: 32px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  margin-left: 24px;
}
.section-introduction {
  min-height: 900px;
  background: url(../img/kinect-tv-back.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-introduction img {
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-top: 40px;
}
.section-introduction p {
  margin: 0;
  line-height: 1.6;
}
.section-introduction .section-content-inverse {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .section-introduction {
    min-height: 0px;
    background: none;
  }
  .section-introduction h2 {
    margin-top: 0px;
  }
}
.section-target {
  background-image: url('../img/jumpido-primary-kids.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-attachment: fixed;
  background-size: cover;
  min-height: 900px;
}
@media (max-width: 991px) {
  .section-target {
    background-image: url('../img/jumpido-primary-kids-xs.jpg');
    background-position: center top;
    background-attachment: scroll;
    background-size: auto;
    min-height: 0px;
  }
}
.section-target .section-content {
  float: right;
}
@media (max-width: 991px) {
  .section-target .section-content {
    float: none;
  }
}
.section-activities {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-activities h2 {
  text-align: center;
}
.section-activities .container {
  width: 100%;
}
.section-activities .item {
  text-align: center;
}
@media (max-width: 991px) {
  .section-activities {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-kinect {
  background-image: url('../img/jumpido-kinect-classroom.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-attachment: fixed;
  background-size: cover;
  min-height: 900px;
}
@media (max-width: 991px) {
  .section-kinect {
    background-image: url('../img/jumpido-kinect-classroom-xs.jpg');
    background-position: center top;
    background-attachment: scroll;
    background-size: auto;
    min-height: 0px;
  }
}
.section-kinect .section-content {
  padding-top: 320px;
}
@media (max-width: 991px) {
  .section-kinect .section-content {
    padding-top: 2px;
  }
}
.section-exercises {
  min-height: 900px;
}
.section-exercises .section-content-inverse {
  padding-top: 250px;
}
.section-exercises .diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-exercises .owl-carousel {
  margin: auto;
  margin-top: 80px;
  max-width: 450px;
}
.section-exercises .owl-carousel h3 {
  text-align: center;
}
.section-exercises .owl-carousel img {
  width: 100%;
}
.section-exercises .owl-pages .owl-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-exercises .owl-pages .owl-page {
  width: calc(100% / 4);
}
.section-exercises .owl-pages .owl-line {
  width: calc(100% / (4 * 2) * (4 * 2 - 2));
}
@media (max-width: 991px) {
  .section-exercises {
    min-height: 0px;
  }
  .section-exercises .section-content-inverse {
    padding-top: 0px;
  }
  .section-exercises .owl-carousel {
    margin-top: 20px;
  }
}
.section-play {
  background-image: url('../img/jumpido-team-play.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-attachment: fixed;
  background-size: cover;
  min-height: 900px;
}
@media (max-width: 991px) {
  .section-play {
    background-image: url('../img/jumpido-team-play-xs.jpg');
    background-position: center top;
    background-attachment: scroll;
    background-size: auto;
    min-height: 0px;
  }
}
.section-play .section-content {
  float: right;
  padding-top: 200px;
}
@media (max-width: 991px) {
  .section-play .section-content {
    float: none;
    padding-top: 2px;
  }
}
.section-adaptive {
  min-height: 900px;
}
.section-adaptive .section-content-inverse {
  padding-top: 250px;
}
.section-adaptive .diagram {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .section-adaptive {
    min-height: 0px;
  }
  .section-adaptive .section-content-inverse {
    padding-top: 0px;
  }
  .section-adaptive .diagram {
    padding: 40px 50px 0px 50px;
  }
}
.section-learning {
  background-image: url('../img/jumpido-game-learning.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-attachment: fixed;
  background-size: cover;
  min-height: 900px;
}
@media (max-width: 991px) {
  .section-learning {
    background-image: url('../img/jumpido-game-learning-xs.jpg');
    background-position: center top;
    background-attachment: scroll;
    background-size: auto;
    min-height: 0px;
  }
}
.section-learning .section-content {
  padding-top: 350px;
}
@media (max-width: 991px) {
  .section-learning .section-content {
    padding-top: 2px;
  }
}
.home-nav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
  margin-top: -130px;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.8);
  width: 32px;
  border-radius: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.home-nav .nav-scroll a {
  width: 100%;
  height: 26px;
  text-align: center;
  padding: 0px;
}
.home-nav .nav-scroll a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 26px;
  border-radius: 12px;
  border: 2px solid #9d9d9d;
  background: transparent;
}
.home-nav .nav-scroll a:hover,
.home-nav .nav-scroll a:focus {
  background: transparent;
}
.home-nav .nav-scroll a:hover span,
.home-nav .nav-scroll a:focus span {
  border-color: white;
}
.home-nav .nav-scroll .active span {
  background: white;
  border-color: white;
}
@media (min-width: 1200px) {
  .nav-item.nav-action {
    background: var(--bs-primary);
  }
  .nav-item.nav-action a {
    color: var(--bs-white);
  }
}
.about-title {
  display: none;
}
.about-nav {
  position: fixed;
  z-index: 2000;
  background: white;
  width: 100%;
  height: 42px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  text-align: center;
}
.about-nav a {
  color: #999;
}
.about-nav a:hover,
.about-nav a:focus {
  background: transparent !important;
  opacity: 0.8;
}
.about-nav .active a {
  color: #ff9c00 !important;
  background-color: transparent !important;
}
.section-history {
  min-height: 860px;
  margin-top: -20px;
  background: url(../img/about-history-back.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-history h2 {
  padding-top: 70px;
  text-align: center;
}
.section-history .container {
  width: 100%;
  padding-top: 60px;
}
.section-history p {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 40px 0px;
}
.section-team {
  min-height: 900px;
  background: #f7f7f7;
}
.section-team h2 {
  padding-top: 70px;
  text-align: center;
}
.section-team .container {
  width: 100%;
}
.section-team .team-member {
  text-align: center;
  margin-top: 80px;
}
.section-team .team-member h3 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #000;
  margin-top: 25px;
}
.section-team .team-member h4 {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #777;
  margin-top: 15px;
}
.section-team .team-member p {
  font-size: 16px;
  padding: 40px 20px;
  color: #777;
}
.section-team .team-member div {
  margin-top: 25px;
}
.section-team .contact {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icons-sprite-1.0.png) no-repeat;
}
.section-team .contact:hover,
.section-team .contact:focus {
  opacity: 0.8;
}
.section-team .facebook {
  background-position: 0px -164px;
}
.section-team .twitter {
  background-position: -32px -164px;
}
.section-team .linkedin {
  background-position: -64px -164px;
}
@media (max-width: 991px) {
  .section-team .team-member {
    margin-top: 0px;
  }
}
.section-partners h2 {
  padding-top: 70px;
  text-align: center;
}
.section-partners h2 {
  margin-bottom: 80px;
}
.section-partners p {
  text-align: center;
  color: #777;
}
.section-partners .container {
  width: 100%;
  margin-bottom: 80px;
}
.section-partners .item {
  text-align: center;
}
.section-partners h3 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .section-partners h2 {
    margin-bottom: 20px;
  }
  .section-partners .item {
    margin-top: 40px;
  }
}
.section-careers {
  min-height: 800px;
  background: #f7f7f7;
}
.section-careers h2 {
  padding-top: 70px;
  text-align: center;
}
.section-careers p {
  color: #777;
  line-height: 2;
  margin-top: 20px;
}
.section-careers h4 {
  color: black;
  font-size: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-careers {
    min-height: 0px;
  }
}
.section-press h2 {
  padding-top: 70px;
  text-align: center;
}
.section-press .container {
  width: 100%;
}
.section-press p {
  margin: 40px 0px;
}
.section-awards {
  min-height: 650px;
  background: #f7f7f7;
}
.section-awards h2 {
  padding-top: 70px;
  text-align: center;
}
.section-awards .container {
  width: 100%;
}
.section-awards .award h3 {
  font-size: 22px;
}
.section-awards .award h4 {
  font-size: 16px;
  color: #777;
}
.section-awards .award p {
  font-size: 16px;
  color: #777;
}
.section-awards .crown {
  width: 150px;
  height: 80px;
  background: url(/img/icons-sprite-1.0.png) no-repeat -232px -361px;
}
.section-awards .medal {
  width: 150px;
  height: 80px;
  background: url(/img/icons-sprite-1.0.png) no-repeat -232px -440px;
}
.activity .container {
  min-height: 900px;
  width: 100%;
}
.activity .container .links {
  margin: 40px 0px;
  text-align: center;
}
.activity .container p {
  color: #777;
}
.activity .container .gallery {
  padding-left: 50px;
}
.activity .container .text {
  padding: 0px 50px;
}
.activity .container .text img {
  margin-top: 50px;
}
.activity .container .main {
  border: 20px solid #000;
}
.activity .container .space {
  display: inline-block;
  width: 100px;
}
@media (max-width: 767px) {
  .activity .container .main {
    border: 5px solid #000;
  }
  .activity .container .gallery {
    padding-left: 15px;
  }
  .activity .container .text {
    padding: 0px 16px;
  }
  .activity .container .text img {
    margin-top: 20px;
  }
  .activity .container .space {
    display: inline-block;
    width: 10px;
  }
}
.contacts .container {
  min-height: 800px;
}
.contacts .container h2 {
  padding-top: 10px;
  margin: 20px 0px;
}
.contacts .container p {
  color: #777;
}
.contacts .container .group {
  padding-left: 100px;
  min-height: 82px;
  margin-bottom: 30px;
}
.contacts .container .address {
  background: url(../img/contacts-sprite.png) no-repeat left 0px;
}
.contacts .container .hours {
  background: url(../img/contacts-sprite.png) no-repeat left -150px;
}
.contacts .container .phone {
  background: url(../img/contacts-sprite.png) no-repeat left -300px;
}
.contacts .container .email {
  background: url(../img/contacts-sprite.png) no-repeat left -450px;
}
.contacts .map {
  width: 100%;
  height: 730px;
}
@media (max-width: 767px) {
  .contacts .map {
    height: 500px;
  }
}
.howtobuy {
  background: url(../img/howtobuy-back.jpg) no-repeat;
  background-position: center top;
  max-width: 1920px;
  margin: auto;
}
.howtobuy h1 {
  margin-bottom: 80px;
}
.howtobuy .price {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  color: #000;
}
.howtobuy .price.payed {
  color: #84a520;
}
.howtobuy .price.payed.inline {
  margin-right: 50px;
  padding: 10px 0px;
}
.howtobuy .btn-primary {
  margin: 20px 0px 30px 0px;
}
.howtobuy .disclaimer {
  font-size: 12px;
  color: #777;
}
.howtobuy .requirements {
  margin-bottom: 50px;
  color: #777;
}
.howtobuy .requirements span {
  display: block;
  margin-bottom: 10px;
}
.howtobuy .requirements li {
  margin-bottom: 10px;
}
.howtobuy .thanks h1 {
  margin-bottom: 35px;
}
.howtobuy .thanks p {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .howtobuy {
    background: none;
  }
  .howtobuy h1 {
    margin-bottom: 40px;
  }
  .howtobuy .box {
    margin-bottom: -70px;
  }
}
.legal a {
  color: #333;
  text-decoration: none;
}
.legal-index {
  min-height: 900px;
}
@media (max-width: 767px) {
  .legal-index {
    min-height: 0px;
  }
}
.video-common {
  text-align: center;
  position: relative;
}
.video-common .play-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -120px;
  background: url(../img/icons-sprite-1.0.png) no-repeat 0px -540px;
  display: inline-block;
  width: 240px;
  height: 240px;
  transition: opacity 0.2s;
  scale: 0.8;
}
.video-common .play-symbol:hover,
.video-common .play-symbol:focus {
  opacity: 0.9;
}
.case-study {
  padding-bottom: 40px;
}
.case-study img {
  border: 8px solid #dfdfdf;
  transition: opacity 0.2s;
}
.case-study img:hover {
  opacity: 0.9;
}
