section.white_s {
  min-height: inherit;
  padding-top: 70px;
  background: #FFF;
  text-align: center; }
  section.white_s h3 {
    font-family: 'AvenirLTStd-Light';
    font-size: 17px;
    margin-bottom: 20px; }
  section.white_s h4 {
    font-family: 'AvenirLTStd-Light';
    font-size: 13px;
    color: #919191;
    line-height: 18px;
    width: 255px;
    margin: 0 auto 40px auto; }
  section.white_s img {
    margin-bottom: 30px; }
  section.white_s .white_s_inner {
    background: #FFF;
    min-height: inherit; }

section.planets {
  background: url("../img/planets-bg-rwd.png") no-repeat center center;
  background-size: 100% 100%;
  height: 386px;
  text-align: center;
  min-height: inherit; }
  section.planets .wrapper-planets {
    display: inline-block;
    margin: 0 auto;
    height: 100%;
    padding-top: 60px;
    position: relative;
    cursor: pointer; }
    section.planets .wrapper-planets .swipe {
      position: absolute;
      right: 0;
      top: 11px; }
    section.planets .wrapper-planets .left, section.planets .wrapper-planets .center, section.planets .wrapper-planets .right {
      display: inline-block;
      position: relative; }
      section.planets .wrapper-planets .left .planet-m, section.planets .wrapper-planets .center .planet-m, section.planets .wrapper-planets .right .planet-m {
        cursor: pointer; }
      section.planets .wrapper-planets .left .text, section.planets .wrapper-planets .center .text, section.planets .wrapper-planets .right .text {
        position: absolute;
        width: 204px;
        text-align: center; }
        section.planets .wrapper-planets .left .text h6, section.planets .wrapper-planets .center .text h6, section.planets .wrapper-planets .right .text h6 {
          font-family: "bebas_neuebook";
          color: #ffffff;
          font-size: 16px;
          letter-spacing: 5px;
          margin-top: 24px;
          margin-bottom: 20px; }
        section.planets .wrapper-planets .left .text p, section.planets .wrapper-planets .center .text p, section.planets .wrapper-planets .right .text p {
          font-size: 11px;
          color: #fff;
          font-family: "AvenirLTStd-Medium";
          line-height: 18px; }
    section.planets .wrapper-planets .center {
      height: 117px;
      width: 204px;
      vertical-align: top; }
      section.planets .wrapper-planets .center .planet-m {
        height: 117px;
        width: 118px;
        margin: 0 auto; }
        section.planets .wrapper-planets .center .planet-m img {
          height: 100%;
          width: 100%; }
    section.planets .wrapper-planets .right {
      height: 55px;
      width: 54px;
      vertical-align: bottom; }
      section.planets .wrapper-planets .right .planet-m {
        height: 55px;
        width: 54px; }
        section.planets .wrapper-planets .right .planet-m img {
          height: 100%;
          width: 100%; }
      section.planets .wrapper-planets .right .text {
        display: none; }
    section.planets .wrapper-planets .left {
      height: 55px;
      width: 54px;
      vertical-align: bottom; }
      section.planets .wrapper-planets .left .planet-m {
        height: 55px;
        width: 54px; }
        section.planets .wrapper-planets .left .planet-m img {
          height: 100%;
          width: 100%; }
      section.planets .wrapper-planets .left .text {
        display: none; }

section.planets-contents {
  background: url("../img/planets-c-bg-rwd.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: inherit; }
  section.planets-contents .ctrls {
    position: absolute;
    display: none;
    width: 316px;
    margin: 0 auto;
    top: 11px;
    left: 0;
    right: 0; }
    section.planets-contents .ctrls .swipe {
      position: absolute;
      right: 0;
      top: 11px; }
    section.planets-contents .ctrls .back {
      position: absolute;
      left: 0;
      top: 11px; }
  section.planets-contents .big-planet {
    overflow: hidden; }
    section.planets-contents .big-planet .pl {
      display: none; }
      section.planets-contents .big-planet .pl img {
        margin-top: -73px; }
      section.planets-contents .big-planet .pl h6 {
        font-family: "bebas_neuebook";
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 5px;
        margin-top: 24px;
        margin-bottom: 20px; }
    section.planets-contents .big-planet .v-line-top {
      display: none; }
  section.planets-contents .gp {
    display: none; }
  section.planets-contents .v-line {
    background: url("../img/v-line.png");
    height: 53px;
    width: 1px;
    display: inline-block; }
  section.planets-contents .line-l {
    background: url("../img/line-l.png");
    height: 15px;
    width: 28px;
    position: absolute;
    top: 32px; }
  section.planets-contents .line-r {
    background: url("../img/line-r.png");
    height: 15px;
    width: 27px;
    position: absolute;
    right: 0px;
    top: 33px; }
  section.planets-contents .planet {
    margin-top: -34px;
    margin-bottom: -7px;
    display: block;
    width: 104px;
    height: 66px;
    position: relative; }
    section.planets-contents .planet .table {
      display: table;
      height: 60px; }
      section.planets-contents .planet .table .row {
        display: table-row; }
        section.planets-contents .planet .table .row .cell {
          display: table-cell;
          text-align: left;
          font-size: 12px;
          color: #ffffff;
          font-family: "bebas_neuebook";
          line-height: 20px;
          letter-spacing: 2px;
          max-width: 50px;
          vertical-align: middle; }
    section.planets-contents .planet .left, section.planets-contents .planet .right {
      position: absolute; }
    section.planets-contents .planet .left {
      left: -65px; }
    section.planets-contents .planet .right {
      right: -65px; }
    section.planets-contents .planet.type1 {
      background: url("../img/pt1.png") no-repeat center top; }
      section.planets-contents .planet.type1.orange {
        background: url("../img/pt1-orange.png") no-repeat center top; }
      section.planets-contents .planet.type1.green {
        background: url("../img/pt1-green.png") no-repeat center top; }
    section.planets-contents .planet.type2 {
      background: url("../img/pt2.png") no-repeat center top; }
      section.planets-contents .planet.type2.orange {
        background: url("../img/pt2-orange.png") no-repeat center top; }
      section.planets-contents .planet.type2.green {
        background: url("../img/pt2-green.png") no-repeat center top; }
    section.planets-contents .planet.type3 {
      background: url("../img/pt3.png") no-repeat center top; }
      section.planets-contents .planet.type3.orange {
        background: url("../img/pt3-orange.png") no-repeat center top; }
      section.planets-contents .planet.type3.green {
        background: url("../img/pt3-green.png") no-repeat center top; }
    section.planets-contents .planet.type4 {
      background: url("../img/pt4.png") no-repeat center top; }
      section.planets-contents .planet.type4.orange {
        background: url("../img/pt4-orange.png") no-repeat center top; }
      section.planets-contents .planet.type4.green {
        background: url("../img/pt4-green.png") no-repeat center top; }
    section.planets-contents .planet.type5 {
      background: url("../img/pt5.png") no-repeat center top; }
      section.planets-contents .planet.type5.orange {
        background: url("../img/pt5-orange.png") no-repeat center top; }
      section.planets-contents .planet.type5.green {
        background: url("../img/pt5-green.png") no-repeat center top; }
    section.planets-contents .planet.type6 {
      background: url("../img/pt6.png") no-repeat center top; }
      section.planets-contents .planet.type6.orange {
        background: url("../img/pt6-orange.png") no-repeat center top; }
      section.planets-contents .planet.type6.green {
        background: url("../img/pt6-green.png") no-repeat center top; }
    section.planets-contents .planet:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 104px;
      height: 94px;
      content: ' ';
      background: url("../img/backlight.png") no-repeat center top;
      opacity: 0;
      transition: opacity .5s; }
    section.planets-contents .planet.orange:after {
      background: url("../img/backlight-orange.png") no-repeat center top; }
    section.planets-contents .planet.green:after {
      background: url("../img/backlight-green.png") no-repeat center top; }
    section.planets-contents .planet:hover:after, section.planets-contents .planet.active:after {
      opacity: 1; }
  section.planets-contents .half-window {
    position: absolute;
    top: 0;
    right: -230%;
    width: 100%;
    height: 100%;
    background: #009ddc;
    transition: right 1s; }
    section.planets-contents .half-window .inner {
      position: relative; }
    section.planets-contents .half-window .triangle {
      /*position: absolute;
      left: 0;
      width: 100%;
      height: 2000px;
      background: #009ddc;
      top: -220px;
      left: -319px;*/ }
    section.planets-contents .half-window.active {
      right: 0; }
    section.planets-contents .half-window .slide {
      display: block;
      margin-bottom: 11px; }
    section.planets-contents .half-window .text {
      display: block;
      width: 90%;
      margin: 0 auto; }
      section.planets-contents .half-window .text h1 {
        font-size: 24px;
        letter-spacing: 2px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 30px; }
      section.planets-contents .half-window .text p {
        font-size: 14px;
        font-family: "AvenirLTStd-Light";
        color: #fff;
        line-height: 28px;
        text-align: center;
        letter-spacing: 1.5px; }
      section.planets-contents .half-window .text .buttons {
        text-align: center;
        color: #ffffff;
        width: 80px;
        margin: 30px auto;
        font-size: 34px;
        line-height: 34px; }
      section.planets-contents .half-window .text a.bprev {
        width: 24px;
        height: 24px;
        float: left;
        background: url("../img/prev.png") no-repeat;
        margin-top: 4px; }
      section.planets-contents .half-window .text a.bnext {
        width: 24px;
        height: 24px;
        float: right;
        background: url("../img/next.png") no-repeat;
        margin-top: 4px; }
      section.planets-contents .half-window .text a.bpreb:hover,
      section.planets-contents .half-window .text a.bnext:hover {
        opacity: 0.7; }
    section.planets-contents .half-window .button-close {
      display: block;
      width: 31px;
      height: 31px;
      background: url("../img/close.png") no-repeat;
      margin: 10px auto; }

.video-player-wrapper {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }

.video-js .vjs-tech {
  height: auto !important;
  width: 100%;
  background-color: transparent; }

.video-js {
  background-color: transparent !important; }

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