/*

	 ________
	{@,    ,@}
	  ||||||
	  ||||||
	  ||||||
	  PILLAR
	  ||||||
	 _||||||_
	{@______@}

*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color:#CCC;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.grid > .col {
  display: block;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid > .col.s10of10 {
  width: 100%;
}
.grid > .col.s9of10 {
  width: 90%;
}
.grid > .col.s8of10 {
  width: 80%;
}
.grid > .col.s7of10 {
  width: 70%;
}
.grid > .col.s6of10 {
  width: 60%;
}
.grid > .col.s5of10 {
  width: 50%;
}
.grid > .col.s4of10 {
  width: 40%;
}
.grid > .col.s3of10 {
  width: 30%;
}
.grid > .col.s2of10 {
  width: 20%;
}
.grid > .col.s1of10 {
  width: 10%;
}
.grid > .col.s9of9 {
  width: 100%;
}
.grid > .col.s8of9 {
  width: 88.88888888888889%;
}
.grid > .col.s7of9 {
  width: 77.77777777777777%;
}
.grid > .col.s6of9 {
  width: 66.66666666666666%;
}
.grid > .col.s5of9 {
  width: 55.55555555555556%;
}
.grid > .col.s4of9 {
  width: 44.44444444444444%;
}
.grid > .col.s3of9 {
  width: 33.33333333333333%;
}
.grid > .col.s2of9 {
  width: 22.22222222222222%;
}
.grid > .col.s1of9 {
  width: 11.11111111111111%;
}
.grid > .col.s8of8 {
  width: 100%;
}
.grid > .col.s7of8 {
  width: 87.5%;
}
.grid > .col.s6of8 {
  width: 75%;
}
.grid > .col.s5of8 {
  width: 62.5%;
}
.grid > .col.s4of8 {
  width: 50%;
}
.grid > .col.s3of8 {
  width: 37.5%;
}
.grid > .col.s2of8 {
  width: 25%;
}
.grid > .col.s1of8 {
  width: 12.5%;
}
.grid > .col.s7of7 {
  width: 100%;
}
.grid > .col.s6of7 {
  width: 85.71428571428572%;
}
.grid > .col.s5of7 {
  width: 71.42857142857143%;
}
.grid > .col.s4of7 {
  width: 57.142857142857146%;
}
.grid > .col.s3of7 {
  width: 42.85714285714286%;
}
.grid > .col.s2of7 {
  width: 28.571428571428573%;
}
.grid > .col.s1of7 {
  width: 14.285714285714286%;
}
.grid > .col.s6of6 {
  width: 100%;
}
.grid > .col.s5of6 {
  width: 83.33333333333334%;
}
.grid > .col.s4of6 {
  width: 66.66666666666667%;
}
.grid > .col.s3of6 {
  width: 50%;
}
.grid > .col.s2of6 {
  width: 33.333333333333336%;
}
.grid > .col.s1of6 {
  width: 16.666666666666668%;
}
.grid > .col.s5of5 {
  width: 100%;
}
.grid > .col.s4of5 {
  width: 80%;
}
.grid > .col.s3of5 {
  width: 60%;
}
.grid > .col.s2of5 {
  width: 40%;
}
.grid > .col.s1of5 {
  width: 20%;
}
.grid > .col.s4of4 {
  width: 100%;
}
.grid > .col.s3of4 {
  width: 75%;
}
.grid > .col.s2of4 {
  width: 50%;
}
.grid > .col.s1of4 {
  width: 25%;
}
.grid > .col.s3of3 {
  width: 100%;
}
.grid > .col.s2of3 {
  width: 66.66666666666667%;
}
.grid > .col.s1of3 {
  width: 33.333333333333336%;
}
.grid > .col.s2of2 {
  width: 100%;
}
.grid > .col.s1of2 {
  width: 50%;
}
.grid > .col.s1of1 {
  width: 100%;
}
.grid.reverse > .col {
  float: right;
}
.grid.gutter {
  margin-left: -30px;
  margin-right: -30px;
}
.grid.gutter > .col {
  padding-left: 30px;
  padding-right: 30px;
}
.grid.wide {
  margin-left: -60px;
  margin-right: -60px;
}
.grid.wide > .col {
  padding-left: 60px;
  padding-right: 60px;
}
.grid.tight {
  margin-left: -15px;
  margin-right: -15px;
}
.grid.tight > .col {
  padding-left: 15px;
  padding-right: 15px;
}
.grid.tighter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.grid.tighter > .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.grid.debug > .col {
  background-color: rgba(0, 0, 0, 0.25);
}
.grid.debug > .col:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 960px) {
  .grid.collapse960 > .col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .grid.expand960 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand960 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 840px) {
  .grid.collapse840 > .col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 840px) {
  .grid.expand840 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand840 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 775px) {
  .grid.collapse720 > .col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 775px) {
  .grid.expand720 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand720 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .grid.collapse600 > .col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .grid.expand600 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand600 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .grid.collapse480 > .col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .grid.expand480 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand480 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .grid.collapse360 > .col {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .grid.expand360 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand360 > .col {
  float: none;
  width: 100%;
}
.grid.gutter.no-boxsizing {
  margin-left: -30px;
  margin-right: -30px;
}
.grid.gutter.no-boxsizing > .col {
  padding-left: 0;
  padding-right: 0;
}
.grid.gutter.no-boxsizing > .col > .padbox {
  padding-left: 30px;
  padding-right: 30px;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
  background: #ffffff;
}
body {
  margin: 0;
  font-family: 'proxima-nova', Arial, tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  color: #303b3e;
  background: #ffffff;
}
hr {
  border: none;
  border-top: 1px solid #f3f3f3;
  margin: 1.5625em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'proxima-nova', Arial, tahoma, sans-serif;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}
h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
.h1.short,
.h2.short,
.h3.short,
.h4.short,
.h5.short,
.h6.short {
  margin-bottom: 10px;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin,
.h1.thin,
.h2.thin,
.h3.thin,
.h4.thin,
.h5.thin,
.h6.thin {
  font-weight: normal;
}
h1.shadow,
h2.shadow,
h3.shadow,
h4.shadow,
h5.shadow,
h6.shadow,
.h1.shadow,
.h2.shadow,
.h3.shadow,
.h4.shadow,
.h5.shadow,
.h6.shadow {

}
h1,
.h1 {
  font-size: 3.75em;
  letter-spacing: -1px;
  margin-bottom: 0.4em;
}
h2,
.h2 {
  font-size: 2.5em;
  margin-bottom: 0.6em;
}
h3,
.h3 {
  font-size: 1.875em;
  margin-bottom: 0.8em;
}
h4,
.h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
h5,
.h5 {
  font-size: 1.25em;
  margin-bottom: 1.2em;
}
h6,
.h6 {
  font-size: 1.125em;
  margin-bottom: 1.3333333333333333em;
}

ul,
ol,
dl {
  margin: 0 0 1.5625em;
}
ul ul,
ol ul,
dl ul,
ul ol,
ol ol,
dl ol,
ul dl,
ol dl,
dl dl {
  margin-bottom: 0;
}
ul {
  padding: 0 0 0 1em;
}
ol {
  padding: 0 0 0 1.5em;
}
ul.check-list {
  list-style: none;
  padding-left: 60px;
}
ul.check-list li {
  position: relative;
  margin-bottom: 30px;
}
ul.check-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  height: 32px;
  width: 32px;
  background-image: url('../img2/check.png');
  background-size: 32px 32px;
}
ul.check-list .heading {
  color: #6d98a9;
  margin-bottom: 10px;
}
ul.check-list p {
  margin-bottom: 10px;
}
ul.check-list .note {
  color: #acacab;
  font-size: 16px;
  font-style: italic;
}
a {
  color: #446876;
  text-decoration: none;
}
a:hover {
color:#fff
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5208333333333334em 15px;
  width: 100%;
  height: 2.4em;
  font-size: 1em;
  color: #303b3e;
  outline-color: #6d98a9;
  border: 1px solid #d1d3d3;
  border-radius: 4px;
  background: #fff;
}
.form select {
  font-family: sans-serif;
}
.form {
  margin-bottom: 20px;
}
.form label {
  display: block;
  margin: 0 0 0.5208333333333334em 0;
  font-weight: bold;
}
.form label span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 0 10px;
  font-weight: normal;
  font-size: 0.6875em;
  color: #acacab;
}
.form textarea {
  min-height: 6em;
  resize: vertical;
}
.form textarea.disabled,
.form textarea[disabled] {
  resize: none;
}
.form.side {
  position: relative;
  padding-left: 10.5625em;
}
.form.side > label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 9em;
  line-height: 2.5em;
}
.form.side > label span {
  display: block;
  margin-left: 0;
  margin-top: -2.15em;
}
ol.radio li label,
ul.radio li label,
ol.checkbox li label,
ul.checkbox li label,
label.radio,
label.checkbox,
span.radio label,
span.checkbox label {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol.radio li input,
ul.radio li input,
ol.checkbox li input,
ul.checkbox li input,
label.radio input,
label.checkbox input,
span.radio input,
span.checkbox input {
  display: block;
  float: left;
  margin: 0.37em 0.5208333333333334em 0 0;
  outline-color: #6d98a9;
}
ol.radio,
ul.radio,
ol.checkbox,
ul.checkbox {
  margin: 0;
  padding: 0.5em 0;
}
ol.radio li,
ul.radio li,
ol.checkbox li,
ul.checkbox li {
  list-style: none;
  margin-bottom: 0.390625em;
}
label.radio,
label.checkbox {
  display: block;
  margin-bottom: 0.390625em;
}
span.radio,
span.checkbox {
  display: block;
  margin-bottom: 0.390625em;
}
.box {
  margin: 0 0 60px;
  border: 1px solid #d1d3d3;
  background-color: #ffffff;
}
.box-content {
  padding: 30px 30px 15px;
}
.box-content + .box-content {
  border-top: 1px solid #d1d3d3;
}
.box-label {
  margin-bottom: 1.5625em;
}
.box-label .h2,
.box-label .h3,
.box-label .h4,
.box-label p {
  margin-bottom: 10px;
}
.box-label.split {
  *zoom: 1;
}
.box-label.split:before,
.box-label.split:after {
  content: " ";
  display: table;
}
.box-label.split:after {
  clear: both;
}
.box-label.split .h2,
.box-label.split .h3,
.box-label.split .h4 {
  float: left;
}
.box-label.split p {
  float: right;
}
@media only screen and (max-width: 775px) {
  .box-content {
    padding: 15px 15px 7.5px;
  }
  .box-label.split {
    *zoom: 1;
  }
  .box-label.split:before,
  .box-label.split:after {
    content: " ";
    display: table;
  }
  .box-label.split:after {
    clear: both;
  }
  .box-label.split .h2,
  .box-label.split .h3,
  .box-label.split .h4 {
    float: none;
    margin-bottom: 10px;
  }
  .box-label.split p {
    float: none;
  }
}
table.table {
  width: 100%;
  margin-bottom: 1.5625em;
  border: 1px solid #d1d3d3;
  text-align: left;
}
table.table th {
  font-weight: 600;
}
table.table td,
table.table th {
  vertical-align: top;
  padding: 10px 20px;
  border-bottom: 1px solid #d1d3d3;
  text-align: left;
}
.table-wrap {
  position: relative;
  overflow: auto;
  max-width: 100%;
}
.table-wrap table {
  margin-bottom: 0;
}
table.shatter tbody,
table.shatter thead,
table.shatter tfoot,
table.shatter tr,
table.shatter td,
table.shatter th {
  display: block;
}
table.compare {
  border: none;
  margin: 0;
}
table.compare thead th {
  font-weight: 300;
  font-size: 30px;
  line-height: 55px;
  white-space: nowrap;
  text-align: left;
}
table.compare tbody tr:first-child th {
  vertical-align: bottom;
}
table.compare tbody tr:first-child td {
  padding-top: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}
table.compare tbody tr:last-child td,
table.compare tbody tr:last-child th {
  border-bottom: none;
  padding-bottom: 1.5625em;
}
table.compare .airserver {
  background-color: #f5f6f6;
}
table.compare th.airserver {
  background-color: #446876;
  color: #fff;
  min-width: 270px;
}
table.compare sup {
  text-transform: uppercase;
  font-size: 0.45em;
  top: -0.65em;
}
table.compare.shatter thead {
  display: none;
}
table.compare.shatter tr {
  *zoom: 1;
  padding: 0 0 15px;
  border-bottom: 1px solid #d1d3d3;
}
table.compare.shatter tr:before,
table.compare.shatter tr:after {
  content: " ";
  display: table;
}
table.compare.shatter tr:after {
  clear: both;
}
table.compare.shatter th,
table.compare.shatter td {
  border: none;
}
table.compare.shatter th:before,
table.compare.shatter td:before {
  content: attr(data-label);
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}
table.compare.shatter th {
  padding: 15px;
  border-bottom: 1px solid #d1d3d3;
  background-color: #f5f6f6;
}
table.compare.shatter td {
  float: left;
  padding: 15px 15px 0;
}
table.compare.shatter tbody tr:first-child th {
  vertical-align: top;
}
table.compare.shatter tbody tr:first-child td {
  padding: 15px 15px 0;
}
table.compare.shatter tbody tr:last-child {
  border-bottom: none;
}
table.compare.shatter tbody tr:last-child th {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d3d3;
}
table.compare.shatter tbody tr:last-child td {
  padding-bottom: 0;
}
table.buy {
  border: none;
  margin: 0;
  line-height: 30px;
}
table.buy th,
table.buy td {
  padding: 15px 30px;
  white-space: nowrap;
}
table.buy th {
  font-weight: bold;
}
table.buy thead th {
  border-top: 1px solid #d1d3d3;
  background: #f9f9f9;
}
table.buy tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}
table.buy tfoot td:last-child {
  border-left: 1px solid #d1d3d3;
}
table.buy tfoot tr:first-child td {
  padding-top: 15px;
}
table.buy tfoot tr:last-child td {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d3d3;
}
table.buy .total {
  font-weight: bold;
}
table.buy .tip {
  color: #eb7f43;
}
table.buy .form {
  margin: 0;
}
table.buy input[type="text"] {
  padding: 0;
  width: 42px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
table.buy.shatter {
  border-top: 1px solid #d1d3d3;
}
table.buy.shatter tr {
  *zoom: 1;
  padding: 15px 0;
  border-bottom: 1px solid #d1d3d3;
}
table.buy.shatter tr:before,
table.buy.shatter tr:after {
  content: " ";
  display: table;
}
table.buy.shatter tr:after {
  clear: both;
}
table.buy.shatter tr:first-child td {
  padding-top: 0;
}
table.buy.shatter tr:last-child td {
  padding-bottom: 0;
}
table.buy.shatter th,
table.buy.shatter td {
  border: none;
}
table.buy.shatter th:before,
table.buy.shatter td:before {
  content: attr(data-label);
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}
table.buy.shatter th {
  padding: 0 15px;
  border-bottom: 1px solid #d1d3d3;
  background-color: #f5f6f6;
}
table.buy.shatter td {
  padding: 15px 15px 0;
}
table.buy.shatter thead {
  display: none;
}
table.buy.shatter tbody td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.333333333333336%;
}
table.buy.shatter tbody td:first-child {
  float: none;
}
table.buy.shatter tfoot {
  border-bottom: 1px solid #d1d3d3;
}
table.buy.shatter tfoot tr {
  text-align: right;
  border: 0;
  padding: 0;
}
table.buy.shatter tfoot tr:last-child td {
  margin-bottom: 15px;
  border: 0;
}
table.buy.shatter tfoot td {
  border: 0;
  padding: 0 15px;
  display: inline-block;
}
table.buy.shatter tfoot td.tip {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  color: #eb7f43;
  text-align: center;
  border-bottom: 1px solid #d1d3d3;
}
table.info {
  margin: 0;
  border: none;
}
table.info th {
  white-space: nowrap;
  font-size: 1.125em;
}
table.info td,
table.info th {
  border: none;
  padding: 0 20px 0 0;
}
table.info td {
  padding-bottom: 20px;
}
table.info em {
  font-style: normal;
  font-size: 1.25em;
  color: #446876;
}
table.info small {
  position: relative;
  top: -8px;
  font-style: italic;
}
img {
  max-width: 100%;
}
.image {
  margin-bottom: 1.5625em;
  text-align: center;
}
.image img {
  height: auto;
}
.aspect {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aspect iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.aspect img {
  display: block;
}
.aspect .hidden {
  visibility: hidden;
}
.aspect.r16-9 {
  padding-bottom: 56.25%;
}
.aspect.r4-3 {
  padding-bottom: 75%;
}
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0 0 0.3em;
  padding: 0 15px;
  height: 38px;
  min-width: 60px;
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  border-color: #446876;
  background: #446876;
}
.button:hover {
  text-decoration: none;
  background: #4e7280;
}
.button:active,
.button:focus {
  background: #587c8a;
  outline: none;
}
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button .low {
  text-transform: lowercase;
}
.button-group {
  margin: 0 0 1.5625em;
}
.button-group.collapse {
  *zoom: 1;
}
.button-group.collapse:before,
.button-group.collapse:after {
  content: " ";
  display: table;
}
.button-group.collapse:after {
  clear: both;
}
.button-group.collapse .button {
  float: left;
}
.button-group.collapse .button:not(:first-child) {
  border-left: 1px solid #305462;
}
.button [class*="icon-"] {
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: -10%;
}
.button.fill {
  width: 100%;
  min-width: none;
}
.button.outline {
  line-height: 38px;
  color: #446876;
  border-width: 1px;
  border-color: #d1d3d3;
  background-color: transparent;
}
.button.outline:hover {
  background-color: rgba(128, 128, 128, 0.05);
}
.button.white {
  box-shadow: inset 0 -4px 0 -2px rgba(0, 0, 0, 0.1), 0 3px 0 -1px rgba(0, 0, 0, 0.1);
  color: #446876;
  background-color: #fff;
}
.button.white:hover {
  position: relative;
  top: 1px;
  box-shadow: inset 0 -3px 0 -2px rgba(0, 0, 0, 0.1), 0 3px 0 -2px rgba(0, 0, 0, 0.1);
}
.button.white:active {
  position: relative;
  top: 1px;
  line-height: 42px;
  box-shadow: inset 0 -2px 0 -2px rgba(0, 0, 0, 0.2), inset 0 4px 0 -2px rgba(0, 0, 0, 0.3);
}
.button.table {
  float: right;
  height: 35px;
  margin-top: 10px;
  line-height: 35px;
  background-color: #fff;
  color: #446876;
}
.button.table:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.button.download {
  padding: 0 15px;
}
@media only screen and (max-width: 360px) {
  .button {
    width: 100%;
    min-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.segment-split .segment {
  *zoom: 1;
}
.segment-split .segment:before,
.segment-split .segment:after {
  content: " ";
  display: table;
}
.segment-split .segment:after {
  clear: both;
}
.segment-split .half {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 670px;
  max-width: 100%;
}
.segment-split .half:before,
.segment-split .half:after {
  content: " ";
  display: table;
}
.segment-split .half:after {
  clear: both;
}
.segment-split .limit {
  height: 310px;
}
.segment-split .left {
  float: right;
}
.segment-split .right {
  float: left;
}
@media only screen and (max-width: 775px) {
  .segment-split .limit {
    height: 280px;
  }
}
.modal {
  display: none;
  text-align: center;
  width: 100%;
  padding-top: 60px;
}
.modal .limit {
  width: 355px;
  max-width: 100%;
}
.modal .large {
  font-size: 26px;
}
.modal .devider {
  display: block;
  margin: 34px 60px 44px;
  height: 13px;
  border-bottom: 1px solid #d1d3d3;
  tex-align: center;
  font-size: 20px;
}
.modal .devider span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.modal .button {
  width: 100%;
}
.modal .button.facebook {
  position: relative;
  height: 55px;
  padding-left: 65px;
  line-height: 55px;
  text-transform: none;
  font-size: 24px;
  font-weight: normal;
  background: #3c5a9a;
}
.modal .button.facebook [class*="icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 55px;
  line-height: 55px;
  font-size: 1.2em;
  border-right: 1px solid #35528f;
}
.modal .button.facebook:hover {
  background: #415f9f;
}
.modal .button.register {
  margin: 20px 0;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
.register label {
  display: none;
}
@media only screen and (max-width: 600px) {
  .modal .limit {
    width: auto;
    max-width: 100%;
  }
  .modal .large {
    font-size: 20px;
  }
  .modal .devider {
    margin: 24px 60px 34px;
    height: 13px;
    font-size: 16px;
  }
  .modal .button.facebook {
    height: 35px;
    line-height: 35px;
    font-size: 0.9em;
    padding-left: 45px;
  }
  .modal .button.facebook [class*="icon-"] {
    width: 34px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
    border-right: 1px solid #35528f;
  }
  .modal .button.register {
    height: 45px;
    line-height: 45px;
    font-size: 0.9em;
  }
}
.segment.banner {
  overflow: hidden;
  position: relative;
}
.segment.banner:first-child {
  padding-top: 120px;
}
.segment.banner:before,
.segment.banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
}
.segment.banner:before {
  top: -50px;
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.2);
}
.segment.banner:after {
  bottom: -50px;
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.2);
}
.segment.banner .limit {
  position: relative;
  min-height: 520px;
}
.segment.banner .h1 {

}
.segment.banner .h5 {
  font-size: 24px;
  margin-bottom: 22px;
  text-shadow:none;
}
.segment.banner .textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 43%;
  height: 350px;
  margin: auto;
}
.banner.front.video,
.banner.entertainment.video {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 56.25%;
}
.banner.front.video .limit,
.banner.entertainment.video .limit {
  display: none;
}
.banner.front .composite,
.banner.entertainment .composite {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner.front .composite .bg,
.banner.entertainment .composite .bg {
  position: absolute;
  top: -10%;
  right: -10%;
  bottom: 0;
  max-width: 65%;
  margin: auto 0;
}
.banner.front .composite .play,
.banner.entertainment .composite .play {
  position: absolute;
  right: 9%;
  top: 43%;
  width: 85px;
  height: 59px;
  cursor: pointer;
  text-align: center;
}
.banner.entertainment .composite .play {
  display: none;
}
.banner.front .composite .play,
.banner.entertainment .composite .play {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 10;
  width: 85px;
  height: 59px;
  margin-top: -30px;
  margin-right: -42px;
  cursor: pointer;
  text-align: center;
}
.banner.front .composite .superman-outercontainer,
.banner.entertainment .composite .superman-outercontainer {
  margin-right: -5%;
  padding-left: 45%;
}
@media only screen and (max-width: 1080px) {
  .banner.front .limit,
  .banner.entertainment .limit {
    min-height: 0;
    padding-bottom: 30px;
  }
  .banner.front .composite,
  .banner.entertainment .composite {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner.front .composite .bg,
  .banner.entertainment .composite .bg {
    position: relative;
    top: -20px;
    left: 0;
    width: 90%;
    max-width: 600px;
  }
  .banner.front .composite .play,
  .banner.entertainment .composite .play {
    position: absolute;
    top: -10px;
    left: 160px;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  .banner.front .composite .superman-outercontainer,
  .banner.entertainment .composite .superman-outercontainer {
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 1.5625em;
  }
  .banner.front .textbox,
  .banner.entertainment .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.front .textbox .h1,
  .banner.entertainment .textbox .h1 {
    font-size: 50px;
  }
  .banner.front .composite .play,
  .banner.entertainment .composite .play {
    left: auto;
    right: 50%;
    top: 50%;
    bottom: auto;
    margin-top: -30px;
    margin-right: -42px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.front .textbox .h1,
  .banner.entertainment .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.front .textbox .h1,
  .banner.entertainment .textbox .h1 {
    font-size: 36px;
  }
  .banner.front .composite .play {
    width: 50px;
    margin-top: -30px;
    margin-right: -25px;
  }
}
.banner.business .composite {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  bottom: 0;
}
.banner.business .composite .anim-business-outercontainer {
  position: absolute;
  width: 100%;
  right: 0;
}
@media only screen and (max-width: 1080px) {
  .banner.business .limit {
    min-height: 0;
    padding-bottom: 0;
  }
  .banner.business .composite {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner.business .composite .anim-business-outercontainer {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
  }
  .banner.business .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.business .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.business .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.business .textbox .h1 {
    font-size: 36px;
  }
}
.banner.gaming .composite {
  position: absolute;
  top: 19%;
  right: 0;
  width: 65%;
  bottom: 0;
}
.banner.gaming .composite .anim-gaming-outercontainer {
  position: absolute;
  width: 100%;
  right: 0;
}
@media only screen and (max-width: 1080px) {
  .banner.gaming .limit {
    min-height: 0;
    padding-bottom: 30px;
  }
  .banner.gaming .composite {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner.gaming .composite .anim-gaming-outercontainer {
    position: relative;
  }
  .banner.gaming .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.gaming .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.gaming .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.gaming .textbox .h1 {
    font-size: 36px;
  }
}
.banner.education .composite {
  position: absolute;
  top: 0%;
  left: 39%;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .banner.education .limit {
    min-height: 0;
    padding-bottom: 0;
  }
  .banner.education .composite {
    position: relative;
    width: auto;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 60px;
    overflow: hidden;
    margin-bottom: -20px;
    text-align: center;
  }
  .banner.education .anim-education-outercontainer {
    max-width: 700px;
  }
  .banner.education .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.education .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.education .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.education .textbox .h1 {
    font-size: 36px;
  }
  .banner.education .composite {
    top: 20px;
  }
}
.banner.developers .composite {
  position: absolute;
  top: 25%;
  left: 43%;
  right: 0;
  bottom: 0;
}
.banner.developers .composite .bg {
  /*position: absolute;
			right: 0%;
			bottom: -10%;
			max-width: 65%;*/
}
@media only screen and (max-width: 1080px) {
  .banner.developers .limit {
    min-height: 0;
    padding-bottom: 30px;
  }
  .banner.developers .composite {
    position: relative;
    top: 60px;
    overflow: hidden;
    margin-bottom: -60px;
    text-align: center;
    left: 0;
    max-height: 400px;
  }
  .banner.developers .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.developers .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.developers .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.developers .textbox .h1 {
    font-size: 36px;
  }
}
.banner.recording2 {
  background-color: #c96466;
  color: #fff;
}
.banner.recording2 .textbox .button.white {
  color: #c96466;
  text-shadow: none;
}
.banner.recording2 .composite {
  position: absolute;
  top: -13%;
  right: -10%;
  width: 100%;
  max-width: 875px;
  bottom: 0;
}
.banner.recording2 .composite .anim-recording-outercontainer {
  position: absolute;
  width: 100%;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .banner.recording2 .limit {
    min-height: 0;
    padding-bottom: 30px;
  }
  .banner.recording2 .composite {
    position: relative;
    margin-bottom: -60px;
    max-width: 800px;
    bottom: auto;
    top: -20%;
    text-align: center;
  }
  .banner.recording2 .composite .anim-recording-outercontainer {
    position: relative;
    margin: auto;
  }
  .banner.recording2 .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.recording2 .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.recording2 .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.recording2 .textbox .h1 {
    font-size: 36px;
  }
}
.banner.universal {
  background-color: #9c9a94;
  color: #fff;
}
.banner.universal .textbox .button.white {
  color: #9c9a94;
  text-shadow: none;
}
.banner.universal .composite {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  bottom: 0;
}
.banner.universal .composite .anim-universal-outercontainer {
  position: absolute;
  width: 100%;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .banner.universal .limit {
    min-height: 0;
    padding-bottom: 30px;
  }
  .banner.universal .composite {
    position: relative;
    top: 60px;
    margin-bottom: -60px;
  }
  .banner.universal .composite .anim-universal-outercontainer {
    position: relative;
    margin: 0 auto;
  }
  .banner.universal .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.universal .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.universal .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.universal .textbox .h1 {
    font-size: 36px;
  }
  .banner.universal .composite {
    position: relative;
    top: 20px;
    margin-bottom: -60px;
  }
  .banner.universal .composite .anim-universal-outercontainer {
    position: relative;
    margin: 0 auto;
  }
}
.banner.mac {
  background-color: #87bec2;
  color: #fff;
}
.banner.mac .textbox .button.white {
  color: #649fa0;
  text-shadow: none;
}
.banner.mac .textbox {
  width: 50%;
}
.banner.mac .composite {
  position: absolute;
  right: 0;
  width: 45%;
  bottom: 0%;
}
@media only screen and (max-width: 1080px) {
  .banner.mac .limit {
    min-height: 0;
    padding-bottom: 30px;
  }
  .banner.mac .composite {
    width: 60%;
    position: static;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner.mac .textbox {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner.mac .textbox .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .banner.mac .textbox .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.mac .textbox .h1 {
    font-size: 36px;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.featured .flexslider {
  padding: 0 60px;
}
.featured .flexslider .flex-control-paging {
  text-align: center;
}
.featured .flexslider .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.featured .flexslider .flex-control-paging a {
  display: block;
  height: 3px;
  width: 23px;
  margin: 0 4px;
  cursor: pointer;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.2);
}
.featured .flexslider .flex-control-paging a.flex-active {
  background: #fff;
}
.featured .flexslider .flex-direction-nav .flex-prev,
.featured .flexslider .flex-direction-nav .flex-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 178px;
  width: 22px;
  margin: auto;
  text-indent: -9999px;
  background-size: 22px 78px;
  background-repeat: no-repeat;
}
.featured .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background-image: url('../img2/arrow-left.png');
}
.featured .flexslider .flex-direction-nav .flex-next {
  right: 0;
  background-image: url('../img2/arrow-right.png');
}
.categories .flexslider .flex-control-paging {
  display: none;
}
.categories .flexslider .flex-direction-nav .flex-prev,
.categories .flexslider .flex-direction-nav .flex-next {
  -webkit-transition: all 300ms;
  -khtml-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  margin: auto;
  text-indent: -9999px;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(48, 59, 62, 0.34);
}
.categories .flexslider .flex-direction-nav .flex-prev {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  left: 0;
  background-image: url('../img2/arrow-left.png');
}
.categories .flexslider .flex-direction-nav .flex-next {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  right: 0;
  background-image: url('../img2/arrow-right.png');
}
.categories .flexslider:hover .flex-prev {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  background-image: url('../img2/arrow-left.png');
}
.categories .flexslider:hover .flex-next {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  right: 0;
  background-image: url('../img2/arrow-right.png');
}
.endorsements .flexslider .segment.white {
  border-top: 1px solid #f3f3f3;
}
.endorsements .flexslider .flex-control-paging {
  display: none;
}
.endorsements .flexslider .flex-direction-nav .flex-prev,
.endorsements .flexslider .flex-direction-nav .flex-next {
  -webkit-transition: all 300ms;
  -khtml-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  margin: auto;
  text-indent: -9999px;
  background-size: 21px;
  background-position: center center;
  background-repeat: no-repeat;
}
.endorsements .flexslider .flex-direction-nav .flex-prev {
  left: 30px;
  background-image: url('../img2/arrow-left-gray.png');
}
.endorsements .flexslider .flex-direction-nav .flex-next {
  right: 30px;
  background-image: url('../img2/arrow-right-gray.png');
}
.endorsements .flexslider:hover .flex-prev {
  background-image: url('../img2/arrow-left-gray.png');
}
.endorsements .flexslider:hover .flex-next {
  background-image: url('../img2/arrow-right-gray.png');
}
@media only screen and (max-width: 775px) {
  .endorsements .flexslider .flex-direction-nav .flex-prev,
  .endorsements .flexslider .flex-direction-nav .flex-next {
    background-position: center 25%;
  }
}
@media only screen and (max-width: 480px) {
  .endorsements .flexslider .flex-direction-nav .flex-prev,
  .endorsements .flexslider .flex-direction-nav .flex-next {
    -webkit-transition: all 300ms;
    -khtml-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    margin: auto;
    text-indent: -9999px;
    background-size: 14px;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .endorsements .flexslider .flex-direction-nav .flex-prev {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    left: 0;
    background-image: url('../img2/arrow-left-gray.png');
  }
  .endorsements .flexslider .flex-direction-nav .flex-next {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    right: 0;
    background-image: url('../img2/arrow-right-gray.png');
  }
  .endorsements .flexslider:hover .flex-prev {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 0;
  }
  .endorsements .flexslider:hover .flex-next {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    right: 0;
  }
}
.featured .item {
  overflow: hidden;
  padding: 0 60px;
  margin: 0 0 30px;
}
.featured .logo {
  text-align: center;
  margin-bottom: 1.5625em;
}
.featured .quote {
  margin: 0 0 1.5625em;
}
@media only screen and (max-width: 600px) {
  .featured .item {
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
  }
}
.bullets.education h3,
.bullets.education .h3 {
  color: #65948c;
}
.bullets.gaming h3,
.bullets.gaming .h3 {
  color: #eb7f43;
}
.bullets.entertainment h3,
.bullets.entertainment .h3 {
  color: #d94d44;
}
.bullets.business h3,
.bullets.business .h3 {
  color: #6d98a9;
}
.bullets.developers h3,
.bullets.developers .h3 {
  color: #487a65;
}
.bullets.recording h3,
.bullets.recording .h3 {
  color: #c96466;
}
.bullets.pc h3,
.bullets.pc .h3 {
  color: #6d98a9;
}
.bullet {
  max-width: 400px;
  margin: 0 auto 60px;
  text-align: center;
}
.bullet .img {
  margin-bottom: 15px;
}
.bullet h3,
.bullet .h3 {
  font-size: 26px;
  color: #65948c;
}
.download-blocks .block {
  margin-bottom: 30px;
}
.download-blocks .block-head,
.download-blocks .block-body {
  height: 90px;
  padding: 20px;
}
.download-blocks .block-head {
  color: #fff;
  white-space: nowrap;
  background: #6d98a9;
}
.download-blocks .block-head h2,
.download-blocks .block-head .h5 {
  margin-bottom: 18px;
  font-weight: normal;
}
.download-blocks .block-head .price {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px;
}
.download-blocks .block-body {
  position: relative;
  height: 240px;
  color: #454545;
  background: #fff;
}
.download-blocks .block-body .button.fill {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  background-color: #6d98a9;
}
.download-blocks .block-body .button.fill:hover {
  background-color: #81acbd;
}
.download-blocks .block.special .block-head {
  background-color: #446876;
}
.download-blocks .block.special .button.fill {
  background-color: #446876;
}
.download-blocks .block.special .button.fill:hover {
  background-color: #587c8a;
}
.download-blocks .col.s1of4 {
  padding-top: 20px;
  width: 24%;
}
.download-blocks .col.s1of4.special {
  padding-top: 0;
  width: 28%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1281px) {
  .download-blocks .block.special .block-head {
    height: 110px;
    background-color: #446876;
  }
  .download-blocks .block.special .block-head h2,
  .download-blocks .block.special .block-head .h5 {
    font-weight: normal;
    margin-bottom: 38px;
  }
  .download-blocks .block.special .block-head .price {
    font-size: 50px;
  }
  .download-blocks .block.special .block-body {
    height: 260px;
  }
  .download-blocks .block.special .button.fill {
    font-size: 22px;
    background-color: #446876;
  }
}
@media only screen and (max-width: 1280px) {
  .download-blocks .col.s1of4 {
    padding-top: 0;
    width: 50%;
  }
  .download-blocks .col.s1of4.special {
    padding-top: 0;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .download-blocks .col.s1of4 {
    padding-top: 0;
    width: 100%;
  }
  .download-blocks .col.s1of4.special {
    padding-top: 0;
    width: 100%;
  }
}
.downloader {
  position: relative;
  min-height: 260px;
}
.downloader .button {
  margin-bottom: 30px;
}
.downloader .label {
  position: absolute;
  top: 0;
  right: 0;
}
.downloader .notes .h6 {
  color: #446876;
}
@media only screen and (max-width: 775px) {
  .downloader {
    min-height: 0;
  }
  .downloader .button {
    width: 100%;
  }
  .downloader .label {
    display: none;
    top: 0;
    right: 0;
  }
  .downloader .label img {
    width: 30px;
    height: auto;
  }
}
.unit {
  position: relative;
  padding-top: 20px;
  margin-bottom: 75px;
}
.unit .image {
  text-align: center;
  margin-bottom: 1.5625em;
}
.unit .image img {
  height: auto;
}
.unit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 2px;
}
.unit.education h2,
.unit.education .h2 {
  color: #65948c;
}
.unit.education .button,
.unit.education:before {
  background-color: #65948c;
}
.unit.education .button:hover {
  background-color: #79a8a0;
}
.unit.gaming h2,
.unit.gaming .h2 {
  color: #eb7f43;
}
.unit.gaming .button,
.unit.gaming:before {
  background-color: #eb7f43;
}
.unit.gaming .button:hover {
  background-color: #ff9357;
}
.unit.entertainment h2,
.unit.entertainment .h2 {
  color: #d94d44;
}
.unit.entertainment .button,
.unit.entertainment:before {
  background-color: #d94d44;
}
.unit.entertainment .button:hover {
  background-color: #ed6158;
}
.unit.business h2,
.unit.business .h2 {
  color: #6d98a9;
}
.unit.business .button,
.unit.business:before {
  background-color: #6d98a9;
}
.unit.business .button:hover {
  background-color: #81acbd;
}
.unit.recording h2,
.unit.recording .h2 {
  color: #c96466;
}
.unit.recording .button,
.unit.recording:before {
  background-color: #c96466;
}
.unit.recording .button:hover {
  background-color: #dd787a;
}
.unit.developers h2,
.unit.developers .h2 {
  color: #487a65;
}
.unit.developers .button,
.unit.developers:before {
  background-color: #487a65;
}
.unit.developers .button:hover {
  background-color: #5c8e79;
}
.buy-functions {
  *zoom: 1;
  margin-bottom: 60px;
}
.buy-functions:before,
.buy-functions:after {
  content: " ";
  display: table;
}
.buy-functions:after {
  clear: both;
}
.buy-functions .button {
  flaot: left;
  margin-bottom: 1.5625em;
}
.coupon {
  float: right;
  text-align: right;
}
.coupon .form {
  *zoom: 1;
  margin: 0;
}
.coupon .form:before,
.coupon .form:after {
  content: " ";
  display: table;
}
.coupon .form:after {
  clear: both;
}
.coupon label {
  display: none;
}
.coupon input[type="text"] {
  width: 300px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 1.5625em;
}
.coupon .button {
  margin-bottom: 1.5625em;
}
@media only screen and (max-width: 840px) {
  .coupon {
    float: none;
    text-align: left;
  }
}
@media only screen and (max-width: 775px) {
  .buy-functions .button {
    width: 100%;
  }
  .coupon {
    float: none;
  }
  .coupon input[type="text"] {
    width: 100%;
  }
}
.payment {
  max-width: 720px;
}
.payment label {
  display: none;
}
.payment .button {
  margin-right: 15px;
}
.payment .secure {
  position: relative;
  top: -2px;
  color: #446876;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.payment .secure [class*="icon-"] {
  font-size: 1.25em;
  margin-right: 3px;
  vertical-align: -15%;
}
.payment .radio-list {
  *zoom: 1;
}
.payment .radio-list:before,
.payment .radio-list:after {
  content: " ";
  display: table;
}
.payment .radio-list:after {
  clear: both;
}
.payment .payment-type {
  float: left;
  margin-right: 20px;
}
.payment .payment-type input[type="radio"] {
  position: relative;
  top: -5px;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .payment .button {
    width: 100%;
  }
  .payment .secure {
    padding: 10px 0;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.categories .item {
  display: block;
  position: relative;
  height: 430px;
  padding: 60px;
  color: #fff;
  background-image: url('../img2/pattern.png');
}
.categories .item:hover {
  text-decoration: none;
}
.categories .item .image {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  width: 450px;
  max-width: 80%;
  margin: 0 auto;
}
.categories .item.entertainment {
  background-color: #d94d44;
}
.categories .item.business {
  background-color: #6d98a9;
}
.categories .item.education {
  background-color: #65948c;
}
.categories .item.gaming {
  background-color: #eb7f43;
}
.categories .item.developers {
  background-color: #487a65;
}
.categories .item.record {
  background-color: #c96466;
}
.categories .item.mirroring {
  background-color: #79b0a7;
}
@media only screen and (max-width: 480px) {
  .categories .item {
    height: 370px;
  }
}
.endorsement .h2 {
  font-size: 42px;
  font-weight: bold;
}
.endorsement .quote {
  margin: 0 0 1.5625em;
}
.endorsement .name {
  display: block;
  font-size: 1.25em;
}
.endorsement .sig {
  float: left;
  margin-bottom: 1.5625em;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  z-index: 8040;
  background-image: url('../img2/close.png');
  background-size: 37px;
}
.fancybox-type-iframe .fancybox-close {
  top: -10px;
  right: -10px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow:none;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.spinner .dot1,
.spinner .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.spinner .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.video-player .spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video-player iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.video-player .close-video {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 37px;
  cursor: pointer;
}
@media only screen and (max-width: 775px) {
  .video-player .close-video {
    top: 20px;
    right: 20px;
  }
}
@-webkit-keyframes pan {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 10000px 100%;
  }
}
@-moz-keyframes pan {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 10000px 100%;
  }
}
@keyframes pan {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 10000px 100%;
  }
}
@-webkit-keyframes dive {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateY(5%) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(-15deg);
  }
}
@-moz-keyframes dive {
  0% {
    -moz-transform: translateY(0) rotate(-15deg);
  }
  50% {
    -moz-transform: translateY(5%) rotate(-30deg);
  }
  100% {
    -moz-transform: translateY(0%) rotate(-15deg);
  }
}
@-ms-keyframes dive {
  0% {
    -ms-transform: translateY(0) rotate(-15deg);
  }
  50% {
    -ms-transform: translateY(5%) rotate(-30deg);
  }
  100% {
    -ms-transform: translateY(0%) rotate(-15deg);
  }
}
@-webkit-keyframes clouds {
  0% {
    -webkit-transform: translateX(0) scale(1,1);
    -moz-transform: translateX(0) scale(1,1);
    -ms-transform: translateX(0) scale(1,1);
    -o-transform: translateX(0) scale(1,1);
    transform: translateX(0) scale(1,1);
  }
  50% {
    -webkit-transform: translateX(10%) scale(1.2,1.3);
    -moz-transform: translateX(10%) scale(1.2,1.3);
    -ms-transform: translateX(10%) scale(1.2,1.3);
    -o-transform: translateX(10%) scale(1.2,1.3);
    transform: translateX(10%) scale(1.2,1.3);
  }
  100% {
    -webkit-transform: translateX(20%) scale(1,1);
    -moz-transform: translateX(20%) scale(1,1);
    -ms-transform: translateX(20%) scale(1,1);
    -o-transform: translateX(20%) scale(1,1);
    transform: translateX(20%) scale(1,1);
  }
}
@-webkit-keyframes flyin {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes flyin {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@keyframes flyin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-1000%) rotate(-360deg);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(40deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
  }
}
@-moz-keyframes pop {
  0% {
    -moz-transform: translateY(0%) rotate(0deg);
  }
  25% {
    -moz-transform: translateY(-1000%) rotate(-360deg);
  }
  50% {
    -moz-transform: translateY(0%) rotate(40deg);
  }
  100% {
    -moz-transform: translateY(0%) rotate(0deg);
  }
}
@-ms-keyframes pop {
  0% {
    -ms-transform: translateY(0) rotate(0deg);
  }
  50% {
    -ms-transform: translateY(-1000%) rotate(-360deg);
  }
  100% {
    -ms-transform: translateY(-1%) rotate(40deg);
  }
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0%) scale(0.5, 0.5);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(-1400%) scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1400%) scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes bubble {
  0% {
    -moz-transform: translateY(0%) scale(0.5, 0.5);
    opacity: 1;
  }
  99% {
    -moz-transform: translateY(-1400%) scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-1400%) scale(3, 3);
    opacity: 0;
  }
}
@-ms-keyframes bubble {
  0% {
    -ms-transform: scale(0.5, 0.5);
    opacity: 1;
  }
  99% {
    -ms-transform: scale(1.2, 1.2);
    opacity: 1;
    top: -300%;
  }
  100% {
    -ms-transform: scale(3, 3);
    opacity: 0;
  }
}
.superman-container {
  position: relative;
  height: 0;
  opacity: 0;
  padding-bottom: 74.09638554216868%;
  background-image: url(../img2/stripes.svg);
  background-repeat: no-repeat;
  background-position: 15.66265060240964% 0;
  background-size: auto 57.56097560975609%;
}
.superman-container .play {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 10;
  width: 85px;
  height: 59px;
  margin-top: -30px;
  margin-right: -42px;
  cursor: pointer;
  text-align: center;
}
.superman-container > div {
  position: absolute;
}
.superman-container.animate {
  opacity: 1;
}
.superman-container .gloss {
  position: absolute;
  width: 100%;
  z-index: 10;
  max-width: 610px;
  right: 0;
  top: 0;
}
.superman-container .tv {
  overflow: hidden;
  max-width: 610px;
  height: auto;
  width: 73.49397590361446%;
  right: 0;
  top: 21.138211382113823%;
  z-index: 2;
}
.superman-container .tv .sky {
  background-color: #93D1DF;
}
.superman-container .tv .buildings,
.superman-container .tv .sky {
  position: absolute;
  width: 96.72131147540983%;
  height: 87.20930232558139%;
  top: 2.558139534883721%;
  left: 1.8032786885245904%;
  background-size: 102% auto;
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.superman-container .tv .buildings-front {
  background-image: url(../img2/buildings-front.svg);
  -webkit-animation: pan 150s linear infinite;
  -moz-animation: pan 150s linear infinite;
  animation: pan 150s linear infinite;
}
.superman-container .tv .buildings-back {
  background-image: url(../img2/buildings-back.svg);
  -webkit-animation: pan 1000s linear infinite;
  -moz-animation: pan 1000s linear infinite;
  animation: pan 1000s linear infinite;
}
.superman-container .tv .superman-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: flyin 8s;
  -moz-animation: flyin 8s;
  -ms-animation: flyin 8s;
  -o-animation: flyin 8s;
  animation: flyin 8s;
}
.superman-container .tv .superman {
  -webkit-transition: top 3s;
  -khtml-transition: top 3s;
  -moz-transition: top 3s;
  -ms-transition: top 3s;
  -o-transition: top 3s;
  transition: top 3s;
  -webkit-animation: dive 8s 3s cubic-bezier(.18,1,.2,.21) infinite;
  -moz-animation: dive 8s 3s cubic-bezier(.18,1,.2,.21) infinite;
  -ms-animation: dive 8s 3s cubic-bezier(.18,1,.2,.21) infinite;
  -o-animation: dive 8s 3s cubic-bezier(.18,1,.2,.21) infinite;
  animation: dive 8s 3s cubic-bezier(.18,1,.2,.21) infinite;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  position: absolute;
  width: 75%;
  top: 0%;
  right: -43%;
}
.superman-container .tv .superman.slowdown {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.superman-container .tv .frame {
  position: relative;
  display: block;
  z-index: 10;
}
.superman-container .tv img {
  width: 100%;
}
.superman-container .tv img.clouds {
  -webkit-animation: clouds 200s linear infinite;
  -moz-animation: clouds 200s linear infinite;
  -ms-animation: clouds 200s linear infinite;
  -o-animation: clouds 200s linear infinite;
  animation: clouds 200s linear infinite;
  width: 95%;
  position: absolute;
  top: 8%;
  left: 1.9672131147540985%;
}
.superman-container .pop-soda {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33.734939759036145%;
  z-index: 1;
}
.superman-container .pop-soda img {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
}
.superman-container .pop-soda .pop {
  display: block;
  z-index: 1;
  zoom: 1;
  position: absolute;
  left: 33%;
  top: 35%;
  width: 10%;
  height: auto;
}
.superman-container .pop-soda .pop.pop1 {
  -webkit-animation: pop 1.5s ease-in-out infinite;
  -moz-animation: pop 1.5s ease-in-out infinite;
  -ms-animation: pop 1.5s ease-in-out infinite;
  -o-animation: pop 1.5s ease-in-out infinite;
  animation: pop 1.5s ease-in-out infinite;
}
.superman-container .pop-soda .pop.pop2 {
  left: 60%;
  top: 40%;
  width: 8%;
  -webkit-animation: pop 2s 2.2s ease-in-out infinite;
  -moz-animation: pop 2s 2.2s ease-in-out infinite;
  -ms-animation: pop 2s 2.2s ease-in-out infinite;
  -o-animation: pop 2s 2.2s ease-in-out infinite;
  animation: pop 2s 2.2s ease-in-out infinite;
}
.superman-container .pop-soda .pop.pop3 {
  left: 52%;
  top: 50%;
  width: 9%;
  -webkit-animation: pop 2s 2.6s ease-in-out infinite;
  -moz-animation: pop 2s 2.6s ease-in-out infinite;
  -ms-animation: pop 2s 2.6s ease-in-out infinite;
  -o-animation: pop 2s 2.6s ease-in-out infinite;
  animation: pop 2s 2.6s ease-in-out infinite;
}
.superman-container .pop-soda .bubbles {
  position: absolute;
  z-index: 3;
  bottom: 8%;
  left: 16%;
  width: 11%;
  height: 14%;
}
.superman-container .pop-soda .bubbles .soda-bubble {
  -webkit-transform: scale(0.5,0.5);
  -moz-transform: scale(0.5,0.5);
  -ms-transform: scale(0.5,0.5);
  -o-transform: scale(0.5,0.5);
  transform: scale(0.5,0.5);
  position: absolute;
  width: 16.129032258064516%;
  height: 19.230769230769234%;
  background: #fff;
  border-radius: 50%;
}
@-webkit-keyframes wobble {
  0 {
    bottom: -10%;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    bottom: 100%;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes wobble {
  0 {
    bottom: -10%;
    -moz-transform: translate3d(0, 100%, 0) rotate(0.01deg);
  }
  100% {
    bottom: 100%;
    -moz-transform: translateY3d(0, 0, 0) rotate(0.01deg);
  }
}
@-ms-keyframes wobble {
  0 {
    bottom: -20%;
  }
  100% {
    bottom: 140%;
  }
}
@-webkit-keyframes steam {
  0 {
    opacity: 0.8;
    -webkit-transform: translate(0%, 100%) scale(1, 1);
  }
  90% {
    opacity: 0.3;
    -webkit-transform: translate(0%, 0) scale(0.5, 1.3);
  }
  100% {
    opacity: 0.0;
    -webkit-transform: translate(0%, 0) scale(0.5, 1.3);
  }
}
@-moz-keyframes steam {
  0 {
    opacity: 0.8;
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  90% {
    opacity: 0.3;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    opacity: 0.0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-ms-keyframes steam {
  0 {
    opacity: 0.8;
    -ms-transform: translate(0%, 100%) scale(1, 1);
  }
  90% {
    opacity: 0.3;
    -ms-transform: translate(0%, 0) scale(0.5, 1.3);
  }
  100% {
    opacity: 0.0;
    -ms-transform: translate(0%, 0) scale(0.5, 1.3);
  }
}
.anim-devloper-outercontainer {
  max-width: 890px;
}
.anim-devloper-container {
  position: relative;
  height: 0;
  padding-bottom: 85.39325842696628%;
}
.anim-devloper-container .el {
  position: absolute;
  width: 100%;
  height: 100%;
}
.anim-devloper-container .el img {
  width: 100%;
}
.anim-devloper-container .bg {
  z-index: 1;
}
.anim-devloper-container .person {
  z-index: 3;
}
.anim-devloper-container .ballons {
  position: absolute;
  left: 19%;
  z-index: 2;
  width: 63%;
  height: 32%;
}
.anim-devloper-container .ballon {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 10.357142857142858%;
  left: 30%;
  height: 100%;
}
.anim-devloper-container .ballon .inner {
  position: absolute;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0) rotate(0.01deg);
  -moz-transform: translate3d(0, 100%, 0) rotate(0.01deg);
  -ms-transform: translate3d(0, 100%, 0) rotate(0.01deg);
  -o-transform: translate3d(0, 100%, 0) rotate(0.01deg);
  transform: translate3d(0, 100%, 0) rotate(0.01deg);
}
.anim-devloper-container .ballon .inner img {
  width: 100%;
}
.anim-devloper-container .ballon.ballon-green {
  z-index: 5;
  width: 10.714285714285714%;
  left: 23.75%;
  height: 92%;
}
.anim-devloper-container .ballon.ballon-green .inner {
  -webkit-animation: wobble 15s linear infinite;
  -moz-animation: wobble 15s linear infinite;
  -ms-animation: wobble 15s linear infinite;
  -o-animation: wobble 15s linear infinite;
  animation: wobble 15s linear infinite;
}
.anim-devloper-container .ballon.ballon-green-small {
  width: 2.6785714285714284%;
  left: 76.78571428571429%;
  top: auto;
  bottom: 0;
  height: 42%;
}
.anim-devloper-container .ballon.ballon-green-small .inner {
  -webkit-animation: wobble 15s 5s linear infinite;
  -moz-animation: wobble 15s 5s linear infinite;
  -ms-animation: wobble 15s 5s linear infinite;
  -o-animation: wobble 15s 5s linear infinite;
  animation: wobble 15s 5s linear infinite;
}
.anim-devloper-container .ballon.ballon-red {
  width: 15.178571428571427%;
  left: 48.92857142857142%;
  height: 86%;
}
.anim-devloper-container .ballon.ballon-red .inner {
  -webkit-animation: wobble 15s 3s linear infinite;
  -moz-animation: wobble 15s 3s linear infinite;
  -ms-animation: wobble 15s 3s linear infinite;
  -o-animation: wobble 15s 3s linear infinite;
  animation: wobble 15s 3s linear infinite;
}
.anim-devloper-container .ballon.ballon-red-small {
  width: 2.6785714285714284%;
  left: 21.428571428571427%;
  height: 92%;
}
.anim-devloper-container .ballon.ballon-red-small .inner {
  -webkit-animation: wobble 25s 5s linear infinite;
  -moz-animation: wobble 25s 5s linear infinite;
  -ms-animation: wobble 25s 5s linear infinite;
  -o-animation: wobble 25s 5s linear infinite;
  animation: wobble 25s 5s linear infinite;
}
.anim-devloper-container .ballon.ballon-purple {
  width: 4.821428571428572%;
  left: 4.464285714285714%;
  height: 50%;
  top: auto;
  bottom: 6%;
}
.anim-devloper-container .ballon.ballon-purple .inner {
  -webkit-animation: wobble 15s 1s linear infinite;
  -moz-animation: wobble 15s 1s linear infinite;
  -ms-animation: wobble 15s 1s linear infinite;
  -o-animation: wobble 15s 1s linear infinite;
  animation: wobble 15s 1s linear infinite;
}
.anim-devloper-container .ballon.ballon-yellow {
  width: 3.571428571428571%;
  left: 62.5%;
  height: 86%;
}
.anim-devloper-container .ballon.ballon-yellow .inner {
  -webkit-animation: wobble 20s 3s linear infinite;
  -moz-animation: wobble 20s 3s linear infinite;
  -ms-animation: wobble 20s 3s linear infinite;
  -o-animation: wobble 20s 3s linear infinite;
  animation: wobble 20s 3s linear infinite;
}
.anim-devloper-container .steam {
  position: absolute;
  z-index: 1;
  width: 1.6853932584269662%;
  right: 7.415730337078652%;
  top: 22%;
  -webkit-transform: translate(-0%, 100%) scale(1,1);
  -moz-transform: translate(-0%, 100%) scale(1,1);
  -ms-transform: translate(-0%, 100%) scale(1,1);
  -o-transform: translate(-0%, 100%) scale(1,1);
  transform: translate(-0%, 100%) scale(1,1);
  -webkit-animation: steam 5s ease-in-out infinite;
  -moz-animation: steam 5s ease-in-out infinite;
  -ms-animation: steam 5s ease-in-out infinite;
  -o-animation: steam 5s ease-in-out infinite;
  animation: steam 5s ease-in-out infinite;
}
.anim-devloper-container .steam img {
  width: 100%;
}
.anim-devloper-container .steam.steam2 {
  right: 9.550561797752808%;
  -webkit-animation: steam 5s 4s ease-in-out infinite;
  -moz-animation: steam 5s 4s ease-in-out infinite;
  -ms-animation: steam 5s 4s ease-in-out infinite;
  -o-animation: steam 5s 4s ease-in-out infinite;
  animation: steam 5s 4s ease-in-out infinite;
}
@-webkit-keyframes blink {
  0 {
    -webkit-transform: scale(1, 1);
  }
  3% {
    -webkit-transform: scale(0.9, 0.05);
  }
  6% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes blink {
  0 {
    -moz-transform: scale(1, 1);
  }
  3% {
    -moz-transform: scale(0.9, 0.05);
  }
  6% {
    -moz-transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-ms-keyframes blink {
  0 {
    -ms-transform: scale(1, 1);
  }
  3% {
    -ms-transform: scale(0.9, 0.05);
  }
  6% {
    -ms-transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(1, 1);
  }
}
@-webkit-keyframes pendul {
  0% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
@-moz-keyframes pendul {
  0% {
    -moz-transform: rotate(-10deg);
  }
  100% {
    -moz-transform: rotate(10deg);
  }
}
@-ms-keyframes pendul {
  0% {
    -ms-transform: rotate(-10deg);
  }
  100% {
    -ms-transform: rotate(10deg);
  }
}
@-webkit-keyframes wink {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes wink {
  0% {
    -moz-transform: rotate(0deg);
  }
  5% {
    -moz-transform: rotate(5deg);
  }
  10% {
    -moz-transform: rotate(-5deg);
  }
  15% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes wink {
  0% {
    -ms-transform: rotate(0deg);
  }
  5% {
    -ms-transform: rotate(5deg);
  }
  10% {
    -ms-transform: rotate(-5deg);
  }
  15% {
    -ms-transform: rotate(0deg);
  }
}
.anim-education-outercontainer {
  max-width: 1020px;
}
.anim-education-container {
  position: relative;
  height: 0;
  padding-bottom: 86.61639962299718%;
}
.anim-education-container .el {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.anim-education-container .el img {
  width: 100%;
}
.anim-education-container .eye {
  position: absolute;
  z-index: 2;
  width: 1.75%;
  height: auto;
  -webkit-animation: blink 2s 2s ease-in-out infinite;
  -moz-animation: blink 2s 2s ease-in-out infinite;
  -ms-animation: blink 2s 2s ease-in-out infinite;
  -o-animation: blink 2s 2s ease-in-out infinite;
  animation: blink 2s 2s ease-in-out infinite;
}
.anim-education-container .eye img {
  display: block;
  width: 100%;
  height: auto;
}
.anim-education-container .eye.left {
  left: 48.75%;
  top: 15.4%;
}
.anim-education-container .eye.right {
  left: 51.4%;
  top: 15.4%;
}
.anim-education-container .hand {
  position: absolute;
  z-index: 2;
  left: 60%;
  top: 11%;
  width: 9.803921568627452%;
  -webkit-transform-origin: 80% 80% 0 top;
  -moz-transform-origin: 80% 80% 0 top;
  -ms-transform-origin: 80% 80% 0 top;
  -o-transform-origin: 80% 80% 0 top;
  transform-origin: 80% 80% 0 top;
  -moz-transform-origin: 80% 80% 0;
  -webkit-animation: wink 5s ease-in-out infinite;
  -moz-animation: wink 5s ease-in-out infinite;
  -ms-animation: wink 5s ease-in-out infinite;
  -o-animation: wink 5s ease-in-out infinite;
  animation: wink 5s ease-in-out infinite;
}
.anim-education-container .hand img {
  width: 100%;
}
.anim-education-container .ring-container {
  position: absolute;
  width: 10%;
  height: 10%;
  left: 52%;
  top: 34%;
}
.anim-education-container .ring-container .bar {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 9%;
  background: #cdc5bb;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.anim-education-container .ring-container img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 2px;
  margin: auto;
  display: block;
  width: 20.8%;
  -webkit-transform-origin: center top 0 top;
  -moz-transform-origin: center top 0 top;
  -ms-transform-origin: center top 0 top;
  -o-transform-origin: center top 0 top;
  transform-origin: center top 0 top;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: pendul 1s infinite linear alternate;
  -moz-animation: pendul 1s infinite linear alternate;
  -ms-animation: pendul 1s infinite linear alternate;
  -o-animation: pendul 1s infinite linear alternate;
  animation: pendul 1s infinite linear alternate;
}
.anim-education-container .pad {
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(98deg);
  -moz-transform: rotate(98deg);
  -ms-transform: rotate(98deg);
  -o-transform: rotate(98deg);
  transform: rotate(98deg);
  top: 62%;
  left: 93%;
  width: 7.547169811320755%;
  height: 7.065217391304348%;
}
.anim-education-container .pad .pad-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.anim-education-container .pad .color-bg {
  position: absolute;
  z-index: 0;
  left: 2%;
  right: 2%;
  bottom: 5%;
  top: 5%;
  background: #F0E9DF;
}
.anim-education-container .pad .eye {
  z-index: 10;
  width: 4%;
}
.anim-education-container .pad .eye.left {
  left: 28%;
  top: 37.3%;
}
.anim-education-container .pad .eye.right {
  left: 34%;
  top: 37.3%;
}
.anim-education-container .pad .hand {
  top: 28%;
  left: 57%;
  width: 23%;
  height: 44%;
}
.anim-education-container .pad .hand img {
  display: block;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(400%) rotate(20deg);
  }
  85% {
    -webkit-transform: translateY(0%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
  }
}
@-moz-keyframes jump {
  0% {
    -moz-transform: translateY(0) rotate(0deg);
  }
  50% {
    -moz-transform: translateY(400%) rotate(20deg);
  }
  85% {
    -moz-transform: translateY(0%) rotate(-20deg);
  }
  100% {
    -moz-transform: translateY(0%) rotate(0deg);
  }
}
@-ms-keyframes jump {
  0% {
    -ms-transform: translateY(0) rotate(0deg);
  }
  50% {
    -ms-transform: translateY(400%) rotate(20deg);
  }
  85% {
    -ms-transform: translateY(0%) rotate(-20deg);
  }
  100% {
    -ms-transform: translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes pan2 {
  from {
    background-position: 72% 0%;
  }
  to {
    background-position: -10000px 0%;
  }
}
@-moz-keyframes pan2 {
  from {
    background-position: 72% 0%;
  }
  to {
    background-position: -10000px 0%;
  }
}
@keyframes pan2 {
  from {
    background-position: 100px 0%;
  }
  to {
    background-position: -10000px 0%;
  }
}
.anim-gaming-outercontainer {
  max-width: 890px;
}
.anim-gaming-container {
  position: relative;
}
.anim-gaming-container .playing {
  position: absolute;
  top: 3.1%;
  left: 28.9%;
  height: 45.5%;
  width: 19.4%;
  background-image: url(../img2/gaming-mountain-back.svg);
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: 1% 100%;
  background-color: #feef82;
  -webkit-animation: pan 900s linear infinite reverse;
  -moz-animation: pan 900s linear infinite reverse;
  -ms-animation: pan 900s linear infinite reverse;
  -o-animation: pan 900s linear infinite reverse;
  animation: pan 900s linear infinite reverse;
}
.anim-gaming-container .playing .bird {
  display: block;
  position: absolute;
  z-index: 10;
  top: 9%;
  left: 49%;
  width: 15.714285714285714%;
}
.anim-gaming-container .playing.screen2 {
  left: 51.6%;
}
.anim-gaming-container .playing.screen2 .bg-front {
  -webkit-animation: pan2 160s linear infinite;
  -moz-animation: pan2 160s linear infinite;
  -ms-animation: pan2 160s linear infinite;
  -o-animation: pan2 160s linear infinite;
  animation: pan2 160s linear infinite;
}
.anim-gaming-container .playing.screen2 .bird {
  -webkit-animation: jump 2s ease-in-out infinite;
  -moz-animation: jump 2s ease-in-out infinite;
  -ms-animation: jump 2s ease-in-out infinite;
  -o-animation: jump 2s ease-in-out infinite;
  animation: jump 2s ease-in-out infinite;
}
.anim-gaming-container .playing.screen1 .bg-front {
  -webkit-animation: pan2 160s 0.5s linear infinite;
  -moz-animation: pan2 160s 0.5s linear infinite;
  -ms-animation: pan2 160s 0.5s linear infinite;
  -o-animation: pan2 160s 0.5s linear infinite;
  animation: pan2 160s 0.5s linear infinite;
}
.anim-gaming-container .playing.screen1 .bird {
  -webkit-animation: jump 2s 0.5s ease-in-out infinite;
  -moz-animation: jump 2s 0.5s ease-in-out infinite;
  -ms-animation: jump 2s 0.5s ease-in-out infinite;
  -o-animation: jump 2s 0.5s ease-in-out infinite;
  animation: jump 2s 0.5s ease-in-out infinite;
}
.anim-gaming-container .playing.pad {
  height: 31.11111111111111%;
  width: 13.96011396011396%;
  top: 54%;
}
.anim-gaming-container .playing.pad1 {
  left: 1.75%;
}
.anim-gaming-container .playing.pad1 .bg-front {
  -webkit-animation: pan2 160s 0.5s linear infinite;
  -moz-animation: pan2 160s 0.5s linear infinite;
  -ms-animation: pan2 160s 0.5s linear infinite;
  -o-animation: pan2 160s 0.5s linear infinite;
  animation: pan2 160s 0.5s linear infinite;
}
.anim-gaming-container .playing.pad1 .bird {
  -webkit-animation: jump 2s 0.5s ease-in-out infinite;
  -moz-animation: jump 2s 0.5s ease-in-out infinite;
  -ms-animation: jump 2s 0.5s ease-in-out infinite;
  -o-animation: jump 2s 0.5s ease-in-out infinite;
  animation: jump 2s 0.5s ease-in-out infinite;
}
.anim-gaming-container .playing.pad2 {
  left: 84.3%;
}
.anim-gaming-container .playing.pad2 .bg-front {
  -webkit-animation: pan2 160s linear infinite;
  -moz-animation: pan2 160s linear infinite;
  -ms-animation: pan2 160s linear infinite;
  -o-animation: pan2 160s linear infinite;
  animation: pan2 160s linear infinite;
}
.anim-gaming-container .playing.pad2 .bird {
  -webkit-animation: jump 2s ease-in-out infinite;
  -moz-animation: jump 2s ease-in-out infinite;
  -ms-animation: jump 2s ease-in-out infinite;
  -o-animation: jump 2s ease-in-out infinite;
  animation: jump 2s ease-in-out infinite;
}
.anim-gaming-container .playing .bg-front {
  position: absolute;
  top: 50%;
  height: 50%;
  width: 100%;
  background-image: url(../img2/gaming-mountain-front.svg);
  background-repeat: repeat-x;
  background-size: auto 120px;
  background-position: 72% 0%;
}
@-webkit-keyframes flare {
  0 {
    opacity: 0.5;
  }
  100% {
    opacity: 0.54;
  }
}
@-moz-keyframes flare {
  0 {
    opacity: 0.4;
  }
  100% {
    opacity: 0.54;
  }
}
@-ms-keyframes flare {
  0 {
    opacity: 0.5;
  }
  100% {
    opacity: 0.53;
  }
}
@-ms-keyframes wave {
  0 {
    -ms-transform: rotate(20deg);
  }
  20% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-webkit-keyframes wave {
  0 {
    -webkit-transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes wave {
  0 {
    -moz-transform: rotate(20deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
.anim-business-outercontainer {
  max-width: 840px;
}
.anim-business-container {
  position: relative;
  height: 0;
  padding-bottom: 92.26190476190477%;
}
.anim-business-container .el {
  position: absolute;
}
.anim-business-container .guy {
  right: 0;
  top: 0;
  width: 75%;
}
.anim-business-container .arm {
  width: 20.238095238095237%;
  left: 24.9%;
  top: 21.2%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-animation: wave 4s 1s infinite alternate;
  -moz-animation: wave 4s 1s infinite alternate;
  -ms-animation: wave 4s 1s infinite alternate;
  -o-animation: wave 4s 1s infinite alternate;
  animation: wave 4s 1s infinite alternate;
}
.anim-business-container .projector {
  bottom: 0;
  width: 100%;
  height: 69.6774193548387%;
}
.anim-business-container .projector svg {
  display: block;
  width: 100%;
  height: 100%;
}
.anim-business-container .slides {
  overflow: hidden;
  width: 15%;
  height: 12.387096774193548%;
  right: 1.5%;
  top: 12%;
  background: #a4d2ca;
}
.anim-business-container .slides .slider {
  position: absolute;
  width: 300%;
  height: 100%;
  left: 0;
  -webkit-transition: left ease-in-out 300ms ;
  -khtml-transition: left ease-in-out 300ms ;
  -moz-transition: left ease-in-out 300ms ;
  -ms-transition: left ease-in-out 300ms ;
  -o-transition: left ease-in-out 300ms ;
  transition: left ease-in-out 300ms ;
}
.anim-business-container .slides .slider img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 3%;
}
.anim-business-container #flare_2 {
  opacity: 0.5;
  -webkit-transition: fill 300ms;
  -khtml-transition: fill 300ms;
  -moz-transition: fill 300ms;
  -ms-transition: fill 300ms;
  -o-transition: fill 300ms;
  transition: fill 300ms;
  fill: #a4d3ca;
  -webkit-animation: flare 0.05s infinite alternate;
  -moz-animation: flare 0.05s infinite alternate;
  -ms-animation: flare 0.05s infinite alternate;
  -o-animation: flare 0.05s infinite alternate;
  animation: flare 0.05s infinite alternate;
}
@-webkit-keyframes shake {
  0 {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(2%);
  }
}
@-moz-keyframes shake {
  0 {
    -moz-transform: translateY(0%);
  }
  100% {
    -moz-transform: translateY(2%);
  }
}
@-ms-keyframes shake {
  0 {
    -ms-transform: translateY(0%);
  }
  100% {
    -ms-transform: translateY(2%);
  }
}
.anim-universal-outercontainer {
  max-width: 610px;
}
.anim-universal-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 90.98360655737704%;
}
.anim-universal-container .computer {
  position: absolute;
  width: 100%;
  height: 50.45045045045045%;
}
.anim-universal-container .computer > svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.anim-universal-container .computer .viewport {
  position: absolute;
  overflow: hidden;
  top: 5%;
  left: 20.327868852459016%;
  width: 60.65573770491803%;
  height: 83.92857142857143%;
  background: #404041;
}
.anim-universal-container .computer .viewport .screen {
  position: absolute;
  top: 0;
  opacity: 0;
}
.anim-universal-container .computer .viewport .screen svg {
  width: 100%;
  height: 100%;
}
.anim-universal-container .computer .viewport .screen.iphone {
  left: 9%;
  width: 38.108108108108105%;
  height: 98.72340425531915%;
}
.anim-universal-container .computer .viewport .screen.ipad {
  width: 47.56756756756757%;
  height: 98.72340425531915%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  right: -5%;
}
.anim-universal-container .computer .viewport .screen.winphone {
  left: 31%;
  width: 38.108108108108105%;
  height: 98.72340425531915%;
}
.anim-universal-container .computer .viewport .screen.android {
  left: 60%;
  width: 47.56756756756757%;
  height: 98.72340425531915%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.anim-universal-container .hand svg {
  width: 100%;
  height: 100%;
}
.anim-universal-container .hand svg [class*="-homescreen"] {
  opacity: 0;
}
.anim-universal-container .hand.windows-phone-hand {
  position: absolute;
  top: 100%;
  left: 39.34426229508197%;
  width: 12.295081967213115%;
  height: 63.96396396396396%;
}
.anim-universal-container .hand.windows-phone-hand svg {
  -webkit-animation: shake 1s infinite alternate;
  -moz-animation: shake 1s infinite alternate;
  -ms-animation: shake 1s infinite alternate;
  -o-animation: shake 1s infinite alternate;
  animation: shake 1s infinite alternate;
}
.anim-universal-container .hand.iphone-hand {
  position: absolute;
  top: 100%;
  left: 16.39344262295082%;
  width: 14.262295081967213%;
  height: 59.09909909909909%;
}
.anim-universal-container .hand.iphone-hand svg {
  -webkit-animation: shake 1s 0.5s infinite alternate;
  -moz-animation: shake 1s 0.5s infinite alternate;
  -ms-animation: shake 1s 0.5s infinite alternate;
  -o-animation: shake 1s 0.5s infinite alternate;
  animation: shake 1s 0.5s infinite alternate;
}
.anim-universal-container .hand.ipad-hand {
  position: absolute;
  top: 100%;
  left: 65.57377049180327%;
  width: 20.655737704918035%;
  height: 69.54954954954955%;
}
.anim-universal-container .hand.ipad-hand svg {
  -webkit-animation: shake 1s 0.7s infinite alternate;
  -moz-animation: shake 1s 0.7s infinite alternate;
  -ms-animation: shake 1s 0.7s infinite alternate;
  -o-animation: shake 1s 0.7s infinite alternate;
  animation: shake 1s 0.7s infinite alternate;
}
.anim-universal-container .hand.android-hand {
  position: absolute;
  top: 100%;
  left: 38.85245901639344%;
  width: 14.754098360655737%;
  height: 65.22522522522523%;
}
.anim-universal-container .hand.android-hand svg {
  -webkit-animation: shake 1s 0.2s infinite alternate;
  -moz-animation: shake 1s 0.2s infinite alternate;
  -ms-animation: shake 1s 0.2s infinite alternate;
  -o-animation: shake 1s 0.2s infinite alternate;
  animation: shake 1s 0.2s infinite alternate;
}
@-webkit-keyframes bubble-mac {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0.8;
  }
  99% {
    -webkit-transform: scale(0.9, 0.9);
    top: 6%;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    top: 5%;
    opacity: 0;
  }
}
@-moz-keyframes bubble-mac {
  0% {
    -moz-transform: scale(0.5, 0.5);
    opacity: 1;
  }
  99% {
    -moz-transform: scale(0.9, 0.9);
    top: 6%;
    opacity: 0.8;
  }
  100% {
    -moz-transform: scale(1, 1);
    top: 5%;
    opacity: 0;
  }
}
@-ms-keyframes bubble-mac {
  0% {
    -ms-transform: scale(0.5, 0.5);
    opacity: 1;
  }
  99% {
    -ms-transform: scale(0.9, 0.9);
    opacity: 0.8;
    top: 6%;
  }
  100% {
    -ms-transform: scale(1, 1);
    opacity: 0;
    top: 5%;
  }
}
.anim-mac-outercontainer {
  max-width: 610px;
}
.anim-mac-container {
  position: relative;
  height: 0;
  padding-bottom: 72.32704402515722%;
}
.anim-mac-container .mac-hand {
  left: 83%;
  z-index: 10;
  position: absolute;
  width: 17.10691823899371%;
  height: 33.39130434782609%;
  -webkit-transform-origin: 50% 60% 0 top;
  -moz-transform-origin: 50% 60% 0 top;
  -ms-transform-origin: 50% 60% 0 top;
  -o-transform-origin: 50% 60% 0 top;
  transform-origin: 50% 60% 0 top;
}
.anim-mac-container .mac-hand svg {
  width: 100%;
  height: 100%;
}
.anim-mac-container .computer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.anim-mac-container .computer svg {
  width: 100%;
  height: 100%;
}
.anim-mac-container .slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 20%;
}
.anim-mac-container .slider .bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20%;
  background: #C7C8C9;
}
.anim-mac-container .slider.slider1 {
  left: 63.52201257861635%;
  top: 29.2%;
  width: 11.446540880503145%;
  height: 11.304347826086957%;
}
.anim-mac-container .slider.slider1 .bar {
  top: 77%;
  height: 28%;
}
.anim-mac-container .slider.slider2 {
  top: 60.3%;
  left: 82.26415094339623%;
  width: 7.79874213836478%;
  height: 13.043478260869565%;
}
.anim-mac-container .slider.slider2 .bar {
  top: 44%;
}
.anim-mac-container .flare {
  position: absolute;
  height: 34.84276729559748%;
  width: 22.956521739130434%;
  left: 76.2%;
  top: 41%;
}
.anim-mac-container .flare svg {
  height: 100%;
  width: 100%;
}
.anim-mac-container .bubbles {
  position: absolute;
  z-index: 3;
  bottom: 26%;
  left: 9%;
  width: 4.150943396226415%;
  height: 14.782608695652174%;
}
.anim-mac-container .bubbles .soda-bubble {
  position: absolute;
  width: 18.181818181818183%;
  height: 7.0588235294117645%;
  background: #fff;
  border-radius: 3px;
}
@-webkit-keyframes ballon_bounce {
  0 {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(2%);
  }
}
@-moz-keyframes ballon_bounce {
  0 {
    -moz-transform: translate3d(0%, 0, 0);
  }
  100% {
    -moz-transform: translateY(2%);
    -moz-transform: translate3d(2%, 0, 0);
  }
}
@-ms-keyframes ballon_bounce {
  0 {
    -ms-transform: translateY(0%);
  }
  100% {
    -ms-transform: translateY(2%);
  }
}
.anim-recording-outercontainer {
  max-width: 1100px;
  max-height: 830px;
  overflow: hidden;
}
.anim-recording-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75.45454545454545%;
}
.anim-recording-container > div {
  position: absolute;
}
.anim-recording-container > div svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.anim-recording-container .scene {
  width: 100%;
  height: 100%;
}
.anim-recording-container .thumb {
  left: 65%;
  top: 58%;
  width: 5.454545454545454%;
  height: 11.44578313253012%;
}
.anim-recording-container .pointer {
  z-index: 2;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 55%;
  left: 20%;
  width: 1.2727272727272727%;
  height: 2.7710843373493974%;
}
.anim-recording-container .player {
  top: 63%;
  left: 26%;
  width: 15.454545454545453%;
  height: 2.6506024096385543%;
}
.anim-recording-container .player .progress {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 20%;
  left: 33%;
  background: #fff;
}
.anim-recording-container .player .progress.blue {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background: #89CCD9;
}
.anim-recording-container .mobile-flare {
  left: 50.9%;
  top: 48.75%;
  width: 23.636363636363637%;
  height: 12.530120481927712%;
}
.anim-recording-container .desktop-flare {
  left: 50.9%;
  top: 48.75%;
  width: 38%;
  height: 47.34939759036145%;
}
.anim-recording-container .ballon.red {
  left: 62%;
  top: 50%;
  width: 5.454545454545454%;
  height: 10%;
}
.anim-recording-container .ballon.big-red {
  left: 35%;
  top: 36%;
  width: 12.181818181818182%;
  height: 22.289156626506024%;
}
.anim-recording-container .ballon.big-green {
  left: 55%;
  top: 51%;
  width: 3.6363636363636362%;
  height: 6.626506024096386%;
}
.anim-recording-container .ballon.green {
  left: 20%;
  top: 40%;
  width: 7.2727272727272725%;
  height: 14.698795180722893%;
}
.timeline {
	-webkit-transition: all 500ms;
	-khtml-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	display: block;
	position: relative;
	padding: 0 0 60px;
	margin: 60px auto 0;
	max-width: 500px;
	list-style: none;
	zoom: 1;
	min-height: 300px;
	max-height: 100%;

}
.timeline .capsule {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms;
  -khtml-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  position: relative;
  padding: 0;
  margin-bottom: 60px;
  max-width: 500px;
  z-index: 2;
}
.timeline .capsule.hidden:not(:first-child) {
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  -o-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  opacity: 0;
}
.timeline .capsule .label {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.timeline .capsule .image {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
}
.timeline .capsule .image.first:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 92px;
  background-image: url('../img2/first.png');
  background-size: 94px 92px;
}
.timeline .capsule .title {
  font-family: 'proxima-nova', Arial, tahoma, sans-serif;
  margin: 0;
  margin-bottom: 0.8em;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size:1.875em;
}
.timeline .capsule .title:a {
  font-family: 'proxima-nova', Arial, tahoma, sans-serif;
  margin: 0;
  margin-bottom: 0.8em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size:1.875em;
}
.timeline .capsule .title.short {
  margin-bottom: 10px;
}
.timeline .capsule .title.thin {
  font-weight: normal;
}
.timeline .capsule .title.shadow {

}
.timeline .capsule p {
  margin: 0 0 10px;
  font-size: 20px;
  color:#F2F2F2;
  font-size:16px;
}
@media only screen and (min-width: 775px) {
  .timeline {
    padding-left: 50px;
    margin-top: 40px;
  }
  .timeline:after {
    content: '';
    position: absolute;
    top: 240px;
    bottom: 0;
    margin-left: 0px;
    width: 4px;
    background-color: #fff;
  }
  .timeline .capsule {
    padding: 0 0 0 40px;
  }
  .timeline .capsule .marker {
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 3;
  }
  .timeline .capsule .marker:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    height: 8px;
    width: 8px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #567c8b;
  }
  .timeline .capsule .marker.main:before {
    height: 12px;
    width: 12px;
    left: -7px;
    background: #c72a2f;
  }
  .timeline .capsule .label {
    position: absolute;
    top: -4px;
    right: 20px;
  }
  .timeline .capsule .image {
    margin-bottom: 25px;
  }
  .timeline .capsule .image.first:after {
    top: 25px;
    right: -20px;
    width: 142px;
    height: 140px;
    background-image: url('../img2/first.png');
    background-size: 142px 140px;
  }
}
@media only screen and (min-width: 960px) {
  .timeline {
    overflow: hidden;
    max-width: 1000px;
    padding-left: 0;
    margin-top: 0;
  }
  .timeline:after {
    left: 50%;
    margin-left: -2px;
  }
  .timeline .capsule {
    height: 350px;
    width: 50%;
    margin: 350px 0 0;
  }
  .timeline .capsule:first-child {
    margin-top: 0;
  }
  .timeline .capsule:last-child {
    margin-bottom: 180px;
  }
  .timeline .capsule:nth-child(2n +1) {
    padding: 0 0 0 40px;
    float: right;
    text-align: left;
  }
  .timeline .capsule:nth-child(2n +1) .marker {
    left: 0;
  }
  .timeline .capsule:nth-child(2n +1) .marker:before {
    left: -7px;
  }
  .timeline .capsule:nth-child(2n +1) .marker.main:before {
    left: -9px;
  }
  .timeline .capsule:nth-child(2n +1) .label {
    left: auto;
    right: 40px;
  }
  .timeline .capsule:nth-child(2n +1) .image.first:after {
    right: auto;
    left: -20px;
  }
  .timeline .capsule:nth-child(2n) {
    padding: 0 40px 0 0;
    float: left;
    text-align: right;
  }
  .timeline .capsule:nth-child(2n) .marker {
    left: auto;
    right: 0;
  }
  .timeline .capsule:nth-child(2n) .marker:before {
    left: auto;
    right: -7px;
  }
  .timeline .capsule:nth-child(2n) .marker.main:before {
    left: auto;
    right: -9px;
  }
  .timeline .capsule:nth-child(2n) .label {
    right: auto;
    left: 40px;
  }
}
.lj-noresponse {
  display: none;
}
.main-nav,
.footer-nav {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.main-nav ul,
.footer-nav ul {
  padding: 0;
  margin: 0;
}
.main-nav li,
.footer-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px 0;
}
.main-nav a:hover,
.footer-nav a:hover {
  text-decoration: none;
}
.main-nav {
  position: absolute;
  top: 20px;
  right: 15px;
  line-height: 38px;
  text-transform: uppercase;
}
.main-nav li {
  position: relative;
}
.main-nav a {
  display: block;
  color: #fff;
}
.main-nav .dl a {
  display: block;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
}
.main-nav .dl a:hover {
  color: #4e4e4e;
  background: #fff;
}
#magic-line {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #fff;
}
.footer-nav {
  font-size: 0.875em;
}
.footer-nav li {
  margin: 0 15px 0;
}
@media only screen and (min-width: 776px) {
  .main-nav ul.dropdown {
    display: none;
    position: absolute;
    top: 37px;
    width: 190px;
    overflow: hidden;
    left: 50%;
    margin-left: -95px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  }
  .main-nav ul.dropdown li {
    margin: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
  }
  .main-nav ul.dropdown li:first-child {
    border: none;
  }
  .main-nav ul.dropdown a {
    display: block;
    padding: 0 20px;
    color: #446876;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
  }
  .main-nav ul.dropdown a:hover {
    background: #fafafa;
  }
}
@media only screen and (max-width: 1200px) {
  .main-nav {
    font-size: 0.93em;
  }
  .main-nav li {
    margin: 0 13px 0;
  }
  .main-nav .dl a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav {
    font-size: 0.87em;
  }
  .main-nav li {
    margin: 0 8px 0;
  }
  .main-nav .dl a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 860px) {
  .main-nav {
    font-size: 0.8em;
  }
  .main-nav li {
    margin: 0 5px 0;
  }
  .main-nav .dl a {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 775px) {
  .main-nav {
    overflow: auto;
    display: block;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    font-size: 1.5em;
    line-height: 2em;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .main-nav ul {
    display: block;
  }
  .main-nav li {
    display: block;
  }
  .main-nav .dl a {
    display: block;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
  }
  .main-nav ul.dropdown {
    display: none;
    margin: 0 -20px;
    padding: 0 20px;
    overflow: hidden;
    background: #6d98a9;
  }
  .main-nav ul.dropdown li {
    margin: 0;
  }
  .main-nav ul.dropdown a {
    color: #fff;
  }
}
.main-wrap {
  overflow: hidden;
}
.limit {
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.limit.tight {
  max-width: 1040px;
}
@media only screen and (max-width: 775px) {
  .limit {
    padding: 0 15px;
  }
}
@-webkit-keyframes spinin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 1;
  }
}
@-webkit-keyframes spinout {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
@-moz-keyframes spinin {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(180deg);
    opacity: 1;
  }
}
@-moz-keyframes spinout {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(180deg);
    opacity: 0;
  }
}
@keyframes spinin {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(180deg);
    opacity: 1;
  }
}
@keyframes spinout {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    opacity: 0;
  }
}
.sticky-wrapper {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 80px;
}
.svg-logo {
  fill: #fff;
}
.main-header {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 600ms, padding 600ms;
  -khtml-transition: background 600ms, padding 600ms;
  -moz-transition: background 600ms, padding 600ms;
  -ms-transition: background 600ms, padding 600ms;
  -o-transition: background 600ms, padding 600ms;
  transition: background 600ms, padding 600ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding-top: 20px;
  z-index: 10;
}
.main-header .limit {
  position: relative;
}
.main-header .logo {
  position: relative;
  top: 23px;
}
.main-header.stuck,
.sub .main-header {
  position: fixed;
  top: 0;
  padding-top: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 12;
}
.main-header.stuck .main-nav a,
.sub .main-header .main-nav a {
  color: #4e4e4e;
}
.main-header.stuck .main-nav .dl a,
.sub .main-header .main-nav .dl a {
  background: #446876;
  color: #fff;
}
.main-header.stuck .main-nav .dl a:hover,
.sub .main-header .main-nav .dl a:hover {
  background: #fff;
}
.main-header.stuck .svg-logo,
.sub .main-header .svg-logo {
  fill: #4e4e4e;
}
.main-header.stuck #magic-line,
.sub .main-header #magic-line {
  background: #4e4e4e;
}
.nav-trigger {
  display: none;
}
@media only screen and (max-width: 960px) {
  #AirPlayLogo {
    width: 180px;
  }
}
@media only screen and (max-width: 840px) {
  #AirPlayLogo {
    width: 140px;
  }
}
@media only screen and (max-width: 775px) {
  .main-header,
  .main-header.stuck,
  .sub .main-header {
    position: fixed;
    top: 0;
    height: 50px;
    padding-top: 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.92);
  }
  .main-header .main-nav,
  .main-header.stuck .main-nav,
  .sub .main-header .main-nav {
    -webkit-transition: top 300ms;
    -khtml-transition: top 300ms;
    -moz-transition: top 300ms;
    -ms-transition: top 300ms;
    -o-transition: top 300ms;
    transition: top 300ms;
  }
  .main-header .main-nav a,
  .main-header.stuck .main-nav a,
  .sub .main-header .main-nav a {
    color: #4e4e4e;
  }
  .main-header .main-nav a:hover,
  .main-header.stuck .main-nav a:hover,
  .sub .main-header .main-nav a:hover {
    color: #fff;
  }
  .main-header .main-nav .dl a,
  .main-header.stuck .main-nav .dl a,
  .sub .main-header .main-nav .dl a {
    color: #4e4e4e;
    border: none;
    background: transparent;
  }
  .main-header .main-nav .dl a:hover,
  .main-header.stuck .main-nav .dl a:hover,
  .sub .main-header .main-nav .dl a:hover {
    background: transparent;
  }
  .main-header .main-nav.open,
  .main-header.stuck .main-nav.open,
  .sub .main-header .main-nav.open {
    top: 50px;
  }
  .main-header .main-nav .dropdown a,
  .main-header.stuck .main-nav .dropdown a,
  .sub .main-header .main-nav .dropdown a {
    color: #fff;
  }
  .main-header .logo,
  .main-header.stuck .logo,
  .sub .main-header .logo {
    top: 10px;
  }
  .main-header .svg-logo,
  .main-header.stuck .svg-logo,
  .sub .main-header .svg-logo {
    fill: #4e4e4e;
  }
  .main-header #magic-line,
  .main-header.stuck #magic-line,
  .sub .main-header #magic-line {
    display: none;
  }
  .nav-trigger {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    height: 32px;
    width: 32px;
    cursor: pointer;
  }
  .nav-trigger .menu {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .nav-trigger .close {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .nav-trigger.open .menu {
    -webkit-animation: spinout 0.35s ease-out forwards;
    -moz-animation: spinout 0.35s ease-out forwards;
    animation: spinout 0.35s ease-out forwards;
  }
  .nav-trigger.open .close {
    visibility: visible;
    -webkit-animation: spinin 0.35s ease-out forwards;
    -moz-animation: spinin 0.35s ease-out forwards;
    animation: spinin 0.35s ease-out forwards;
  }
  .nav-trigger.closed .menu {
    -webkit-animation: spinin 0.35s ease-out forwards;
    -moz-animation: spinin 0.35s ease-out forwards;
    animation: spinin 0.35s ease-out forwards;
  }
  .nav-trigger.closed .close {
    visibility: visible;
    -webkit-animation: spinout 0.35s ease-out forwards;
    -moz-animation: spinout 0.35s ease-out forwards;
    animation: spinout 0.35s ease-out forwards;
  }
}
.main-content > .segment:first-child {
	padding-top: 10px;
}
.main-content > .segment.notice:first-child {
  padding-top: 100px;
  padding-bottom: 20px;
}
.segment {
  position: relative;
  padding: 60px 0 20px;
  background-image: url('../img2/pattern.png');
}
.segment .segment-header {
  padding-top: 10px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.segment .segment-header.left {
  text-align: left;
}
.segment.padding-top {
  padding-bottom: 0;
}
.segment.white {
  background-color: #ffffff;
  background-image: none;
}
.segment.white + .segment.white {
  border-top: 1px solid #f3f3f3;
}
.segment.gray {
  background-color: #f8fafa;
  background-image: none;
}
.segment.featured {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #cab897;
}
.segment.featured:before,
.segment.featured:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
}
.segment.featured:before {
  top: -50px;
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.2);
}
.segment.featured:after {
  bottom: -50px;
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.2);
}
.segment.front {
  color: #fff;
  background-color: #33AD92;
}
.segment.education {
  color: #fff;
  background-color: #65948c;
}
.segment.education .button.white {
  color: #65948c;
}
.segment.gaming {
  color: #fff;
  background-color: #eb7f43;
}
.segment.gaming .button.white {
  color: #eb7f43;
}
.segment.entertainment {
  color: #fff;
  background-color: #d94d44;
}
.segment.entertainment .button.white {
  color: #d94d44;
}
.segment.business {
  color: #fff;
  background-color: #6d98a9;
}
.segment.business .button.white {
  color: #6d98a9;
}
.segment.developers {
  color: #fff;
  background-color: #487a65;
}
.segment.developers .button.white {
  color: #487a65;
}
.segment.recording {
  color: #fff;
  text-shadow:none;
  background-color: #c96466;
  background-image: url('../img2/bg-record2.png');
  background-size: auto 93%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.segment.recording .button.white {
  color: #487a65;
}
.segment.recording p.thin {
  font-size: 1em;
}
.segment.recording .limit {
  position: relative;
}
.segment.recording .play {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 59px;
  margin: auto;
  cursor: pointer;
}
.segment.mirroring {
  color: #fff;
  text-shadow:none;
  background-color: #d6b765;
  background-image: url('../img2/bg-mirror.png');
  background-size: 530px;
  background-repeat: no-repeat;
  background-position: 130px 20px;
}
.segment.mirroring.mac-segment {
  background-image: url('../img2/pattern.png');
  background-repeat: repeat;
}
.segment.mirroring.mac-segment .limit {
  background-size: 470px;
  background-image: url('../img2/bg-mirror-mac.png');
  background-repeat: no-repeat;
  background-position: 80% 5%;
}
.segment.mirroring p.thin {
  font-size: 1em;
}
.segment.mirroring .button.white {
  color: #487a65;
}
.segment.mirroring .limit {
  padding-left: 60px;
}
.segment.categories {
  padding: 0;
}
.segment.download {
  color: #fff;
  background-color: #6d98a9;
}
.segment.download h1,
.segment.download .h3 {
  text-shadow:none;
}
.segment.download .button.white {
  color: #6d98a9;
}
.segment.download small {
  font-size: 16px;
}
.segment.notice {
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-color: #ee777a;
  background-image: url('../img2/dots.png');
  background-position: center top;
}
.segment.notice p {
  margin: 0;
}
.segment.compatible {
  background-color: #3f5063;
  color: #fff;
}
.segment.compatible .limit {
  background-image: url('../img2/compatible8.png');
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}
.segment.miracast {
  background-color: #d6b765;
  color: #fff;
}
.segment.miracast .limit {
  background-image: url(../img2/miracast-segment.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 90% 70%;
}
.segment.miracast ul {
  width: 40%;
  float: left;
}
.segment.universal-receiver {
  background-color: #3f5063;
  color: #fff;
}
.segment.universal-receiver .limit {
  background-image: url(../img2/universal-receiver.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 50% 75%;
}
@media only screen and (max-width: 1100px) {
  .segment.miracast .half {
    float: none;
    width: 100%;
  }
  .segment.miracast ul {
    width: 100%;
  }
  .segment.miracast .limit {
    background-position: 100% 100%;
  }
}
@media only screen and (max-width: 775px) {
  .main-content > .segment:first-child {
	padding-top: 10px;
  }
  .main-content > .segment.notice:first-child {
    padding-top: 70px;
  }
  .segment.miracast .limit {
    background: none;
  }
  .segment {
    padding: 30px 0 15px;
  }
  .segment.recording {
    background-size: 600px;
    background-position: center 10px;
  }
  .segment.mirroring {
    background-size: 415px;
    background-position: 50px 60px;
  }
  .segment.mirroring .button.white {
    color: #487a65;
  }
  .segment.mirroring .limit {
    padding-left: 30px;
  }
  .segment.mirroring.mac-segment .limit {
    background-size: 430px;
    background-position: 80% 5%;
  }
  .segment.compatible .limit {
    background-position: 50% -30px;
  }
}
@media only screen and (max-width: 480px) {
  .segment.compatible .limit {
    background-size: 300px;
    background-position: 50% 65%;
  }
}
.main-footer {
  text-align: center;
}
.main-footer .sharethis {
  margin: 20px 0;
}
.main-footer .limit {
  *zoom: 1;
  position: relative;
  padding: 40px 0;
}
.main-footer .limit:before,
.main-footer .limit:after {
  content: " ";
  display: table;
}
.main-footer .limit:after {
  clear: both;
}
.main-footer .facebook-buttons {
  position: absolute;
  left: 0;
  top: 50px;
  width: 130px;
}
.main-footer .follow {
  position: absolute;
  top: 40px;
  right: 0;
}
.main-footer .follow .social-link {
  display: inline-block;
  margin: 0 5px;
  width: 41px;
  height: 41px;
  color: #6e6e6e;
  line-height: 41px;
  text-align: center;
  border: 1px solid #d1d3d3;
  border-radius: 45px;
  background: #fff;
  color: #333839;
}
.main-footer .follow .social-link:hover {
  text-decoration: none;
  color: #446876;
}
.main-footer .follow .social-link.facebook {
  font-size: 1.4em;
}
.main-footer .follow .social-link.twitter {
  font-size: 1.5em;
}
.main-footer .follow .social-link [class*="icon-"] {
  vertical-align: -20%;
}
.main-footer .info {
  padding-left: 150px;
  padding-right: 150px;
}
.main-footer .info a {
  color: #333839;
}
.main-footer .info a:hover {
  color: #fff;
}
.main-footer .legal {
  color: #acacab;
  font-size: 0.875em;
}
.social-bubble {
  position: absolute;
  top: -80px;
  padding: 15px 17px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #d1d3d3;
  border-radius: 6px;
  background: #fff;
}
.social-bubble:after {
  content: '';
  position: absolute;
  top: 49px;
  left: 25px;
  border: 10px solid transparent;
  border-top-width: 7px;
  border-left-width: 14px;
  border-top-color: #fff;
  border-left-color: #fff;
}
.social-bubble:before {
  content: '';
  position: absolute;
  top: 51px;
  left: 24px;
  border: 10px solid transparent;
  border-top-width: 7px;
  border-left-width: 14px;
  border-top-color: #d1d3d3;
  border-left-color: #d1d3d3;
}
@media only screen and (max-width: 1280px) {
  .main-footer .facebook-buttons {
    left: 30px;
  }
  .main-footer .follow {
    right: 30px;
  }
  .main-footer .info {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media only screen and (max-width: 775px) {
  .main-footer .sharethis {
    text-align: center;
  }
  .main-footer .footer-nav {
    margin-bottom: 15px;
  }
  .main-footer .facebook-buttons {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .main-footer .follow {
    position: relative;
    padding-bottom: 20px;
    top: auto;
    right: auto;
  }
  .main-footer .info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-bubble {
    display: none;
  }
}
.relative {
  position: relative;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.spacing-bottom {
  margin-bottom: 1.5625em;
}
.gutter-top {
  margin-top: 60px;
}
.gutter-bottom {
  margin-bottom: 60px;
}
.gutter-left {
  margin-left: 60px;
}
.gutter-right {
  margin-right: 60px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
