@charset "UTF-8";
@import url("//www.asus.com/css/web/base.css");
@import url("//www.asus.com/css/web/business.css");
@import url("//www.asus.com/css/web/mybootstrap_to_cut.css");
@import url("//www.asus.com/css/web/overview.css");
@import url("//www.asus.com/css/web/base_responsive.css");
@import url("//www.asus.com/css/web/asus_responsive.css");
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes bgcolor {
  0% {
    background-color: #ffccf2; }

  50% {
    background-color: #ccffcc; }

  100% {
    background-color: #ccffff; } }

@-moz-keyframes bgcolor {
  0% {
    background-color: #ffccf2; }

  50% {
    background-color: #ccffcc; }

  100% {
    background-color: #ccffff; } }

@-ms-keyframes bgcolor {
  0% {
    background-color: #ffccf2; }

  50% {
    background-color: #ccffcc; }

  100% {
    background-color: #ccffff; } }

@keyframes bgcolor {
  0% {
    background-color: #ffccf2; }

  50% {
    background-color: #ccffcc; }

  100% {
    background-color: #ccffff; } }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxOverlay:hover {
  cursor: url("../img/gallery/zoomout.cur"), url("../img/gallery/zoomout.gif"), pointer; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#cboxContent {
  margin-top: 20px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxLoadingOverlay {
  background: #000; }

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url("font/helveticaneueltstdlt1359089514/helveticaneueltstdlt.eot");
  src: local("HelveticaNeueLTStd-Lt"), url("font/helveticaneueltstdlt1359089514/helveticaneueltstdlt.eot?#iefix") format("embedded-opentype"), url("font/helveticaneueltstdlt1359089514/helveticaneueltstdlt.woff") format("woff"), url("font/helveticaneueltstdlt1359089514/helveticaneueltstdlt.ttf") format("truetype"), url("font/helveticaneueltstdlt1359089514/helveticaneueltstdlt.svg#helveticaneueltstdlt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd-LtCn';
  src: local("HelveticaNeueLTStd-LtCn"), url("font/helveticaneueltstdltcn1359089540/helveticaneueltstdltcn.eot");
  src: url("font/helveticaneueltstdltcn1359089540/helveticaneueltstdltcn.eot?#iefix") format("embedded-opentype"), url("font/helveticaneueltstdltcn1359089540/helveticaneueltstdltcn.woff") format("woff"), url("font/helveticaneueltstdltcn1359089540/helveticaneueltstdltcn.ttf") format("truetype"), url("font/helveticaneueltstdltcn1359089540/helveticaneueltstdltcn.svg#helveticaneueltstdltcn") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd-UltLt';
  src: local("HelveticaNeueLTStd-UltLt"), url("font/helveticaneueltstdultlt1359090484/helveticaneueltstdultlt.eot");
  src: url("font/helveticaneueltstdultlt1359090484/helveticaneueltstdultlt.eot?#iefix") format("embedded-opentype"), url("font/helveticaneueltstdultlt1359090484/helveticaneueltstdultlt.woff") format("woff"), url("font/helveticaneueltstdultlt1359090484/helveticaneueltstdultlt.ttf") format("truetype"), url("font/helveticaneueltstdultlt1359090484/helveticaneueltstdultlt.svg#helveticaneueltstdultlt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd-LtIt';
  src: local("HelveticaNeueLTStd-LtIt"), url("font/helveticaneueltstdltit1359089661/helveticaneueltstdltit.eot");
  src: url("font/helveticaneueltstdltit1359089661/helveticaneueltstdltit.eot?#iefix") format("embedded-opentype"), url("font/helveticaneueltstdltit1359089661/helveticaneueltstdltit.woff") format("woff"), url("font/helveticaneueltstdltit1359089661/helveticaneueltstdltit.ttf") format("truetype"), url("font/helveticaneueltstdltit1359089661/helveticaneueltstdltit.svg#helveticaneueltstdltit") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueLTStd-Th';
  src: local("HelveticaNeueLTStd-Th"), url("font/helveticaneueltstdth1359090376/helveticaneueltstdth.eot");
  src: url("font/helveticaneueltstdth1359090376/helveticaneueltstdth.eot?#iefix") format("embedded-opentype"), url("font/helveticaneueltstdth1359090376/helveticaneueltstdth.woff") format("woff"), url("font/helveticaneueltstdth1359090376/helveticaneueltstdth.ttf") format("truetype"), url("font/helveticaneueltstdth1359090376/helveticaneueltstdth.svg#helveticaneueltstdth") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaLTStd-LightObl';
  src: local("HelveticaLTStd-LightObl"), url("font/helveticaltstdlightobl1359088645/helveticaltstdlightobl.eot");
  src: url("font/helveticaltstdlightobl1359088645/helveticaltstdlightobl.eot?#iefix") format("embedded-opentype"), url("font/helveticaltstdlightobl1359088645/helveticaltstdlightobl.woff") format("woff"), url("font/helveticaltstdlightobl1359088645/helveticaltstdlightobl.ttf") format("truetype"), url("font/helveticaltstdlightobl1359088645/helveticaltstdlightobl.svg#helveticaltstdlightobl") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLTStd-Cn18';
  src: local("TradeGothicLTStd-Cn18"), url("font/tradegothicltstdcn181359717570/tradegothicltstdcn18.eot");
  src: url("font/tradegothicltstdcn181359717570/tradegothicltstdcn18.eot?#iefix") format("embedded-opentype"), url("font/tradegothicltstdcn181359717570/tradegothicltstdcn18.woff") format("woff"), url("font/tradegothicltstdcn181359717570/tradegothicltstdcn18.ttf") format("truetype"), url("font/tradegothicltstdcn181359717570/tradegothicltstdcn18.svg#tradegothicltstdcn18") format("svg");
  font-weight: normal;
  font-style: normal; }

#mainmenu {
  margin-top: 0; }
  #mainmenu #asus-logo {
    padding-bottom: 20px;
    padding-left: 0; }
  #mainmenu a {
    font-family: arial;
    color: #FFF; }
    #mainmenu a:hover {
      color: #999; }
  #mainmenu span {
    font-size: 17px;
    font-family: arial;
    display: block;
    float: left;
    line-height: 63px; }
  #mainmenu ul {
    display: block;
    float: right;
    margin: 23px 0 0;
    position: relative; }
    #mainmenu ul li {
      border-right: 1px solid #666;
      display: block;
      float: left;
      font-size: 22px;
      height: 17px;
      padding:  4px 20px; }
      #mainmenu ul li.last {
	    background: url("../img/where-to-buy/bg.png");
        border: 0;
        padding-right: 36px; }
      #mainmenu ul li a {
        text-transform: uppercase; }
  #mainmenu .container {
    width: 1180px; }

#footer {
  background: #000;
  border: 1px solid #000;
  height: 180px;
  text-align: center;
  display: none; }
  #footer p {
    margin: 0;
    line-height: 180px;
    color: #696969; }

html #section-aio #header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cfcece; }
html #section-aio #wrap {
  font-size: 13px;
  font-family: arial,helvetica,verdana,微軟正黑體,'LiHei Pro';
  background: #fff;
  width: 100%;
  min-width: 1200px;
  overflow: hidden; }
  html #section-aio #wrap a {
    font-family: 'HelveticaNeueLTStd-Lt',arial,verdana;
    font-size: 17px;
    color: #0099cc; }
  html #section-aio #wrap a:hover, html #section-aio #wrap a:focus {
    color: #33b9ff;
    outline: none; }
  html #section-aio #wrap .hide {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  html #section-aio #wrap header#kv {
    position: relative;
    height: 471px; }
    html #section-aio #wrap header#kv .center {
      width: 865px;
      border: 1px solid transparent; }
    html #section-aio #wrap header#kv hgroup {
      position: relative;
      padding-top: 44px; }
    html #section-aio #wrap header#kv h1, html #section-aio #wrap header#kv h2, html #section-aio #wrap header#kv h3, html #section-aio #wrap header#kv h4 {
      line-height: 1.2em;
      font-weight: lighter;
      margin-top: 14px;
      font-family: 'HelveticaNeueLTStd-Lt',arial,verdana,微軟正黑體,'LiHei Pro',helvetica;
      margin-bottom: 4px; }
    html #section-aio #wrap header#kv h1, html #section-aio #wrap header#kv h2, html #section-aio #wrap header#kv h4 {
      width: 430px; }
    html #section-aio #wrap header#kv h1 {
      line-height: 30px; }
    html #section-aio #wrap header#kv h2 {
      font-size: 37px;
      font-family: 'HelveticaNeueLTStd-LtCn','HelveticaNeueLTStd-Lt',arial,verdana;
      text-transform: uppercase; }
    html #section-aio #wrap header#kv h3 {
      width: 310px;
      font-size: 22px;
      font-family: 'HelveticaNeueLTStd-LtCn','HelveticaNeueLTStd-Lt',arial,verdana;
      margin: 32px 0 57px; }
    html #section-aio #wrap header#kv .bg {
      display: block;
      position: absolute;
      height: 700px;
      width: 100%;
      left: 0;
      position: absolute; }
      html #section-aio #wrap header#kv .bg .background {
        width: 100%;
        height: 100%; }
    html #section-aio #wrap header#kv .AiO {
      position: absolute;
      top: 25px;
      right: 50px; }
    html #section-aio #wrap header#kv .modes {
      margin-top: 16px;
      position: relative;
      width: 495px;
      margin-left: -5px; }
      html #section-aio #wrap header#kv .modes ul {
        width: 600px; }
        html #section-aio #wrap header#kv .modes ul li {
          float: left;
          display: block;
          position: relative;
          height: 135px;
          margin-left: -20px; }
          html #section-aio #wrap header#kv .modes ul li span {
            text-align: center;
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            font-size: 11px;
            font-family: 'HelveticaNeueLTStd-LtCn','HelveticaNeueLTStd-Lt',arial,verdana; }
    html #section-aio #wrap header#kv .center {
      width: 865px;
      margin: 0 auto; }
      html #section-aio #wrap header#kv .center hgroup {
        position: relative; }
  html #section-aio #wrap .page {
    background: #fcfbf3;
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    font-size: 1.46154em; }
    html #section-aio #wrap .page ul.triples {
      margin: 0;
      width: 1230px; }
      html #section-aio #wrap .page ul.triples li {
        position: relative;
        display: block;
        float: left;
        width: 342px;
        margin: 0 30px;
        height: 410px; }
        html #section-aio #wrap .page ul.triples li figure {
          position: absolute;
          width: 100%;
          height: 100%;
          left: -20px;
          line-height: 16em;
          text-align: center; }
        html #section-aio #wrap .page ul.triples li h3 {
          margin-top: 230px;
          white-space: nowrap; }
        html #section-aio #wrap .page ul.triples li h3, html #section-aio #wrap .page ul.triples li h4 {
          position: relative; }
    html #section-aio #wrap .page .center, html #section-aio #wrap .page .page {
      padding: 1px; }
    html #section-aio #wrap .page h2 {
      font-family: 'HelveticaNeueLTStd-UltLt',arial,verdana,微軟正黑體,'LiHei Pro',helvetica;
      font-size: 45px;
      color: #186aa3;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      margin-top: 75px;
      margin-bottom: 55px;
      display: block;
      position: relative;
      line-height: 27px; }
      html #section-aio #wrap .page h2:before, html #section-aio #wrap .page h2:after {
        height: 20px;
        top: 0;
        position: absolute;
        display: block;
        content: '.';
        text-indent: -999em;
        border-bottom: 1px solid #186aa3; }
      html #section-aio #wrap .page h2:before {
        left: 0; }
      html #section-aio #wrap .page h2:after {
        right: 0; }
      html #section-aio #wrap .page h2:before, html #section-aio #wrap .page h2:after {
        width: 192px; }
      html #section-aio #wrap .page h2 .back-to-top {
        position: absolute;
        top: -20px;
        right: 0; }
      html #section-aio #wrap .page h2 .mode {
        top: -35px;
        width: 100%;
        position: absolute;
        text-align: center; }
    html #section-aio #wrap .page h3, html #section-aio #wrap .page h4, html #section-aio #wrap .page h6 {
      font-family: 'HelveticaNeueLTStd-LtIt',arial,verdana,微軟正黑體,'LiHei Pro',helvetica;
      font-weight: lighter; }
    html #section-aio #wrap .page h3 {
      font-size: 22px;
      color: #000; }
    html #section-aio #wrap .page h4 {
      font-family: 'HelveticaNeueLTStd-Lt',arial,verdana,微軟正黑體,'LiHei Pro',helvetica;
      font-size: 17px;
      color: #666; }
    html #section-aio #wrap .page h6 {
      color: #999; }
    html #section-aio #wrap .page .center {
      width: 100%; }
      html #section-aio #wrap .page .center .inner {
        position: relative;
        margin: 0 auto;
        width: 1180px; }
    html #section-aio #wrap .page#freedom h2:before, html #section-aio #wrap .page#freedom h2:after {
      width: 277px; }
    html #section-aio #wrap .page#freedom #gallery {
      position: relative;
      border: 0;
      width: 1180px; }
      html #section-aio #wrap .page#freedom #gallery .viewport {
        height: 381px;
        width: 100%;
        overflow: hidden; }
      html #section-aio #wrap .page#freedom #gallery .gallery-image-container {
        height: 381px;
        width: 301%;
        position: relative;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
        -moz-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
        -o-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
        transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78); }
      html #section-aio #wrap .page#freedom #gallery .gallery-image {
        float: left; }
      html #section-aio #wrap .page#freedom #gallery .tabs {
        list-style: none outside none;
        margin-left: 0;
        width: 2000px; }
        html #section-aio #wrap .page#freedom #gallery .tabs li {
          display: block;
          height: 45px;
          width: 392px;
          border: 1px solid #817966;
          float: left;
          color: #fff;
          line-height: 45px;
          text-align: center;
          background: #635134;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
          html #section-aio #wrap .page#freedom #gallery .tabs li a {
            display: block;
            position: relative;
            color: white; }
            html #section-aio #wrap .page#freedom #gallery .tabs li a:after {
              -webkit-transition-property: all;
              -moz-transition-property: all;
              -o-transition-property: all;
              transition-property: all;
              -webkit-transition-duration: 0.2s;
              -moz-transition-duration: 0.2s;
              -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
              -webkit-transition-delay: 0s;
              -moz-transition-delay: 0s;
              -o-transition-delay: 0s;
              transition-delay: 0s;
              -webkit-transition-timing-function: ease-in-out;
              -moz-transition-timing-function: ease-in-out;
              -o-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
              border-color: transparent;
              border-style: solid;
              border-width: 0 7px 10px;
              content: ".";
              display: block;
              height: 0;
              left: 190px;
              position: absolute;
              top: -9px;
              width: 0;
              text-indent: -999em; }
          html #section-aio #wrap .page#freedom #gallery .tabs li img {
            margin-right: 17px;
            margin-top: -2px; }
          html #section-aio #wrap .page#freedom #gallery .tabs li:hover {
            background: #4C3A1D;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
            html #section-aio #wrap .page#freedom #gallery .tabs li:hover a:hover {
              color: white;
              -webkit-transition-property: all;
              -moz-transition-property: all;
              -o-transition-property: all;
              transition-property: all;
              -webkit-transition-duration: 0.4s;
              -moz-transition-duration: 0.4s;
              -o-transition-duration: 0.4s;
              transition-duration: 0.4s;
              -webkit-transition-delay: 0s;
              -moz-transition-delay: 0s;
              -o-transition-delay: 0s;
              transition-delay: 0s;
              -webkit-transition-timing-function: ease-in-out;
              -moz-transition-timing-function: ease-in-out;
              -o-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out; }
              html #section-aio #wrap .page#freedom #gallery .tabs li:hover a:hover:after {
                -webkit-transition-property: all;
                -moz-transition-property: all;
                -o-transition-property: all;
                transition-property: all;
                -webkit-transition-duration: 0.4s;
                -moz-transition-duration: 0.4s;
                -o-transition-duration: 0.4s;
                transition-duration: 0.4s;
                -webkit-transition-delay: 0s;
                -moz-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                -webkit-transition-timing-function: ease-in-out;
                -moz-transition-timing-function: ease-in-out;
                -o-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
                border-color: transparent transparent #4C3A1D; }
          html #section-aio #wrap .page#freedom #gallery .tabs li.android-tablet-mode {
            width: 390px; }
      html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .tabs li.android-tablet-mode, html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .tabs li.aio-desktop-mode, html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .tabs li.remote-desktop-mode {
        background: #392e1e; }
        html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .tabs li.android-tablet-mode a, html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .tabs li.aio-desktop-mode a, html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .tabs li.remote-desktop-mode a {
          cursor: auto; }
          html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .tabs li.android-tablet-mode a:after, html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .tabs li.aio-desktop-mode a:after, html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .tabs li.remote-desktop-mode a:after {
            border-color: transparent transparent #392e1e; }
      html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .gallery-image-container {
        margin-left: -2364px; }
      html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .gallery-image-container {
        margin-left: -1182px; }
      html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .gallery-image-container {
        margin-left: 0; }
      html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .description {
        margin-left: -2364px; }
        html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .description .android-tablet-mode h3, html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .description .android-tablet-mode h4, html #section-aio #wrap .page#freedom #gallery.android-tablet-mode .description .android-tablet-mode a {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
      html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .description {
        margin-left: -1182px; }
        html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .description .remote-desktop-mode h3, html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .description .remote-desktop-mode h4, html #section-aio #wrap .page#freedom #gallery.remote-desktop-mode .description .remote-desktop-mode a {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
      html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .description {
        margin-left: 0; }
        html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .description .aio-desktop-mode h3, html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .description .aio-desktop-mode h4, html #section-aio #wrap .page#freedom #gallery.aio-desktop-mode .description .aio-desktop-mode a {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
      html #section-aio #wrap .page#freedom #gallery .description-viewport {
        padding-top: 22px;
        border-radius: 0 0 8px 8px;
        background: #ecf8fa;
        overflow: hidden; }
      html #section-aio #wrap .page#freedom #gallery .description {
        display: block;
        height: 152px;
        width: 301%;
        -webkit-transition-property: margin-left;
        -moz-transition-property: margin-left;
        -o-transition-property: margin-left;
        transition-property: margin-left;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
        -moz-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
        -o-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
        transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78); }
        html #section-aio #wrap .page#freedom #gallery .description section {
          float: left; }
        html #section-aio #wrap .page#freedom #gallery .description h3, html #section-aio #wrap .page#freedom #gallery .description h4, html #section-aio #wrap .page#freedom #gallery .description a {
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.8s;
          -moz-transition-duration: 0.8s;
          -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
          -webkit-transition-delay: 0.2s;
          -moz-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
          -webkit-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
          -moz-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
          -o-transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78);
          transition-timing-function: cubic-bezier(0.67, 0.13, 0.09, 0.78); }
        html #section-aio #wrap .page#freedom #gallery .description h3 {
          font-size: 25px;
          font-family: 'HelveticaNeueLTStd-Th';
          margin: 0;
          float: left;
          width: 270px;
          padding-right: 40px;
          padding-left: 70px;
          text-align: right;
          line-height: 22px;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
        html #section-aio #wrap .page#freedom #gallery .description h4 {
          font-size: 17px;
          margin: 0;
          float: right;
          width: 630px;
          padding-right: 170px;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
        html #section-aio #wrap .page#freedom #gallery .description a {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          display: block;
          margin: 0 auto;
          padding: 22px 0 30px;
          width: 140px;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
          html #section-aio #wrap .page#freedom #gallery .description a i {
            border-color: #0099CC transparent transparent;
            border-style: solid;
            border-width: 10px 7px 0;
            display: block;
            float: right;
            height: 0;
            margin-top: 5px;
            width: 0;
            position: relative;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px); }
            html #section-aio #wrap .page#freedom #gallery .description a i:after {
              border-color: transparent;
              border-style: solid;
              border-width: 10px 7px 0;
              top: 0;
              right: -7px;
              display: block;
              height: 0;
              width: 0;
              position: absolute;
              content: '.';
              text-indent: -999em;
              -webkit-transform: translateY(-20px);
              -moz-transform: translateY(-20px);
              -ms-transform: translateY(-20px);
              -o-transform: translateY(-20px);
              transform: translateY(-20px); }
          html #section-aio #wrap .page#freedom #gallery .description a:hover {
            color: #33B9FF;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
          html #section-aio #wrap .page#freedom #gallery .description a:hover i {
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transform: translateY(10px) rotate(-1440deg);
            -moz-transform: translateY(10px) rotate(-1440deg);
            -ms-transform: translateY(10px) rotate(-1440deg);
            -o-transform: translateY(10px) rotate(-1440deg);
            transform: translateY(10px) rotate(-1440deg);
            border-color: transparent; }
            html #section-aio #wrap .page#freedom #gallery .description a:hover i:after {
              -webkit-transition-property: all;
              -moz-transition-property: all;
              -o-transition-property: all;
              transition-property: all;
              -webkit-transition-duration: 0.4s;
              -moz-transition-duration: 0.4s;
              -o-transition-duration: 0.4s;
              transition-duration: 0.4s;
              -webkit-transition-delay: 0s;
              -moz-transition-delay: 0s;
              -o-transition-delay: 0s;
              transition-delay: 0s;
              -webkit-transition-timing-function: ease-in-out;
              -moz-transition-timing-function: ease-in-out;
              -o-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
              border-color: #33B9FF transparent transparent; }
      html #section-aio #wrap .page#freedom #gallery .arrow {
        position: absolute;
        width: 100%;
        height: 380px;
        top: 0;
        left: 0; }
      html #section-aio #wrap .page#freedom #gallery .prev, html #section-aio #wrap .page#freedom #gallery .next {
        background: #4A3F2C;
        color: #FFF;
        display: block;
        font-family: verdana;
        font-size: 17px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        position: absolute;
        text-align: center;
        top: 175px;
        transition: all 0.2s ease-in 0s;
        width: 30px; }
        html #section-aio #wrap .page#freedom #gallery .prev:hover, html #section-aio #wrap .page#freedom #gallery .next:hover {
          text-shadow: 1px 1px 10px #fff; }
      html #section-aio #wrap .page#freedom #gallery .next {
        right: -15px; }
      html #section-aio #wrap .page#freedom #gallery .prev {
        left: -15px; }
    html #section-aio #wrap .page#desktop h2:before {
      width: 265px;
      left: 0; }
    html #section-aio #wrap .page#desktop h2:after {
      right: 205px;
      width: 60px; }
    html #section-aio #wrap .page#desktop .top {
      height: 664px;
      width: 100%;
      position: relative; }
      html #section-aio #wrap .page#desktop .top img {
        position: absolute; }
        html #section-aio #wrap .page#desktop .top img.screen {
          right: 0;
          bottom: 25px; }
        html #section-aio #wrap .page#desktop .top img.game {
          left: 0;
          bottom: 35px; }
    html #section-aio #wrap .page#desktop .description {
      width: 750px;
      margin: 0 auto;
      text-align: center; }
    html #section-aio #wrap .page#desktop .inner {
      padding-bottom: 50px; }
    html #section-aio #wrap .page#desktop .ergonomic.prepare .text {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    html #section-aio #wrap .page#desktop .ergonomic.prepare .dashed {
      font-size: 0;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    html #section-aio #wrap .page#desktop .ergonomic.prepare .machine {
      -webkit-transform: rotate(0) translate(0, 0);
      -moz-transform: rotate(0) translate(0, 0);
      -ms-transform: rotate(0) translate(0, 0);
      -o-transform: rotate(0) translate(0, 0);
      transform: rotate(0) translate(0, 0);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    html #section-aio #wrap .page#desktop .text {
      font-family: 'HelveticaNeueLTStd-Lt',arial,verdana;
      left: 180px;
      line-height: 20px;
      position: absolute;
      top: 45px;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    html #section-aio #wrap .page#desktop .dashed-group {
      margin: 70px 0 0 200px; }
    html #section-aio #wrap .page#desktop .dashed {
      width: 5px;
      height: 1px;
      display: block;
      float: left;
      line-height: 0;
      font-style: normal;
      font-size: 10px;
      color: #bbb;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }
      html #section-aio #wrap .page#desktop .dashed.no1 {
        -webkit-transform: rotate(0deg) translate(-15px, 5px);
        -moz-transform: rotate(0deg) translate(-15px, 5px);
        -ms-transform: rotate(0deg) translate(-15px, 5px);
        -o-transform: rotate(0deg) translate(-15px, 5px);
        transform: rotate(0deg) translate(-15px, 5px);
        -webkit-transition-property: font-size;
        -moz-transition-property: font-size;
        -o-transition-property: font-size;
        transition-property: font-size;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      html #section-aio #wrap .page#desktop .dashed.no2 {
        -webkit-transform: rotate(10deg) translate(-3px, 7px);
        -moz-transform: rotate(10deg) translate(-3px, 7px);
        -ms-transform: rotate(10deg) translate(-3px, 7px);
        -o-transform: rotate(10deg) translate(-3px, 7px);
        transform: rotate(10deg) translate(-3px, 7px);
        -webkit-transition-property: font-size;
        -moz-transition-property: font-size;
        -o-transition-property: font-size;
        transition-property: font-size;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      html #section-aio #wrap .page#desktop .dashed.no3 {
        -webkit-transform: rotate(20deg) translate(8px, 8px);
        -moz-transform: rotate(20deg) translate(8px, 8px);
        -ms-transform: rotate(20deg) translate(8px, 8px);
        -o-transform: rotate(20deg) translate(8px, 8px);
        transform: rotate(20deg) translate(8px, 8px);
        -webkit-transition-property: font-size;
        -moz-transition-property: font-size;
        -o-transition-property: font-size;
        transition-property: font-size;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      html #section-aio #wrap .page#desktop .dashed.no4 {
        -webkit-transform: rotate(30deg) translate(18px, 9px);
        -moz-transform: rotate(30deg) translate(18px, 9px);
        -ms-transform: rotate(30deg) translate(18px, 9px);
        -o-transform: rotate(30deg) translate(18px, 9px);
        transform: rotate(30deg) translate(18px, 9px);
        -webkit-transition-property: font-size;
        -moz-transition-property: font-size;
        -o-transition-property: font-size;
        transition-property: font-size;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.8660253882408142, M12=-0.5, M21=0.5, M22=0.8660253882408142);
        /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.8660253882408142, M12=-0.5, M21=0.5, M22=0.8660253882408142)";
        /* IE8 */ }
      html #section-aio #wrap .page#desktop .dashed.prepare {
        font-size: 0; }
    html #section-aio #wrap .page#desktop .machine {
      left: 170px;
      position: absolute;
      top: 35px;
      -webkit-transform: rotate(30deg) translateX(30px) translateY(-5px);
      -moz-transform: rotate(30deg) translateX(30px) translateY(-5px);
      -ms-transform: rotate(30deg) translateX(30px) translateY(-5px);
      -o-transform: rotate(30deg) translateX(30px) translateY(-5px);
      transform: rotate(30deg) translateX(30px) translateY(-5px);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.9s;
      -moz-transition-duration: 0.9s;
      -o-transition-duration: 0.9s;
      transition-duration: 0.9s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    html #section-aio #wrap .page#desktop .stand {
      position: absolute;
      left: 150px;
      top: 175px; }
    html #section-aio #wrap .page#remote-desktop {
      background: #fdfef8; }
      html #section-aio #wrap .page#remote-desktop h2 {
        color: #333; }
      html #section-aio #wrap .page#remote-desktop .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 700px;
        overflow: hidden;
        min-width: 1920px; }
        html #section-aio #wrap .page#remote-desktop .bg img {
          width: 100%; }
        html #section-aio #wrap .page#remote-desktop .bg.tablet {
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.8s;
          -moz-transition-duration: 0.8s;
          -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
          -webkit-transition-delay: 0.6s;
          -moz-transition-delay: 0.6s;
          -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
          opacity: 0; }
      html #section-aio #wrap .page#remote-desktop .AiO-screen-tablet {
        -webkit-transform: scale(1.03) translateX(4px);
        -moz-transform: scale(1.03) translateX(4px);
        -ms-transform: scale(1.03) translateX(4px);
        -o-transform: scale(1.03) translateX(4px);
        transform: scale(1.03) translateX(4px);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 31px;
        left: 27px;
        width: 493px; }
      html #section-aio #wrap .page#remote-desktop .AiO-screen-desktop {
        left: 32px;
        top: 31px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
      html #section-aio #wrap .page#remote-desktop .AiO-stand {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        left: 2px;
        top: 130px; }
      html #section-aio #wrap .page#remote-desktop .AiO-stand-logo {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        left: 113px;
        top: 327px; }
      html #section-aio #wrap .page#remote-desktop .AiO-frame {
        left: 0;
        top: 0;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
      html #section-aio #wrap .page#remote-desktop .AiO {
        height: 550px;
        position: relative; }
        html #section-aio #wrap .page#remote-desktop .AiO img {
          display: block;
          position: absolute; }
        html #section-aio #wrap .page#remote-desktop .AiO aside {
          width: 520px;
          position: absolute;
          right: 0;
          bottom: 130px;
          text-align: center; }
          html #section-aio #wrap .page#remote-desktop .AiO aside .hand {
            background: url("../img/remote-desktop/hand.png") 0 0 no-repeat;
            height: 275px;
            margin: 0 auto;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transition-timing-function: steps(14, end);
            -moz-transition-timing-function: steps(14, end);
            -o-transition-timing-function: steps(14, end);
            transition-timing-function: steps(14, end);
            width: 280px; }
          html #section-aio #wrap .page#remote-desktop .AiO aside h3 img {
            display: inline;
            position: relative; }
      html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO-screen-tablet, html #section-aio #wrap .page#remote-desktop.tablet-theme .bg.tablet {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO-stand, html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO-stand-logo {
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO aside .hand {
        background-position: -3920px 0; }
      html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO-screen-desktop, html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO-frame {
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px); }
      html #section-aio #wrap .page#remote-desktop.tablet-theme .AiO-screen-tablet {
        left: 25px;
        top: 60px;
        width: 493px; }
      html #section-aio #wrap .page#remote-desktop .ergonomic {
        margin-top: 50px;
        position: relative;
        width: 300px;
        text-align: left;
        z-index: 1; }
      html #section-aio #wrap .page#remote-desktop .loading {
        margin-left: -370px;
        margin-top: -100px;
        position: relative;
        height: 600px;
        width: 1920px;
        background: url(../img/remote-desktop/kick-stand-frame-0.jpg) no-repeat center center; }
        html #section-aio #wrap .page#remote-desktop .loading .icon {
          width: 1920px;
          height: 600px;
          background: url(../img/loading.gif) no-repeat center center; }
      html #section-aio #wrap .page#remote-desktop .kick-stand {
        position: absolute;
        top: 0;
        left: 0;
        width: 1920px;
        height: 600px;
        background: url(../img/remote-desktop/kick-stand.jpg);
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
    html #section-aio #wrap .page#android-tablet .scenario {
      position: relative;
      margin: 0 auto;
      width: 1180px; }
      html #section-aio #wrap .page#android-tablet .scenario .scene {
        margin-left: -370px;
        margin-top: -2px;
        position: relative;
        width: 1920px; }
        html #section-aio #wrap .page#android-tablet .scenario .scene .screen {
          left: 519px;
          position: absolute;
          top: 205px;
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.4s;
          -moz-transition-duration: 0.4s;
          -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
          html #section-aio #wrap .page#android-tablet .scenario .scene .screen img {
            display: inline;
            height: auto; }
        html #section-aio #wrap .page#android-tablet .scenario .scene img {
          display: block;
          height: 780px; }
    html #section-aio #wrap .page#android-tablet .top {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      html #section-aio #wrap .page#android-tablet .top hgroup {
        position: relative;
        width: 1180px;
        margin: 0 auto; }
      html #section-aio #wrap .page#android-tablet .top .description {
        float: right;
        width: 360px; }
      html #section-aio #wrap .page#android-tablet .top .dialog {
        overflow: hidden;
        float: right;
        height: 298px;
        width: 298px;
        margin-top: 40px;
        margin-right: 60px;
        position: relative;
        background: url(../img/android-tablet/touch.png) 0 0 no-repeat;
        -webkit-transition-property: background-position;
        -moz-transition-property: background-position;
        -o-transition-property: background-position;
        transition-property: background-position;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: steps(13, end);
        -moz-transition-timing-function: steps(13, end);
        -o-transition-timing-function: steps(13, end);
        transition-timing-function: steps(13, end); }
        html #section-aio #wrap .page#android-tablet .top .dialog:after {
          height: 298px;
          width: 298px;
          position: absolude;
          left: 0;
          top: 0;
          display: block;
          content: '.';
          text-indent: -999em;
          background: url(../img/android-tablet/touch.png) 0 0 no-repeat;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transition-property: background-position, opacity;
          -moz-transition-property: background-position, opacity;
          -o-transition-property: background-position, opacity;
          transition-property: background-position opacity;
          -webkit-transition-duration: 0.5s;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          -webkit-transition-timing-function: steps(13, end);
          -moz-transition-timing-function: steps(13, end);
          -o-transition-timing-function: steps(13, end);
          transition-timing-function: steps(13, end); }
        html #section-aio #wrap .page#android-tablet .top .dialog .half {
          height: 50%;
          overflow: hidden; }
        html #section-aio #wrap .page#android-tablet .top .dialog .icon {
          position: absolute;
          left: 30px;
          top: 167px;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.4s;
          -moz-transition-duration: 0.4s;
          -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
          html #section-aio #wrap .page#android-tablet .top .dialog .icon.windows8 {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0; }
        html #section-aio #wrap .page#android-tablet .top .dialog h3, html #section-aio #wrap .page#android-tablet .top .dialog h4 {
          width: 183px;
          margin: 0 auto;
          position: relative;
          color: #fff;
          line-height: 1.3em;
          text-align: center; }
        html #section-aio #wrap .page#android-tablet .top .dialog h3 {
          padding-top: 15px; }
    html #section-aio #wrap .page#android-tablet.win8 .dialog {
      background-position: -3874px 0; }
      html #section-aio #wrap .page#android-tablet.win8 .dialog:hover {
        background-position: -3874px 0; }
    html #section-aio #wrap .page#android-tablet.win8 .top .icon.windows8 {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    html #section-aio #wrap .page#android-tablet.win8 .top .icon.android {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    html #section-aio #wrap .page#android-tablet.win8 .scenario .scene .screen.android {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    html #section-aio #wrap .page#android-tablet .inner .triples h6 img {
      margin-right: 10px; }
    html #section-aio #wrap .page#android-tablet .inner .ten-point-touch {
      width: 1280px;
      margin-left: -50px;
      margin-top: 85px; }
      html #section-aio #wrap .page#android-tablet .inner .ten-point-touch h3, html #section-aio #wrap .page#android-tablet .inner .ten-point-touch h4 {
        width: 600px;
        text-align: center;
        margin: 0 auto; }
      html #section-aio #wrap .page#android-tablet .inner .ten-point-touch figure {
        padding-top: 20px;
        text-align: center; }
      html #section-aio #wrap .page#android-tablet .inner .ten-point-touch .hands {
        padding: 0;
        bottom: -310px;
        left: -123px;
        position: absolute; }
    html #section-aio #wrap .page#brand-new {
      height: 2150px;
      background: url(../img/brand-new/wooden.jpg) repeat scroll center top transparent; }
      html #section-aio #wrap .page#brand-new .sunshine {
        position: absolute;
        top: 0;
        left: 0; }
      html #section-aio #wrap .page#brand-new .inner .description {
        margin: 0 auto;
        text-align: center;
        width: 696px; }
        html #section-aio #wrap .page#brand-new .inner .description h3, html #section-aio #wrap .page#brand-new .inner .description h4 {
          text-align: center; }
      html #section-aio #wrap .page#brand-new .inner .carpet {
        position: relative;
        margin-top: 25px;
        margin-left: -90px;
        width: 1350px;
        position: absolute; }
        html #section-aio #wrap .page#brand-new .inner .carpet h3 {
          width: 100%;
          color: #fff;
          position: absolute;
          text-align: center;
          bottom: 0; }
          html #section-aio #wrap .page#brand-new .inner .carpet h3 img {
            display: inline; }
        html #section-aio #wrap .page#brand-new .inner .carpet img {
          display: block;
          position: relative; }
        html #section-aio #wrap .page#brand-new .inner .carpet .carpet-bg {
          position: absolute; }
        html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list {
          position: absolute;
          height: 205px;
          top: 425px;
          left: 35px;
          background: #fff;
          border-radius: 7px 7px 7px 7px;
          list-style: none;
          background: #fff;
          height: 205px;
          position: absolute;
          right: 50px;
          top: 425px; }
          html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li {
            width: 600px;
            display: block;
            float: left; }
            html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li hgroup {
              margin-left: 240px;
              margin-top: 40px;
              width: 360px; }
              html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li hgroup h3 {
                text-align: left;
                position: relative;
                width: 100%;
                color: #000; }
              html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li hgroup h4 {
                width: 300px; }
            html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li.android figure {
              padding-left: 60px; }
            html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li.windows8 hgroup {
              border-right: 1px solid #cfcfcf; }
            html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li figure {
              padding-top: 42px;
              height: 196px; }
              html #section-aio #wrap .page#brand-new .inner .carpet article#operating-system ul.list li figure.android {
                padding-left: 60px; }
        html #section-aio #wrap .page#brand-new .inner .carpet figure {
          height: 412px;
          position: relative;
          float: left; }
          html #section-aio #wrap .page#brand-new .inner .carpet figure.dad {
            padding-left: 26px;
            width: 370px; }
            html #section-aio #wrap .page#brand-new .inner .carpet figure.dad img {
              margin-top: 65px; }
          html #section-aio #wrap .page#brand-new .inner .carpet figure.kids {
            padding-left: 70px;
            width: 305px; }
            html #section-aio #wrap .page#brand-new .inner .carpet figure.kids img {
              margin-top: 85px; }
          html #section-aio #wrap .page#brand-new .inner .carpet figure.mom {
            padding-left: 115px;
            width: 315px; }
            html #section-aio #wrap .page#brand-new .inner .carpet figure.mom img {
              margin-top: 30px; }
      html #section-aio #wrap .page#brand-new .inner article#applications {
        margin-top: 690px;
        margin-left: -10px; }
      html #section-aio #wrap .page#brand-new .inner .where-to-buy {
        margin-top: 1670px; }
        html #section-aio #wrap .page#brand-new .inner .where-to-buy a {
          color: #fff;
          background: #392e1e;
          line-height: 60px;
          width: 350px;
          display: block;
          height: 60px;
          margin: 0 auto;
          text-align: center;
          border-radius: 5px;
          box-shadow: 2px 2px 3px #392e1e;
          text-transform: uppercase; }
          html #section-aio #wrap .page#brand-new .inner .where-to-buy a .arrow, html #section-aio #wrap .page#brand-new .inner .where-to-buy a .arrow-sub {
            margin-right: 1px;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-in;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s; }
          html #section-aio #wrap .page#brand-new .inner .where-to-buy a:hover .arrow {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-timing-function: ease-in;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s; }
          html #section-aio #wrap .page#brand-new .inner .where-to-buy a:hover .arrow-sub {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-timing-function: ease-in;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
    html #section-aio #wrap .page#aio-gallery {
      background: #fff;
      height: 1275px;
      width: 100%; }
      html #section-aio #wrap .page#aio-gallery .inner {
        width: 1200px;
        margin: 0 auto; }
      html #section-aio #wrap .page#aio-gallery .disclaim {
        position: absolute;
        right: -145px;
        top: -25px; }
        html #section-aio #wrap .page#aio-gallery .disclaim h4 {
          width: 400px; }
      html #section-aio #wrap .page#aio-gallery h2 {
        margin-bottom: 0; }
        html #section-aio #wrap .page#aio-gallery h2:after, html #section-aio #wrap .page#aio-gallery h2:before {
          width: 310px; }
      html #section-aio #wrap .page#aio-gallery h4 {
        width: 290px;
        margin-left: auto;
        margin-right: auto; }
      html #section-aio #wrap .page#aio-gallery .thumbs {
        padding-top: 20px;
        margin-top: 15px; }
        html #section-aio #wrap .page#aio-gallery .thumbs a:hover {
          cursor: url("../img/gallery/zoomin.cur"), url("../img/gallery/zoomin.gif"), pointer; }
        html #section-aio #wrap .page#aio-gallery .thumbs figure {
          float: left;
          margin: 10px; }
    html #section-aio #wrap .page#aio-reel {
      background: url("../img/gallery/header-bg.jpg") repeat-x scroll 0 bottom #f1f1f1;
      height: 886px;
      width: 100%; }
      html #section-aio #wrap .page#aio-reel .inner {
        width: 1280px; }
      html #section-aio #wrap .page#aio-reel h2 {
        margin-bottom: 0; }
        html #section-aio #wrap .page#aio-reel h2:after, html #section-aio #wrap .page#aio-reel h2:before {
          width: 310px; }
      html #section-aio #wrap .page#aio-reel h4 {
        width: 290px;
        margin-left: auto;
        margin-right: auto; }
    html #section-aio #wrap .page#video h2 {
      color: #666666;
      font-family: arial,verdana,微軟正黑體,'LiHei Pro',helvetica;
      font-size: 13.5px;
      margin: 0 auto;
      text-align: left;
      width: 944px;
      font-weight: lighter;
      line-height: 30px;
      padding-top: 45px;
      display: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      html #section-aio #wrap .page#video h2.active {
        height: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transition: opacity false false, 0.2s false false, ease-in-out false false, 0s false false;
        -moz-transition: opacity false false false, 0.2s false false false, ease-in-out false false false, 0s false false false;
        -o-transition: opacity false false false, 0.2s false false false, ease-in-out false false false, 0s false false false;
        transition: opacity 0.2s ease-in-out 0s; }
      html #section-aio #wrap .page#video h2:after, html #section-aio #wrap .page#video h2:before {
        display: none; }
    html #section-aio #wrap .page#video #video-container {
      width: 1280px;
      height: 810px;
      margin: -2px auto 0;
      background: #f6f6f4;
      border-radius: 0 0 4px 4px;
      border: 1px solid #D2D2D2; }
      html #section-aio #wrap .page#video #video-container .preview {
        border-radius: 4px 4px 4px 4px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
        height: 530px;
        overflow: hidden;
        position: relative;
        width: 944px;
        margin: 0 auto;
        display: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        html #section-aio #wrap .page#video #video-container .preview.active {
          display: block;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -webkit-transition: opacity false false, 0.2s false false, ease-in-out false false, 0s false false;
          -moz-transition: opacity false false false, 0.2s false false false, ease-in-out false false false, 0s false false false;
          -o-transition: opacity false false false, 0.2s false false false, ease-in-out false false false, 0s false false false;
          transition: opacity 0.2s ease-in-out 0s; }
        html #section-aio #wrap .page#video #video-container .preview a {
          position: absolute;
          width: 100%;
          height: 100%;
          display: block;
          top: 0;
          left: 0;
          z-index: 1; }
          html #section-aio #wrap .page#video #video-container .preview a:before {
            border: 5px solid #FFFFFF;
            border-radius: 50% 50% 50% 50%;
            content: ".";
            display: block;
            height: 88px;
            left: 420px;
            position: absolute;
            text-indent: -999em;
            top: 130px;
            width: 88px; }
          html #section-aio #wrap .page#video #video-container .preview a:after {
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            border-width: 25px 35px;
            content: ".";
            display: block;
            height: 0;
            top: 153px;
            left: 457px;
            position: absolute;
            text-indent: -999em;
            width: 0; }
        html #section-aio #wrap .page#video #video-container .preview img {
          width: 70%;
          top: -20%;
          left: 15%;
          position: absolute; }
        html #section-aio #wrap .page#video #video-container .preview:after {
          border: 3px solid #FFFFFF;
          content: ".";
          display: block;
          height: 524px;
          left: 0;
          position: absolute;
          text-indent: -999em;
          top: 0px;
          width: 938px;
          display: none; }
      html #section-aio #wrap .page#video #video-container ul {
        margin: 0 auto;
        padding: 0 0 0 55px;
        width: 718px; }
        html #section-aio #wrap .page#video #video-container ul li {
          display: block;
          float: left;
          width: 161px;
          margin: 30px; }
          html #section-aio #wrap .page#video #video-container ul li a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            top: 0;
            left: 0;
            z-index: 1; }
            html #section-aio #wrap .page#video #video-container ul li a:before {
              border: 5px solid #FFFFFF;
              border-radius: 50% 50% 50% 50%;
              content: ".";
              display: block;
              position: absolute;
              text-indent: -999em;
              width: 55px;
              height: 55px;
              left: 50px;
              top: 15px; }
            html #section-aio #wrap .page#video #video-container ul li a:after {
              border-color: transparent transparent transparent #fff;
              border-style: solid;
              border-width: 15px 25px;
              content: ".";
              display: block;
              height: 0;
              top: 30px;
              left: 75px;
              position: absolute;
              text-indent: -999em;
              width: 0; }
            html #section-aio #wrap .page#video #video-container ul li a img {
              width: 100%; }
          html #section-aio #wrap .page#video #video-container ul li h3 {
            display: block;
            color: #666666;
            font-family: 'HelveticaNeueLTStd-Lt',arial,verdana;
            font-size: 13.5px;
            margin: 0;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
    html #section-aio #wrap .page#aio-where-to-buy {
      background: #fff;
      height: auto;
      width: 100%; }
      html #section-aio #wrap .page#aio-where-to-buy .inner {
        width: 1180px;
        margin: 0 auto; }
        html #section-aio #wrap .page#aio-where-to-buy .inner h2:after, html #section-aio #wrap .page#aio-where-to-buy .inner h2:before {
          width: 435px; }
      html #section-aio #wrap .page#aio-where-to-buy aside.left {
        float: left;
        width: 225px; }
        html #section-aio #wrap .page#aio-where-to-buy aside.left a {
          display: block;
          width: 185px;
          height: 72px;
          line-height: 72px;
          text-align: left;
          padding-left: 40px;
          font-size: 22px;
          font-style: italic;
          color: #9a9a9a;
          border-bottom: 2px dotted #ccc; }
          html #section-aio #wrap .page#aio-where-to-buy aside.left a.active {
            font-weight: bold;
            color: #0099cc;
            background: #f6f6f4; }
      html #section-aio #wrap .page#aio-where-to-buy aside.right {
        float: left;
        width: 955px;
        background: #f6f6f4; }
        html #section-aio #wrap .page#aio-where-to-buy aside.right .retailer {
          display: none; }
          html #section-aio #wrap .page#aio-where-to-buy aside.right .retailer.active {
            display: block; }
        html #section-aio #wrap .page#aio-where-to-buy aside.right div {
          display: block;
          width: 740px;
          height: auto;
          text-align: left;
          margin-left: 125px;
          margin-right: 90px;
          padding-top: 20px;
          padding-bottom: 20px;
          font-size: 17px;
          color: #666666;
          border-bottom: 1px solid #ccc;
          line-height: 40px; }
          html #section-aio #wrap .page#aio-where-to-buy aside.right div .shop-title {
            font-weight: bold;
            text-transform: uppercase;
            color: #333; }
          html #section-aio #wrap .page#aio-where-to-buy aside.right div p {
            margin: 0; }
html #section-aio-spec #kv {
  height: 514px;
  background: url(../img/spec/bg.jpg); }
  html #section-aio-spec #kv .inner {
    position: relative;
    width: 1090px;
    margin: 0 auto; }
    html #section-aio-spec #kv .inner figure img {
      position: absolute; }
      html #section-aio-spec #kv .inner figure img.aio {
        top: 64px;
        left: 0; }
      html #section-aio-spec #kv .inner figure img.km {
        top: 100px;
        right: 0; }
html #section-aio-spec #spec-table {
  font-family: verdana,微軟正黑體,'LiHei Pro',arial,helvetica; }
  html #section-aio-spec #spec-table .inner {
    width: 1180px;
    margin: 0 auto; }
  html #section-aio-spec #spec-table table {
    margin-top: 100px;
    margin-bottom: 30px; }
    html #section-aio-spec #spec-table table th {
      padding: 15px 0 15px 35px;
      vertical-align: middle; }
      html #section-aio-spec #spec-table table th.first {
        vertical-align: top; }
      html #section-aio-spec #spec-table table th h2 {
        font-weight: lighter;
        color: #000;
        font-size: 22px;
        font-family: 'HelveticaNeueLTStd-LtIt',verdana,微軟正黑體,'LiHei Pro',arial,helvetica;
        line-height: 1em;
        margin: 0;
        width: 210px;
        text-align: right; }
      html #section-aio-spec #spec-table table th hr {
        border-color: #898989;
        border-top: 0; }
    html #section-aio-spec #spec-table table td {
      width: 420px;
      vertical-align: middle;
      padding: 15px 0 15px 70px; }
      html #section-aio-spec #spec-table table td figure {
        text-align: center; }
      html #section-aio-spec #spec-table table td .icon {
        display: inline;
        margin-left: 45px;
        width: 130px; }
      html #section-aio-spec #spec-table table td h4 {
        color: #000;
        font-size: 17px;
        font-family: 'HelveticaNeueLTStd-Lt',verdana,微軟正黑體,'LiHei Pro',arial,helvetica;
        text-align: center; }
      html #section-aio-spec #spec-table table td h3 {
        line-height: 1.4em;
        margin: 0;
        font-weight: lighter;
        color: #666;
        font-size: 17px;
        font-family: verdana;
        white-space: nowrap;
        width: 390px; }
      html #section-aio-spec #spec-table table td hr {
        border-color: #d0d0d0;
        border-top: 0; }
      html #section-aio-spec #spec-table table td .na {
        background: #666;
        display: block;
        height: 1px;
        margin: 0 auto;
        width: 16px; }

.lt-ie9 #section-aio #wrap .page#desktop .ergonomic {
  background: url("../img/desktop/ergonomic-design-all.png") no-repeat scroll 150px 50px transparent; }
.lt-ie9 #section-aio #wrap .page#desktop .ergonomic * {
  display: none; }
.lt-ie9 #section-aio #wrap #remote-desktop.page.tablet-theme .AiO-screen-tablet {
  top: 32px; }

