@import "webfonts/font.css";
@import "wink-icons/style.css";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------*/
/* =Fonts & Icons
----------------------------------------------- */
/* =Plugins 
----------------------------------------------- */
/**
 * fullPage 2.1.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -20px;
  font-size: 21px;
  font-family: 'wink-icons';
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome fix */
  text-rendering: optimizeLegibility;
}
.fp-controlArrow:before {
  width: 60px;
  text-align: center;
  display: block;
}
.fp-controlArrow.fp-prev {
  left: 0;
}
.fp-controlArrow.fp-prev:before {
  content: "left";
}
.fp-controlArrow.fp-next {
  right: 0;
}
.fp-controlArrow.fp-next:before {
  content: "right";
}
.fp-scrollable {
  overflow: scroll;
}
.fp-easing {
  -webkit-transition: all 0.7s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.7s ease-out;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav li {
  display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
  background: #333;
}
#fp-nav span,
.fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
.fp-tooltip.right {
  right: 20px;
}
.fp-tooltip.left {
  left: 20px;
}
/*! 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: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.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,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../js/plugins/mediaelementjs/fancybox_sprite.png');
}
#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('../js/plugins/mediaelementjs/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../js/plugins/mediaelementjs/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: url('../js/plugins/mediaelementjs/fancybox_overlay.png');
}
.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: 0 1px 2px #222;
  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('../js/plugins/mediaelementjs/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('../js/plugins/mediaelementjs/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* =Variables 
----------------------------------------------- */
/** 
 * Typography
 * --------------------------------------------------------------*/
/* Brandon Text */
/* =Grid
----------------------------------------------- */
/* Full Grid Widths */
/* Browser Widths */
/* Easy Widths & Heights */
/* =Colors 
----------------------------------------------- */
/* =Mixins 
----------------------------------------------- */
/*
 * LESS Elements
 * More info at: http://lesselements.com
 */
/* Links */
/* Remove Safari border select */
/* Easy Widths & Heights */
.inner-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6,IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/** 
 * Type Styles 
 */
/* Font sizes */
/*
 * Functions
 */
/* Images */
/* =General 
----------------------------------------------- */
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/**
 * Globals
 * --------------------------------------------------------------*/
html,
body {
  background: transparent;
  font-size: 21px;
  font-family: 'Brandon Text', Helvetica, Arial, sans-serif;
  color: #828282;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.01em;
  word-spacing: 0.05em;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
ul,
ol {
  margin: 0 0 20px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 20px 20px;
}
img {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 20px;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #00b9f5;
}
a:link,
a:visited {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -khtml-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
a:hover,
a:active,
a:focus {
  color: #828282;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -khtml-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/**
 * Edit 
 */
.edit-link a {
  font-family: "Courier";
  padding: 5px;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  color: #ff0000;
}
.edit-link a:link,
.edit-link a:visited {
  color: #ff0000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -khtml-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.edit-link a:hover,
.edit-link a:active,
.edit-link a:focus {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -khtml-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.edit-link a:before {
  content: "\270E";
  padding-right: 5px;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  font-size: 21px;
  font-family: 'Brandon Text', Helvetica, Arial, sans-serif;
  color: #828282;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.01em;
  word-spacing: 0.05em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 20px;
}
b,
strong {
  font-weight: 600;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 20px;
}
address {
  margin: 0 0 20px;
}
caption,
th,
td {
  font-weight: 400;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px solid #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  outline: none;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  color: #0d0d0f;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #828282;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"]:focus,
input[type="tel"],
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #505050;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
.required {
  color: red;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
  max-height: 100%;
}
/**
 * Structure 
 * --------------------------------------------------------------*/
.js #page {
  opacity: 0;
}
.no-js #page {
  opacity: 1;
}
#masthead {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
#masthead.fixed {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: none;
}
#masthead.fixed.active {
  opacity: 1;
  display: block;
}
#header-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  position: relative;
}
#colophon {
  width: 100%;
  margin: 0;
  position: relative;
}
.content-area {
  width: 100%;
}
.site-main {
  margin: 0;
}
.site-content {
  position: relative;
}
.site-content.attached {
  padding-top: 40px;
}
.site-footer {
  clear: both;
  width: 100%;
}
.video-wrap,
.content-wrap,
.img-wrap {
  width: 940px;
  margin: 0 auto;
}
.video-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* =Modules 
----------------------------------------------- */
/** 
 * Header 
 * --------------------------------------------------------------*/
#masthead {
  background: #0d0d0f;
}
#masthead #header-wrap #site-branding {
  padding: 0;
  margin: 0;
  float: left;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -khtml-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
#masthead #header-wrap #site-branding .site-title {
  height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
  overflow: hidden;
}
#masthead #header-wrap #site-branding .site-title a {
  font-size: 21px;
  font-family: 'wink-icons';
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome fix */
  text-rendering: optimizeLegibility;
  font-size: 23px;
  color: #00b9f5;
  line-height: 30px;
  padding: 15px 40px;
  display: block;
  width: 100%;
}
#masthead #header-wrap #site-branding .site-title a:link,
#masthead #header-wrap #site-branding .site-title a:visited {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -khtml-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#masthead #header-wrap #site-branding .site-title a:hover,
#masthead #header-wrap #site-branding .site-title a:active,
#masthead #header-wrap #site-branding .site-title a:focus {
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -khtml-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#masthead #header-wrap #site-branding .site-title a:before {
  content: "Back to";
  font-size: 10px;
  position: absolute;
  top: 7px;
  opacity: 0;
  height: 12px;
  line-height: 12px;
  letter-spacing: normal;
  color: white;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Brandon Text', Helvetica, Arial, sans-serif;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -khtml-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#masthead #header-wrap #site-branding .site-title a:hover {
  padding: 18px 40px 12px;
}
#masthead #header-wrap #site-branding .site-title a:hover:before {
  top: 10px;
  opacity: 1;
}
#masthead #header-wrap #site-branding .site-description {
  display: none;
}
#masthead #header-wrap #site-branding.preorder-ui .site-title {
  margin-top: 15px;
}
/**
 * Menus 
 * --------------------------------------------------------------*/
#site-navigation {
  width: auto;
  display: block;
  margin: 0;
  float: right;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#site-navigation .menu-toggle {
  cursor: pointer;
  display: none;
  float: right;
  font-family: 'wink-icons';
  font-size: 25px;
  font-weight: normal;
  color: #00b9f5;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome fix */
  text-rendering: optimizeLegibility;
}
#site-navigation .menu-toggle:link,
#site-navigation .menu-toggle:visited {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -khtml-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#site-navigation .menu-toggle:hover,
#site-navigation .menu-toggle:active,
#site-navigation .menu-toggle:focus {
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -khtml-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#site-navigation.preorder-ui .nav-menu > .menu-item.preorder-wrap {
  margin: 13px 19px;
}
#site-navigation.preorder-ui .nav-menu > .menu-item .menu-item-link {
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-menu {
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
.nav-menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  z-index: 1;
  background: none;
}
.nav-menu > li:last-child {
  margin-right: 0;
}
.nav-menu > li a {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  padding: 20px 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #00b9f5;
}
.nav-menu > li a:link,
.nav-menu > li a:visited {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-menu > li a:hover,
.nav-menu > li a:active,
.nav-menu > li a:focus {
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-menu > li a:hover,
.nav-menu > li a:active {
  color: #ffffff;
}
.nav-menu > li.preorder-wrap {
  margin: 14px 19px;
  border: 1px solid #00b9f5;
  overflow: hidden;
  width: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
  /*
			a { .cta-btn(); padding: 7px 29px 7px 19px; 
				&:after { top: 5px; }
			}
*/
}
.nav-menu > li.preorder-wrap .preorder-title {
  display: block;
  border-bottom: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #00b9f5;
  text-transform: uppercase;
  text-align: center;
}
.nav-menu > li.preorder-wrap .preorder-title:after {
  content: " \00BB";
  font-size: 18px;
  padding: 0;
  /* position: absolute; right: 12px; */
  color: #00b9f5;
  height: 50px;
  margin-top: -10px;
  top: 0;
  position: absolute;
  font-weight: 300;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-menu > li.preorder-wrap .preorder {
  color: #00b9f5;
  height: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  width: 50%;
  display: table-cell;
  float: left;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-menu > li.preorder-wrap .preorder:hover {
  color: #ffffff;
  background: #ffffff;
  color: #828282;
}
.nav-menu > li.preorder-wrap .preorder.preorder-amazon {
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.nav-menu > li.preorder-wrap .preorder.preorder-homedepot {
  border-left: 1px solid #00b9f5;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-radius-bottomright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
.nav-menu > li.preorder-wrap:hover .preorder-title {
  border-bottom-color: #00b9f5;
  /* &:after { .rotation(@deg:-90deg); } */
}
.nav-menu > li.preorder-wrap:hover .preorder {
  height: 30px;
  padding: 4px 0;
}
.nav-menu > li.active a {
  background: #333e58;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzMzM2U1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzA2MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(-45deg, #333e58 33%, #03060a 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(33%, #333e58), color-stop(100%, #03060a));
  background: -webkit-linear-gradient(-45deg, #333e58 33%, #03060a 100%);
  background: -o-linear-gradient(-45deg, #333e58 33%, #03060a 100%);
  background: -ms-linear-gradient(-45deg, #333e58 33%, #03060a 100%);
  background: linear-gradient(135deg, #333e58 33%, #03060a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333e58', endColorstr='#03060a', GradientType=1);
  color: #ffffff !important;
}
.section-nav .nav-menu {
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}
.section-nav .nav-menu li a {
  font-weight: normal;
  padding: 15px 20px;
  font-size: 11px;
  color: #828282;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.section-nav .nav-menu li a:hover,
.section-nav .nav-menu li a:active {
  color: #0d0d0f;
}
.section-nav .nav-menu li.active a {
  background: #c8c8c8;
  /*
	background: rgb(236,236,236);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGI0YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(-45deg,  rgba(236,236,236,1) 33%, rgba(180,180,180,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(33%,rgba(236,236,236,1)), color-stop(100%,rgba(180,180,180,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(236,236,236,1) 33%,rgba(180,180,180,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(236,236,236,1) 33%,rgba(180,180,180,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(236,236,236,1) 33%,rgba(180,180,180,1) 100%);
	background: linear-gradient(135deg,  rgba(236,236,236,1) 33%,rgba(180,180,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#b4b4b4',GradientType=1 );
*/
  color: #ffffff;
}
/** 
 * Sections
 * --------------------------------------------------------------*/
.section {
  position: relative;
  overflow: hidden;
}
.section .section-title {
  top: 0;
  left: 40px;
  position: absolute;
  display: block;
  z-index: 3;
  background: #ffd217;
  opacity: 0;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: 600;
  background: #00b9f5;
  padding: 4px 5px;
  color: #0d0d0f;
  line-height: 12px;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section .section-title.visible {
  top: 71px;
  opacity: 1;
}
.section .section-nav {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #0d0d0f;
  padding-top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section .section-nav.visible {
  padding-top: 60px;
  opacity: 1;
}
.section.preorder-ui .section-title.visible {
  top: 101px;
}
.section.preorder-ui .section-nav.visible {
  padding-top: 90px;
}
.section .content-wrap {
  position: absolute;
  z-index: 20;
  text-align: center;
  top: 50%;
  /* padding-top: 160px; */
  display: block;
  width: 50%;
  height: 100%;
}
.section .content-wrap.left {
  left: 0;
  right: inherit;
}
.section .content-wrap.right {
  left: inherit;
  right: 0;
}
.section .content-wrap .content {
  padding-left: 40px;
  margin-left: 100px;
  border-left: 1px dotted #00b9f5;
  display: inline-block;
  text-align: left;
}
.section .content-wrap .content .content-description {
  margin-bottom: 0;
}
.section .content-wrap .content .content-title {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 0 20px;
  margin: 0;
  position: relative;
}
.section .content-wrap .content .content-title:before {
  font-size: 0;
  font-family: 'wink-icons';
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome fix */
  text-rendering: optimizeLegibility;
  font-weight: 800;
  position: absolute;
  top: 40px;
  left: -90px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section .content-wrap .content .seals {
  margin-top: 40px;
  width: 300px;
  display: block;
  position: absolute;
  overflow: hidden;
}
.section .content-wrap .content .seals a {
  margin-right: 20px;
}
.section .content-wrap .content .seals a:last-child {
  margin-right: 0;
}
.section .content-wrap .content.animate .content-title:before {
  font-size: 60px;
  opacity: 1;
  top: 30px;
  left: -140px;
}
.section .product-wrap {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
}
.section .product-wrap.left {
  left: 0;
  right: inherit;
}
.section .product-wrap.right {
  left: inherit;
  right: 0;
}
.section .product-wrap .product {
  width: 380px;
  display: block;
  text-align: center;
}
.section .product-wrap img {
  display: inline-block;
  vertical-align: top;
  position: absolute;
}
.section .product-wrap .hand {
  position: absolute;
  top: 100%;
  /* max-width: 85%; */
}
.section .slide {
  position: relative;
  overflow: hidden;
}
.section .slide-counter {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 30;
  background: #0d0d0f;
}
.section .slide-counter .current,
.section .slide-counter .count {
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 600;
  line-height: 25px;
  display: block;
  padding: 5px 13px;
}
.section .slide-counter .count {
  text-align: right;
  color: #828282;
  margin-top: -20px;
}
.section .slide-counter:after {
  content: "\2571";
  position: absolute;
  font-size: 23px;
  top: 13px;
  left: 13px;
}
.section .fp-prev,
.section .fp-next {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #00b9f5;
}
.section a {
  color: #00b9f5;
}
.section a:link,
.section a:visited {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -khtml-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.section a:hover,
.section a:active,
.section a:focus {
  color: #828282;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -khtml-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.section .app-store,
.section .google-play {
  width: 120px;
  height: 35px;
  display: inline-block;
}
.section .app-store {
  margin-right: 10px;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  margin-bottom: 20px;
  line-height: 30px;
}
.section h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin: 0;
}
.section h2 {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.section h3 {
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.section h4,
.section h5,
.section h6 {
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.section strong {
  font-weight: 400;
}
.section p {
  font-size: 21px;
  font-family: 'Brandon Text', Helvetica, Arial, sans-serif;
  color: #c8c8c8;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.01em;
  word-spacing: 0.05em;
}
.section ul {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
}
.section ul li {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}
.section ol {
  margin: 0;
}
.section dl {
  margin-bottom: 19px;
  padding-bottom: 20px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #424242;
}
.section dl dt,
.section dl dd {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  line-height: 60px;
  width: 50%;
  float: left;
  display: block;
  margin: 0;
}
.section input[type="text"],
.section input[type="email"],
.section input[type="tel"] {
  width: 99%;
}
.section label {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 300;
  display: block;
}
/** 
 * Sections - INTRO 
 * --------------------------------------------------------------*/
#the-intro {
  background: transparent url(../img/backgrounds/01-home.jpg) center center / cover no-repeat;
}
#the-intro .content-wrap .content {
  width: 390px;
  min-height: 410px;
  margin-top: -205px;
  border-left: none;
  padding-left: 0;
}
#the-intro .content-wrap .content .content-title .small {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}
#the-intro .content-wrap .content .content-title .big {
  font-size: 125px;
  line-height: 112px;
  font-weight: 600;
  margin-left: -7px;
}
#the-intro .content-wrap .content .preorder-wrap {
  display: table;
  width: 80%;
  margin: 0 auto 15px;
  border: 1px solid #00b9f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#the-intro .content-wrap .content .preorder-wrap .preorder-title {
  display: block;
  border-bottom: 1px solid transparent;
  color: #00b9f5;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px 5px 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#the-intro .content-wrap .content .preorder-wrap .preorder-title:after {
  content: " \00BB";
  font-size: 23px;
  padding: 0;
  /* position: absolute; right: 12px; */
  color: #00b9f5;
  height: 40px;
  top: 0;
  position: absolute;
  font-weight: 300;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#the-intro .content-wrap .content .preorder-wrap .preorder {
  color: #00b9f5;
  height: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  width: 50%;
  display: table-cell;
  float: left;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#the-intro .content-wrap .content .preorder-wrap .preorder:hover {
  color: #ffffff;
  background: #ffffff;
  color: #828282;
}
#the-intro .content-wrap .content .preorder-wrap .preorder.preorder-amazon {
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
#the-intro .content-wrap .content .preorder-wrap .preorder.preorder-homedepot {
  border-left: 1px solid #00b9f5;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-radius-bottomright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
#the-intro .content-wrap .content .preorder-wrap:hover .preorder-title {
  border-bottom-color: #00b9f5;
  /* &:after { .rotation(@deg:-90deg); } */
}
#the-intro .content-wrap .content .preorder-wrap:hover .preorder {
  height: 38px;
  padding: 5px 0;
}
#the-intro .content-wrap .content p {
  margin-bottom: 20px;
}
#the-intro .content-wrap .content small {
  width: 250px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
#the-intro .product-wrap {
  right: 0;
  top: 0;
  margin-right: 0;
  max-width: 100%;
  /* background-image: url(../img/products/01-home-on.png); */
  background: transparent url(../img/products/01-home-on.png) right center no-repeat;
  background-size: contain;
  /* &:hover { background-image: url(../img/products/01-home-on.png); } */
}
#the-intro .product-wrap .product {
  height: 100%;
  width: 100%;
  text-align: left;
}
#the-intro .product-wrap .product a {
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: 100%;
  text-indent: -9999px;
}
#the-intro .product-wrap img {
  right: 0;
  top: 20px;
}
#the-intro .product-wrap .fancy_video {
  display: block;
  position: relative;
}
#the-intro #masthead {
  top: inherit;
  bottom: 0;
  position: absolute;
  z-index: 20;
}
#the-intro #masthead .menu-item.preorder-wrap {
  display: none;
}
/** 
 * Sections - FEATURES 
 * --------------------------------------------------------------*/
#the-features {
  /** 
	 * Slides 
	 */
  /**
	 * Nav Colors 
	 */
}
#the-features #command-center {
  background: transparent url(../img/backgrounds/02-features-01-hub.jpg) center center / cover no-repeat;
}
#the-features #command-center .content-wrap {
  text-align: left;
}
#the-features #command-center .content-wrap .content {
  border-color: #00b9f5;
  margin-right: 40px;
  margin-top: -140px;
  min-height: 280px;
  max-width: 440px;
}
#the-features #command-center .content-wrap .content-title:before {
  content: "hub";
}
#the-features #command-center .content-wrap .seals .get-app-link {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  height: 35px;
  text-align: left;
  text-indent: -999px;
}
#the-features #command-center .content-wrap .seals .get-app-link#wifi {
  width: 36px;
  height: 36px;
  background: transparent url(../img/wifi.png) center center / contain no-repeat;
}
#the-features #command-center .content-wrap .seals .get-app-link#bluetooth {
  width: 74px;
  height: 18px;
  background: transparent url(../img/bluetooth.png) center center / contain no-repeat;
}
#the-features #command-center .content-wrap .seals .get-app-link#zigbee {
  width: 74px;
  height: 28px;
  background: transparent url(../img/zigbee.png) center center / contain no-repeat;
}
#the-features #command-center .product-wrap .product {
  width: 100%;
  height: 100%;
  background: transparent url(../img/products/02-features-01-hub.png) center 120px no-repeat;
  background-size: contain;
}
#the-features #command-center .product-wrap .product .product-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6,IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#the-features #multi-touch-screen {
  background: transparent url(../img/backgrounds/02-features-02-screen.jpg) center center / cover no-repeat;
}
#the-features #multi-touch-screen .content-wrap {
  padding-right: 40px;
  text-align: right;
}
#the-features #multi-touch-screen .content-wrap .content {
  border-color: #7bd991;
  margin-top: -170px;
  max-width: 380px;
  min-height: 340px;
}
#the-features #multi-touch-screen .content-wrap .content-title:before {
  content: "multitouch";
}
#the-features #multi-touch-screen .content-wrap .content-title,
#the-features #multi-touch-screen .content-wrap p {
  color: #394d57;
}
#the-features #multi-touch-screen .product-wrap {
  width: 40%;
}
#the-features #multi-touch-screen .product-wrap .product {
  width: 100%;
  height: 100%;
  background: transparent url(../img/products/02-features-02-screen.png) right 80px no-repeat;
  background-size: 100%;
}
#the-features #multi-touch-screen .product-wrap .hand {
  top: 100%;
  left: 200px;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent url(../img/products/02-features-02-screen-hand.png) right top no-repeat;
  background-size: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -khtml-transition-duration: 1s;
  transition-duration: 1s;
}
#the-features #multi-touch-screen .product-wrap .hand.active {
  position: absolute;
  top: 360px;
}
#the-features #sensors {
  background: transparent url(../img/backgrounds/02-features-03-sensors.jpg) center center / cover no-repeat;
}
#the-features #sensors .content-wrap {
  top: 35%;
}
#the-features #sensors .content-wrap .content {
  border-color: #ed1558;
  margin-right: 40px;
  margin-top: -120px;
  min-height: 180px;
}
#the-features #sensors .content-wrap .content-title:before {
  content: "sensors";
}
#the-features #sensors .product-wrap {
  width: 100%;
  top: auto;
  bottom: -160px;
  left: 0;
  margin: 0;
}
#the-features #sensors .product-wrap .product {
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 100%;
  background: transparent url(../img/products/02-features-03-sensors.png) center bottom no-repeat;
  background-size: contain;
}
#the-features #sensors .product-wrap .product .product-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#the-features #smart-switches {
  background: transparent url(../img/backgrounds/02-features-04-switches.jpg) center center / cover no-repeat;
}
#the-features #smart-switches .content-wrap {
  text-align: left;
}
#the-features #smart-switches .content-wrap .content {
  border-color: #ffd217;
  margin-right: 40px;
  min-height: 280px;
  margin-top: -140px;
  max-width: 360px;
}
#the-features #smart-switches .content-wrap .content-title:before {
  content: "switches";
}
#the-features #smart-switches .content-wrap p {
  color: #ffffff;
}
#the-features #smart-switches .product-wrap {
  width: 55%;
}
#the-features #smart-switches .product-wrap .product {
  width: 100%;
  height: 100%;
  background-image: url(../img/products/02-features-04-switches-on.png);
  background: transparent url(../img/products/02-features-04-switches-off.png) left 70px no-repeat;
  background-size: 75%;
}
#the-features #smart-switches .product-wrap .product.on {
  background-image: url(../img/products/02-features-04-switches-on.png);
}
#the-features #smart-switches .product-wrap .hand {
  top: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent url(../img/products/02-features-04-switches-hand.png) right top no-repeat;
  background-size: 75%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -khtml-transition-duration: 1s;
  transition-duration: 1s;
}
#the-features #smart-switches .product-wrap .hand.active {
  position: absolute;
  top: 280px;
  /* top: 30%; */
}
#the-features #mic-speaker {
  background: transparent url(../img/backgrounds/02-features-05-sound.jpg) center center / cover no-repeat;
}
#the-features #mic-speaker .content-wrap {
  text-align: right;
  width: 60%;
}
#the-features #mic-speaker .content-wrap .content {
  border-color: #ed1558;
  margin-top: 70px;
}
#the-features #mic-speaker .content-wrap .content-title {
  width: 620px;
}
#the-features #mic-speaker .content-wrap .content-title:before {
  content: "mic";
  left: -180px;
}
#the-features #mic-speaker .content-wrap .content-description {
  width: 590px;
}
#the-features #mic-speaker .content-wrap .content-description em {
  font-style: normal;
  font-size: 75%;
  display: block;
  margin-top: 15px;
  color: #828282;
}
#the-features #mic-speaker .product-wrap {
  width: 85%;
  padding-top: 120px;
  max-width: 1325px;
}
#the-features #mic-speaker .product-wrap .product {
  width: 100%;
  height: 100%;
  background: transparent url(../img/products/02-features-05-sound.png) right top no-repeat;
  background-size: contain;
}
#the-features #wall-upgrade {
  background: transparent url(../img/backgrounds/02-features-06-wall.jpg) center center / cover no-repeat;
}
#the-features #wall-upgrade .content-wrap {
  text-align: right;
}
#the-features #wall-upgrade .content-wrap .content {
  border-color: #7bd991;
  max-width: 360px;
  /* min-height: 310px; */
  margin-top: -155px;
}
#the-features #wall-upgrade .content-wrap .content-title {
  width: 320px;
}
#the-features #wall-upgrade .content-wrap .content-title:before {
  content: "wall";
}
#the-features #wall-upgrade .product-wrap {
  padding-top: 160px;
  text-align: right;
}
#the-features #wall-upgrade .product-wrap .product {
  width: 100%;
  height: 100%;
  background: transparent url(../img/products/02-features-06-wall.png) center center no-repeat;
  background-size: contain;
}
#the-features #wall-upgrade .product-wrap .product .product-img {
  position: relative;
}
#the-features[data-currentslide="1-command-center"] .fp-prev {
  display: none;
}
#the-features[data-currentslide="1-command-center"] .fp-next {
  color: #7bd991;
}
#the-features[data-currentslide="2-multi-touch-screen"] .fp-prev {
  color: #00b9f5;
}
#the-features[data-currentslide="2-multi-touch-screen"] .fp-next {
  color: #ed1558;
}
#the-features[data-currentslide="3-sensors"] .fp-prev {
  color: #7bd991;
}
#the-features[data-currentslide="3-sensors"] .fp-next {
  color: #ffd217;
}
#the-features[data-currentslide="4-smart-switches"] .fp-prev {
  color: #ed1558;
}
#the-features[data-currentslide="4-smart-switches"] .fp-next {
  color: #ed1558;
}
#the-features[data-currentslide="5-mic-speaker"] .fp-prev {
  color: #ffd217;
}
#the-features[data-currentslide="5-mic-speaker"] .fp-next {
  color: #7bd991;
}
#the-features[data-currentslide="6-wall-upgrade"] .fp-prev {
  color: #f16521;
}
#the-features[data-currentslide="6-wall-upgrade"] .fp-next {
  display: none;
}
/** 
 * Sections - BENEFITS
 * --------------------------------------------------------------*/
#the-benefits {
  /** 
	 * Slides 
	 */
  /**
	 * Nav Colors
	 */
}
#the-benefits .slide {
  background: transparent url(../img/backgrounds/03-benefits-gradient.jpg) center center / contain repeat-y;
}
#the-benefits .slide .fp-tableCell {
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#the-benefits .slide .content-wrap .content {
  position: relative;
}
#the-benefits .slide .content-wrap .content .content-title {
  color: #394d57;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.025em;
}
#the-benefits .slide .content-wrap .content p {
  color: #394d57;
}
#the-benefits .slide .content-wrap .content .product-wrap {
  width: 640px;
  bottom: -200px;
  top: inherit;
  height: inherit;
}
#the-benefits .slide .content-wrap .content .product-wrap .product {
  text-align: left;
  border: 1px solid #dedede;
  background: #ffffff;
  width: 270px;
  height: 120px;
  padding: 20px 20px 20px 90px;
  position: relative;
  float: left;
}
#the-benefits .slide .content-wrap .content .product-wrap .product:first-child {
  margin-right: 100px;
  margin-bottom: 40px;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-title {
  font-size: 18px;
  color: #00b9f5;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  margin-bottom: 0;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-title .ext-link {
  display: inline-block;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-title .ext-link:after {
  content: " \00BB";
  font-size: 23px;
  color: #00b9f5;
  font-weight: 300;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-title .ext-link:hover {
  color: #007da8;
  border-color: #007da8;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-title .ext-link:hover:after {
  padding-left: 5px;
  color: #007da8;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-description {
  color: #828282;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
#the-benefits .slide .content-wrap .content .product-wrap .product .product-image {
  height: 130px;
  position: absolute;
  top: -20px;
  padding-left: 40px;
  left: -40px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}
#the-benefits .slide .content-wrap .content.animate .product-wrap .product .product-image {
  opacity: 1;
  padding-left: 0;
}
#the-benefits .slide-counter {
  background: #ffffff;
}
#the-benefits .slide-counter .current {
  color: #0d0d0f;
}
#the-benefits #connectivity .fp-tableCell {
  background-image: url(../img/backgrounds/03-benefits-01-connectivity.png);
}
#the-benefits #connectivity .content-wrap {
  min-height: 770px;
}
#the-benefits #connectivity .content-wrap .content {
  border-left: none;
  padding-left: 0;
  max-width: 510px;
  margin-top: -200px;
}
#the-benefits #connectivity .content-wrap .content .content-title {
  width: 395px;
  font-size: 60px;
  line-height: 60px;
  text-transform: none;
}
#the-benefits #connectivity .content-wrap .content .content-description {
  width: 510px;
}
#the-benefits #connectivity .content-wrap .content .seals {
  bottom: inherit;
  width: 400px;
  right: -500px;
  top: 500px;
}
#the-benefits #connectivity .content-wrap .content .seals .get-app-link {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  height: 35px;
  text-align: left;
  text-indent: -999px;
}
#the-benefits #connectivity .content-wrap .content .seals .get-app-link#app-ready {
  width: 70px;
  height: 70px;
  background: transparent url(../img/app-ready.png) center center / contain no-repeat;
}
#the-benefits #connectivity .content-wrap .content .seals .get-app-link#google-play {
  background: transparent url(../img/google-play.png) center center / contain no-repeat;
}
#the-benefits #connectivity .content-wrap .content .seals .get-app-link#app-store {
  background: transparent url(../img/app-store.png) center center / contain no-repeat;
}
#the-benefits #connectivity .content-wrap .content .product-img {
  position: absolute;
  width: 510px;
  margin-top: 20px;
}
#the-benefits #connectivity .product-wrap {
  margin-top: 0;
  width: 580px;
  text-align: center;
  padding: 0;
  margin-left: -680px;
  top: inherit;
  bottom: 60px;
  background: transparent;
  overflow: hidden;
}
#the-benefits #convenience .fp-tableCell {
  background-image: url(../img/backgrounds/03-benefits-02-convenience.png);
}
#the-benefits #convenience .content-wrap {
  top: 45%;
}
#the-benefits #convenience .content-wrap .content {
  border-color: #ed1558;
  min-height: 210px;
  margin-top: -210px;
}
#the-benefits #convenience .content-wrap .content .content-description {
  width: 540px;
}
#the-benefits #convenience .content-wrap .content .product-wrap {
  bottom: -220px;
  left: -60px;
}
#the-benefits #convenience .content-wrap #kwikset-locks img {
  top: -9px;
  left: 10px;
}
#the-benefits #convenience .content-wrap #gelink {
  padding-left: 60px;
}
#the-benefits #convenience .content-wrap #gelink img {
  top: -5px;
  left: -30px;
}
#the-benefits #safety-security .fp-tableCell {
  background-image: url(../img/backgrounds/03-benefits-03-safety-security.png);
}
#the-benefits #safety-security .content-wrap {
  text-align: left;
}
#the-benefits #safety-security .content-wrap .content {
  border-color: #ffd217;
  max-width: 540px;
  margin-top: 140px;
}
#the-benefits #safety-security .content-wrap .product-wrap {
  bottom: inherit;
  top: -340px;
  left: -20px;
  right: inherit;
}
#the-benefits #safety-security .content-wrap .product-wrap #drop-cam {
  padding-left: 60px;
  width: 240px;
}
#the-benefits #safety-security .content-wrap .product-wrap #drop-cam img {
  top: -10px;
  left: -30px;
}
#the-benefits #safety-security .content-wrap .product-wrap #spotter {
  padding-top: 10px;
  padding-bottom: 10px;
}
#the-benefits #safety-security .content-wrap .product-wrap #spotter img {
  height: 100px;
  top: 5px;
  left: -45px;
}
#the-benefits #home-automation .fp-tableCell {
  background-image: url(../img/backgrounds/03-benefits-04-home-automation.png);
}
#the-benefits #home-automation .content-wrap {
  top: 45%;
}
#the-benefits #home-automation .content-wrap .content {
  border-color: #7bd991;
  min-height: 150px;
  max-width: 580px;
  margin-top: -150px;
}
#the-benefits #home-automation .content-wrap .product-wrap {
  width: 370px;
  bottom: -330px;
  left: 80px;
}
#the-benefits #home-automation .content-wrap .product-wrap #thermostat img,
#the-benefits #home-automation .content-wrap .product-wrap #nest img {
  top: -10px;
  left: -30px;
}
#the-benefits #home-automation .content-wrap .product-wrap #aros {
  padding-left: 105px;
}
#the-benefits #home-automation .content-wrap .product-wrap #aros img {
  height: 100px;
  top: 5px;
  left: -80px;
}
#the-benefits #remote-control .fp-tableCell {
  background-image: url(../img/backgrounds/03-benefits-05-remote-control.png);
}
#the-benefits #remote-control .content-wrap {
  text-align: right;
  top: 40%;
}
#the-benefits #remote-control .content-wrap .content {
  border-color: #ed1558;
  max-width: 520px;
  min-height: 180px;
  margin-top: -120px;
}
#the-benefits #remote-control .content-wrap .product-wrap {
  width: 280px;
  bottom: -320px;
  left: 80px;
}
#the-benefits #remote-control .content-wrap .product-wrap #philips-hue img {
  top: -30px;
  left: -25px;
  height: 160px;
}
#the-benefits #remote-control .content-wrap .product-wrap #blinds,
#the-benefits #remote-control .content-wrap .product-wrap #lutron {
  padding-left: 90px;
}
#the-benefits #remote-control .content-wrap .product-wrap #blinds img,
#the-benefits #remote-control .content-wrap .product-wrap #lutron img {
  height: 140px;
  top: -10px;
  left: -20px;
}
#the-benefits #bragging-rights .fp-tableCell {
  background-image: url(../img/backgrounds/03-benefits-06-bragging-rights.jpg);
  background-position-y: 60px;
  background-size: cover;
}
#the-benefits #bragging-rights .content-wrap {
  text-align: left;
  padding-left: 40px;
}
#the-benefits #bragging-rights .content-wrap .content {
  border-color: #f16521;
  max-width: 600px;
  margin-left: 40px;
  margin-top: 200px;
}
#the-benefits #bragging-rights .content-wrap .content-title,
#the-benefits #bragging-rights .content-wrap .content-description {
  color: #ffffff;
}
#the-benefits[data-currentslide="1-connectivity"] .fp-prev {
  display: none;
}
#the-benefits[data-currentslide="1-connectivity"] .fp-next {
  color: #ed1558;
}
#the-benefits[data-currentslide="2-convenience"] .fp-prev {
  color: #00b9f5;
}
#the-benefits[data-currentslide="2-convenience"] .fp-next {
  color: #ffd217;
}
#the-benefits[data-currentslide="3-safety-security"] .fp-prev {
  color: #ed1558;
}
#the-benefits[data-currentslide="3-safety-security"] .fp-next {
  color: #7bd991;
}
#the-benefits[data-currentslide="4-home-automation"] .fp-prev {
  color: #ffd217;
}
#the-benefits[data-currentslide="4-home-automation"] .fp-next {
  color: #ed1558;
}
#the-benefits[data-currentslide="5-remote-control"] .fp-prev {
  color: #7bd991;
}
#the-benefits[data-currentslide="5-remote-control"] .fp-next {
  color: #00b9f5;
}
#the-benefits[data-currentslide="6-bragging-rights"] .fp-prev {
  color: #ffd217;
}
#the-benefits[data-currentslide="6-bragging-rights"] .fp-next {
  display: none;
}
/** 
 * Sections - SPECS
 * --------------------------------------------------------------*/
#the-specs {
  background: transparent url(../img/backgrounds/04-specs.jpg) center center / cover no-repeat;
}
#the-specs .content-wrap {
  text-align: left;
  top: inherit;
  position: relative;
  height: auto;
}
#the-specs .content-wrap .content {
  width: 100%;
}
#the-specs .content-wrap.left {
  /* margin-left: -580px; */
}
#the-specs .content-wrap.right {
  /* margin-right: -580px; */
}
#the-specs .content-wrap .content-title {
  font-size: 24px;
  line-height: 28px;
}
#the-specs .content-wrap .content-list {
  list-style: none;
}
#the-specs .content-wrap .content-list li {
  padding: 0 0 0 10px;
  position: relative;
  color: #c8c8c8;
  font-size: 13px;
}
#the-specs .content-wrap .content-list li:before {
  content: "\2022";
  color: #00b9f5;
  position: absolute;
  left: 0;
  line-height: 20px;
}
#the-specs .content-wrap .box-spec {
  width: 46%;
  float: left;
  display: block;
}
#the-specs .content-wrap .box-spec:nth-of-type(1) {
  margin-right: 4%;
}
#the-specs .content-wrap .box-spec figcation {
  color: #828282;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  display: inline-block;
  font-size: 9px;
  line-height: 11px;
  margin-top: 10px;
}
#the-specs #the-brains-wrap {
  width: 90%;
  display: table;
  clear: both;
  padding-top: 40px;
}
#the-specs #the-brains-wrap #the-brains {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 40px;
  margin-left: 0;
}
#the-specs #the-brains-wrap #the-particulars-img {
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  border: none;
  margin-bottom: 40px;
  margin-left: 0;
}
#the-specs #the-particulars-wrap {
  width: 90%;
  display: table;
  clear: both;
}
#the-specs #the-particulars-wrap #the-box {
  width: 50%;
  margin-left: 0;
}
#the-specs #the-particulars-wrap #the-particulars {
  width: 50%;
  margin-left: 0;
}
#the-specs #the-particulars-wrap .content-list {
  list-style: none;
  width: 47%;
  float: left;
}
#the-specs #the-particulars-wrap .content-list li {
  font-size: 13px;
}
/*--------------------------------------------------------------
5.2 Colophon
--------------------------------------------------------------*/
#colophon {
  padding: 60px 0;
  background: #262b2e;
  color: #ffffff;
}
#colophon .content-wrap {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  display: table;
}
#colophon .content-wrap p {
  margin-bottom: 0;
}
#colophon .content-wrap ul {
  list-style: none;
  text-align: left;
  margin: 0;
}
#colophon .content-wrap ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
#colophon .content-wrap ul li a {
  color: #ffffff;
}
#colophon .content-wrap ul li a:link,
#colophon .content-wrap ul li a:visited {
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -khtml-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#colophon .content-wrap ul li a:hover,
#colophon .content-wrap ul li a:active,
#colophon .content-wrap ul li a:focus {
  color: #00b9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -khtml-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#colophon .content-wrap .social {
  width: 30%;
  float: left;
}
#colophon .content-wrap .social li a {
  font-size: 21px;
  font-family: 'wink-icons';
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome fix */
  text-rendering: optimizeLegibility;
  font-size: 18px;
}
#colophon .content-wrap .more-info {
  width: 70%;
  float: right;
  text-align: right;
}
#colophon .content-wrap .more-info li {
  border-right: 1px solid #636363;
}
#colophon .content-wrap .more-info li:last-child {
  border-right: none;
}
#colophon .content-wrap .more-info li a {
  letter-spacing: 0.2em;
}
/* =Content 
----------------------------------------------- */
/* =Responsive Layout 
----------------------------------------------- */
/*--------------------------------------------------------------
>>> Responsive Layout
--------------------------------------------------------------*/
/* iPad Landscape
@media screen and ( max-width: 1024px ){ 
-------------------------------------------------------------- */
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape),
( max-width: 1024px ) { 
	#fullpage { 
		#the-benefits .slide .content-wrap {
			&.right { 
				.content { margin-left: 0; }
			}
			.content { 
				.content-title { font-size: 24px; line-height: 24px; }
				.content-description { font-size: 14px; line-height: 18px; }
			}
		}
		#the-benefits #remote-control .content-wrap .content,
		#the-benefits #home-automation .content-wrap .content,
		#the-benefits #convenience .content-wrap .content,
		#the-benefits #connectivity .content-wrap .content { min-height: inherit; 
			.content-description { width: inherit; }
		}
	}
}
*/
/* Portrait Tablet and Smaller
 * width: 768px; 
-------------------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  #masthead {
    background: transparent;
  }
  #masthead.expanded {
    background: #0d0d0f;
  }
  #masthead.site-header.fixed {
    opacity: 1 !important;
    display: block;
    position: absolute;
    top: 0;
  }
  #masthead.site-header.fixed.active {
    /* opacity: 0 !important; */
  }
  #masthead #header-wrap {
    width: 100%;
  }
  #masthead #header-wrap #site-branding .site-title a {
    padding-left: 20px;
  }
  #masthead #header-wrap #site-branding .site-title a:hover {
    padding: 18px 20px 12px;
    color: #007da8;
  }
  #masthead #header-wrap #site-branding .site-title a:hover:before {
    top: 10px;
    opacity: 1;
    color: #007da8;
  }
  #masthead #header-wrap #site-branding.preorder-ui .site-title {
    margin-top: 0;
  }
  #masthead #header-wrap #site-navigation {
    width: 60px;
    padding-right: 5px;
    float: right;
    position: initial;
    right: 0;
    margin-left: -65px;
    clear: right;
  }
  #masthead #header-wrap #site-navigation .menu-toggle {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
  }
  #masthead #header-wrap #site-navigation .menu-toggle:hover {
    color: #007da8;
  }
  #masthead #header-wrap #site-navigation .menu-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #masthead #header-wrap #site-navigation .nav-menu {
    background: #1c1e1f;
    display: none;
    position: absolute;
    border-top: 1px solid #636363;
    left: 0;
    width: 100%;
    overflow: hidden;
    /* .bottom-rounded(10px); */
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.33);
  }
  #masthead #header-wrap #site-navigation .nav-menu li {
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #636363;
    vertical-align: inherit;
  }
  #masthead #header-wrap #site-navigation .nav-menu li a {
    font-size: 16px;
    padding: 15px 20px;
    height: inherit;
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap {
    margin: 0 0 -6px;
    padding: 5px 20px 15px;
    border: none;
    /* .bottom-rounded(5px); */
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap .preorder-title {
    color: #ffffff;
    font-size: 12px;
    border: none;
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap .preorder-title:after {
    color: #ffffff;
    margin-top: -6px;
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap .preorder {
    font-size: 14px;
    border: 1px solid #00b9f5;
    padding: 5px;
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap .preorder.preorder-amazon {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap .preorder.preorder-homedepot {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #masthead #header-wrap #site-navigation .nav-menu li.preorder-wrap .preorder:hover {
    border-color: #ffffff;
  }
  #masthead #header-wrap #site-navigation.preorder-ui .nav-menu > .menu-item.preorder-wrap {
    margin: 0 0 -6px;
  }
  #masthead #header-wrap #site-navigation.preorder-ui .nav-menu > .menu-item .menu-item-link {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -khtml-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #fullpage {
    /**
		 * General sections 
		 */
    /**
		 * The Intro 
		 */
    /**
		 * Features
		 */
    /**
		 * Benefits
		 */
    /**
		 * Benefits
		 */
  }
  #fullpage .section {
    position: relative;
  }
  #fullpage .section .section-title {
    left: 20px;
  }
  #fullpage .section .section-title.visible {
    opacity: 1;
  }
  #fullpage .section .section-nav {
    display: none !important;
  }
  #fullpage .section .content-wrap {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0% !important;
    margin-top: 82.66% !important;
    display: block;
    width: 100% !important;
    height: 50%;
    padding: 0 20px 20px;
    border: none;
  }
  #fullpage .section .content-wrap.left {
    margin-left: 0;
    margin-right: 0;
  }
  #fullpage .section .content-wrap.right {
    left: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: 0;
  }
  #fullpage .section .content-wrap.bottom {
    top: inherit;
    bottom: inherit;
  }
  #fullpage .section .content-wrap .content {
    width: 100%;
    max-width: 100% !important;
    margin-top: 0 !important;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0 !important;
    border-left: none;
  }
  #fullpage .section .content-wrap .content .content-title {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #00b9f5;
    letter-spacing: 0.025em;
  }
  #fullpage .section .content-wrap .content .content-title span {
    font-size: 40px;
    line-height: 50px;
  }
  #fullpage .section .content-wrap .content .content-title:before {
    display: none;
  }
  #fullpage .section .content-wrap .content .content-description {
    /* font-size: 15px; line-height: 18px; */
    width: 100%;
  }
  #fullpage .section .product-wrap {
    position: absolute;
    left: 0;
    top: 0 !important;
    bottom: inherit !important;
    display: block;
    text-align: center;
    width: 100% !important;
    height: 0;
    padding: 82.66% 0 0;
    overflow: hidden;
  }
  #fullpage .section .product-wrap.left {
    margin-left: 0;
    margin-right: 0;
  }
  #fullpage .section .product-wrap.right {
    left: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: 0;
  }
  #fullpage .section .product-wrap.bottom {
    top: inherit;
    bottom: inherit;
  }
  #fullpage .section .product-wrap .hand {
    position: absolute;
    top: 100%;
  }
  #fullpage .section .fp-controlArrow {
    height: 40px;
    width: 30px;
    line-height: 40px;
    top: 40%;
  }
  #fullpage .section .fp-controlArrow:before {
    width: 30px;
  }
  #fullpage .section .slide-counter {
    width: 40px;
    height: 40px;
  }
  #fullpage .section .slide-counter .current,
  #fullpage .section .slide-counter .count {
    padding: 6px 10px;
    line-height: 20px;
  }
  #fullpage .section .slide-counter:after {
    top: 10px;
    left: 10px;
  }
  #fullpage #the-intro {
    background-image: url(../img/mobile/backgrounds/01-home.jpg);
  }
  #fullpage #the-intro #masthead {
    display: none;
  }
  #fullpage #the-intro .content-wrap {
    text-align: center;
    margin-top: 70% !important;
  }
  #fullpage #the-intro .content-wrap .content {
    text-align: center;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap {
    border: none;
    width: 100%;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap .preorder-title {
    color: #ffffff;
    border: none;
    font-size: 12px;
    padding-right: 20px;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap .preorder-title:after {
    font-size: 18px;
    color: #ffffff;
    height: 50px;
    margin-top: -6px;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap .preorder {
    height: 30px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #00b9f5;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap .preorder:hover {
    border-color: #ffffff;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap .preorder.preorder-amazon {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #fullpage #the-intro .content-wrap .content .preorder-wrap .preorder.preorder-homedepot {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #fullpage #the-intro .content-wrap .content-title {
    border: none;
    margin-bottom: 0;
  }
  #fullpage #the-intro .content-wrap .content-title .small {
    font-weight: 300;
    font-size: 30px;
    display: block;
  }
  #fullpage #the-intro .content-wrap .content-title .big {
    font-size: 90px;
    line-height: 90px;
    margin-left: 0;
  }
  #fullpage #the-intro .content-wrap small {
    font-size: 12px;
    width: 100%;
    margin-top: -10px;
  }
  #fullpage #the-intro .product-wrap {
    padding-top: 60px;
    height: 100%;
    background: transparent url(../img/mobile/products/01-home.png) center 70px no-repeat;
    background-size: 50%;
    text-align: right;
  }
  #fullpage #the-intro .product-wrap .product {
    display: block;
    opacity: 0;
  }
  #fullpage #the-features .slide .product-wrap {
    background-position: center center;
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  #fullpage #the-features .slide .product-wrap .product {
    display: none;
  }
  #fullpage #the-features .slide .content-wrap {
    padding-top: 0;
    padding-right: 20px;
    /* top: 55% !important; */
  }
  #fullpage #the-features #command-center {
    background-image: url(../img/mobile/backgrounds/02-features-01-hub.jpg);
  }
  #fullpage #the-features #command-center .product-wrap {
    background-image: url(../img/mobile/products/02-features-01-hub.png);
    background-position: center 40px;
    background-size: 50%;
    height: 100%;
    padding: 60px 0 0;
  }
  #fullpage #the-features #command-center .content-wrap .content-title {
    border-color: #00b9f5;
  }
  #fullpage #the-features #command-center .content-wrap .content-description {
    margin-bottom: 20px;
    width: 100%;
  }
  #fullpage #the-features #command-center .content-wrap .seals {
    position: relative;
    margin: 0;
    left: inherit;
    bottom: inherit;
    width: auto;
    height: auto;
  }
  #fullpage #the-features #multi-touch-screen {
    background-image: url(../img/mobile/backgrounds/02-features-02-screen.jpg);
  }
  #fullpage #the-features #multi-touch-screen .product-wrap {
    background-image: url(../img/mobile/products/02-features-02-screen.png);
    text-align: right;
  }
  #fullpage #the-features #multi-touch-screen .product-wrap .product {
    display: block;
    background: transparent;
  }
  #fullpage #the-features #multi-touch-screen .product-wrap .hand {
    left: 50%;
    max-width: 75%;
  }
  #fullpage #the-features #multi-touch-screen .product-wrap .hand.active {
    top: 160px;
  }
  #fullpage #the-features #multi-touch-screen .content-wrap .content-title {
    border-color: #7bd991;
  }
  #fullpage #the-features #sensors {
    background-image: url(../img/mobile/backgrounds/02-features-03-sensors.jpg);
  }
  #fullpage #the-features #sensors .product-wrap {
    background-image: url(../img/mobile/products/02-features-03-sensors.png);
  }
  #fullpage #the-features #sensors .content-wrap .content-title {
    border-color: #ed1558;
  }
  #fullpage #the-features #smart-switches {
    background-image: url(../img/mobile/backgrounds/02-features-04-switches.jpg);
  }
  #fullpage #the-features #smart-switches .product-wrap {
    background-image: url(../img/mobile/products/02-features-04-switches-on.png);
    background-image: url(../img/mobile/products/02-features-04-switches-off.png);
  }
  #fullpage #the-features #smart-switches .product-wrap.on {
    background-image: url(../img/mobile/products/02-features-04-switches-on.png);
  }
  #fullpage #the-features #smart-switches .product-wrap .product {
    display: block;
    background: transparent;
  }
  #fullpage #the-features #smart-switches .product-wrap .hand {
    left: 18%;
  }
  #fullpage #the-features #smart-switches .product-wrap .hand.active {
    top: 25%;
  }
  #fullpage #the-features #smart-switches .content-wrap .content-title {
    border-color: #ffd217;
  }
  #fullpage #the-features #mic-speaker {
    background-image: url(../img/mobile/backgrounds/02-features-05-sound.jpg);
  }
  #fullpage #the-features #mic-speaker .product-wrap {
    background-image: url(../img/mobile/products/02-features-05-sound.png);
    background-position: center bottom;
    padding-top: 82.66%;
  }
  #fullpage #the-features #mic-speaker .content-wrap .content-title {
    border-color: #f16521;
  }
  #fullpage #the-features #mic-speaker .content-wrap .content-description {
    width: 100%;
  }
  #fullpage #the-features #wall-upgrade {
    background-image: url(../img/mobile/backgrounds/02-features-06-wall.jpg);
  }
  #fullpage #the-features #wall-upgrade .product-wrap {
    background-image: url(../img/mobile/products/02-features-06-wall.png);
    width: 100%;
    padding-top: 82.66%;
    background-size: 70%;
  }
  #fullpage #the-features #wall-upgrade .content-wrap .content-title {
    border-color: #7bd991;
  }
  #fullpage #the-benefits .slide {
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    /*
				.content-wrap { width: auto; top: inherit !important; padding: 0 (@gutter); margin: 0 0 @baseline; position: relative; }
				.product-wrap { margin: 0 0 @baseline !important; top: inherit !important; bottom: inherit !important; width: auto; padding: (@baseline / 2) (@gutter * 2) (@baseline / 2) (@gutter * 5); position: relative; 
					.product-title { font-size: 12px; line-height: 16px; }
					p { font-size: 12px; line-height: 16px; }
					strong { font-size: 12px; }
					img { width: 80px; left: 10px; }
					.shop-link { position: absolute; right: 60px; bottom: 15px; padding-left: 10px; padding-right: 10px; }
				}
*/
  }
  #fullpage #the-benefits .slide .fp-tableCell {
    background: transparent !important;
  }
  #fullpage #the-benefits .slide .content-wrap {
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #eeeeee 0%, #f3f3f3 15%, #f3f3f3 85%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eeeeee), color-stop(15%, #f3f3f3), color-stop(85%, #f3f3f3), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(-45deg, #eeeeee 0%, #f3f3f3 15%, #f3f3f3 85%, #eeeeee 100%);
    background: -o-linear-gradient(-45deg, #eeeeee 0%, #f3f3f3 15%, #f3f3f3 85%, #eeeeee 100%);
    background: -ms-linear-gradient(-45deg, #eeeeee 0%, #f3f3f3 15%, #f3f3f3 85%, #eeeeee 100%);
    background: linear-gradient(135deg, #eeeeee 0%, #f3f3f3 15%, #f3f3f3 85%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
    top: 0 !important;
    height: 100%;
    margin-top: 72.5% !important;
  }
  #fullpage #the-benefits .slide .content-wrap.left {
    margin-left: 0;
    margin-right: 0;
  }
  #fullpage #the-benefits .slide .content-wrap.right {
    left: inherit;
    right: inherit;
    margin-right: 0;
    margin-left: 0;
  }
  #fullpage #the-benefits .slide .content-wrap.bottom {
    top: inherit;
    bottom: inherit;
  }
  #fullpage #the-benefits .slide .content-wrap .content-description {
    margin-bottom: 20px;
  }
  #fullpage #the-benefits .slide .content-wrap .seals {
    position: relative;
    margin: 0;
    right: inherit;
    top: 0;
    bottom: inherit;
    width: auto;
    height: auto;
  }
  #fullpage #the-benefits .slide .content-wrap .seals .get-app-link {
    width: 85px;
  }
  #fullpage #the-benefits .slide .content-wrap .seals .get-app-link#app-ready {
    width: 55px;
    height: 55px;
  }
  #fullpage #the-benefits .slide .product-wrap {
    left: inherit;
    bottom: inherit;
    padding-top: 0;
    position: relative;
    text-align: center;
    overflow: visible;
  }
  #fullpage #the-benefits .slide .product-wrap .product {
    width: 40%;
    height: inherit;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  #fullpage #the-benefits .slide .product-wrap .product:first-child {
    margin-right: 15%;
  }
  #fullpage #the-benefits #connectivity {
    background-image: url(../img/mobile/backgrounds/03-benefits-01-connectivity.jpg);
  }
  #fullpage #the-benefits #connectivity .product-wrap {
    margin: 0;
  }
  #fullpage #the-benefits #connectivity .content-wrap {
    padding-left: 20px;
  }
  #fullpage #the-benefits #connectivity .content-wrap .content-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: normal;
    width: auto;
  }
  #fullpage #the-benefits #connectivity .content-wrap .content-description {
    width: 100%;
  }
  #fullpage #the-benefits #connectivity .content-wrap .product-img {
    display: none;
  }
  #fullpage #the-benefits #convenience {
    background-image: url(../img/mobile/backgrounds/03-benefits-02-convenience.jpg);
  }
  #fullpage #the-benefits #convenience .product-wrap {
    left: inherit;
  }
  #fullpage #the-benefits #convenience .content-wrap {
    bottom: inherit;
  }
  #fullpage #the-benefits #convenience .content-wrap .content-title {
    border-color: #ed1558;
  }
  #fullpage #the-benefits #convenience .content-wrap .content-description {
    width: 100%;
  }
  #fullpage #the-benefits #safety-security {
    background-image: url(../img/mobile/backgrounds/03-benefits-03-safety-security.jpg);
  }
  #fullpage #the-benefits #safety-security .content-wrap {
    padding-top: 0;
  }
  #fullpage #the-benefits #safety-security .content-wrap .content-title {
    border-color: #ffd217;
  }
  #fullpage #the-benefits #home-automation {
    background-image: url(../img/mobile/backgrounds/03-benefits-04-home-automation.jpg);
  }
  #fullpage #the-benefits #home-automation .content-wrap .content-title {
    border-color: #7bd991;
  }
  #fullpage #the-benefits #remote-control {
    background-image: url(../img/mobile/backgrounds/03-benefits-05-remote-control.jpg);
  }
  #fullpage #the-benefits #remote-control .product-wrap {
    margin: 0;
  }
  #fullpage #the-benefits #remote-control .content-wrap .content-title {
    border-color: #ed1558;
  }
  #fullpage #the-benefits #bragging-rights {
    background-image: url(../img/mobile/backgrounds/03-benefits-06-bragging-rights.jpg);
  }
  #fullpage #the-benefits #bragging-rights .content-wrap {
    padding-top: 0;
    padding-left: 20px;
  }
  #fullpage #the-benefits #bragging-rights .content-wrap .content {
    top: auto;
    bottom: inherit;
    margin-left: 0;
  }
  #fullpage #the-benefits #bragging-rights .content-wrap .content-title {
    border-color: #f16521;
    color: #394d57;
  }
  #fullpage #the-benefits #bragging-rights .content-wrap .content-description {
    color: #394d57;
  }
  #fullpage #the-specs .section-title {
    position: relative;
    margin-bottom: 80px;
    display: inline-block;
  }
  #fullpage #the-specs .section-title.visible {
    position: relative;
    margin-bottom: 80px;
    display: inline-block;
  }
  #fullpage #the-specs #the-brains-wrap {
    padding-left: 20px;
    top: inherit !important;
    padding-top: 0;
  }
  #fullpage #the-specs #the-brains-wrap #the-brains {
    margin-bottom: 0;
    width: 100%;
  }
  #fullpage #the-specs #the-brains-wrap #the-particulars-img {
    display: none;
  }
  #fullpage #the-specs #the-particulars-wrap {
    padding-right: 20px;
    padding-top: 0;
    top: inherit !important;
  }
  #fullpage #the-specs #the-particulars-wrap #the-box,
  #fullpage #the-specs #the-particulars-wrap #the-particulars {
    width: 100%;
  }
  #fullpage #the-specs #the-particulars-wrap #the-particulars {
    padding-bottom: 140px;
  }
  #fullpage #the-specs .content-wrap {
    position: relative;
    height: auto;
    top: 60px !important;
    margin-top: 0 !important;
  }
  #fullpage #the-specs .content-wrap .content {
    display: table;
    width: 100%;
  }
  #fullpage #the-specs .content-wrap .content-title {
    border-bottom: none;
    padding-bottom: 0;
  }
  #fullpage #the-specs .content-wrap .content-list {
    list-style: none;
    width: 100%;
  }
  #fullpage #the-specs .content-wrap .content-list li {
    width: 100%;
  }
  #fullpage #the-specs .content-wrap .content-list li:nth-child(6) {
    margin-top: inherit;
  }
  #fullpage #the-specs .content-wrap .content-list li:nth-child(n+6) {
    margin-left: inherit;
  }
  #fullpage #the-specs .content-wrap .box-spec {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #fullpage #the-specs .content-wrap .box-spec:nth-of-type(1) {
    margin-right: 0;
  }
  #fullpage #the-specs .product-wrap {
    display: none;
  }
}
/* Typical Mobile Phone and smaller
 * width: 620px; 
-------------------------------------------------------------- */
@media screen and (max-width: 620px) {
  #fullpage .section .content-wrap .content .content-title {
    font-size: 24px;
    line-height: 24px;
  }
  #fullpage #the-intro .content-wrap .content-title {
    font-size: 24px;
    line-height: 24px;
  }
  #fullpage #the-intro .content-wrap .content-title .big,
  #fullpage #the-intro .content-wrap .content-title .small {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    margin-left: 0;
  }
  #fullpage #the-benefits #connectivity .content-wrap .content-title {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 24px;
  }
  #fullpage #the-benefits #connectivity .content-wrap .content-title span {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 24px;
  }
  #fullpage .section .content-wrap .content .content-description {
    font-size: 15px;
    line-height: 18px;
  }
  #the-benefits .slide .product-wrap {
    display: none;
  }
}
