/****************************************************
 * Future Genesis
 * Primary style sheet
 * Author: THRD RAIL Industries - www.thrdrail.com
 * Winter 2014
 ***************************************************/
/****************************************************
 * =IMPORTS
 */
/****************************************************
 * =VARIABLES
 */
/****************************************************
 * =RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  padding: 0;
  margin: 0;
  cursor: default; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  border: none; }

/****************************************************
 * =MIXINS
 */
/****************************************************
 * =TYPOGRAPHY
 */
h1 {
  font-size: 48px;
  margin: 0;
  line-height: 60px;
  padding-bottom: 20px;
  color: #25a8e0;
  font-family: 'Pontano Sans', sans-serif; }

h2 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 40px;
  font-family: 'Pontano Sans', sans-serif;
  color: #25a8e0; }

h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #666666;
  font-family: 'Pontano Sans', sans-serif; }

h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #25a8e0;
  font-family: 'Pontano Sans', sans-serif;
  font-weight: bold; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #0099ff; }

p {
  padding: 0;
  margin: 0 0 20px 0; }

.textWhite {
  color: #ffffff; }

ul {
  padding: 0 20px 20px 20px;
  list-style: disc; }
  ul li {
    font-weight: bold; }

.font24 {
  font-size: 24px;
  line-height: 40px; }

.font18 {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal; }

.font16 {
  font-size: 16px;
  line-height: 24px; }

.font11 {
  font-size: 11px;
  font-style: italic;
  color: #aaaaaa; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

hr {
  background: #cccccc;
  height: 1px;
  border-top: solid 1px #ffffff;
  border-left: none; }

/****************************************************
 * =MODULAR ELEMENTS
 */
.hide {
  display: none; }

.block {
  display: block;
  width: 100%; }

.clear {
  clear: both; }

.floatRight {
  float: right; }

.floatLeft {
  float: left; }

.padTop {
  padding-top: 40px; }

.padBot {
  padding-bottom: 40px; }

.padSides {
  padding-right: 20px;
  padding-left: 20px; }

.marginTop {
  margin-top: 40px; }

.marginBot {
  margin-bottom: 40px; }

.textCenter {
  text-align: center; }

.round {
  border-radius: 6px; }

.inlineBlock {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: -4px;
  *zoom: 1; }

a.blockLink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 99; }

img.img100 {
  width: 100%; }

/****************************************************
 * =FORM ELEMENTS
 */
input[type="text"], input[type="password"] {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: -4px;
  *zoom: 1;
  box-shadow: 0 0 3px 3px #999999;
  border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: solid 1px #cccccc;
  padding: 0 6px;
  height: 28px;
  font-size: 12px;
  width: 200px;
  box-shadow: none; }
input[type="submit"] {
  float: right; }
input.small {
  width: 20px; }

textarea {
  border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: solid 1px #cccccc;
  padding: 6px;
  margin: 5px 0;
  font-size: 12px;
  width: 350px;
  height: 100px; }

th {
  vertical-align: top; }

label {
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #666666;
  font-weight: bold; }
  label.radio {
    margin-bottom: 10px; }

div.btnMd, a.btnMd, button.btnMd {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: -4px;
  *zoom: 1;
  border-radius: 6px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  margin: 0 10px 0 0;
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  cursor: pointer; }
  div.btnMd.green, a.btnMd.green, button.btnMd.green {
    background: #009933; }
  div.btnMd.blue, a.btnMd.blue, button.btnMd.blue {
    background: #0066cc; }
  div.btnMd.trans, a.btnMd.trans, button.btnMd.trans {
    color: #25a8e0; }
    div.btnMd.trans:hover, a.btnMd.trans:hover, button.btnMd.trans:hover {
      color: #3399cc; }
  div.btnMd:hover, a.btnMd:hover, button.btnMd:hover {
    opacity: 1.0; }

a.btnLg {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: -4px;
  *zoom: 1;
  border-radius: 6px;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
  opacity: 0.8; }
  a.btnLg.green {
    background: #009933; }
  a.btnLg:hover {
    opacity: 1.0; }

/****************************************************
 * =STRUCTURAL ELEMENTS
 */
div {
  word-wrap: break-word; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: #eeeeee; }

div.full {
  display: block;
  width: 100%;
  font-size: 14px;
  background: #ffffff; }
  div.full p {
    margin: 20px 0;
    line-height: 18px; }
  div.full.strands {
    box-shadow: 0 0 5px 5px #dddddd;
    display: block;
    height: 600px;
    background: url("/img/bg_strands.png") no-repeat white; }
  div.full.blue {
    background: #3399cc; }
  div.full.grey {
    background: #eeeeee; }
  div.full.helix {
    height: 1300px;
    background: url("/img/bg_helix.png") no-repeat center white;
    padding: 20px 0; }
  div.full.dropShadow {
    box-shadow: 0 0 5px 5px #dddddd; }
  div.full div.half {
    float: left;
    width: 620px;
    padding: 20px; }
  div.full div.third {
    float: left;
    width: 400px;
    padding: 20px; }
    div.full div.third img {
      border-radius: 6px; }
  div.full div.quarter {
    float: left;
    width: 290px;
    padding: 20px; }
  div.full div.threeQuarter {
    float: left;
    width: 990px;
    padding: 40px 0; }
    div.full div.threeQuarter div.tq40 {
      display: inline-block;
      *display: inline;
      vertical-align: top;
      margin-right: -4px;
      *zoom: 1;
      width: 36%;
      padding: 0 2%; }
      div.full div.threeQuarter div.tq40 img {
        width: 100%; }
    div.full div.threeQuarter div.tq60 {
      display: inline-block;
      *display: inline;
      vertical-align: top;
      margin-right: -4px;
      *zoom: 1;
      width: 56%;
      padding: 0 2%; }

img.fullImg {
  width: 100%; }

div.priceDesc {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: -4px;
  *zoom: 1; }
  div.priceDesc div.price {
    float: left;
    font-size: 30px;
    color: #3399cc;
    width: 55px; }
    div.priceDesc div.price.small {
      font-size: 24px; }
  div.priceDesc div.desc {
    float: left;
    font-size: 18px;
    color: #666666;
    width: 225px;
    margin-left: 10px; }

div.container {
  margin: 0 auto;
  width: 1320px;
  display: block;
  position: relative;
  clear: both;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

div.splitRows {
  display: block; }
  div.splitRows div.row {
    display: block; }
    div.splitRows div.row div.row30 {
      float: left;
      width: 290px;
      padding: 20px;
      overflow: hidden; }
    div.splitRows div.row div.row40 {
      float: left;
      width: 488px;
      padding: 20px;
      overflow: hidden; }
    div.splitRows div.row div.row60 {
      float: left;
      width: 752px;
      padding: 20px;
      overflow: hidden; }
    div.splitRows div.row div.row70 {
      float: left;
      width: 950px;
      padding: 20px;
      overflow: hidden; }
    div.splitRows div.row div.row80 {
      float: left;
      width: 1016px;
      padding: 20px;
      overflow: hidden; }

div.header {
  display: block;
  height: 100px;
  position: relative; }
  div.header div.navMobile {
    display: none; }
  div.header div.nav {
    position: absolute;
    top: 65px;
    left: 80px;
    padding: 5px 0 0 0;
    height: 30px;
    font-size: 12px; }
    div.header div.nav a.navCell {
      border-radius: 6px;
      display: inline-block;
      *display: inline;
      vertical-align: top;
      margin-right: -4px;
      *zoom: 1;
      height: 30px;
      padding: 0 20px;
      line-height: 30px;
      margin: 0 5px;
      font-weight: bold;
      cursor: pointer;
      color: #3399cc; }
      div.header div.nav a.navCell.active {
        background: #3399cc;
        color: #ffffff; }
        div.header div.nav a.navCell.active:hover {
          background: #3399cc;
          color: #ffffff;
          cursor: default; }
      div.header div.nav a.navCell:hover {
        background: #eeeeee; }
      div.header div.nav a.navCell div.countWrap {
        display: inline-block;
        *display: inline;
        vertical-align: top;
        margin-right: -4px;
        *zoom: 1;
        border-radius: 50px;
        background: #3399cc;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        margin: 5px 0 0 5px;
        color: #ffffff; }
  div.header div.headAction {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #999999;
    font-size: 12px; }
    div.header div.headAction a.btnMd {
      margin-top: 5px; }

div.navSec {
  display: block;
  padding: 20px 0 0 0; }
  div.navSec a.navSecCell, div.navSec a.navSecCellDisabled {
    border-radius: 5px 5px 0 0;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    color: #ffffff; }
    div.navSec a.navSecCell.active, div.navSec a.navSecCellDisabled.active {
      background: #ffffff;
      color: #333333; }
      div.navSec a.navSecCell.active:hover, div.navSec a.navSecCellDisabled.active:hover {
        background: #ffffff;
        color: #333333; }
    div.navSec a.navSecCell:hover, div.navSec a.navSecCellDisabled:hover {
      background: #5bb4e1; }
  div.navSec a.navSecCellDisabled {
    opacity: 0.5;
    cursor: default; }
    div.navSec a.navSecCellDisabled:hover {
      background: transparent; }

div.slider {
  display: block;
  height: 460px;
  margin: 40px 0 0 0;
  position: relative; }
  div.slider div.slide {
    width: 1320px;
    position: absolute; }
  div.slider div.left {
    float: left;
    width: 600px;
    height: 460px;
    position: relative; }
    div.slider div.left img.slideImg {
      margin-left: -1000px;
      position: absolute; }
      div.slider div.left img.slideImg.active {
        margin-left: 0; }
  div.slider div.right {
    float: right;
    width: 620px;
    height: 460px;
    margin-right: 100px;
    font-size: 14px;
    line-height: 28px;
    color: #999999; }
  div.slider div.slideNav {
    height: 20px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -45px; }
    div.slider div.slideNav a.slideNavCell {
      float: left;
      border-radius: 50px;
      height: 14px;
      width: 14px;
      margin-left: 10px;
      border: solid 3px #999999; }
      div.slider div.slideNav a.slideNavCell:hover {
        background: #cccccc; }
      div.slider div.slideNav a.slideNavCell.active {
        background: #999999; }

div.products {
  display: block; }
  div.products div.prodRow {
    display: block;
    border-bottom: solid 1px #dddddd;
    position: relative; }
    div.products div.prodRow div.prodImage {
      float: left;
      width: 20%; }
      div.products div.prodRow div.prodImage img {
        width: 60%; }
    div.products div.prodRow div.prodTitle {
      float: left;
      width: 40%;
      padding-top: 20px;
      font-size: 11px; }
      div.products div.prodRow div.prodTitle span.title {
        display: block;
        color: #333333;
        font-size: 14px;
        font-weight: bold; }
    div.products div.prodRow div.prodPrice {
      float: left;
      width: 15%;
      padding-top: 20px;
      font-size: 24px;
      color: #25a8e0;
      padding-left: 5%; }
    div.products div.prodRow div.prodAction {
      float: left;
      width: 20%;
      text-align: center;
      padding-top: 20px; }

div.cart {
  border-radius: 6px;
  margin: 20px;
  padding: 30px 20px;
  background: #eeeeee;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  position: relative; }
  div.cart .btnMd {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2; }
  div.cart h3 {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px; }
  div.cart div.cartTotalCell {
    display: block;
    text-align: right;
    padding: 10px 0;
    font-size: 12px;
    color: #aaaaaa;
    height: 30px;
    margin-top: 20px;
    font-weight: normal;
    border-top: solid 1px #cccccc; }
    div.cart div.cartTotalCell div.cartTotalWrap {
      display: inline-block;
      *display: inline;
      vertical-align: top;
      margin-right: -4px;
      *zoom: 1;
      border-radius: 50px;
      padding: 0 20px;
      color: #ffffff;
      background: #666666;
      height: 30px;
      line-height: 30px; }
    div.cart div.cartTotalCell .cartTotal {
      color: #ffffff;
      margin-left: 5px;
      font-size: 14px; }
  div.cart div.cartItem {
    border-radius: 6px;
    display: block;
    background: #eeeeee;
    position: relative;
    margin-bottom: 5px; }
    div.cart div.cartItem div.cartImage {
      float: left;
      width: 20%; }
      div.cart div.cartItem div.cartImage img {
        width: 90%; }
    div.cart div.cartItem div.cartProdTitle {
      float: left;
      width: 30%;
      padding-top: 20px; }
    div.cart div.cartItem div.cartProdPriceCnt {
      float: left;
      width: 30%;
      padding-top: 20px; }
      div.cart div.cartItem div.cartProdPriceCnt input {
        display: inline-block;
        *display: inline;
        vertical-align: top;
        margin-right: -4px;
        *zoom: 1;
        margin-top: -5px;
        text-align: right; }
    div.cart div.cartItem div.cartProdLineTotal {
      float: left;
      width: 20%;
      font-size: 18px;
      padding-top: 20px; }
    div.cart div.cartItem div.cartDelete {
      border-radius: 50px;
      position: absolute;
      top: 22px;
      right: 15px;
      width: 15px;
      height: 15px;
      font-size: 10px;
      line-height: 15px;
      text-align: center;
      background: #666666;
      color: #ffffff;
      font-weight: normal;
      cursor: pointer;
      z-index: 2; }
      div.cart div.cartItem div.cartDelete:hover {
        background: #333333; }
  div.cart.stepTwoOrder {
    display: block; }
    div.cart.stepTwoOrder div.cartItem {
      float: left;
      width: 17%;
      margin: 1%;
      padding: 0 3%;
      padding-bottom: 40px;
      position: relative;
      background: #dddddd; }
      div.cart.stepTwoOrder div.cartItem div.cartProdCount {
        border-radius: 50px;
        background: #25a8e0;
        height: 80px;
        width: 80px;
        position: absolute;
        top: -10px;
        left: -10px;
        font-size: 48px;
        text-align: center;
        line-height: 80px;
        color: #ffffff; }
      div.cart.stepTwoOrder div.cartItem div.cartImage {
        float: left;
        width: 70%;
        padding: 0 15%;
        height: 100px; }
        div.cart.stepTwoOrder div.cartItem div.cartImage img {
          width: 80%; }
      div.cart.stepTwoOrder div.cartItem div.cartProdTitle {
        width: 100%;
        display: block; }
      div.cart.stepTwoOrder div.cartItem div.prodInput {
        display: block; }
        div.cart.stepTwoOrder div.cartItem div.prodInput input {
          margin-top: 4px;
          text-align: left; }
      div.cart.stepTwoOrder div.cartItem div.cartDelete {
        top: 44px;
        display: none; }

div.helix h1 {
  position: absolute;
  top: 100px; }
div.helix div.infoPod {
  width: 300px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  opacity: 0; }
  div.helix div.infoPod.learn {
    top: 100px;
    left: 1000px; }
  div.helix div.infoPod.safeguard {
    top: 470px;
    left: 0px; }
  div.helix div.infoPod.invest {
    top: 800px;
    left: 1000px; }

div.tabBar {
  display: block;
  height: 30px;
  padding: 10px 0;
  line-height: 30px;
  font-size: 12px; }
  div.tabBar a.tab {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    margin-right: -4px;
    *zoom: 1;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #666666;
    font-weight: bold; }
    div.tabBar a.tab.active {
      background: #dddddd;
      color: #333333; }

div.table {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333333; }
  div.table div.row {
    display: block;
    width: 100%; }
    div.table div.row:nth-child(odd) {
      background: #eeeeee; }
    div.table div.row div.rowFifth {
      float: left;
      width: 16%;
      padding: 2%; }

div.prodName {
  border-radius: 6px;
  display: block;
  padding: 2px 5px;
  font-size: 12px;
  background: #cccccc;
  color: #333333; }

div.prodDetails {
  display: block;
  padding: 5px;
  font-size: 12px; }

div.orderStatus {
  display: block;
  margin: 0 0 10px 0;
  font-style: italic;
  color: #333333; }

div.footer h3 {
  font-size: 24px;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
  color: #3399cc; }
div.footer a.footLink {
  font-size: 18px;
  display: block;
  line-height: 30px;
  color: #999999;
  margin-left: 10px; }

img.share {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: -4px;
  *zoom: 1;
  border-radius: 50px;
  margin-right: 5px; }

img.roundGrey {
  border-radius: 500px;
  background: #cccccc; }

div.payment-success {
  border-radius: 6px;
  display: none;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
  background: #25a8e0; }

div.payment-errors, .payment-errors2 {
  border-radius: 6px;
  display: block;
  font-size: 14px;
  color: #660000;
  font-weight: bold;
  padding: 10px;
  background: #ffcccc; }
  div.payment-errors p, .payment-errors2 p {
    display: block;
    margin: 5px 10px; }

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  html, body {
    min-width: 1024px;
    zoom: 1; }

  div.full.helix {
    height: 1300px;
    background: url("/img/bg_helix.png") no-repeat center; }
  div.full div.half {
    width: 440px; }
  div.full div.third {
    width: 280px; }
    div.full div.third img {
      width: 100%; }
  div.full div.quarter {
    width: 200px; }
  div.full div.threeQuarter {
    width: 720px;
    padding: 40px 0; }

  div.container {
    margin: 0 auto;
    width: 960px; }

  div.splitRows div.row div.row30 {
    width: 248px; }
  div.splitRows div.row div.row40 {
    width: 344px; }
  div.splitRows div.row div.row60 {
    width: 536px; }
  div.splitRows div.row div.row70 {
    width: 632px; }
  div.splitRows div.row div.row80 {
    width: 728px; }

  div.slider div.slide {
    width: 960px; }
  div.slider div.left {
    width: 460px; }
    div.slider div.left img.slideImg {
      width: 100%; }
  div.slider div.right {
    width: 500px;
    height: 400px;
    margin-right: 0px; }

  div.helix {
    overflow: hidden; }
    div.helix h1 {
      position: absolute;
      top: 50px;
      font-size: 42px; }
    div.helix div.infoPod {
      width: 200px; }
      div.helix div.infoPod.learn {
        top: 100px;
        left: 800px; }
      div.helix div.infoPod.safeguard {
        top: 470px;
        left: 0px; }
      div.helix div.infoPod.invest {
        top: 800px;
        left: 800px; }

  div.priceDesc div.desc {
    font-size: 18px;
    color: #666666;
    width: 120px;
    margin-left: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html, body {
    min-width: 768px;
    zoom: 1; }

  div.full.helix {
    height: 1300px;
    background: url("/img/bg_helix.png") no-repeat center; }
  div.full div.half {
    width: 344px; }
  div.full div.third {
    width: 216px; }
    div.full div.third img {
      width: 100%; }
  div.full div.quarter {
    width: 152px; }
  div.full div.threeQuarter {
    width: 576px;
    padding: 40px 0; }

  div.container {
    margin: 0 auto;
    width: 768px; }

  div.header div.nav {
    left: 80px; }
    div.header div.nav a.navCell {
      padding: 0 10px;
      margin: 0 1px; }
  div.header div.headAction {
    display: none; }

  div.splitRows div.row div.row30 {
    width: 190px; }
    div.splitRows div.row div.row30 img {
      width: 100%; }
  div.splitRows div.row div.row40 {
    width: 260px; }
  div.splitRows div.row div.row60 {
    width: 428px; }
  div.splitRows div.row div.row70 {
    width: 498px; }
  div.splitRows div.row div.row80 {
    width: 728px; }

  div.slider div.slide {
    width: 768px; }
  div.slider div.left {
    width: 368px; }
    div.slider div.left img.slideImg {
      width: 100%; }
  div.slider div.right {
    width: 400px;
    margin-right: 0px; }
  div.slider div.slideNav {
    bottom: 50px; }

  div.helix {
    overflow: hidden; }
    div.helix h1 {
      position: absolute;
      top: 50px;
      font-size: 42px; }
    div.helix div.infoPod {
      width: 150px; }
      div.helix div.infoPod img {
        width: 100%; }
      div.helix div.infoPod.learn {
        top: 100px;
        left: 620px; }
      div.helix div.infoPod.safeguard {
        top: 470px;
        left: 0px; }
      div.helix div.infoPod.invest {
        top: 800px;
        left: 620px; }

  div.priceDesc div.desc {
    font-size: 18px;
    width: 120px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .noMobile {
    display: none !important; }

  html, body {
    min-width: 320px;
    zoom: 1; }

  h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0; }

  div.full.helix {
    height: 1200px;
    background: url("/img/bg_helix_trans.png") no-repeat center; }
  div.full div.half {
    width: 300px;
    padding: 0 10px;
    display: block; }
  div.full div.third {
    width: 300px;
    padding: 0 10px;
    display: block; }
    div.full div.third img {
      width: 100%; }
  div.full div.quarter {
    width: 300px;
    padding: 0 10px;
    display: block; }
  div.full div.threeQuarter {
    width: 300px;
    padding: 0 10px;
    display: block; }

  div.container {
    margin: 0 auto;
    width: 320px; }
    div.container.padSides {
      padding: 0 20px;
      width: 280px; }

  div.header img {
    width: 60%;
    margin: 0 20% 10px 20%; }
  div.header div.navMobile {
    display: block;
    width: 278px;
    border: solid 1px #cccccc;
    background: #25a8e0;
    overflow: hidden;
    position: relative;
    z-index: 999;
    margin: 0 20px; }
    div.header div.navMobile div.navMobCell {
      width: 238px;
      height: 30px;
      padding: 0 20px;
      line-height: 30px;
      cursor: pointer;
      color: #ffffff;
      font-size: 12px;
      display: none; }
      div.header div.navMobile div.navMobCell:hover {
        background: #3399cc; }
      div.header div.navMobile div.navMobCell.active {
        display: block;
        background: url("/img/icon_arrow_down.png") no-repeat 253px 7px;
        background: url("/img/icon_arrow_down.png") no-repeat 253px 7px; }

  div.navSec {
    text-align: center;
    padding-bottom: 20px; }
    div.navSec a.navSecCell {
      border-radius: 6px;
      float: none;
      display: block;
      margin-bottom: 2px;
      margin-right: 10px;
      margin-left: 10px; }

  div.splitRows div.row div.row30 {
    width: 300px;
    padding: 0 10px;
    display: block; }
    div.splitRows div.row div.row30 img {
      width: 100%; }
  div.splitRows div.row div.row40 {
    width: 300px;
    padding: 0 10px;
    display: block; }
  div.splitRows div.row div.row60 {
    width: 300px;
    padding: 0 10px;
    display: block; }
  div.splitRows div.row div.row70 {
    width: 300px;
    padding: 0 10px;
    display: block; }
  div.splitRows div.row div.row80 {
    width: 300px;
    padding: 0 10px;
    display: block; }

  div.slider {
    margin: 0; }
    div.slider div.slide {
      width: 320px; }
    div.slider div.left {
      width: 100px; }
      div.slider div.left img.slideImg {
        margin-top: 20px;
        width: 100%; }
    div.slider div.right {
      width: 180px;
      margin-right: 0px;
      line-height: 18px; }
      div.slider div.right h1 {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 30px; }
    div.slider div.slideNav {
      bottom: 20px; }

  div.helix {
    overflow: hidden; }
    div.helix h1 {
      position: absolute;
      top: 20px;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      width: 100%; }
    div.helix div.infoPod {
      width: 280px; }
      div.helix div.infoPod img {
        width: 100%; }
      div.helix div.infoPod.learn {
        top: 120px;
        left: 20px; }
      div.helix div.infoPod.safeguard {
        top: 490px;
        left: 20px; }
      div.helix div.infoPod.invest {
        top: 850px;
        left: 20px; }

  div.priceDesc {
    width: 100%;
    margin-top: 20px; }
    div.priceDesc div.desc {
      font-size: 18px;
      width: 120px; }

  div.footer {
    font-size: 11px;
    text-align: center;
    padding: 20px 0; }
    div.footer h3 {
      margin-top: 20px; } }
