.clearAfter:after, .slick-track:after, header .inner:after, footer .top:after, #time .contentWrap:after, #category-navigation:after, #glace:after {
  content: ' ';
  display: table;
  clear: both; }

.section-small {
  max-width: 1250px;
  width: 100%;
  padding: 50px 25px 25px;
  margin: 0 auto;
  overflow: hidden; }

.slick-slide {
  outline: none;
  float: left; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  font: 0/0 a;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      bottom: 22px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 13px;
    background: rgba(0, 0, 0, 0.14);
    padding: 0;
    cursor: pointer; }
    .slick-dots li:not(:first-child) {
      margin-left: 9px; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 100%;
      width: 100%;
      outline: none;
      line-height: 0;
      font: 0/0 a;
      color: transparent;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active {
      background: rgba(0, 0, 0, 0.4); }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  top: 0;
  left: 0; }

#colorbox {
  outline: 0;
  z-index: 100;
  border: 0;
  left: 50% !important;
  top: 50% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  max-width: 90%;
  position: fixed; }
  #colorbox #cboxWrapper, #colorbox #cboxContent, #colorbox #cboxLoadedContent {
    width: 100% !important;
    height: 100% !important;
    display: block !important; }
  #colorbox #cboxWrapper > div:nth-of-type(2) {
    width: 100% !important;
    height: 100% !important;
    display: block !important; }
  #colorbox iframe {
    width: 100%;
    height: 100%;
    display: block; }
  @media (max-width: 767px) {
    #colorbox.get-updates {
      width: 300px !important;
      height: 300px !important; } }
  #colorbox.colorbox-support {
    max-width: 800px; }
    @media (max-width: 800px) {
      #colorbox.colorbox-support {
        max-width: 100%; } }
    #colorbox.colorbox-support iframe {
      width: 80%;
      margin: auto;
      padding: 20px; }

#cboxClose {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  text-indent: -9999px;
  outline: none;
  background: none;
  width: 20px;
  height: 20px; }
  #cboxClose:before, #cboxClose:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 20px; }
  #cboxClose:before {
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #cboxClose:after {
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

body {
  background: #ffffff;
  color: #1d1a1a;
  min-width: 1250px;
  overflow-x: hidden; }
  body:before {
    display: none; }
  @media (min-width: 1025px) {
    body:before {
      content: "desktop"; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    body:before {
      content: "tablet"; } }
  @media (max-width: 767px) {
    body:before {
      content: "mobile"; } }
  body.fixed-nav .main-filters {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 5; }
    body.fixed-nav .main-filters + * {
      margin-top: 73px; }
    @media (min-width: 1025px) {
      body.fixed-nav .main-filters {
        top: 85px; } }
    @media (max-width: 1024px) {
      body.fixed-nav .main-filters {
        top: 65px; } }
  body.full-responsive {
    min-width: 0;
    width: 100%; }
    body.full-responsive .inner {
      min-width: 0;
      width: 100%;
      max-width: 1250px; }

@media (max-width: 1024px) {
  .desktop {
    display: none; } }

@media (min-width: 1025px) {
  .tablet {
    display: none; } }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#main {
  padding-top: 85px;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  z-index: 1; }
  @media (max-width: 1024px) {
    #main {
      padding-top: 65px; } }

.inner-wrap {
  max-width: 970px;
  margin: 0 auto; }

.col-left {
  float: left; }

.col-right {
  float: right; }

section.reset {
  height: auto;
  min-height: 1px; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
body {
  -webkit-font-smoothing: antialiased; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Remove bullets for lists*/
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/*Clearfix*/
.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

input:focus,
textarea:focus {
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/fonts/icomoon.eot?serlfy");
  src: url("../../fonts/icomoon/fonts/icomoon.eot?serlfy#iefix") format("embedded-opentype"), url("../../fonts/icomoon/fonts/icomoon.ttf?serlfy") format("truetype"), url("../../fonts/icomoon/fonts/icomoon.woff?serlfy") format("woff"), url("../../fonts/icomoon/fonts/icomoon.svg?serlfy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('../fonts/helveticaneuecyr-light-webfont.eot');
  src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
  url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
  url('../fonts/helveticaneuecyr-light-webfont.svg#proximanova-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Ultralight';
  src: url('../fonts/helveticaneuecyr-ultralight-webfont.eot');
  src: url('../fonts/helveticaneuecyr-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/helveticaneuecyr-ultralight-webfont.woff') format('woff'),
  url('../fonts/helveticaneuecyr-ultralight-webfont.ttf') format('truetype'),
  url('../fonts/helveticaneuecyr-ultralight-webfont.svg#proximanova-regular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'robotoLight';
  src: url('../fonts/robotoLight.eot');
  src: url('../fonts/robotoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoLight.woff') format('woff'), url('../fonts/robotoLight.ttf') format('truetype'), url('../fonts/robotoLight.svg#robotoLight') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'lato-light';
  src: url('../fonts/lato-lig-webfont.eot');
  src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-lig-webfont.woff') format('woff'), url('../fonts/lato-lig-webfont.ttf') format('truetype'), url('../fonts/lato-lig-webfont.svg#lato-light') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'latoRegular';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoRegular') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.eot');
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-style: normal;
  font-weight: normal;
}


body {
  font-family: latoRegular;
  color: #474747;

}
h1 {
  font-size: round($font-size-base * 1.88);
  line-height: 1.47;
  margin: 20px 0;
}
h2 {
  margin-top: 0;
  font-size: 38px;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 11px;
}
h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin: 17px 0;
}
h4 {
  font-size: round($font-size-base * 1.22);
  line-height: 1.2;
  font-family: HelveticaNeue-Ultralight;
  font-weight: normal;
}
h5 {
  font-size: round($font-size-base * 1.11);
  line-height: 1.2;
  font-weight: normal;
}
p {
  font-size: 17px;
  line-height: 1.8;
  margin: 6px 0;
  &.address {
    font-style: italic;
  }
}
li {
  font-size: $font-size-base;
  line-height: 1.33;
}
a {
  text-decoration: none;
}
img{
  //max-width: 100%;
}
.text-block {
  ul {
    padding-left: 30px;
    &.ls {
      list-style: disc;
    }
    li {
      line-height: 1.8;
    }
  }
  a {
    color: #FCB413;
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }
  h3 {
    text-transform: uppercase;
  }
}
@mixin header-items {
  font-size: round($font-size-base * 0.83);
  line-height: 1.9;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1440px) {
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
}*/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #515151; }

h1 {
  font-size: 32px;
  line-height: 1.47;
  margin: 20px 0; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 18px;
      margin: 10px 0; } }

h2 {
  margin-top: 0;
  font-size: 38px;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 11px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin: 17px 0; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 13px;
      margin: 9px 0; } }

h4 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal; }

h5 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: normal; }

p {
  font-size: 17px;
  line-height: 1.8;
  margin: 6px 0; }
  p.address {
    font-style: italic; }

li {
  font-size: 17px;
  line-height: 1.33; }
  @media only screen and (max-width: 767px) {
    li {
      font-size: 13px; } }

a {
  text-decoration: none;
  color: #0060ff; }
  a:hover {
    text-decoration: underline; }

.text-block ul {
  padding-left: 30px; }
  .text-block ul.ls {
    list-style: disc; }
  .text-block ul li {
    line-height: 1.8; }
.text-block a {
  color: #fcb413;
  text-decoration: underline; }
  .text-block a:hover {
    text-decoration: none; }
.text-block h3 {
  text-transform: uppercase; }

@media (max-width: 1440px) {
  h2 {
    font-size: 32px;
    line-height: 1.25; } }
  @media only screen and (max-width: 1440px) and (max-width: 767px) {
    h2 {
      font-size: 19px; } }

@media (max-width: 1440px) {
  p {
    font-size: 16px;
    line-height: 24px; } }
  @media only screen and (max-width: 1440px) and (max-width: 767px) {
    p {
      font-size: 13px; } }

.mobile-menu-toggle {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 45px;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent; }
  .mobile-menu-toggle span {
    display: block;
    margin: 0;
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    font: 0/0 a; }
    .mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
      content: "";
      position: absolute;
      background-color: #ffffff;
      left: 0;
      width: 100%;
      height: 3px;
      transition: .3s;
      -webkit-transition: .3s; }
    .mobile-menu-toggle span:before {
      top: -13px; }
    .mobile-menu-toggle span:after {
      top: 13px; }
  header.open .mobile-menu-toggle span {
    background-color: transparent; }
    header.open .mobile-menu-toggle span:before, header.open .mobile-menu-toggle span:after {
      top: 0; }
    header.open .mobile-menu-toggle span:before {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    header.open .mobile-menu-toggle span:after {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
  @media (max-width: 767px) {
    .mobile-menu-toggle {
      width: 31px;
      right: 15px; }
      .mobile-menu-toggle span {
        height: 2px; }
        .mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
          height: 2px;
          width: 100%; }
        .mobile-menu-toggle span:before {
          top: -8px; }
        .mobile-menu-toggle span:after {
          top: 8px; } }

#preorder {
  position: absolute;
  text-align: center;
  margin-right: 0;
  right: 10px; }
  @media (max-width: 1450px) {
    #preorder {
      right: 30px; } }

.btn-preorder {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: #ffffff;
  background: #00a2ff;
  color: #ffffff !important;
  border-radius: 50px;
  min-width: 136px;
  text-transform: none;
  font-size: 15px;
  line-height: 1;
  padding: 6px 15px 7px; }
  @media (min-width: 1025px) {
    .btn-preorder:hover, .btn-preorder:active {
      text-decoration: none !important;
      background-color: #0098f0; } }
  @media (max-width: 1024px) {
    .btn-preorder {
      font-size: 20px;
      line-height: 27px;
      min-width: 200px;
      background-color: #0098f0; } }

.cancel-button {
  font: 0/0 a;
  border: 0;
  padding: 0;
  display: block;
  outline: none;
  opacity: .8;
  background-color: transparent; }
  @media (min-width: 1025px) {
    .cancel-button:hover {
      opacity: 1; } }

.cancel-button {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1; }
  .cancel-button:before, .cancel-button:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #1d1a1a; }
  .cancel-button:before {
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cancel-button:after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.see-all {
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #515151;
  border: 1px solid #515151;
  background-color: rgba(215, 215, 215, 0.4);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  .see-all:hover {
    background-color: rgba(215, 215, 215, 0.8); }

.link {
  border: 0;
  background-color: transparent;
  outline: none;
  color: #0060ff; }
  @media (min-width: 1025px) {
    .link:hover {
      text-decoration: underline; } }

.btn {
  display: inline-block;
  vertical-align: top;
  background-color: #fcb413;
  height: 40px;
  padding: 7px 20px;
  min-width: 230px;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px; }
  .btn:hover {
    text-decoration: none;
    background-color: #f3a12d; }

.btn-watch {
  background: url(../../images/play1.png) 212px 8px no-repeat;
  border: 1px solid #ffffff;
  font-size: 21px;
  line-height: 40px;
  cursor: pointer;
  padding: 5px 83px 5px 35px;
  min-width: 294px;
  margin-top: 43px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  height: 52px; }
  .btn-watch:hover, .btn-watch:active {
    background-color: rgba(255, 255, 255, 0.12); }

.btn-wrap {
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: -20px;
  position: relative; }
  .btn-wrap:before {
    content: '';
    display: block;
    border-top: 13px solid #ffffff;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px; }

.btn1 {
  background: #4da6ff;
  padding: 14px 5px;
  text-align: center;
  min-width: 206px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.1;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block; }
  .btn1:hover {
    text-decoration: none;
    background: #3e9eff; }

input {
  padding: 0;
  bottom: 0;
  margin: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 17px; }
  input::-ms-clear {
    display: none; }

.likes {
  font-size: 17px;
  line-height: 1.33;
  padding-left: 23px;
  color: #1d1a1a;
  background: url("../images/icons/ico-likes.png") no-repeat 0 40%; }

.scrollbar {
  margin: 0;
  width: 100%;
  height: 7px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  border: 1px solid #D7D7D7;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden; }
  .scrollbar .handle {
    background-color: #cac9c9;
    height: 100%; }
    .scrollbar .handle:hover {
      cursor: pointer; }
  @media (max-width: 767px) {
    .scrollbar {
      display: none; } }
  .no-scrollbar .scrollbar {
    display: none; }

.secondary-navigation-mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 230px;
  height: 76px;
  border: 0;
  padding: 0 40px 0 15px;
  background-color: transparent;
  outline: none;
  background: url("../images/icons/ico-select-arrow.png") no-repeat right 20px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .secondary-navigation-mobile::-ms-expand {
    display: none; }

.main-menu {
  padding-top: 6px;
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  white-space: nowrap; }
  .main-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #cac9c9; }
    .main-menu li.active {
      color: #fcb413; }
      .main-menu li.active a {
        text-decoration: underline; }
    .main-menu li.menu-item a {
      text-transform: uppercase; }
    .main-menu li a {
      color: inherit; }
      .main-menu li a:hover {
        color: #fcb413;
        text-decoration: underline; }
  .main-menu .support, .main-menu .store, .main-menu .faces {
    position: absolute; }
    @media (min-width: 1025px) {
      .main-menu .support a, .main-menu .store a, .main-menu .faces a {
        font-size: 16px;
        line-height: 19px; } }
  .main-menu .support {
    right: 148px; }
    @media only screen and (max-width: 1450px) {
      .main-menu .support {
        right: 168px; } }
  .main-menu .store {
    right: 231px; }
    @media only screen and (max-width: 1450px) {
      .main-menu .store {
        right: 252px; } }
  .main-menu .support {
    right: 148px; }
    @media only screen and (max-width: 1450px) {
      .main-menu .support {
        right: 169px; } }
  .main-menu .store {
    right: 231px; }
    @media only screen and (max-width: 1450px) {
      .main-menu .store {
        right: 237px; } }
  .main-menu .faces {
    right: 294px; }
    @media only screen and (max-width: 1450px) {
      .main-menu .faces {
        right: 283px; } }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .main-menu {
      width: 395px; }
      .main-menu li {
        margin: 0 8px; } }
  @media (max-width: 1024px) {
    .main-menu {
      position: fixed;
      top: 100%;
      margin-top: 90px;
      height: calc(100% - 65px);
      left: 0;
      width: 100%;
      padding-top: 30px;
      background-color: #1d1a1a;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: transform .3s;
      transition: transform .3s; }
      .main-menu li {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 20px;
        text-align: center;
        position: static !important; }
        .main-menu li:not(:last-child) {
          margin-bottom: 30px; } }
      @media (max-width: 1024px) and (max-height: 375px) {
        .main-menu li:not(:last-child) {
          margin-bottom: 6px; } }
      @media (max-width: 1024px) and (max-height: 370px) {
        .main-menu li:not(:last-child) {
          margin-bottom: 4px; } }
  @media (max-width: 1024px) and (max-height: 370px) {
    .main-menu {
      padding-top: 0; } }
  @media (max-width: 1024px) {
      header.open .main-menu {
        margin-top: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); } }
  @media (max-width: 1024px) and (min-height: 600px) {
    .main-menu {
      padding-top: 85px; } }
  @media (max-width: 1024px) and (min-height: 550px) {
    .main-menu li:not(:last-child) {
      margin-bottom: 20px; } }

.social {
  margin: 5px 0 0;
  text-align: justify; }
  .social:after {
    content: ' ';
    display: inline-block;
    height: 0;
    margin: 0;
    width: 100%;
    line-height: 0; }
  .social a {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: 36px;
    background-repeat: no-repeat;
    color: inherit;
    font-size: 13px;
    line-height: 28px; }
    .social a img {
      width: 100%;
      height: auto; }
    .social a.instagram {
      text-align: right; }
      .social a.instagram img {
        width: 34px;
        margin-top: 1px;
        margin-right: 1px; }
    @media (min-width: 1025px) {
      .social a:hover {
        color: #fcb413;
        opacity: .8; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    .social {
      padding: 0 33px 21px; }
      .social a {
        width: 65px;
        height: 65px; }
        .social a img {
          width: auto !important;
          margin: 0 !important; } }
  @media (max-width: 767px) {
    .social {
      padding: 0 12px 5px; } }

footer input[type='text'], footer input[type='email'] {
  width: 260px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cac9c9;
  height: 34px;
  padding: 3px 7px 3px 15px;
  font-size: 14px;
  line-height: 20px;
  background: none;
  color: #eeeeee;
  margin-bottom: 15px;
  float: left; }
  footer input[type='text']::-webkit-input-placeholder, footer input[type='email']::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.6); }
  footer input[type='text']:-moz-placeholder, footer input[type='email']:-moz-placeholder {
    color: rgba(238, 238, 238, 0.6); }
  footer input[type='text']::-moz-placeholder, footer input[type='email']::-moz-placeholder {
    color: rgba(238, 238, 238, 0.6); }
  footer input[type='text']:-ms-input-placeholder, footer input[type='email']:-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.6); }
footer input[type='submit'] {
  width: 46px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(202, 201, 201, 0.88) url(../../images/icons/ico-btn.png) 50% 50% no-repeat;
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
  color: #eeeeee;
  border: 0;
  text-align: left;
  padding: 0;
  height: 34px;
  font-size: 14px; }
  footer input[type='submit']:active {
    background-color: #cac9c9; }
footer #mc2_embed_signup input.mce_inline_error {
  border-color: #ffffff; }
footer #mc2_embed_signup div.mce_inline_error {
  background: none;
  color: #fcb413;
  font-weight: normal;
  clear: both;
  padding-left: 14px; }
footer #mc2_embed_signup #mce2-error-response {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.67); }
  footer #mc2_embed_signup #mce2-error-response a {
    color: rgba(255, 255, 255, 0.67); }
footer .response {
  clear: both;
  margin-bottom: 10px; }
@media (max-width: 1024px) {
  footer input[type='text'], footer input[type='email'] {
    width: 425px;
    height: 44px;
    font-size: 20px; }
  footer input[type='submit'] {
    width: 60px;
    height: 44px; } }
@media (max-width: 767px) {
  footer input[type='text'], footer input[type='email'] {
    width: 80%;
    font-size: 12px; }
  footer input[type='submit'] {
    width: 20%; } }

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  padding: 20px 0;
  height: 85px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1d1a1a; }
  header .inner {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    height: 100%;
    min-width: 1px; }
    @media (max-width: 1450px) {
      header .inner {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      header .inner {
        padding: 0 10px; } }
  header #logo {
    float: left;
    white-space: nowrap; }
    header #logo a {
      display: inline-block;
      vertical-align: bottom;
      /*&.logo-title {
        color: $color-silver;
        text-transform: uppercase;
        font-family: $logo-font;
        font-size: 30px;
        padding-left: 3px;
        &:before {
          content: ' | ';
        }
        &:hover {
          color: $color-white;
          text-decoration: none;
        }
      }*/ }
  header .buy-now-mobile {
    display: none; }
  @media (max-width: 1024px) {
    header {
      padding: 10px 0;
      height: 65px; } }

footer {
  background: #4c4a4a;
  color: #ffffff; }
  footer .top {
    padding: 40px 30px 32px 10px;
    max-width: 1250px;
    margin: 0 auto; }
    footer .top .col-left {
      margin-top: 12px; }
  footer .menu, footer .list {
    display: inline-block;
    vertical-align: top; }
    footer .menu li, footer .list li {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1025px) {
        footer .menu li a:hover, footer .list li a:hover {
          text-decoration: underline; } }
  footer .menu li {
    font-size: 16px;
    line-height: 19px; }
  footer .menu a {
    color: rgba(255, 255, 255, 0.67); }
  footer .list a {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px; }
  footer .usePopup ul li {
    display: inline-block;
    margin-left: 16px; }
    footer .usePopup ul li:first-child {
      margin-left: 0; }
  footer .usePopup .checkbox-fields {
    margin-bottom: 10px; }
    footer .usePopup .checkbox-fields p {
      margin-bottom: 20px; }
    footer .usePopup .checkbox-fields input[type="radio"] + label {
      font-size: 14px;
      line-height: 1.2;
      display: inline-block; }
      footer .usePopup .checkbox-fields input[type="radio"] + label:before {
        content: '';
        display: inline-block;
        margin-right: 8px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        vertical-align: middle;
        border: 4px solid #4c4a4a;
        box-shadow: 0 0 0 2px #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    footer .usePopup .checkbox-fields input:checked + label:before {
      background: #fff; }
    footer .usePopup .checkbox-fields input[type="radio"] {
      display: none; }
  @media only screen and (max-width: 767px) {
    footer .usePopup ul {
      text-align: center; }
    footer .usePopup .checkbox-fields p {
      text-align: center; } }
  footer .bottom {
    background: #3b3939; }
  footer .copyright {
    display: block;
    color: #696969;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 31px 30px 23px;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center; }
    footer .copyright a {
      color: inherit; }
      footer .copyright a:hover {
        text-decoration: underline; }
  @media (min-width: 1025px) {
    footer #mc2_embed_signup {
      max-width: 306px; }
    footer .menu {
      margin: 23px 0 30px; }
      footer .menu li {
        margin-right: 26px; }
    footer .list li:not(:first-child) {
      margin-left: 38px; } }
  @media (max-width: 1200px) and (min-width: 1025px) {
    footer .list li:not(:first-child) {
      margin-left: 18px; } }
  @media (max-width: 1024px) {
    footer .top {
      padding: 95px 10px 32px; }
    footer .col-left, footer .col-right {
      width: 100%;
      float: none; }
    footer .col-right {
      max-width: 390px;
      margin: 0 auto;
      padding: 15px 0; }
    footer .list {
      width: 100%; }
      footer .list li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      footer .list li {
        margin-bottom: 20px; } }
  @media (max-width: 1024px) {
        footer .list li a {
          font-size: 22px;
          line-height: 1.25; } }
      @media only screen and (max-width: 1024px) and (max-width: 767px) {
        footer .list li a {
          font-size: 13px; } }
  @media (max-width: 1024px) {
    footer .menu {
      width: 100%;
      text-align: center;
      padding: 20px 0 40px; }
      footer .menu li {
        margin: 0 16px; }
    footer .copyright {
      text-align: center; }
      footer .copyright .text {
        float: none; }
      footer .copyright .logo {
        display: none; }
    footer .top {
      padding-top: 35px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    footer .top {
      padding-top: 20px; } }
  @media (max-width: 1024px) {
    footer .col-right {
      width: 85%;
      max-width: 485px; }
    footer .menu {
      padding-bottom: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    footer .menu {
      padding-top: 0; } }
  @media (max-width: 1024px) {
      footer .menu li {
        margin: 0 0 45px;
        font-size: 24px;
        line-height: 1.25;
        width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      footer .menu li {
        font-size: 13px;
        margin-bottom: 22px; } }
  @media (max-width: 1024px) {
    footer .copyright {
      padding: 35px 10px 35px;
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    footer .copyright {
      padding: 15px 10px;
      font-size: 13px;
      line-height: 16px; } }

  body.glance-page footer {
    background: #1d1a1a;
    padding-bottom: 4px; }

section#footer {
  overflow: inherit; }

.form-wrap {
  position: relative; }

.birthday-popup {
  height: 400px;
  width: 360px;
  background: #fff;
  padding: 24px 30px;
  position: absolute;
  top: -420px;
  right: -30px;
  display: none;
  color: black;
  z-index: 100;
  animation: show-popup 300ms ease-in-out forwards; }
  .birthday-popup .x_mark {
    display: block;
    background: url(../../images/x_mark.png);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 9px;
    top: 12px;
    cursor: pointer; }
  .birthday-popup h1 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
    color: #323232; }
  .birthday-popup h2 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 15px 0;
    color: #323232; }
  .birthday-popup input {
    width: 100% !important; }
  .birthday-popup input[type="text"] {
    margin-bottom: 13px;
    color: #afafaf;
    font-size: 14px; }
  .birthday-popup label {
    display: block;
    margin-bottom: 7px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .birthday-popup ::-webkit-input-placeholder {
    color: #afafaf !important; }
  .birthday-popup ::-moz-placeholder {
    color: #afafaf !important; }
  .birthday-popup :-ms-input-placeholder {
    color: #afafaf !important; }
  .birthday-popup :-moz-placeholder {
    color: #afafaf !important; }
  .birthday-popup .title {
    text-align: center; }
  .birthday-popup .select {
    float: left;
    width: 90px;
    height: 34px;
    margin: 0 15px 15px 0;
    padding: 0;
    position: relative;
    border: 1px solid #cac9c9;
    color: #cac9c9; }
    .birthday-popup .select:last-child {
      margin-right: 0; }
  .birthday-popup .wide {
    width: 100%; }
  .birthday-popup .select > select {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 15px 0 15px;
    border: 0px;
    background: url(../../images/select_arrows.png) no-repeat;
    background-position: right 8px top 7px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #afafaf;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .birthday-popup .send-button {
    height: 50px;
    background: #4da6ff;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-top: 15px; }
  .birthday-popup .birthday .date {
    width: 90px !important; }
    .birthday-popup .birthday .date:last-child {
      margin-right: 0px; }

.birthday-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 99;
  animation: show-overlay 300ms ease-in-out forwards; }

.close {
  animation: close-popup 300ms ease-in-out forwards; }

.close-overlay {
  animation: close-overlay 300ms ease-in-out forwards; }

.angle {
  width: 25px;
  height: 25px;
  background: #fff;
  position: relative;
  z-index: 11;
  top: 12px;
  margin: 0 auto;
  transform: rotate(45deg); }

@media (max-width: 1024px) {
  .birthday-popup {
    width: 545px; }
    .birthday-popup label {
      clear: left; }
    .birthday-popup .select {
      width: 148px;
      margin-right: 20px; }
      .birthday-popup .select:last-child {
        margin-right: 0; }
    .birthday-popup input[type="text"] {
      height: 34px; }
    .birthday-popup .wide {
      width: 100%; } }
@media (max-width: 768px) {
  section#footer {
    overflow: inherit !important; } }
@media (max-width: 600px) {
  .birthday-popup {
    width: 114%;
    right: -7%; }
    .birthday-popup h1 {
      font-size: 16px; }
    .birthday-popup .select {
      width: 32%;
      margin-right: 2%; }
    .birthday-popup .wide {
      width: 100%; } }
@keyframes show-popup {
  0% {
    opacity: 0;
    top: -350px; }
  100% {
    opacity: 1;
    top: -420px; } }
@keyframes close-popup {
  0% {
    opacity: 1;
    top: -420px; }
  100% {
    opacity: 0;
    visibility: hidden;
    top: -520px; } }
@keyframes show-overlay {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes close-overlay {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
#rock .panel a.radio span {
  background-image: url(../../images/radio_2.png); }
#rock .panel a.bluetooth span {
  background-image: url(../../images/blutooth.png); }
#rock .panel a.loud span {
  background-image: url(../../images/loud.png); }

section.program {
  height: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  section.program h2 {
    font-family: inherit;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  section.program p {
    line-height: 1.2; }
  section.program .text {
    width: 100%; }

section.category {
  background: #4c4a4a;
  color: #eaeaea;
  padding-top: 50px;
  padding-bottom: 63px; }
  section.category p {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  section.category .box-text {
    line-height: 1.67; }
  section.category .box-icon {
    padding-top: 18px;
    color: rgba(255, 255, 255, 0.67); }
    section.category .box-icon img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      margin: auto; }
    section.category .box-icon > div {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      position: relative;
      padding-top: 63px; }

section.media-attention {
  background: #f4f4f4;
  padding: 100px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.7; }
  section.media-attention p {
    font-size: inherit;
    line-height: inherit; }
  section.media-attention h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 103px; }
  @media (max-width: 1450px) {
    section.media-attention {
      padding: 40px 0; }
      section.media-attention h2 {
        margin-bottom: 40px; } }

section.how-works {
  padding: 100px 0;
  font-size: 18px;
  line-height: 1.7; }
  section.how-works ul {
    list-style-type: disc;
    list-style-position: inside; }
  section.how-works li, section.how-works p {
    font-size: inherit;
    line-height: inherit; }
  section.how-works li {
    font-family: 'Lato', sans-serif;
    font-weight: 700; }
  section.how-works h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 100px; }
  section.how-works .btn {
    height: auto;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 11px 20px; }
  section.how-works .box1 ul {
    margin-top: 74px; }
  section.how-works .box2 {
    text-align: center; }
    section.how-works .box2 img {
      margin-bottom: 15px; }
    section.how-works .box2 h2 {
      font-size: 28px;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      margin-bottom: 35px; }
  @media (max-width: 1450px) {
    section.how-works {
      padding: 40px 0 60px; }
      section.how-works h2 {
        margin-bottom: 40px; } }

@keyframes show-smile-header-popup {
  0% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: 55px; } }
@keyframes close-smile-header-popup {
  0% {
    opacity: 1;
    top: 55px; }
  100% {
    opacity: 0;
    visibility: hidden;
    top: 150px; } }
.mobile-search-toggle {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 45px;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  background-image: url(/images/smile/subscribe.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 40px auto;
  background-size: 40px auto; }
  .mobile-search-toggle span {
    font: 0/0 a;
    display: block;
    margin: 0;
    position: relative;
    height: 3px;
    background-color: transparent; }
    .mobile-search-toggle span:before, .mobile-search-toggle span:after {
      content: "";
      width: 100%;
      position: absolute;
      background-color: transparent;
      left: 0;
      height: 3px;
      transition: .3s;
      -webkit-transition: .3s; }
    .mobile-search-toggle span:before {
      top: -13px; }
    .mobile-search-toggle span:after {
      top: 13px; }
  @media (max-width: 767px) {
    .mobile-search-toggle {
      -webkit-background-size: 28px auto;
      background-size: 28px auto;
      width: 30px;
      right: 10px; }
      .mobile-search-toggle span {
        height: 2px; }
        .mobile-search-toggle span:before, .mobile-search-toggle span:after {
          width: 70%; }
        .mobile-search-toggle span:before, .mobile-search-toggle span:after {
          height: 2px; }
        .mobile-search-toggle span:before {
          top: -8px; }
        .mobile-search-toggle span:after {
          top: 8px; } }

.smile-page img {
  max-width: 100%;
  height: auto; }
.smile-page #page {
  padding-top: 85px;
  padding-bottom: 0; }
.smile-page header .inner {
  position: initial; }
.smile-page header #logo {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin: 0; }
  .smile-page header #logo img {
    vertical-align: bottom;
    display: inline-block;
    height: 35px;
    width: auto; }
.smile-page header .col-right {
  display: inline-block;
  vertical-align: bottom; }
  .smile-page header .col-right .response {
    display: block;
    padding-left: 14px;
    color: #fcb413; }
@media (max-width: 1024px) {
  .smile-page header .col-right {
    z-index: 101; } }
.smile-page header .sub-logo {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  color: #727272; }
.smile-page header .form-wrap input[type='email'] {
  float: left;
  width: 300px;
  border: 1px solid #cac9c9;
  height: 34px;
  font-size: 14px;
  line-height: 20px;
  background: none;
  color: #eeeeee;
  padding: 3px 7px 3px 15px;
  margin: 0; }
.smile-page header .form-wrap input[type='submit'] {
  color: #eeeeee;
  font-size: 14px;
  text-align: left;
  width: 46px;
  background: rgba(202, 201, 201, 0.88) url(../../images/icons/ico-btn.png) 50% 50% no-repeat;
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
  border: 0;
  padding: 0;
  height: 34px; }
.smile-page header .form-wrap .thanks {
  width: 320px;
  text-align: center;
  color: #fff; }
.smile-page header .form-wrap .birthday-popup {
  top: 55px;
  right: -6px;
  animation: show-smile-header-popup 300ms ease-in-out forwards; }
  .smile-page header .form-wrap .birthday-popup .title {
    margin-top: -24px; }
  .smile-page header .form-wrap .birthday-popup input[type="text"] {
    height: 34px;
    margin: 0 15px 15px 0;
    padding: 0 15px;
    position: relative;
    border: 1px solid #cac9c9;
    color: #cac9c9; }
.smile-page header .form-wrap .close {
  animation: close-smile-header-popup 300ms ease-in-out forwards; }
.smile-page header .angle {
  top: -37px; }
.smile-page header.open .mobile-search-toggle {
  background-image: none; }
  .smile-page header.open .mobile-search-toggle span:before, .smile-page header.open .mobile-search-toggle span:after {
    top: 0;
    background-color: #cac9c9; }
  .smile-page header.open .mobile-search-toggle span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .smile-page header.open .mobile-search-toggle span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.smile-page header.open .col-right {
  -webkit-transform: translate(0, 65px);
  -moz-transform: translate(0, 65px);
  -ms-transform: translate(0, 65px);
  -o-transform: translate(0, 65px);
  transform: translate(0, 65px); }
.smile-page section {
  height: auto; }
.smile-page section.smile {
  text-align: center; }
  .smile-page section.smile .smile-block {
    padding-top: 100px;
    padding-bottom: 400px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-position: 50% 0; }
    .smile-page section.smile .smile-block .logo-messenger {
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-style: solid;
      border-color: #A2A3AB;
      border-width: 0;
      border-bottom-width: 2px; }
    .smile-page section.smile .smile-block .connect {
      margin: 0 auto; }
    .smile-page section.smile .smile-block .title {
      color: #707070;
      white-space: pre-line;
      font-weight: 300;
      font-size: 28px;
      line-height: 36px;
      margin: 0 auto; }
    .smile-page section.smile .smile-block .social-media {
      margin-top: 10px;
      margin-bottom: 40px; }
      .smile-page section.smile .smile-block .social-media span {
        color: #707070;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.25;
        display: inline-block;
        vertical-align: middle; }
    .smile-page section.smile .smile-block .social-block {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px; }
      .smile-page section.smile .smile-block .social-block .chat {
        display: block; }
      .smile-page section.smile .smile-block .social-block img {
        max-width: 50px; }
    .smile-page section.smile .smile-block .app-store img {
      max-width: 170px; }
  .smile-page section.smile .smile-messenger {
    background-image: url(/images/smile/2500/man.png), url(/images/smile/2500/woman.png);
    background-position: 0 100%, 100% 100%; }
  .smile-page section.smile .smile-get-lametric {
    background-color: #F6F7F9;
    background-image: url(/images/smile/svg/interior.svg), url(/images/smile/svg/family.svg);
    background-position: 0 100%, 100% 100%; }
    .smile-page section.smile .smile-get-lametric .connect .title {
      margin-bottom: 30px; }
    .smile-page section.smile .smile-get-lametric .connect .social-media {
      margin-bottom: 0; }
    .smile-page section.smile .smile-get-lametric .get-device {
      font-weight: 300;
      color: #ffffff;
      font-size: 17px;
      background-color: #669CFC;
      display: block;
      padding: 15px 35px;
      text-transform: uppercase;
      text-decoration: none; }
    .smile-page section.smile .smile-get-lametric .lametric-time {
      position: absolute;
      left: 520px;
      bottom: 368px; }
      .smile-page section.smile .smile-get-lametric .lametric-time img {
        max-width: 320px; }
@media (max-width: 1920px) {
  .smile-page section.smile .smile-get-lametric {
    background-image: url(/images/smile/family-homepage1920.png);
    background-position: 0 80px; }
    .smile-page section.smile .smile-get-lametric .lametric-time {
      padding-bottom: 0;
      bottom: 190px;
      left: 400px; }
  .smile-page section.smile .smile-messenger {
    padding-bottom: 320px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; } }
@media (max-width: 1600px) {
  .smile-page section.smile .smile-messenger {
    padding-bottom: 21vh; } }

/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#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;
  table-layout: fixed;
  width: 100%;
  overflow: hidden; }

.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: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.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 ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-section.fp-auto-height {
  height: auto !important; }
  .fp-section.fp-auto-height .fp-tableCell {
    height: auto !important; }

.fp-destroyed {
  padding-top: 85px; }
  @media (max-width: 1024px) {
    .fp-destroyed {
      padding-top: 65px; } }

@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../../fonts/helveticaneuecyr-light-webfont.eot");
  src: url("../../fonts/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/helveticaneuecyr-light-webfont.woff") format("woff"), url("../../fonts/helveticaneuecyr-light-webfont.ttf") format("truetype"), url("../../fonts/helveticaneuecyr-light-webfont.svg#proximanova-regular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%; }

body {
  min-width: 1250px;
  overflow-x: auto; }
  body.full-page-scroll {
    overflow: hidden; }
  body #page {
    padding: 90px 0 260px; }

.contentWrap {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.inner {
  margin: 0 auto;
  width: 1250px;
  max-width: 100%;
  min-width: 1250px;
  padding: 0 10px; }
  @media (max-width: 1450px) {
    .inner {
      padding: 0 30px; } }

.contentWrapView {
  max-width: 3000px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

.section {
  position: relative;
  background: #fbfbfb; }
  .section .inner {
    position: absolute;
    padding-top: 65px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .section .text {
    width: 545px;
    margin: 0 auto;
    padding-top: 49px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

@media only screen and (max-width: 1450px) {
  .section .inner {
    padding-top: 20px; }
  .section .text {
    padding-top: 25px; }

  .inner {
    padding: 0 30px; } }
.imgBox {
  width: 100%;
  height: 100%; }
  .imgBox img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.block h3 {
  font-weight: normal;
  margin: 0 0 10px; }
.block ul li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
  color: #eaeaea; }
  .block ul li:before {
    content: '\2022';
    color: #6d6f72;
    position: absolute;
    left: -6px;
    top: 0; }

.hide {
  display: none; }

.show {
  display: block; }

.popups {
  display: none; }

.popup1 {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 4px;
  color: #464646; }
  .popup1 iframe {
    display: block;
    width: 100%;
    height: 100%; }
  .popup1 .popup-inner {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%; }

#colorbox.video-popup {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden; }
  #colorbox.video-popup #cboxClose {
    display: block;
    width: 15px;
    height: 15px;
    top: 27px;
    bottom: inherit;
    position: absolute;
    font: 0/0 a;
    right: 27px;
    outline: none;
    background: none;
    border: 0; }
    #colorbox.video-popup #cboxClose:after, #colorbox.video-popup #cboxClose:before {
      content: ' ';
      display: block;
      position: absolute;
      left: -1px;
      width: 20px;
      height: 2px;
      background-color: #bdbdbd; }
    #colorbox.video-popup #cboxClose:before {
      top: 7px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #colorbox.video-popup #cboxClose:after {
      bottom: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.popup {
  width: 680px;
  background: #ffffff;
  border-radius: 4px;
  color: #464646; }
  .popup .popup-inner {
    padding: 60px 70px 40px; }

#get-updates {
  width: 600px;
  height: 600px;
  background: url("https://developer.lametric.com/content/popup_images/get-updates-popup-bg.jpg") no-repeat center bottom #f3f4f4;
  overflow: hidden; }
  #get-updates .popup-inner {
    padding: 40px 40px 229px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #get-updates h2 {
    text-align: center;
    color: #5b5b5b; }
  #get-updates .description {
    max-height: 100px;
    overflow: hidden; }
    #get-updates .description strong {
      font-family: 'Lato', sans-serif;
      font-weight: 700; }
  #get-updates p.small {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    opacity: 0.7; }
  #get-updates .inner-content {
    padding-top: 20px;
    width: 304px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #5b5b5b; }
  #get-updates .inner-content.next-step {
    padding-top: 100px; }
    #get-updates .inner-content.next-step .description {
      padding-top: 0;
      max-height: 100px;
      overflow: hidden; }
  #get-updates #mce-success-response {
    padding: 25px 0;
    text-decoration: underline;
    color: #4da6ff; }
  #get-updates form {
    position: relative;
    padding: 10px 0 15px; }
    #get-updates form div.mce_inline_error {
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      padding: 3px 10px;
      margin-top: -12px;
      font-size: 12px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    #get-updates form input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 54px;
      width: 100%;
      border: 1px solid #5b5b5b;
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      margin-top: 10px;
      font-size: 17px; }
      #get-updates form input[type="submit"] {
        border: 0;
        background: #4da6ff;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-weight: 300; }
    #get-updates form .checkbox-fields {
      text-align: left;
      margin-top: 20px;
      margin-left: 70px; }
      #get-updates form .checkbox-fields:first-child {
        margin-top: 44px; }
      #get-updates form .checkbox-fields input[type="radio"] + label {
        position: relative;
        font-size: 24px;
        line-height: 1.2;
        display: inline-block;
        margin-left: 16px;
        cursor: pointer; }
        #get-updates form .checkbox-fields input[type="radio"] + label:before {
          content: '';
          display: inline-block;
          margin-right: 16px;
          width: 26px;
          height: 26px;
          border-radius: 50%;
          vertical-align: bottom;
          box-shadow: 0 0 0 1px #868686;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      #get-updates form .checkbox-fields input:checked + label:after {
        content: '';
        position: absolute;
        top: 10px;
        left: 8px;
        background: #868686;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      #get-updates form .checkbox-fields input[type="radio"] {
        width: 26px;
        height: 26px;
        display: none; }

#mc_embed_signup input.mce_inline_error {
  border-color: #6B0505; }

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #6B0505;
  font-weight: bold;
  z-index: 1;
  color: #fff; }

.birthday-screen-popup {
  height: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: none;
  color: black;
  animation: show-popup 300ms ease-in-out forwards; }
  .birthday-screen-popup h2 {
    margin-top: 0;
    font-size: 38px;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 11px; }
  .birthday-screen-popup p {
    width: 300px;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto;
    color: #464646;
    border-top: 1px solid #5b5b5b;
    padding-top: 15px; }
  .birthday-screen-popup input {
    width: 300px !important; }
  .birthday-screen-popup input[type="text"] {
    margin-bottom: 10px;
    margin-top: 0 !important;
    height: 34px !important;
    border-color: #cac9c9 !important;
    text-align: left !important;
    font-size: 14px !important;
    padding: 0 14px !important; }
  .birthday-screen-popup label {
    display: block;
    margin-bottom: 7px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .birthday-screen-popup .select {
    float: left;
    width: 90px;
    height: 34px;
    margin: 0 15px 10px 0;
    padding: 0;
    position: relative;
    border: 1px solid #cac9c9;
    color: #cac9c9; }
  .birthday-screen-popup .select:last-child {
    margin-right: 0; }
  .birthday-screen-popup .wide {
    width: 100%; }
  .birthday-screen-popup .select > select {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 15px 0 15px;
    border: 0px;
    background: url(../../images/select_arrows.png) no-repeat;
    background-position: right 8px top 7px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #afafaf;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .birthday-screen-popup #userInfo {
    width: 300px;
    margin: 0 auto;
    padding: 0; }

.form-wrap {
  position: relative; }

.title {
  text-align: center; }

.close {
  animation: close-popup 300ms ease-in-out forwards; }

.send-button {
  height: 50px !important;
  background: #4da6ff;
  color: #ffffff !important;
  border: none !important;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 100 !important;
  margin-top: 15px; }

.birthday .date {
  width: 90px !important; }

.birthday .date:last-child {
  margin-right: 0px; }

#get-updates {
  width: 100% !important;
  height: 600px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 600px !important;
  max-height: 600px !important; }

#colorbox.get-updates {
  width: 600px !important;
  height: 600px !important; }

@media (max-width: 1440px) {
  .popup-inner {
    padding-top: 35px !important; } }
@media (max-width: 767px) {
  .outer-content {
    margin-top: 80px; }
    .outer-content h2 {
      margin-top: 60px !important; }
    .outer-content form {
      margin-top: 50px; }

  #colorbox.get-updates {
    width: 90% !important;
    max-width: 600px;
    height: 600px !important; }

  .birthday-screen-popup {
    margin-top: 50px; }
    .birthday-screen-popup h2 {
      font-size: 19px;
      font-weight: 400; }
    .birthday-screen-popup p {
      font-size: 13px; }

  #get-updates .popup-inner {
    width: 300px !important;
    margin: 0 auto !important;
    padding: 0 !important; }
    #get-updates .popup-inner input {
      height: 50px !important; }

  #psubmit {
    margin: 20px 0 0 0 !important;
    height: 50px !important; } }
@media (max-width: 480px) {
  #colorbox.get-updates {
    max-width: 600px;
    width: 96% !important; } }
@media (max-width: 480px) and (max-height: 600px) {
  #colorbox.get-updates {
    height: 540px !important; }

  #get-updates {
    background-size: contain !important;
    background-position: 0 234px !important; }

  .outer-content {
    margin: 80px auto;
    width: 80%; }

  .birthday-screen-popup {
    width: 80%; }
    .birthday-screen-popup p {
      width: 100%; }
    .birthday-screen-popup #userInfo {
      width: 100%; }
    .birthday-screen-popup input {
      width: 100% !important; }
    .birthday-screen-popup .select {
      width: 70px; }
    .birthday-screen-popup .wide {
      width: 100% !important; } }
.presponse {
  color: #fff !important;
  font-weight: 400;
  position: absolute;
  margin-top: -12px;
  padding: 3px 10px 3px 14px;
  font-size: 12px;
  width: 100%;
  background: #6b0505; }

.resImg {
  background-size: 300px 300px !important; }

@keyframes show-popup {
  0% {
    opacity: 0;
    top: -350px; }
  100% {
    opacity: 1;
    top: -420px; } }
@keyframes close-popup {
  0% {
    opacity: 1;
    top: -420px; }
  100% {
    opacity: 0;
    visibility: hidden;
    top: -520px; } }
#rock {
  background: #f3f3f3 url(../../images/rock.jpg) 50% 50% no-repeat;
  color: #202020;
  overflow: hidden; }
  #rock .inner {
    position: relative;
    height: 100%; }
  #rock .text {
    padding-top: 220px; }
    #rock .text h2 {
      margin-bottom: 14px;
      line-height: 1.27; }
  #rock .panel {
    position: absolute;
    top: 335px;
    right: 47px;
    z-index: 10; }
    #rock .panel a {
      display: inline-block;
      width: 94px;
      height: 94px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      vertical-align: middle;
      border: 8px solid transparent;
      margin-left: 18px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      #rock .panel a:first-child {
        margin-left: 0; }
      #rock .panel a span {
        display: inline-block;
        width: 94px;
        height: 94px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #dedede;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }
      #rock .panel a.active {
        border: 1px solid #919292;
        width: 108px;
        height: 108px; }
        #rock .panel a.active span {
          background-color: #b4b4b4;
          border: 7px solid #FFFFFF; }
  #rock .imgBlock {
    right: -71px;
    top: 362px;
    position: absolute;
    width: 800px;
    height: 539px; }
    #rock .imgBlock img {
      max-width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
      #rock .imgBlock img.play {
        z-index: 1; }
      #rock .imgBlock img.start {
        z-index: 3; }
      #rock .imgBlock img.radioGif, #rock .imgBlock img.bluetoothGif {
        z-index: 2; }
      #rock .imgBlock img.shadow {
        top: -129px;
        left: -66px;
        z-index: 9;
        max-width: none;
        display: block !important; }
  #rock .sound-left, #rock .sound-right, #rock .bluetoothPhone, #rock .leftSound, #rock .rightSound {
    position: absolute; }
  #rock .ani1 {
    width: 0;
    overflow: hidden; }
    #rock .ani1 img {
      max-width: none; }
  #rock .sound-left {
    right: 2000px;
    top: 462px;
    -webkit-transition: left 0.6s ease-out 0s;
    -moz-transition: left 0.6s ease-out 0s;
    -o-transition: left 0.6s ease-out 0s;
    transition: left 0.6s ease-out 0s;
    -webkit-transition: width 1.5s linear, right 0.6s ease-out 0s;
    -moz-transition: width 1.5s linear, right 0.6s ease-out 0s;
    -ms-transition: width 1.5s linear, right 0.6s ease-out 0s;
    -o-transition: width 1.5s linear, right 0.6s ease-out 0s;
    transition: width 1.5s linear, right 0.6s ease-out 0s; }
    #rock .sound-left:after {
      content: ' ';
      display: block;
      clear: both; }
    #rock .sound-left img {
      float: right; }
    #rock .sound-left.active {
      right: 709px;
      -webkit-transition: width 1.5s linear, right 0s ease-out 0s;
      -moz-transition: width 1.5s linear, right 0s ease-out 0s;
      -ms-transition: width 1.5s linear, right 0s ease-out 0s;
      -o-transition: width 1.5s linear, right 0s ease-out 0s;
      transition: width 1.5s linear, right 0s ease-out 0s; }
      #rock .sound-left.active.active2 {
        width: 360px; }
  #rock .sound-right {
    left: 2000px;
    top: 522px;
    -webkit-transition: width 1.5s linear, left 0.6s ease-out 0s;
    -moz-transition: width 1.5s linear, left 0.6s ease-out 0s;
    -ms-transition: width 1.5s linear, left 0.6s ease-out 0s;
    -o-transition: width 1.5s linear, left 0.6s ease-out 0s;
    transition: width 1.5s linear, left 0.6s ease-out 0s; }
    #rock .sound-right.active {
      left: 1300px;
      -webkit-transition: width 1.5s linear, left 0s ease-out 0s;
      -moz-transition: width 1.5s linear, left 0s ease-out 0s;
      -ms-transition: width 1.5s linear, left 0s ease-out 0s;
      -o-transition: width 1.5s linear, left 0s ease-out 0s;
      transition: width 1.5s linear, left 0s ease-out 0s; }
      #rock .sound-right.active.active2 {
        width: 281px; }
  #rock .bluetoothPhone {
    left: -1500px;
    top: 446px;
    -webkit-transition: left 0.6s ease-out 0s;
    -moz-transition: left 0.6s ease-out 0s;
    -o-transition: left 0.6s ease-out 0s;
    transition: left 0.6s ease-out 0s; }
    #rock .bluetoothPhone.active {
      left: 66px; }
  #rock .leftSound {
    left: -1500px;
    top: 388px;
    -webkit-transition: left 0.6s ease-out 0s;
    -moz-transition: left 0.6s ease-out 0s;
    -o-transition: left 0.6s ease-out 0s;
    transition: left 0.6s ease-out 0s; }
    #rock .leftSound.active {
      left: 314px; }
  #rock .rightSound {
    right: -1500px;
    top: 408px;
    -webkit-transition: right 0.6s ease-out 0s;
    -moz-transition: right 0.6s ease-out 0s;
    -o-transition: right 0.6s ease-out 0s;
    transition: right 0.6s ease-out 0s; }
    #rock .rightSound.active {
      right: -270px; }
  #rock p {
    opacity: .8; }

#fullPage.fp-destroyed #rock .contentWrapView {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  @media (max-width: 1450px) {
    #fullPage.fp-destroyed #rock .contentWrapView {
      height: 600px; } }
  @media (min-width: 1451px) {
    #fullPage.fp-destroyed #rock .contentWrapView {
      height: 900px; } }

@media (max-width: 1450px) {
  #rock {
    -webkit-background-size: cover;
    background-size: cover; }
    #rock .contentWrapView {
      max-height: 600px;
      padding-top: 70px; }
    #rock .text {
      padding-top: 0; }
    #rock .imgBlock {
      right: 95px;
      top: 170px;
      width: 660px; }
      #rock .imgBlock img.shadow {
        top: -104px;
        left: -52px;
        width: 766px;
        height: auto; }
    #rock .sound-text, #rock .radio-text, #rock .bluetooth-text {
      padding-top: 30px; }
    #rock .panel {
      position: absolute;
      top: 115px;
      right: 244px; }
      #rock .panel a {
        width: 77px;
        height: 77px;
        border: 6px solid transparent;
        margin-left: 6px; }
        #rock .panel a span {
          width: 77px;
          height: 77px;
          background-size: 30px auto; }
        #rock .panel a.bluetooth span {
          background-image: url(../../images/blutooth.png);
          -webkit-background-size: 20px auto;
          background-size: 20px auto; }
        #rock .panel a.active {
          width: 87px;
          height: 87px; }
          #rock .panel a.active span {
            background-color: #b4b4b4;
            border: 5px solid #FFFFFF; }
    #rock .sound-left, #rock .sound-right {
      width: 0; }
    #rock .sound-left {
      top: 260px;
      height: 190px; }
      #rock .sound-left.active {
        right: 740px; }
        #rock .sound-left.active.active2 {
          width: 270px; }
      #rock .sound-left img {
        height: 100%;
        width: auto; }
    #rock .sound-right {
      top: 320px;
      height: 180px; }
      #rock .sound-right.active {
        left: 1140px; }
        #rock .sound-right.active.active2 {
          width: 198px; }
      #rock .sound-right img {
        height: 100%;
        width: auto; }
    #rock .bluetoothPhone {
      top: 260px;
      width: 310px; }
      #rock .bluetoothPhone.active {
        left: 200px; }
    #rock .leftSound {
      width: 121px;
      top: 200px; }
      #rock .leftSound.active {
        left: 380px; }
    #rock .rightSound {
      top: 240px;
      width: 121px; }
      #rock .rightSound.active {
        right: -25px; } }
@media (max-width: 1280px) {
  #rock .inner {
    padding-bottom: 420px; }
  #rock .contentWrapView {
    padding-top: 30px; } }
#banner {
  overflow: hidden;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  z-index: 9;
  display: block !important; }
  #banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9; }
  #banner .fp-tableCell {
    position: relative;
    display: block !important; }
  #banner .image {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #banner .image video, #banner .image img {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      display: block;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1;
      -webkit-backface-visibility: hidden; }
    #banner .image img {
      display: none; }
  #banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    margin-left: -550px;
    text-align: center;
    color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #banner .title h1 {
      margin-top: 0;
      margin-bottom: 26px;
      font-weight: 300;
      font-size: 70px;
      line-height: 63px;
      text-shadow: 0 0 62px rgba(0, 0, 0, 0.5); }
    #banner .title h2 {
      font-size: 35px;
      line-height: 38px;
      font-weight: 300;
      margin: 0 100px;
      letter-spacing: 2px;
      text-shadow: 0 0 62px rgba(0, 0, 0, 0.5); }

#fullPage.fp-destroyed #banner .image {
  height: auto; }
  #fullPage.fp-destroyed #banner .image video, #fullPage.fp-destroyed #banner .image img {
    height: auto;
    min-height: 0;
    width: 100%; }
  @media (min-width: 1281px) {
    #fullPage.fp-destroyed #banner .image img {
      display: none; }
    #fullPage.fp-destroyed #banner .image video {
      display: block; } }
  @media (max-width: 1280px) {
    #fullPage.fp-destroyed #banner .image img {
      width: 100%;
      display: block; }
    #fullPage.fp-destroyed #banner .image video {
      display: none; } }

@media only screen and (max-width: 1450px) {
  #banner .title h1 {
    font-size: 52px;
    margin-bottom: 10px; }
  #banner .title h2 {
    font-size: 26px;
    line-height: 34px; }
  #banner .btn-watch {
    margin-top: 30px; } }
@media only screen and (max-width: 1280px) {
  #banner .image img {
    width: 100%;
    display: block; }
  #banner .image video {
    display: none; } }
.sponsor-wrap {
  width: 100%;
  background: #e5e5e5;
  height: 224px; }
  .sponsor-wrap .inner {
    padding: 0 30px 0 10px; }

.sponsor {
  max-width: 100%;
  margin: 0 auto;
  background: #e5e5e5;
  padding: 75px 0;
  text-align: justify; }
  .sponsor:after {
    content: ' ';
    display: inline-block;
    height: 0;
    margin: 0;
    width: 100%;
    line-height: 0; }
  .sponsor .base {
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/sponsor/sponsor.jpg) 0 0 no-repeat;
    margin-top: 14px; }
    .sponsor .base:first-child {
      margin-left: 0; }
  .sponsor .sponsor1 {
    width: 199px;
    height: 26px;
    background-position: 0 -16px; }
    .sponsor .sponsor1:hover {
      background-position: 0 -69px; }
  .sponsor .sponsor2 {
    width: 39px;
    height: 46px;
    background-position: -302px -6px; }
    .sponsor .sponsor2:hover {
      background-position: -302px -60px; }
  .sponsor .sponsor3 {
    width: 196px;
    height: 33px;
    background-position: -498px -14px; }
    .sponsor .sponsor3:hover {
      background-position: -498px -67px; }
  .sponsor .sponsor4 {
    width: 74px;
    height: 43px;
    background-position: -845px 0;
    margin-top: 0; }
    .sponsor .sponsor4:hover {
      background-position: -845px -53px; }
  .sponsor .sponsor5 {
    width: 115px;
    height: 39px;
    background-position: -1085px -13px;
    margin-top: 18px; }
    .sponsor .sponsor5:hover {
      background-position: -1085px -66px; }

@media only screen and (max-width: 1450px) {
  .sponsor-wrap .inner {
    padding: 0 30px; } }
#application {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6; }
  #application .fp-tableCell {
    vertical-align: top;
    padding-bottom: 100px;
    background-color: #ffffff;
    background-clip: content-box; }
  #application .inner {
    position: relative;
    width: 1260px;
    padding-top: 85px; }
  #application h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 39px; }
  #application h3 {
    font-size: 18px;
    text-transform: uppercase; }
    #application h3.title2 {
      margin-bottom: 6px; }
      #application h3.title2 span {
        padding-bottom: 5px; }
  #application p {
    margin: 17px 0; }
  #application .orderNow {
    text-align: center;
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0; }
  #application .steps .right {
    float: right;
    text-align: center; }
    #application .steps .right h3 {
      margin-bottom: 38px;
      padding-left: 59px; }
    #application .steps .right img {
      display: block; }
  #application .setup {
    float: left;
    max-width: 445px; }
    #application .setup .step {
      margin-bottom: 88px; }
      #application .setup .step.step2 {
        margin-bottom: 76px; }
      #application .setup .step.mb {
        margin-bottom: 0; }

#fullPage.fp-destroyed #application .orderNow {
  position: static;
  padding: 15px 0; }
#fullPage.fp-destroyed #application .steps .right {
  width: 64%; }
@media (min-width: 1451px) {
  #fullPage.fp-destroyed #application .inner {
    padding-top: 10px; } }

@media (max-width: 1450px) {
  #application h3 {
    margin: 0; }
  #application p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0; }
  #application .setup {
    padding: 0; }
    #application .setup .step, #application .setup .step.step2 {
      margin-bottom: 35px; }
  #application .steps .right h3 {
    margin-bottom: 22px;
    padding-left: 0; }
  #application .steps .right img {
    width: 70%;
    margin: 0 auto; }
  #application .inner {
    padding-top: 6.5vh; }
  #application .fp-tableCell {
    padding-bottom: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom; }
  #application .orderNow {
    bottom: -85px; } }
@media (max-width: 1366px) {
  #application h2 {
    padding-top: 3vw;
    margin-bottom: 2.5vw; }
  #application h3 {
    font-size: 14px; }
  #application .inner {
    padding-top: 2vh; }
  #application .steps {
    max-height: 386px;
    overflow: hidden; }
    #application .steps .right img {
      width: 68%;
      margin: 0 auto; }
  #application .orderNow {
    bottom: -80px; } }
@media (max-width: 1280px) {
  #application {
    padding: 15px 0 20px; }
    #application h2 {
      padding-top: 30px; }
    #application .orderNow {
      position: static;
      padding: 15px 0; }
    #application .inner {
      padding-top: 0;
      padding-bottom: 0; } }
#makeApps {
  width: 100%;
  color: #333333; }
  #makeApps .fp-tableCell {
    display: block; }
  #makeApps .inner {
    padding-top: 0;
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #makeApps .imgBox img {
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #makeApps .description {
    text-align: center;
    padding-top: 150px; }
  #makeApps p {
    margin: 6px 0;
    color: rgba(51, 51, 51, 0.79); }
    #makeApps p a {
      color: rgba(51, 51, 51, 0.79);
      text-decoration: underline; }
      #makeApps p a:hover {
        color: #fcb413; }
  #makeApps .orderNow {
    text-align: center;
    position: absolute;
    bottom: 16%;
    width: 100%; }

#fullPage.fp-destroyed #makeApps {
  padding-bottom: 55%; }
  #fullPage.fp-destroyed #makeApps .imgBox img {
    min-height: 0; }

@media only screen and (max-width: 1450px) {
  #makeApps .description {
    padding-top: 120px; }
    #makeApps .description p {
      margin: 0; } }
@media only screen and (max-width: 1366px) {
  #makeApps .description {
    padding-top: 110px; }
  #makeApps .imgBox img {
    bottom: -50px; }
  #makeApps .orderNow {
    bottom: 8.5%; } }
@media only screen and (max-width: 1280px) {
  #fullPage.fp-destroyed #makeApps {
    padding-bottom: 0; }

  #makeApps .imgBox img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    width: 100%;
    height: auto;
    display: block; }
  #makeApps .orderNow {
    bottom: 13.3%; } }
#testInterface {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  #testInterface .fp-tableCell {
    vertical-align: top; }
  #testInterface h2 {
    padding-top: 150px;
    text-align: center; }
  #testInterface span {
    font-size: 17px;
    line-height: 1.2;
    display: inline-block;
    margin-right: 5.1%; }
  #testInterface .more {
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 500px; }
    #testInterface .more span {
      text-align: center;
      margin-right: 0;
      float: left; }
      #testInterface .more span.text1 {
        width: 16.13%; }
      #testInterface .more span.text2 {
        width: 11.64%; }
      #testInterface .more span.text3 {
        width: 14.22%; }
      #testInterface .more span.text4 {
        width: 15.4%; }
      #testInterface .more span.text5 {
        width: 11.45%; }
      #testInterface .more span.text6 {
        width: 13.2%; }
      #testInterface .more span.text7 {
        width: 14.81%; }
  #testInterface .inner.view {
    width: auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #testInterface .controls {
    position: relative; }
    #testInterface .controls img {
      display: block;
      height: auto; }
    #testInterface .controls h2 {
      font-size: 24px;
      padding-top: 0;
      margin-bottom: 0;
      display: inline-block; }
    #testInterface .controls > .text {
      position: absolute;
      width: 100%;
      bottom: 279px;
      left: 0;
      text-transform: uppercase; }
      #testInterface .controls > .text h2 {
        position: absolute;
        line-height: 1.6;
        bottom: 0; }
      #testInterface .controls > .text .text1 {
        left: 10.5%; }
      #testInterface .controls > .text .text3 {
        right: 12.8%; }
      #testInterface .controls > .text .text2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 18px; }

@media (max-width: 1450px) {
  #fullPage.fp-destroyed #testInterface {
    padding-bottom: 38%; } }
@media (min-width: 1451px) {
  #fullPage.fp-destroyed #testInterface {
    padding-bottom: 48%; }
    #fullPage.fp-destroyed #testInterface h2 {
      padding-top: 80px; } }

@media (max-width: 1450px) {
  #testInterface .controls img {
    width: 1000px;
    margin: 0 auto; }
  #testInterface .controls > .text {
    bottom: 41%; }
    #testInterface .controls > .text .text1 {
      left: 17%; }
    #testInterface .controls > .text .text3 {
      right: 19%; }
  #testInterface h2 {
    padding-top: 150px; }
  #testInterface .more {
    bottom: 73%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 1366px) {
  #testInterface .controls img {
    width: 900px;
    margin: 0 auto; }
  #testInterface .controls > .text .text3 {
    right: 11%; }
  #testInterface h2 {
    padding-top: 125px;
    text-align: center; }
  #testInterface .more {
    width: 900px;
    bottom: 324px;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #testInterface .more + .text {
      width: 900px;
      bottom: 182px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      #testInterface .more + .text .text1 {
        left: 7.5%; } }
@media (max-width: 1280px) {
  #fullPage.fp-destroyed #testInterface {
    padding-bottom: 0; }

  #fullPage #testInterface .inner > h2 {
    padding-top: 50px;
    margin-bottom: 60px; }
  #fullPage #testInterface .inner.view {
    position: relative; } }
#hey {
  background: url(../../images/hey-bg.png) 50% 0 repeat-y;
  overflow: hidden; }
  #hey .inner {
    padding: 40px 0 40px; }
    .fp-destroyed #hey .inner {
      padding: 40px 0 130px; }
  #hey img.bg-image {
    margin: 0 -290px 0 50px; }
  #hey .inner-wrap {
    position: relative;
    max-width: none; }
  #hey .text {
    position: absolute;
    top: 38.5%;
    font-size: 100px;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    width: 100%; }
    #hey .text .one {
      position: absolute;
      left: -62px; }
    #hey .text .two {
      left: 37.6%;
      position: absolute; }
  #hey .type {
    position: absolute;
    left: 82.5%;
    top: 0;
    color: #000000; }
    #hey .type ul li {
      padding-bottom: 18px;
      font-size: 36px;
      line-height: 40px;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
    #hey .type .bottom {
      padding-top: 265px; }
  #hey .powered {
    position: absolute;
    left: 50%;
    margin-left: -508px;
    bottom: 4%; }
    #hey .powered div {
      font-size: 18px;
      line-height: 40px;
      color: #333333;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase; }

@media (max-width: 1450px) {
  .fp-destroyed #hey .inner {
    padding: 40px 0 100px; }
  #hey img.bg-image {
    height: 400px;
    margin: 0 0 0 175px; }
  #hey .text {
    top: 36.5%;
    font-size: 70px; }
    #hey .text .one {
      left: 120px; }
    #hey .text .two {
      left: 35.84%; }
  #hey .type {
    left: 66.5%; }
    #hey .type ul li {
      padding-bottom: 10px;
      font-size: 24px;
      line-height: 26px; }
    #hey .type .bottom {
      padding-top: 190px; }
  #hey .powered {
    margin-left: -408px; }
    #hey .powered div {
      font-size: 16px;
      line-height: 30px; }
    #hey .powered img {
      width: 100px; } }
#time {
  width: 100%; }
  #time .contentWrap {
    padding-top: 80px; }
    #time .contentWrap:before {
      content: ' ';
      display: block;
      background-color: #FBFBFB;
      top: 0;
      left: 0;
      bottom: 0;
      width: 52%;
      position: absolute; }
  #time .slider {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: transparent;
    overflow: hidden;
    padding-bottom: 100px; }
    #time .slider img {
      max-width: 100%; }
    #time .slider:not(.slick-initialized) {
      white-space: nowrap; }
      #time .slider:not(.slick-initialized) > img {
        display: inline-block;
        float: none; }
  #time .box {
    float: left;
    width: 50%;
    position: relative; }
  #time .box1 {
    float: right;
    width: 50%;
    text-align: center; }
    #time .box1 img {
      max-width: 100%; }
    #time .box1 .description {
      max-width: 820px;
      padding-top: 50px; }
      #time .box1 .description .view {
        display: none; }
      #time .box1 .description .start {
        display: block; }
    #time .box1 .orderNow {
      padding-top: 2px;
      max-width: 820px; }
    #time .box1 h2 {
      margin-bottom: 55px; }
  #time .slick-dots {
    bottom: inherit; }
  #time .slick-prev {
    display: none; }
  #time .slick-next {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 105;
    top: 0;
    right: 0;
    cursor: pointer; }

@media (max-width: 1450px) {
  .contentWrap {
    padding: 100px 25px 0;
    max-width: 1250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 1440px) {
  #time .contentWrap {
    padding: 80px 0 0; }
  #time .box {
    width: 52%; }
  #time .box1 {
    width: 48%; }
    #time .box1 h2 {
      margin-bottom: 66px;
      padding-top: 12px; }
    #time .box1 .orderNow {
      padding-top: 16px; } }
@media (max-width: 1280px) {
  #time .contentWrap {
    padding: 70px 0; }
  #time .slider {
    padding-bottom: 34px; } }
#design {
  background: #282828;
  color: #eaeaea; }
  #design p {
    font-size: 17px;
    line-height: 1.8; }
  #design h3.title1 {
    margin-bottom: 20px; }
  #design ul li {
    font-size: 17px;
    line-height: 1.8; }
  #design h3 {
    color: #bfbfbf;
    margin-bottom: 10px; }
  #design .bottom ul {
    padding-left: 4px; }
  #design .bottom .block.columns {
    margin-left: 0; }

.design .block img {
  margin-left: 90px;
  margin-top: 8px; }
.design .block.ml img {
  margin-left: 25px; }
.design .top {
  margin-bottom: 10px; }
  .design .top h3 {
    margin-top: 0; }
  .design .top .block {
    float: left; }
    .design .top .block:not(:first-child) {
      margin-left: 83px; }
.design .bottom .block img {
  float: left; }
.design .bottom .block p {
  float: left;
  margin: 10px 0 0 179px;
  width: 270px; }
.design .bottom .block.fn h3 {
  margin-top: 16px; }
.design .bottom .columns {
  margin-top: 52px;
  margin-left: 7px; }
.design .bottom .col-left {
  width: 360px; }
.design .bottom .col-right {
  width: 332px;
  margin-left: 33px;
  float: left;
  margin-top: 37px; }
.design .bottom .viewer-object {
  width: 100%;
  min-height: 500px;
  border: none; }

#fullPage.fp-destroyed #design {
  padding-bottom: 65px; }
  #fullPage.fp-destroyed #design .design .top .block:not(.ml) {
    width: 54.5%; }
  #fullPage.fp-destroyed #design .design .top .block.ml {
    width: 28%; }

@media (max-width: 1450px) {
  #design p {
    font-size: 15px;
    line-height: 1.8; }
  #design ul li {
    font-size: 15px;
    line-height: 1.5; }

  .design {
    padding-top: 75px; }
    .design .top {
      margin-bottom: 0; }
    .design .top .block:not(.ml) img {
      width: 75%; }
    .design .top .block.ml img {
      width: 80%; }
    .design .bottom .block img {
      width: 40.7%; }
    .design .bottom .columns {
      margin-top: 34px; } }
@media (max-width: 1280px) {
  #design {
    padding-bottom: 65px; } }
.slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slide img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .slide.colorText {
    color: rgba(26, 26, 26, 0.8); }
  .slide:last-child {
    background-attachment: scroll;
    background-position: 50% 50%; }
  .slide.right .text {
    float: right;
    padding-right: 20px; }

#scrollSlide {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden; }
  #scrollSlide:after {
    content: ' ';
    display: table;
    clear: both; }
  #scrollSlide .fp-tableCell {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block; }
  #scrollSlide .fp-slidesNav {
    bottom: 60px; }
    #scrollSlide .fp-slidesNav a {
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(2, 2, 2, 0.14);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      #scrollSlide .fp-slidesNav a span {
        display: none; }
      #scrollSlide .fp-slidesNav a.active {
        background: rgba(2, 2, 2, 0.4); }
    #scrollSlide .fp-slidesNav li {
      width: 11px;
      height: 11px;
      margin: 0 9px 0 0; }
  #scrollSlide .fp-controlArrow, #scrollSlide .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: 0;
    height: 125px;
    width: 190px;
    z-index: 999;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    margin: 0;
    border: 0; }
    #scrollSlide .fp-controlArrow:hover, #scrollSlide .slick-arrow:hover {
      background-color: rgba(0, 0, 0, 0.3) !important; }
    #scrollSlide .fp-controlArrow.fp-prev, #scrollSlide .fp-controlArrow.slick-prev, #scrollSlide .slick-arrow.fp-prev, #scrollSlide .slick-arrow.slick-prev {
      left: 0;
      background-image: url(../../images/arrow-left.png);
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 0 100px 100px 0; }
    #scrollSlide .fp-controlArrow.fp-next, #scrollSlide .fp-controlArrow.slick-next, #scrollSlide .slick-arrow.fp-next, #scrollSlide .slick-arrow.slick-next {
      right: 0;
      background-image: url(../../images/arrow-right.png);
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 100px 0 0 100px; }
    #scrollSlide .fp-controlArrow.disabled, #scrollSlide .fp-controlArrow.slick-disabled, #scrollSlide .slick-arrow.disabled, #scrollSlide .slick-arrow.slick-disabled {
      display: none !important; }
  #scrollSlide .slick-arrow {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%); }
  #scrollSlide .description {
    width: 1250px;
    padding: 240px 10px 0;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #scrollSlide .description h2 {
      line-height: 1.3;
      margin-bottom: 6px; }
    #scrollSlide .description p {
      margin: 10px 0 14px 0; }
  #scrollSlide .animateSlide1 {
    display: none; }
  #scrollSlide .animateGif {
    cursor: pointer; }
  #scrollSlide #slide6 h2 {
    margin-left: -2px; }
  #scrollSlide .slide-section {
    position: relative;
    top: 0; }
    #scrollSlide .slide-section img {
      display: block; }
    #scrollSlide .slide-section .description {
      position: absolute;
      top: 0;
      color: #ffffff;
      width: 465px;
      margin: 0;
      padding: 0; }
      #scrollSlide .slide-section .description h3, #scrollSlide .slide-section .description p {
        opacity: .8; }
      #scrollSlide .slide-section .description h3 {
        margin: 0;
        font-size: 38px;
        font-family: 'Lato', sans-serif;
        font-weight: 300; }
      #scrollSlide .slide-section .description p {
        font-size: 17px;
        margin: 0; }
    #scrollSlide .slide-section.slide-section-1 .description {
      top: 19%;
      left: 47%; }
    #scrollSlide .slide-section.slide-section-2 .description {
      top: 31%;
      left: 35%; }
    #scrollSlide .slide-section.slide-section-3 .description {
      color: #010101;
      top: 37%;
      left: 37%; }
    #scrollSlide .slide-section.slide-section-4 .description {
      color: #010101;
      top: 14%;
      left: 31%; }
  #scrollSlide:not(.slick-initialized) {
    white-space: nowrap; }
    #scrollSlide:not(.slick-initialized) > .slide {
      display: inline-block;
      float: none; }

#fullPage.fp-destroyed #scrollSlide .slide img {
  min-height: 0; }
@media (min-width: 1451px) {
  #fullPage.fp-destroyed #scrollSlide .slide:not(.slide-section) .description {
    padding: 140px 10px 0; } }

body.for-everyone #scrollSlide .description {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow:hover, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow:hover, body.for-everyone.fp-viewing-1-2 #scrollSlide .fp-controlArrow:hover, body.for-everyone.fp-viewing-1-2 #scrollSlide .slick-arrow:hover, body.for-everyone.fp-viewing-1-4 #scrollSlide .fp-controlArrow:hover, body.for-everyone.fp-viewing-1-4 #scrollSlide .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.05) !important; }
body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow.fp-prev, body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow.slick-prev, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow.fp-prev, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow.slick-prev, body.for-everyone.fp-viewing-1-2 #scrollSlide .fp-controlArrow.fp-prev, body.for-everyone.fp-viewing-1-2 #scrollSlide .fp-controlArrow.slick-prev, body.for-everyone.fp-viewing-1-2 #scrollSlide .slick-arrow.fp-prev, body.for-everyone.fp-viewing-1-2 #scrollSlide .slick-arrow.slick-prev, body.for-everyone.fp-viewing-1-4 #scrollSlide .fp-controlArrow.fp-prev, body.for-everyone.fp-viewing-1-4 #scrollSlide .fp-controlArrow.slick-prev, body.for-everyone.fp-viewing-1-4 #scrollSlide .slick-arrow.fp-prev, body.for-everyone.fp-viewing-1-4 #scrollSlide .slick-arrow.slick-prev {
  background-image: url(../../images/arrow2-left.png); }
body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow.fp-next, body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow.slick-next, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow.fp-next, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow.slick-next, body.for-everyone.fp-viewing-1-2 #scrollSlide .fp-controlArrow.fp-next, body.for-everyone.fp-viewing-1-2 #scrollSlide .fp-controlArrow.slick-next, body.for-everyone.fp-viewing-1-2 #scrollSlide .slick-arrow.fp-next, body.for-everyone.fp-viewing-1-2 #scrollSlide .slick-arrow.slick-next, body.for-everyone.fp-viewing-1-4 #scrollSlide .fp-controlArrow.fp-next, body.for-everyone.fp-viewing-1-4 #scrollSlide .fp-controlArrow.slick-next, body.for-everyone.fp-viewing-1-4 #scrollSlide .slick-arrow.fp-next, body.for-everyone.fp-viewing-1-4 #scrollSlide .slick-arrow.slick-next {
  background-image: url(../../images/arrow2-right.png); }
body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow {
  background-color: rgba(0, 0, 0, 0.1) !important; }
  body.for-everyone.fp-viewing-1-0 #scrollSlide .fp-controlArrow:hover, body.for-everyone.fp-viewing-1-0 #scrollSlide .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3) !important; }
body.for-business.fp-viewing-2-0 #scrollSlide .fp-controlArrow.fp-prev, body.for-business.fp-viewing-2-0 #scrollSlide .fp-controlArrow.slick-prev, body.for-business.fp-viewing-2-0 #scrollSlide .slick-arrow.fp-prev, body.for-business.fp-viewing-2-0 #scrollSlide .slick-arrow.slick-prev {
  background-image: url(../../images/arrow2-left.png); }
body.for-business.fp-viewing-2-0 #scrollSlide .fp-controlArrow.fp-next, body.for-business.fp-viewing-2-0 #scrollSlide .fp-controlArrow.slick-next, body.for-business.fp-viewing-2-0 #scrollSlide .slick-arrow.fp-next, body.for-business.fp-viewing-2-0 #scrollSlide .slick-arrow.slick-next {
  background-image: url(../../images/arrow2-right.png); }
body.for-business.fp-viewing-2-0 #scrollSlide .fp-controlArrow, body.for-business.fp-viewing-2-0 #scrollSlide .slick-arrow {
  background-color: rgba(0, 0, 0, 0.1) !important; }
  body.for-business.fp-viewing-2-0 #scrollSlide .fp-controlArrow:hover, body.for-business.fp-viewing-2-0 #scrollSlide .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3) !important; }

@media (min-width: 1281px) {
  .slide {
    position: relative;
    display: block !important;
    top: initial !important;
    left: initial !important;
    overflow: hidden; } }
@media (max-width: 1450px) {
  #scrollSlide .description {
    padding: 130px 0 0 30px; }
  #scrollSlide .slide-section.slide-section-1 .description {
    top: 24%;
    left: 45%; }
  #scrollSlide .slide-section.slide-section-3 .description {
    width: 370px;
    top: 31%;
    left: 35%; }
  #scrollSlide .fp-controlArrow, #scrollSlide .slick-arrow {
    width: 110px;
    height: 85px;
    background-size: 25% auto;
    background-position-y: 62% !important; } }
@media (max-width: 1366px) {
  .slide.right .text {
    float: none;
    padding-right: 20px;
    position: relative;
    display: inline-block;
    left: 54%; } }
@media (max-width: 1280px) {
  .slide {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left; }

  #scrollSlide .description {
    padding-top: 60px; }
  #scrollSlide .fp-slidesNav {
    z-index: 999; }
  #scrollSlide .fp-controlArrow, #scrollSlide .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #scrollSlide .fp-controlArrow.disabled, #scrollSlide .fp-controlArrow.slick-disabled, #scrollSlide .slick-arrow.disabled, #scrollSlide .slick-arrow.slick-disabled {
      display: none; }
  #scrollSlide .slide-section.slide-section-3 .description {
    top: 28%;
    left: 33.7%; }
  #scrollSlide .slide-section.slide-section-4 .description {
    width: 400px; } }
@media (max-width: 768px) {
  #scrollSlide {
    height: auto; }
    #scrollSlide .navigation {
      display: none !important; }
    #scrollSlide .slick-arrow {
      width: 200px;
      height: 180px;
      background-size: 30% auto; }
      #scrollSlide .slick-arrow.slick-next {
        background-position: 60% 58% !important; }
      #scrollSlide .slick-arrow.slick-prev {
        background-position: 40% 58% !important; }

  .slide {
    background-attachment: scroll;
    background-position: 50% 50%; }
    .slide:last-child {
      background-attachment: scroll;
      background-position: 50% 50%; } }
#sliderCorousel {
  overflow: hidden;
  color: #303030;
  background: #f9f9f9;
  position: relative;
  padding-top: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #sliderCorousel .fp-tableCell {
    vertical-align: top;
    height: 100% !important; }
  #sliderCorousel p {
    color: #6b6b6b;
    text-transform: uppercase; }
  #sliderCorousel h2 {
    font-size: 28px;
    margin-top: 22px;
    line-height: 1.3; }
  #sliderCorousel .description {
    position: relative;
    height: 200px;
    opacity: .0;
    -webkit-transition: opacity 0.1s ease-out 0.6s;
    -moz-transition: opacity 0.1s ease-out 0.6s;
    -o-transition: opacity 0.1s ease-out 0.6s;
    transition: opacity 0.1s ease-out 0.6s; }
    #sliderCorousel .description .text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 52px; }
  #sliderCorousel .slideshow-carousel-wrap {
    width: 56%;
    margin: 0 auto; }
    #sliderCorousel .slideshow-carousel-wrap img {
      width: 100%;
      height: auto;
      display: block; }
    #sliderCorousel .slideshow-carousel-wrap .cor {
      float: left; }
    #sliderCorousel .slideshow-carousel-wrap:not(.slick-initialized) {
      white-space: nowrap; }
      #sliderCorousel .slideshow-carousel-wrap:not(.slick-initialized) > .cor {
        display: inline-block;
        float: none; }
  #sliderCorousel .slick-track:after {
    content: ' ';
    display: table;
    clear: both; }
  #sliderCorousel .slick-slide.slick-active .description {
    opacity: 1; }
  #sliderCorousel .slick-dots {
    position: relative;
    bottom: inherit; }
  #sliderCorousel .slick-prev {
    width: 22.1%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 106;
    background: rgba(255, 255, 255, 0.85); }
  #sliderCorousel .slick-next {
    width: 22.1%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 106;
    background: rgba(255, 255, 255, 0.85); }

#fullPage.fp-destroyed #sliderCorousel {
  padding: 0 0 25px; }

@media only screen and (max-width: 1760px) {
  #sliderCorousel .description {
    height: 215px; }
    #sliderCorousel .description .text {
      padding-top: 15px; }
  #sliderCorousel h2 {
    margin-top: 28px; } }
@media (max-width: 1450px) {
  #sliderCorousel {
    padding-top: 85px; }
    #sliderCorousel p {
      margin: 0;
      font-size: 14px; }
    #sliderCorousel h2 {
      margin-top: 6px;
      font-size: 22px; }
    #sliderCorousel .description {
      height: 120px; } }
@media (max-width: 1366px) {
  #sliderCorousel {
    padding-top: 65px; } }
@media (max-width: 1280px) {
  #sliderCorousel {
    padding: 0 0 25px; } }
#fame .inner {
  padding-top: 55px;
  text-align: center; }
#fame p {
  color: rgba(51, 51, 51, 0.79);
  margin: 1.67em 0; }
#fame .hornbook {
  padding: 0;
  max-width: 965px;
  min-width: inherit;
  width: auto;
  margin: -10px auto 0; }
#fame .watch {
  text-align: center; }
  #fame .watch img {
    max-width: 100%; }
#fame .list-fame.column {
  text-align: left;
  width: 150px;
  float: left;
  margin-left: 90px; }
  #fame .list-fame.column:first-child {
    margin-left: 25px; }
#fame .list-fame li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px; }
  #fame .list-fame li p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    margin: 0; }
  #fame .list-fame li h4 {
    margin: 0 0 3px 0;
    color: #fcb413;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
#fame .list-fame .abc {
  margin-bottom: 20px; }
#fame img#backers {
  margin-left: -70px; }

#category-navigation .category-navigation-item {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-bottom: 21%;
  overflow: hidden; }
  #category-navigation .category-navigation-item:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: background-color .6s linear;
    -moz-transition: background-color .6s linear;
    -ms-transition: background-color .6s linear;
    -o-transition: background-color .6s linear;
    transition: background-color .6s linear; }
  #category-navigation .category-navigation-item img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: transform .6s linear;
    -moz-transition: transform .6s linear;
    -ms-transition: transform .6s linear;
    -o-transition: transform .6s linear;
    transition: transform .6s linear; }
  #category-navigation .category-navigation-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  #category-navigation .category-navigation-item .title {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
    #category-navigation .category-navigation-item .title span {
      font-size: 17px; }
  #category-navigation .category-navigation-item:hover:before {
    background-color: rgba(0, 0, 0, 0.7); }
  #category-navigation .category-navigation-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
    -moz-transform: translate(-50%, -50%) scale(1.06);
    -ms-transform: translate(-50%, -50%) scale(1.06);
    -o-transform: translate(-50%, -50%) scale(1.06);
    transform: translate(-50%, -50%) scale(1.06); }

[id='slider'] {
  overflow: hidden;
  padding-bottom: 130px;
  padding: 2% 0; }
  [id='slider'] .title-slide {
    text-align: center;
    margin: 40px 40px 20px 40px; }
    [id='slider'] .title-slide h2 {
      margin: 0; }
  [id='slider'] .filter {
    text-align: center;
    margin: 0 0 25px; }
    [id='slider'] .filter ul li {
      display: inline;
      margin: 0 25px;
      font-size: 17px;
      font-family: Lato;
      font-weight: 400;
      color: #515151;
      cursor: pointer; }
    [id='slider'] .filter .active {
      color: #0080ff; }
  [id='slider'] .slick-arrow {
    width: 17%;
    position: absolute;
    top: 50%;
    bottom: 0;
    height: 100px;
    z-index: 999;
    margin: 0;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    transition: linear 0.3s;
    transition-delay: 0;
    transition-timing-function: ease;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  [id='slider'] .slick-prev {
    left: 0;
    background-image: url(/images/arrow-left-1.png); }
  [id='slider'] .slick-next {
    right: 0;
    background-image: url(/images/arrow-right-1.png); }
  [id='slider'] .slick-slide {
    position: relative; }
  [id='slider'] .slick-dots {
    position: static;
    margin-top: 20px; }
  [id='slider'] .slideshow-wrap {
    position: relative; }
    [id='slider'] .slideshow-wrap .imgBox {
      width: 66%;
      margin: 0 auto; }
      [id='slider'] .slideshow-wrap .imgBox img {
        display: block; }
    [id='slider'] .slideshow-wrap .description {
      width: 66%;
      padding-left: 5%;
      position: absolute;
      top: 18%;
      left: 17%; }
      [id='slider'] .slideshow-wrap .description p {
        margin: 0;
        line-height: 1.2; }
      [id='slider'] .slideshow-wrap .description h2 {
        font-size: 28px;
        vertical-align: top;
        display: inline-block;
        margin: 0; }
      [id='slider'] .slideshow-wrap .description .title-position-right {
        left: 46%; }
      [id='slider'] .slideshow-wrap .description .title-position-top {
        position: absolute;
        top: -33px; }
      [id='slider'] .slideshow-wrap .description .description-inner {
        padding: 0 10px;
        float: right;
        width: 18%;
        text-align: center; }
        [id='slider'] .slideshow-wrap .description .description-inner img {
          width: 60%; }
      [id='slider'] .slideshow-wrap .description .text {
        vertical-align: top;
        display: inline-block;
        margin-top: 14px; }
        [id='slider'] .slideshow-wrap .description .text p {
          font-size: 20px;
          font-weight: 100;
          text-transform: uppercase; }
      [id='slider'] .slideshow-wrap .description .netatmo {
        margin-top: 50%; }
        [id='slider'] .slideshow-wrap .description .netatmo p {
          margin-top: 10px;
          text-transform: capitalize; }
      [id='slider'] .slideshow-wrap .description .get_app {
        margin-top: 35%; }
        [id='slider'] .slideshow-wrap .description .get_app a {
          display: inline-block;
          text-align: center; }
        [id='slider'] .slideshow-wrap .description .get_app p {
          text-decoration: underline;
          text-transform: capitalize;
          color: #0080ff;
          margin-bottom: 20px; }
        [id='slider'] .slideshow-wrap .description .get_app span {
          font-size: 17px;
          color: #7a7a7a; }
        [id='slider'] .slideshow-wrap .description .get_app img {
          max-width: 37px;
          height: auto; }
      [id='slider'] .slideshow-wrap .description .coming-soon {
        margin-top: 72%; }
  @media (max-width: 1600px) {
    [id='slider'] .slideshow-wrap .description h2 {
      font-size: 26px; }
    [id='slider'] .slideshow-wrap .description .title-position-right {
      left: 44%; } }
  @media (max-width: 1450px) {
    [id='slider'] {
      padding-bottom: 50px; }
      [id='slider'] .title-slide h2 {
        padding-top: 0; }
      [id='slider'] .filter {
        text-align: center;
        margin: 0 0 25px;
        font-weight: lighter; }
        [id='slider'] .filter ul li {
          display: inline;
          margin: 0 25px;
          font-size: 14px;
          font-family: Lato;
          cursor: pointer; }
        [id='slider'] .filter .active {
          color: #0080ff; }
      [id='slider'] .slick-arrow {
        width: 20%; }
      [id='slider'] .slideshow-wrap .imgBox {
        width: 60%; }
      [id='slider'] .slideshow-wrap .description {
        width: 60%;
        left: 20%; }
        [id='slider'] .slideshow-wrap .description h2 {
          font-size: 22px; }
        [id='slider'] .slideshow-wrap .description .text {
          margin-top: 8px; }
          [id='slider'] .slideshow-wrap .description .text p {
            word-spacing: 4px;
            font-size: 18px; }
        [id='slider'] .slideshow-wrap .description .get_app span {
          font-size: 16px; }
        [id='slider'] .slideshow-wrap .description .netatmo p {
          font-size: 14px; } }
  @media (max-width: 1366px) {
    [id='slider'] .slick-arrow {
      width: 20%; }
    [id='slider'] .slideshow-wrap .description {
      left: 20%;
      width: 60%; }
      [id='slider'] .slideshow-wrap .description h2 {
        font-size: 19px; }
      [id='slider'] .slideshow-wrap .description .text p {
        word-spacing: 0;
        font-size: 16px; }
    [id='slider'] .slideshow-wrap .imgBox {
      width: 60%; } }
  @media (max-width: 767px) {
    [id='slider'] .title-slide {
      margin-top: 35px;
      margin-bottom: 15px; }
      [id='slider'] .title-slide h2 {
        padding: 0;
        line-height: 25px; }
    [id='slider'] .filter {
      text-align: center;
      margin: 0 0 25px; }
      [id='slider'] .filter ul li {
        display: inline;
        margin: 0 10px;
        font-size: 14px;
        font-family: Lato;
        cursor: pointer; }
      [id='slider'] .filter .active {
        color: #0080ff; }
    [id='slider'] .slick-slide {
      position: relative;
      padding: 0 20px; }
    [id='slider'] .slideshow-wrap .imgBox {
      width: 100%; }
    [id='slider'] .slideshow-wrap .description {
      left: 20px;
      width: calc(100% - 40px);
      max-width: 100%;
      padding-left: 7%;
      padding-right: 0; }
      [id='slider'] .slideshow-wrap .description p {
        margin: 0;
        line-height: 1.2; }
      [id='slider'] .slideshow-wrap .description h2 {
        font-size: 19px;
        max-width: 40%; }
      [id='slider'] .slideshow-wrap .description .text p {
        font-size: 13px; }
      [id='slider'] .slideshow-wrap .description .get_app p {
        font-size: 14px; }
      [id='slider'] .slideshow-wrap .description .get_app img {
        max-width: 50%; } }

.createApps {
  background: #fbfbfb;
  text-align: center;
  font-size: 0; }
  .createApps h2, .createApps p {
    opacity: .8; }
  .createApps h2 {
    text-align: center;
    padding-bottom: 38px; }
  .createApps .btn1 {
    margin-top: 20px;
    position: relative;
    background-color: #fcb413;
    display: block;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .createApps .btn1:hover {
      background-color: #f3a12d; }
  .createApps .imgBox {
    padding-bottom: 0;
    text-align: center; }
  .createApps .inner {
    padding-top: 100px; }

@media only screen and (max-width: 1450px) {
  .createApps .btn1 {
    margin-top: 0; }
  .createApps h2 {
    padding-bottom: 25px;
    margin-bottom: 0; }
  .createApps .fp-tableCell {
    vertical-align: bottom; }
  .createApps .inner {
    padding-top: 0;
    padding-bottom: 65px; }
    .createApps .inner img {
      width: 62%; } }
@media only screen and (max-width: 1366px) {
  .createApps .fp-tableCell {
    vertical-align: middle; }
  .createApps .btn1 {
    margin-top: 15px; }
  .createApps .inner {
    padding-top: 75px; }
    .createApps .inner img {
      width: 52%; }
  .createApps h2 {
    font-size: 28px;
    line-height: 1; } }
section.takeAction .text {
  margin: 0;
  padding: 90px 0 0 98px; }
section.takeAction h2, section.takeAction p {
  opacity: .8; }
section.takeAction .slimScrollDiv, section.takeAction .fp-scrollable {
  height: 100% !important; }
section.takeAction .imgBox {
  overflow: hidden; }

#fullPage.fp-destroyed section.takeAction .imgBox img {
  min-height: 0;
  display: block; }

@media only screen and (max-width: 1450px) {
  section.takeAction .text {
    padding: 120px 0 0 207px; } }
section.shop .text {
  padding: 132px 0 0 73px; }
section.shop h2, section.shop p {
  opacity: .8; }
section.shop .slimScrollDiv, section.shop .fp-scrollable {
  height: 100% !important; }
section.shop .imgBox {
  overflow: hidden; }

#fullPage.fp-destroyed section.shop .imgBox img {
  min-height: 0;
  display: block; }

@media only screen and (max-width: 1450px) {
  section.shop .text {
    padding-left: 178px; } }
.infoInterface {
  background: #f6f6f6;
  text-align: center; }
  .infoInterface:not(.active):after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: transparent; }
  .infoInterface .fp-tableCell {
    vertical-align: bottom; }
  .infoInterface .inner {
    padding-top: 25px; }
    .infoInterface .inner h2 {
      line-height: 1.33;
      margin-bottom: 31px; }
  .infoInterface .boxImg {
    -webkit-box-shadow: 0 0 37px 20px #eeeeee;
    -moz-box-shadow: 0 0 37px 20px #eeeeee;
    box-shadow: 0 0 37px 20px #eeeeee; }
  .infoInterface .box {
    margin-top: 66px;
    margin-bottom: 51px; }
  .infoInterface h2, .infoInterface p {
    opacity: .8; }

@media only screen and (max-width: 1450px) {
  .infoInterface .inner {
    padding-top: 0; }
    .infoInterface .inner h2 {
      line-height: 1; }
  .infoInterface h2 {
    padding-top: 20px; } }
@media only screen and (max-width: 1366px) {
  .infoInterface .img1 {
    width: 80%; }
  .infoInterface .inner h2 {
    padding-top: 20px;
    font-size: 28px;
    line-height: 1; } }
@media only screen and (max-width: 1280px) {
  .infoInterface .inner {
    padding-top: 85px; } }
.iconConstructor {
  background: #f6f6f6;
  text-align: center; }
  .iconConstructor .fp-tableCell {
    vertical-align: bottom; }
  .iconConstructor .inner {
    padding-bottom: 25px; }
    .iconConstructor .inner h2 {
      line-height: 1.33;
      margin-bottom: 30px; }
  .iconConstructor .boxImg {
    -webkit-box-shadow: 0 0 37px 20px #eeeeee;
    -moz-box-shadow: 0 0 37px 20px #eeeeee;
    box-shadow: 0 0 37px 20px #eeeeee; }
  .iconConstructor .img1 {
    margin-bottom: 98px;
    margin-left: 25px; }
  .iconConstructor .box {
    margin-top: 0;
    margin-bottom: 30px; }
  .iconConstructor .btn1 {
    margin-bottom: 20px;
    background-color: #fcb413; }
    .iconConstructor .btn1:hover {
      background-color: #f3a12d; }
  .iconConstructor h2, .iconConstructor p {
    opacity: .8; }

@media only screen and (max-width: 1450px) {
  .iconConstructor .fp-tableCell {
    vertical-align: middle; }
  .iconConstructor .inner {
    padding-top: 85px;
    padding-bottom: 0; }
    .iconConstructor .inner h2 {
      line-height: 1; }
  .iconConstructor .boxImg {
    width: 46%; }
  .iconConstructor .box {
    margin-bottom: 22px; } }
@media only screen and (max-width: 1366px) {
  .iconConstructor .inner {
    padding-top: 70px; }
    .iconConstructor .inner h2 {
      font-size: 28px;
      line-height: 1;
      margin-bottom: 20px; }
  .iconConstructor .boxImg {
    width: 40%; }
  .iconConstructor .box {
    margin-bottom: 22px; } }
.air-page {
  min-width: auto; }
  .air-page #page {
    padding-bottom: 0; }
  .air-page .air {
    position: relative;
    margin-top: 28px; }
  .air-page .inner-air {
    max-width: 1000px;
    margin: 0 auto; }
  .air-page h1 {
    font-size: 70px;
    line-height: 1.2;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  .air-page h2 {
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
  .air-page .slider-air {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 60px;
    overflow: hidden; }
    .air-page .slider-air .devices {
      text-align: center; }
      .air-page .slider-air .devices img {
        max-width: 100%;
        height: auto; }
    .air-page .slider-air .mobile {
      display: none; }
    .air-page .slider-air .modes ul {
      width: 100%;
      text-align: center;
      display: table;
      table-layout: fixed; }
      .air-page .slider-air .modes ul li {
        display: table-cell; }
        .air-page .slider-air .modes ul li a {
          position: relative;
          display: block;
          color: #2a2d2f;
          padding-top: 90px;
          margin: 0 20px;
          text-decoration: none; }
          .air-page .slider-air .modes ul li a:hover:before, .air-page .slider-air .modes ul li a:focus:before, .air-page .slider-air .modes ul li a:active:before {
            opacity: 1; }
          .air-page .slider-air .modes ul li a.active:before {
            opacity: 1; }
          .air-page .slider-air .modes ul li a:before, .air-page .slider-air .modes ul li a:after {
            font-size: 50px;
            padding: 15px;
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 84px;
            height: 84px;
            -webkit-background-size: auto 55px;
            background-size: auto 55px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            transition: all 0.3s;
            transition-delay: 0;
            transition-timing-function: ease; }
          .air-page .slider-air .modes ul li a:before {
            opacity: 0;
            z-index: -1;
            background: #E0E0E0; }
          .air-page .slider-air .modes ul li a.quality:after {
            background-image: url(/images/air/icons/1.png); }
          .air-page .slider-air .modes ul li a.temperature:after {
            background-image: url(/images/air/icons/2.png); }
          .air-page .slider-air .modes ul li a.humidity:after {
            background-image: url(/images/air/icons/3.png); }
          .air-page .slider-air .modes ul li a.lighting:after {
            background-image: url(/images/air/icons/4.png); }
          .air-page .slider-air .modes ul li a.noise:after {
            background-image: url(/images/air/icons/5.png); }
          .air-page .slider-air .modes ul li a.faces:after {
            background-image: url(/images/air/icons/6.png); }
  .air-page .slider-air-cellphone {
    text-align: center;
    background: #E8E8EC;
    padding-top: 80px;
    margin-top: 60px;
    margin-bottom: -170px; }
    .air-page .slider-air-cellphone .cellphone {
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
      .air-page .slider-air-cellphone .cellphone .cellphone-sgl {
        display: none; }
    .air-page .slider-air-cellphone .slick-arrow {
      z-index: 1;
      top: 35%;
      width: 86px;
      height: 86px;
      background: #F2F2F4;
      background-repeat: no-repeat;
      -webkit-background-size: 20px auto;
      background-size: 20px auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .air-page .slider-air-cellphone .slick-arrow.slick-prev {
        left: 0;
        background-image: url(/images/air/icons/prev.png);
        background-position: 28px 50%; }
      .air-page .slider-air-cellphone .slick-arrow.slick-next {
        right: 0;
        background-image: url(/images/air/icons/next.png);
        background-position: 35px 50%; }
  .air-page .footer {
    width: 100%;
    padding-top: 130px;
    background: #ffffff;
    z-index: 1;
    position: relative; }
    .air-page .footer .top {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      margin-bottom: -20px; }
      .air-page .footer .top label {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 20px;
        margin-right: 15px;
        line-height: 45px;
        cursor: pointer; }
      .air-page .footer .top input, .air-page .footer .top label {
        display: inline-block;
        vertical-align: top; }
      .air-page .footer .top .fields {
        display: inline-block;
        position: relative; }
      .air-page .footer .top .error {
        display: none;
        position: absolute;
        left: 0;
        max-width: 300px;
        margin: 10px 0;
        padding-left: 15px;
        font-size: 17px;
        color: #ff4f00;
        text-align: left; }
      .air-page .footer .top input[type='text'] {
        width: 260px;
        border: 1px solid #6C6C6C;
        padding: 12px 15px;
        background: none;
        color: #6C6C6C; }
        .air-page .footer .top input[type='text']::-webkit-input-placeholder {
          color: #6C6C6C; }
        .air-page .footer .top input[type='text']::-moz-placeholder {
          color: #6C6C6C; }
        .air-page .footer .top input[type='text']:-moz-placeholder {
          color: #6C6C6C; }
        .air-page .footer .top input[type='text']:-ms-input-placeholder {
          color: #6C6C6C; }
      .air-page .footer .top input[type='submit'] {
        background: #49AF3C url(/images/air/icons/ico-btn-white.png) 50% 50% no-repeat;
        -webkit-background-size: 23px auto;
        background-size: 23px auto;
        color: #eeeeee;
        border: 0;
        text-indent: -9999px;
        padding: 15px 30px;
        font-size: 14px;
        margin-left: -4px; }
    .air-page .footer .bottom {
      background-image: url(/images/air/footer.png);
      background-repeat: no-repeat;
      background-position: 50% 0;
      -webkit-background-size: cover;
      background-size: cover;
      padding: 130px 30px 30px 30px; }
      .air-page .footer .bottom .menu {
        max-width: 1700px;
        margin: 0 auto;
        width: 100%;
        text-align: center; }
        .air-page .footer .bottom .menu li {
          display: inline-block;
          margin: 0 10px; }
          .air-page .footer .bottom .menu li a {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 17px;
            color: #ffffff;
            text-transform: uppercase;
            text-decoration: none; }
  @media only screen and (max-width: 1450px) {
    .air-page h1 {
      font-size: 45px; }
    .air-page h2 {
      font-size: 22px; }
    .air-page .inner-air {
      padding: 0 30px; }
    .air-page .slider-air .devices img {
      max-width: 70%; }
    .air-page .slider-air .modes ul {
      width: 90%;
      margin: 0 auto; }
      .air-page .slider-air .modes ul li a {
        padding-top: 60px; }
        .air-page .slider-air .modes ul li a:before, .air-page .slider-air .modes ul li a:after {
          font-size: 30px;
          padding: 10px;
          width: 50px;
          height: 50px;
          -webkit-background-size: auto 32px;
          background-size: auto 32px; }
    .air-page .slider-air-cellphone .slick-arrow.slick-next {
      right: 10px; }
    .air-page .slider-air-cellphone .slick-arrow.slick-prev {
      left: 10px; } }

@keyframes show-smile-header-popup {
  0% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: 70px; } }
@keyframes close-smile-header-popup {
  0% {
    opacity: 1;
    top: 55px; }
  100% {
    opacity: 0;
    visibility: hidden;
    top: 150px; } }
@media (max-width: 1025px) {
  .smile-page #page {
    padding-top: 65px; }
  .smile-page header .col-right {
    text-align: center;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 42px 20px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(0, -250%);
    -moz-transform: translate(0, -250%);
    -ms-transform: translate(0, -250%);
    -o-transform: translate(0, -250%);
    transform: translate(0, -250%);
    transition: all 0.3s;
    transition-delay: 0;
    transition-timing-function: ease; }
    .smile-page header .col-right .form-wrap {
      max-width: 500px;
      margin: 0 auto; }
      .smile-page header .col-right .form-wrap input[type='email'] {
        margin-right: -4px;
        width: calc(100% - 75px);
        font-size: 24px;
        padding-left: 25px; }
      .smile-page header .col-right .form-wrap input[type='submit'] {
        width: 75px; }
      .smile-page header .col-right .form-wrap input {
        height: 49px;
        display: inline-block;
        vertical-align: top;
        float: none; }
      .smile-page header .col-right .form-wrap .response {
        padding: 0;
        margin: 0;
        margin-top: 10px; }
      .smile-page header .col-right .form-wrap .birthday-popup {
        right: -22px;
        animation: show-smile-header-popup 300ms ease-in-out forwards; }
        .smile-page header .col-right .form-wrap .birthday-popup label {
          text-align: left; }
      .smile-page header .col-right .form-wrap .thanks {
        width: 100%; }
      .smile-page header .col-right .form-wrap .close {
        animation: close-smile-header-popup 300ms ease-in-out forwards; }
  .smile-page section.smile .smile-block img {
    max-width: 100%;
    height: auto; }
  .smile-page section.smile .smile-block .logo-messenger {
    max-width: 300px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom-width: 1px; }
  .smile-page section.smile .smile-block .title {
    font-size: 25px;
    line-height: 35px; }
  .smile-page section.smile .smile-block .app-store img {
    max-width: 230px; }
  .smile-page section.smile .smile-messenger {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0 bottom, right 0 bottom; }
  .smile-page section.smile .smile-get-lametric {
    background-position: -70px 100%;
    padding-bottom: 65vh;
    background-image: url(/images/smile/famil-mob.png); }
    .smile-page section.smile .smile-get-lametric .connect .title {
      margin-bottom: 50px; }
    .smile-page section.smile .smile-get-lametric .get-device {
      font-size: 22px;
      padding-left: 35px;
      padding-right: 35px; }
    .smile-page section.smile .smile-get-lametric .lametric-time {
      left: 70px;
      bottom: 0;
      padding-bottom: 262px; }
      .smile-page section.smile .smile-get-lametric .lametric-time img {
        max-width: 180px; } }
@media (max-width: 767px) {
  .smile-page header {
    padding: 23px 0; }
    .smile-page header #logo {
      max-width: 130px; }
      .smile-page header #logo img {
        width: 100%; }
    .smile-page header .inner {
      padding: 0 10px; }
    .smile-page header .col-right {
      padding: 18px 25px; }
      .smile-page header .col-right .form-wrap input {
        height: 39px; }
      .smile-page header .col-right .form-wrap input[type='email'] {
        width: calc(100% - 50px);
        font-size: 18px;
        padding-left: 15px; }
      .smile-page header .col-right .form-wrap input[type='submit'] {
        width: 50px; }
  .smile-page footer .copyright {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .smile-page section.smile .smile-messenger {
    padding-top: 40px;
    padding-bottom: 55vw;
    background-image: url(/images/smile/768/man-woman768.png);
    background-position: 50% 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .smile-page section.smile .smile-get-lametric {
    padding-top: 40px;
    padding-bottom: 50vh;
    background-position: -120px 100%; }
    .smile-page section.smile .smile-get-lametric .connect .title {
      margin-bottom: 25px; }
    .smile-page section.smile .smile-get-lametric .get-device {
      font-size: 16px;
      padding: 15px 20px; }
    .smile-page section.smile .smile-get-lametric .lametric-time {
      left: 40px;
      padding-bottom: 261px; }
      .smile-page section.smile .smile-get-lametric .lametric-time img {
        max-width: 150px; }
  .smile-page section.smile .smile-block .logo-messenger {
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .smile-page section.smile .smile-block .title {
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .smile-page section.smile .smile-block .social-media {
    margin-bottom: 0; }
  .smile-page section.smile .smile-block .social-block {
    margin: 0 15px; }
    .smile-page section.smile .smile-block .social-block .chat img {
      max-width: 40px; }
    .smile-page section.smile .smile-block .social-block span {
      font-size: 14px; }
  .smile-page section.smile .smile-block .app-store {
    padding-top: 40px;
    padding-bottom: 20px; }
    .smile-page section.smile .smile-block .app-store img {
      max-width: 160px; } }
@media (max-width: 600px) {
  .smile-page header .col-right .form-wrap .birthday-popup {
    right: -5%;
    width: 110%; } }

.lametric-smile img {
  width: 100%;
  max-width: 233px;
  height: auto; }
.lametric-smile .smile-inner {
  padding: 0; }
.lametric-smile .inner-wrap {
  max-width: 100%; }
.lametric-smile .smile {
  display: flex;
  flex-direction: row; }
  .lametric-smile .smile:before, .lametric-smile .smile:after {
    display: table;
    line-height: 0;
    content: ""; }
  .lametric-smile .smile:after {
    clear: both; }
.lametric-smile .smile-block {
  float: left;
  width: 80%;
  height: 100%;
  position: relative;
  padding-left: 100px;
  padding-top: 185px;
  padding-bottom: 50vh;
  border-right: 2px solid #D7D7D7;
  background-image: url(/images/smile/family-homepage.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-position: -100px 100%; }
  .lametric-smile .smile-block .title {
    color: #333;
    font-weight: 300;
    font-size: 38px;
    line-height: 49px;
    white-space: pre-line;
    text-align: left;
    width: 640px; }
  .lametric-smile .smile-block .lametric-time {
    position: absolute;
    left: 290px;
    bottom: 384px;
    width: 200px;
    height: 58px;
    background-image: url(/images/smile/2500/gif-2500.gif);
    background-size: 200px; }
    .lametric-smile .smile-block .lametric-time img {
      max-width: 199px; }
.lametric-smile .fp-tableCell .sidebar {
  height: 100%; }
.lametric-smile .sidebar {
  position: relative;
  float: left;
  width: 20%;
  min-width: 262px; }
  .lametric-smile .sidebar:before, .lametric-smile .sidebar:after {
    display: table;
    line-height: 0;
    content: ""; }
  .lametric-smile .sidebar:after {
    clear: both; }
  .lametric-smile .sidebar .logo-sidebar {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 40px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .lametric-smile .sidebar .logo-sidebar a {
      display: block; }
  .lametric-smile .sidebar .title-sidebar {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 10px 0;
    color: #727272;
    line-height: 31px; }
  .lametric-smile .sidebar .learn-more a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-color: #4A98FC;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
    max-width: 206px;
    margin: 0 auto; }
@media (min-width: 1920px) {
  .lametric-smile section.smile .smile-block {
    background-image: url(/images/smile/2500/family_desktop.png); }
    .lametric-smile section.smile .smile-block .title {
      font-size: 38pt; }
    .lametric-smile section.smile .smile-block .lametric-time {
      bottom: 500px;
      left: 410px; } }
@media (max-width: 1600px) {
  .lametric-smile .smile-block {
    padding-bottom: 67vh;
    padding-top: 100px; }
    .lametric-smile .smile-block .lametric-time {
      left: 250px;
      bottom: 384px; }
  .lametric-smile .sidebar {
    height: auto; } }
@media (max-width: 768px) {
  .lametric-smile .smile {
    flex-direction: column; }
    .lametric-smile .smile .smile-block {
      width: 100%;
      padding-left: 0;
      padding-top: 10%;
      background-image: url(/images/smile/768/interior_tablet.svg);
      background-position: 0 0;
      background-size: contain;
      border-right: none; }
      .lametric-smile .smile .smile-block .title {
        line-height: 46px;
        font-weight: 400;
        text-align: center;
        width: 85%;
        margin: 0 auto; }
    .lametric-smile .smile .sidebar {
      width: 100%; } }

body.glance-page {
  height: 100%;
  min-width: 1250px; }
  body.glance-page #page {
    height: 100%;
    padding: 85px 0 75px; }
    body.glance-page #page + footer {
      margin-top: -75px; }
    @media (max-width: 1024px) {
      body.glance-page #page {
        padding: 65px 0 75px; } }
    @media (max-width: 767px) {
      body.glance-page #page {
        padding: 65px 0 70px; } }
  @media (max-width: 767px) {
    body.glance-page {
      min-width: 320px; } }

#glace {
  width: 100%;
  height: 100%; }
  #glace .inner-col {
    height: 100%;
    overflow: hidden;
    position: relative; }
    #glace .inner-col.col-left {
      width: 54.5%;
      float: left;
      background-color: #808080; }
    #glace .inner-col.col-right {
      width: 45.5%;
      float: right;
      background-color: #2e2a2a; }
      #glace .inner-col.col-right .form-wrap {
        position: relative;
        top: 50%;
        padding-left: 20%;
        margin-top: -185px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #glace .inner-col.col-right .form-wrap h1 {
          color: #f2f2f2;
          font-size: 59px;
          line-height: 1;
          margin: 0;
          font-weight: 300;
          letter-spacing: 1.5px;
          padding-bottom: 10px;
          font-family: 'HelveticaNeue-Light', sans-serif; }
        #glace .inner-col.col-right .form-wrap .subtitle {
          font-size: 48px;
          font-family: 'Lato', sans-serif;
          font-weight: 300;
          color: #d2d2d2; }
        #glace .inner-col.col-right .form-wrap form {
          display: block;
          padding: 35px 0 0;
          width: 490px;
          position: relative; }
          #glace .inner-col.col-right .form-wrap form:after {
            content: ' ';
            display: table;
            clear: both; }
          #glace .inner-col.col-right .form-wrap form label {
            display: block;
            font-size: 18px;
            color: #ffffff;
            padding-bottom: 15px;
            font-family: 'Lato', sans-serif;
            font-weight: 300;
            opacity: .6; }
          #glace .inner-col.col-right .form-wrap form input {
            height: 45px;
            border: 0 !important;
            outline: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin: 0; }
            #glace .inner-col.col-right .form-wrap form input[type="email"] {
              background-color: #fefefe;
              padding: 0 10px;
              float: left;
              width: 86%;
              color: #2e2a2a; }
              #glace .inner-col.col-right .form-wrap form input[type="email"].mce_inline_error {
                margin: 0;
                text-align: left; }
            #glace .inner-col.col-right .form-wrap form input[type="submit"] {
              width: 14%;
              float: right;
              min-width: 0;
              clear: none;
              font: 0/0 a;
              background: #c7c7c7 url("../../images/btn.png") no-repeat center center;
              background-size: 45% auto; }
              #glace .inner-col.col-right .form-wrap form input[type="submit"]:hover {
                background-color: #ababab; }
        #glace .inner-col.col-right .form-wrap .mce_inline_error, #glace .inner-col.col-right .form-wrap #mce2-error-response {
          position: absolute;
          margin-top: 50px;
          color: #fcb413; }
          #glace .inner-col.col-right .form-wrap .mce_inline_error a, #glace .inner-col.col-right .form-wrap #mce2-error-response a {
            color: #fcb413;
            text-decoration: underline; }
            #glace .inner-col.col-right .form-wrap .mce_inline_error a:hover, #glace .inner-col.col-right .form-wrap #mce2-error-response a:hover {
              text-decoration: none; }
        #glace .inner-col.col-right .form-wrap #mce2-success-response {
          width: 490px;
          color: #ffffff;
          font-family: 'Lato', sans-serif;
          font-weight: 300;
          font-size: 18px;
          padding-top: 30px; }
        @media (max-width: 1600px) {
          #glace .inner-col.col-right .form-wrap {
            padding-left: 15%; } }
        @media (max-width: 1400px) {
          #glace .inner-col.col-right .form-wrap {
            padding-left: 10%; } }
        @media (max-width: 1300px) {
          #glace .inner-col.col-right .form-wrap h1 {
            font-size: 54px; }
          #glace .inner-col.col-right .form-wrap .subtitle {
            font-size: 44px; }
          #glace .inner-col.col-right .form-wrap form {
            width: 450px; } }
  @media (max-width: 768px) {
    #glace .inner-col.col-right .form-wrap {
      padding: 0 5%;
      margin-top: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      #glace .inner-col.col-right .form-wrap h1 {
        font-size: 22px;
        padding-bottom: 5px; }
      #glace .inner-col.col-right .form-wrap .subtitle {
        font-size: 16px; }
      #glace .inner-col.col-right .form-wrap form {
        width: 100%;
        padding-top: 15px; }
        #glace .inner-col.col-right .form-wrap form label {
          font-size: 12px;
          padding-bottom: 5px; }
        #glace .inner-col.col-right .form-wrap form input {
          height: 34px; }
          #glace .inner-col.col-right .form-wrap form input[type="email"] {
            width: 84%; }
          #glace .inner-col.col-right .form-wrap form input[type="submit"] {
            width: 16%; }
      #glace .inner-col.col-right .form-wrap .mce_inline_error, #glace .inner-col.col-right .form-wrap #mce2-error-response {
        font-size: 12px;
        margin-top: 40px; }
      #glace .inner-col.col-right .form-wrap #mce2-success-response {
        width: 100%;
        font-size: 12px;
        padding-top: 20px; } }
  @media (max-width: 768px) and (orientation: portrait) {
    #glace .inner-col {
      height: 50%; }
      #glace .inner-col.col-left, #glace .inner-col.col-right {
        width: 100%; }
      #glace .inner-col.col-right .form-wrap {
        top: 40%; } }

#glaceSlider {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #glaceSlider .slick-list, #glaceSlider .slick-track {
    width: 100%;
    height: 100%; }
  #glaceSlider .slide {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    outline: none; }
    #glaceSlider .slide:not(.speaker-slide) h2 {
      position: absolute;
      bottom: 13%;
      font-size: 22px;
      line-height: 54px;
      color: #ffffff;
      margin: 0;
      max-width: 350px;
      left: 15%; }
    @media (max-height: 800px) {
      #glaceSlider .slide:not(.speaker-slide) h2 {
        bottom: 10%; } }
    @media (max-height: 750px) {
      #glaceSlider .slide:not(.speaker-slide) h2 {
        bottom: 9%;
        line-height: 34px; } }
    @media (max-height: 600px) {
      #glaceSlider .slide:not(.speaker-slide) h2 {
        bottom: 5%;
        line-height: 30px; } }
    #glaceSlider .slide.speaker-slide h2 {
      position: absolute;
      top: 28%;
      font-size: 22px;
      line-height: 54px;
      color: #2e2a2a;
      margin: 0;
      max-width: 350px;
      right: 18%;
      font-weight: 400; }
    #glaceSlider .slide.james-slide {
      position: relative; }
      #glaceSlider .slide.james-slide h2 {
        max-width: none;
        right: 15%;
        text-align: center; }
  #glaceSlider .slick-arrow {
    position: absolute;
    display: block;
    width: 32px;
    height: 59px;
    background-image: url(../../images/glace/slider-arrows.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-color: transparent;
    border: 0;
    font: 0/0 a;
    top: 50%;
    margin-top: -21px;
    padding: 0;
    outline: none; }
    #glaceSlider .slick-arrow.slick-next {
      right: 5%;
      background-position: 0 100%; }
    #glaceSlider .slick-arrow.slick-prev {
      left: 5%;
      background-position: 0 0; }
  @media (max-width: 768px) {
    #glaceSlider .slick-arrow {
      width: 50%;
      height: 100%;
      margin-top: 0;
      top: 0;
      background: none; }
      #glaceSlider .slick-arrow.slick-prev {
        left: 0; }
        #glaceSlider .slick-arrow.slick-prev:after {
          left: 10%;
          background-position: 0 0; }
      #glaceSlider .slick-arrow.slick-next {
        right: 0; }
        #glaceSlider .slick-arrow.slick-next:after {
          right: 10%;
          background-position: 0 100%; }
      #glaceSlider .slick-arrow:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 17px;
        height: 31px;
        margin-top: -15px;
        background-size: 200%;
        background-image: url(../../images/glace/slider-arrows.png);
        background-repeat: no-repeat; }
    #glaceSlider .slide:not(.speaker-slide) h2 {
      bottom: 10%;
      font-size: 14px;
      line-height: 30px;
      margin: 0;
      left: 8%;
      right: 8%; }
    #glaceSlider .slide.speaker-slide h2 {
      top: 22%;
      font-size: 14px;
      right: 15%; } }
  @media (max-width: 320px) {
    #glaceSlider .slide:not(.speaker-slide) h2 {
      bottom: 8%;
      line-height: 20px;
      left: 5%;
      right: 5%; }
    #glaceSlider .slide.speaker-slide h2 {
      top: 17%;
      right: 8%; } }
  @media (max-height: 540px) {
    #glaceSlider .slide:not(.speaker-slide) h2 {
      line-height: 16px; }
    #glaceSlider .slide.speaker-slide h2 {
      top: 10%; } }

.firmware {
  min-height: 535px;
  text-align: center;
  padding-top: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #303030;
  margin: 0; }
  .firmware h2, .firmware p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #303030; }
  .firmware h2 {
    text-transform: none;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 31px; }
  .firmware p {
    font-size: 20px;
    line-height: 30px;
    margin: 9px 0; }
  .firmware .block ul li {
    list-style-type: disc;
    margin-left: 23px; }
  .firmware .extraContent {
    width: 780px;
    max-width: 100%; }
  .firmware .change-log {
    padding: 30px 0; }
    .firmware .change-log table {
      margin-top: 30px;
      width: 100%; }
      .firmware .change-log table thead th {
        border: 1px solid #cacaca;
        height: 40px;
        background-color: #f8f8f8;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        color: #6c6c6c;
        padding: 0 10px; }
        .firmware .change-log table thead th:first-child {
          width: 20%; }
        .firmware .change-log table thead th:last-child {
          width: 80%; }
      .firmware .change-log table tbody td {
        height: 30px;
        border: 1px solid #cacaca;
        text-align: left;
        padding: 5px 10px; }

body {
  height: 100%; }

#go {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #303030;
  text-align: center;
  margin: 0;
  padding-top: 58px; }
  #go h2, #go p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #303030; }
  #go h2 {
    text-transform: none;
    margin-bottom: 20px; }
  #go p {
    font-size: 20px;
    line-height: 30px;
    margin: 9px 0; }
  #go a {
    font-size: 17px;
    line-height: 20px; }
  #go .block ul li {
    list-style-type: disc;
    margin-left: 23px; }
  #go .inner {
    width: 780px; }
  #go .appGoogle {
    margin: 48px 0; }
    #go .appGoogle .appStore, #go .appGoogle .googlePlay {
      display: inline-block;
      width: 200px;
      height: 70px;
      margin: 0 24px; }
      #go .appGoogle .appStore img, #go .appGoogle .googlePlay img {
        display: block; }
      #go .appGoogle .appStore:hover img, #go .appGoogle .googlePlay:hover img {
        opacity: .7; }
  #go .getStarted {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 21px;
    margin-bottom: 40px; }
  #go .pdf {
    margin-top: 29px; }

.getStarted {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 21px;
  margin-bottom: 40px; }

.download {
  color: #00a2ff;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  padding-left: 69px;
  padding-bottom: 18px;
  padding-top: 10px;
  background: url(../../images/download.png) 0 0 no-repeat; }

.pdf {
  color: #00a2ff;
  text-decoration: none;
  display: inline-block;
  padding-left: 69px;
  padding-bottom: 27px;
  padding-top: 10px;
  background: url(../../images/pdf.png) 0 0 no-repeat;
  -webkit-background-size: 47px auto;
  background-size: 47px auto; }

.btn-wrap {
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: -20px;
  position: relative; }

.btn-wrap:before {
  content: '';
  display: block;
  border-top: 13px solid #ffffff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px; }

.block h3 {
  font-weight: normal;
  margin: 0 0 10px; }

.extraContent {
  margin: 0 auto; }

.link {
  color: #4da6ff; }

@media only screen and (max-width: 768px) {
  body, html {
    width: 100%;
    min-width: 320px; }

  .wrap {
    width: 100%;
    margin: 0 auto; }

  .inner {
    padding: 0 5px; }

  #go {
    padding-bottom: 40px; } }
@media (max-device-width: 1024px) {
  #go {
    padding-top: 400px;
    padding-bottom: 307px; } }
section.program h2 {
  margin-bottom: 66px; }
section.program p {
  font-size: 28px; }
section.program .text {
  padding: 100px 0 0 0; }

section.category .box-text {
  float: right;
  font-size: 18px;
  width: 520px; }
section.category .box-icon {
  float: left; }
  section.category .box-icon > div {
    padding-top: 63px;
    max-width: 130px; }
  section.category .box-icon .time-news {
    margin-left: 25px; }
  section.category .box-icon .metrics {
    margin-left: 12px; }
  section.category .box-icon .home {
    margin-left: 5px; }
  section.category .box-icon .diy img {
    margin-top: 8px; }

section.media-attention .media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  section.media-attention .media img {
    margin-bottom: 8px; }
  section.media-attention .media .engadget img {
    margin-top: 9px;
    margin-bottom: 18px; }
  section.media-attention .media .coDes img {
    margin-bottom: 15px; }
  section.media-attention .media .techcrunch {
    margin: 66px auto 0; }
    section.media-attention .media .techcrunch img {
      margin-bottom: 22px; }
section.media-attention .box {
  max-width: 520px; }

section.how-works .box1 {
  width: 595px;
  padding-right: 175px;
  border-right: 1px solid #cccccc;
  margin-right: -1px;
  padding-top: 15px;
  padding-bottom: 20px; }
section.how-works .box2 {
  width: 445px;
  padding-left: 145px; }
section.how-works .box {
  float: left; }

section.about-us {
  padding-top: 100px;
  padding-bottom: 100px; }
  section.about-us h2 {
    margin: 40px 0; }
  section.about-us p {
    text-align: justify; }
  section.about-us .center {
    text-align: center; }
  section.about-us .reddot img {
    width: 185px; }
  section.about-us .quote {
    float: right;
    width: 300px;
    margin-top: 10px;
    text-align: right;
    font-style: italic; }
  section.about-us .key-facts-mob {
    display: none; }
  section.about-us .key-facts {
    text-align: center;
    margin-top: 40px; }
  section.about-us .thanks {
    display: block;
    margin: 60px 0 0 0;
    text-align: right;
    font-style: italic; }
  section.about-us .founder {
    float: right;
    margin: 20px 5px 0;
    font-style: italic; }

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