html {
  font-size: 14px;
}
@media (max-width: 1199px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
.award-winning {
  background: url(../images/man-with-phone.jpg) no-repeat center top;
  padding: 6.5rem 0;
  color: #fff;
}
.award-winning .title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}
.award-winning p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.award-winning .pricebox span {
  display: block;
}
.award-winning .pricebox .cut {
  text-decoration: line-through;
  font-size: 1.2rem;
}
.award-winning .pricebox .new {
  font-weight: bold;
  font-size: 2rem;
}
.award-winning .pricebox .buynow {
  margin: 1rem 0;
}
.award-winning .pricebox .unlimited {
  font-size: 1.2rem;
  padding-top: 1rem;
}
.buynow {
  color: #fff !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 1.1rem 2rem;
  font-size: 1.5rem;
  background: #ff8208;
  font-weight: bold;
  transition: .2s all;
}
.buynow:hover {
  background: #e97707;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 7.1rem 0 0 0;
  position: relative;
}
.strike {
  text-decoration: line-through;
}
h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 300;
  color: #010101;
  margin-bottom: 0.7em;
}
h2 {
  font-size: 3.3rem;
  font-weight: 300;
  color: #010101;
  margin-bottom: 0.5em;
}
h3 {
  color: #010101;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
}
ul.check li {
  list-style: url(../images/check-blue.png);
  color: #c2f3f1;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 .5em 0;
  list-style-position: inside;
}
ul.check.grey li {
  color: #494949;
  list-style: url(../images/check-grey.png);
  line-height: 1.2;
}
strong {
  font-weight: 700;
}
a {
  color: #01b2c9;
  outline: none !important;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #018596;
}
q {
  quotes: "“" "”";
  font-style: italic;
  color: #333;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  line-height: 1.2;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.subtitle {
  font-size: 1.7rem;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
}
.button {
  border-radius: 25px;
  background-color: #01b2c9;
  display: inline-block;
  padding: 1rem 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  font-weight: 700;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #019cb0;
}
.button.icon {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  line-height: 1.5;
}
.button.icon .fa {
  font-size: 1.4rem;
  vertical-align: middle;
  padding-right: 1rem;
}
.button.white {
  color: #000;
  background: #fff;
}
.button.white .fa {
  font-size: 1.3em;
  padding-right: .1em;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 100;
}
.btnOrLink {
  margin: 2rem 0;
}
.btnOrLink .or {
  color: #868686;
  display: inline-block;
  margin: 0 1.4rem;
  cursor: default;
}
.btnOrLink .moreInfo {
  color: #2d5f5f;
  display: inline-block;
}
.btnOrLink .moreInfo:hover {
  color: #254e4e;
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #221f20;
}
.tooltip .tooltip-inner {
  background: #221f20;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 1rem;
}
.noPadding {
  padding: 0 !important;
}
.noPaddingLeft {
  padding-left: 0 !important;
}
.noPaddingRight {
  padding-right: 0 !important;
}
.noPaddingTop {
  padding-top: 0 !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noMarginLeft {
  margin-left: 0 !important;
}
.noMarginRight {
  margin-right: 0 !important;
}
.noMarginTop {
  margin-top: 0 !important;
}
.noMarginBottom {
  margin-bottom: 0 !important;
}
nav {
  background: #d6dcdf;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2rem;
}
nav #nav-menu {
  background: #d6dcdf;
}
nav.transparent {
  background-color: transparent;
}
nav.transparent #nav-menu {
  background-color: transparent;
}
nav.opc0 {
  opacity: 0;
}
nav.fixed {
  position: fixed;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
nav.fixed.transparent {
  background: #d6dcdf;
}
nav.fixed.transparent #nav-menu {
  background-color: #d6dcdf;
}
nav.fixed.active {
  opacity: 1;
  padding: 0.9rem 2rem;
}
nav ul {
  text-align: right;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  color: #000;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem;
  display: block;
}
nav ul li a:hover {
  color: #666666;
}
nav ul li a.button {
  font-weight: 400;
}
nav .logo {
  display: inline-block;
  vertical-align: middle;
}
nav .toggle-nav {
  background: transparent;
  border: 0;
  width: 2rem;
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: middle;
  margin-right: 1rem;
}
nav .toggle-nav .bar {
  width: 100%;
  height: 2px;
  background: #010101;
  display: block;
  margin: 5px auto;
}
.bg-fade {
  background: #221f20;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
#meetTheFuture {
  padding: 15rem 0 12rem 0;
  overflow: hidden;
}
#meetTheFuture .container {
  position: relative;
}
#meetTheFuture .info {
  position: relative;
  z-index: 40;
}
#meetTheFuture .box-wrapper {
  position: absolute;
  z-index: 1;
  top: 9rem;
}
#meetTheFuture .button.icon {
  line-height: 2;
}
#meetTheFuture h1 {
  font-weight: 100;
  font-size: 4.3rem;
  margin-bottom: .4em;
}
#meetTheFuture .subtitle {
  font-size: 1.5rem;
}
#meetTheFuture .subtitle b {
  display: block;
  font-weight: 400;
}
#meetTheFuture .btnOrLink {
  margin-top: 4rem;
}
#meetTheFuture #box360 {
  width: 100%;
}
#meetTheFuture #box360 div {
  width: 100%;
  height: 100%;
}
#meetTheFuture #box360 div img {
  max-width: 100%;
  cursor: url('../images/cursor.png'), move;
}
#meetTheFuture #box360 div.reel-preloader {
  display: none;
}
#meetTheFuture .protect_everything {
  margin-top: -10rem;
  position: relative;
  z-index: 20;
}
#meetTheFuture .protect_everything p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}
#meetTheFuture .devices {
  margin-top: 1.2rem;
}
#meetTheFuture .devices img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
#meetTheFuture.limited .price-wrapper {
  max-width: 195px;
}
#meetTheFuture.limited .price-wrapper .old {
  font-size: 1.5rem;
}
#meetTheFuture.limited .price-wrapper .new {
  font-size: 1.6rem;
}
#meetTheFuture.limited .lto-wrapper {
  max-width: 195px;
}
#meetTheFuture.limited .lto-wrapper p {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  padding: 7px 0 0 0;
}
#meetTheFuture.limited .lto {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  text-align: center;
  max-width: 165px;
  font-size: 13px;
  padding: 10px;
}
#meetTheFuture.v4 {
  background: url(../images/livingroom3withBox.jpg) no-repeat top center;
  padding-top: 10rem;
  min-height: 57rem;
  overflow: visible;
}
#meetTheFuture.v4 .rated-excellent {
  position: absolute;
  left: 70%;
  top: 25rem;
}
#meetTheFuture.v4 .price-sticker {
  position: absolute;
  left: 15.5%;
  top: 27rem;
}
#meetTheFuture.v5 {
  padding: 12rem 0 6rem;
  background: url(../images/livingroom4.jpg) no-repeat center -6rem #fff;
}
#meetTheFuture.v5 .subtitle {
  font-size: 2rem;
  padding: 3rem 0 8rem;
}
#meetTheFuture.v5 .btnOrLink {
  margin: 3rem 0;
}
#meetTheFuture.v5 .box-img {
  max-width: 625px;
  width: 100%;
}
#meetTheFuture.v5 .underProd .rated-ex {
  margin-top: 0;
  display: inline-block;
}
#meetTheFuture.v5 .underProd .rated-ex img {
  display: inline-block;
  max-width: 80px;
}
#meetTheFuture.v5 .underProd p {
  font-size: 1.571rem;
  line-height: 1.6;
  font-weight: 300;
  color: #000;
}
#meetTheFuture.v5.sv1 {
  padding: 11.5rem 0 4rem;
}
#meetTheFuture.v5.sv1 .subtitle {
  font-size: 2.357rem;
  padding: 0 0 5.5rem;
}
#meetTheFuture.v5.sv1 .logo {
  margin-bottom: 4rem;
}
#meetTheFuture.v5.sv1 .rated-ex {
  position: absolute;
  right: 15%;
  top: 36%;
}
#meetTheFuture.v5.sv1 .rated-ex img {
  max-width: 70px;
}
#meetTheFuture.v5.sv1 .underProd {
  margin-top: 2rem;
}
#meetTheFuture.v6 {
  padding: 15rem 0 0;
  background: url(../images/header2.jpg) no-repeat center 0 #fff;
}
#meetTheFuture.v6 .logo img {
  max-width: 107px;
  width: 100%;
}
#meetTheFuture.v6 .subtitle {
  font-size: 2.5rem;
  padding: 1rem 0 2rem;
}
#meetTheFuture.v6 .box-header {
  position: relative;
  margin: 12rem 0 0 0;
  background: url(../images/box-header2.png) no-repeat center top;
  height: 300px;
  width: 100%;
  text-align: center;
}
#meetTheFuture.v6 .rated-excellent {
  width: 80px;
}
#meetTheFuture.v6 .rated-ex {
  display: inline-block;
  position: relative;
  top: 7rem;
  left: 21rem;
}
#meetTheFuture.v6 #overview {
  margin: 0;
}
#meetTheFuture.v6 .quotes {
  padding-top: 10rem;
}
#meetTheFuture.v6 q {
  margin: 0;
  font-size: 1.4rem;
  display: none;
  vertical-align: middle;
}
#meetTheFuture.v6 q.active {
  display: inline-block;
}
#meetTheFuture.v6 .quotes-list {
  width: 90%;
  margin: 0 auto;
  min-height: 5rem;
}
#meetTheFuture.v6 .by {
  padding: 0rem 0 0 0;
}
#meetTheFuture.v6 .by img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4rem;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .41;
  transition: .2s all;
}
#meetTheFuture.v6 .by img.active {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.rev {
  background: #f6f6f6;
  padding: 2rem 0;
}
.rev p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #2d2d2d;
}
.rev.v2 {
  padding: 2.5rem 0;
}
.rev.v2 h3 {
  font-weight: 300;
  font-size: 2.5rem;
  margin: 0;
  padding-bottom: 1.2rem;
}
.rev.v2 p {
  color: #6a6a6a;
  font-size: 1.4rem;
}
#orderBOX {
  background: #e8e8e8;
  padding: 6rem 0 3rem;
}
#orderBOX .price-saving {
  background: url(../images/time-badge.png) no-repeat left center;
  margin: 1rem 0 2.5rem 0;
  padding: 1.7rem 0 2.5rem 5rem;
  border-bottom: 1px solid #cdcdcd;
}
#orderBOX .price-saving p {
  color: #2d2d2d;
  font-size: 1.429rem;
  line-height: 1.4;
}
#orderBOX .sgg {
  color: #6b6b6b;
  font-size: 1.214rem;
  line-height: 1.3;
}
#orderBOX .yp {
  font-size: 1.714rem;
  color: #000;
  line-height: 1.4;
}
#orderBOX .ys {
  color: #15b100;
  font-size: 1.357rem;
  line-height: 1.3;
}
#orderBOX .button {
  font-size: 1.429rem;
  max-width: 200px;
  width: 100%;
  background: #ff8208;
  transition: .2s all;
}
#orderBOX .button:hover {
  background: #e97707;
}
#orderBOX .small {
  font-size: 0.857rem;
  color: #969696;
  padding: 1rem 0 0 0;
}
#orderBOX .ftrs {
  color: #636363;
  line-height: 1.4;
}
#orderBOX .ftrs .sep {
  padding: 0 .5rem;
}
#orderBOX .order-content {
  padding-bottom: 5rem;
}
#faq-page {
  padding: 4rem 0 0;
}
#faq-page .item {
  padding-bottom: 1.5rem;
}
#faq-page .item h2 {
  color: #000;
  display: inline-block;
  font-size: 1.286rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
#faq-page .item p {
  color: #000;
  font-size: 1.143rem;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 0.7em;
}
#productFtrs {
  position: relative;
  background: url(../images/grey-bottom-gradient.png) no-repeat center bottom #fdfdfd;
  padding: 6rem 0;
  text-align: center;
}
#productFtrs h1 {
  font-weight: 100;
  font-size: 4.3rem;
  margin-bottom: .4em;
}
#productFtrs p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
#productFtrs p b {
  display: block;
  font-weight: 400;
}
#productFtrs .connected {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}
#productFtrs .connected .col-xs-12 {
  position: relative;
  z-index: 5;
}
#productFtrs .connected h4 {
  color: #000;
  font-size: 1.286rem;
  font-weight: 700;
  padding: 1.2rem 0 0.4rem;
}
#productFtrs .connected p {
  font-size: 1.143rem;
  line-height: 1.3;
}
#productFtrs .connected .arrow-wrapper {
  position: absolute;
  z-index: 2;
  top: 15rem;
}
#productFtrs .connected .arrow-wrapper.first img {
  transform: translateX(-1.8rem);
}
#productFtrs .connected .arrow-wrapper.second img {
  transform: translateX(1.4rem);
}
#productFtrs .stores {
  padding-bottom: 2rem;
  padding-top: 0.8rem;
}
#productFtrs .stores a {
  display: inline-block;
}
#productFtrs-v2 {
  background: url(../images/box-outside-range.png) 59% 10rem no-repeat;
  margin-top: -4rem;
  padding-bottom: 5rem;
}
#productFtrs-v2.inside {
  background: url(../images/box-inside-range.png) 66% 5rem no-repeat;
}
#productFtrs-v2 h1 {
  display: block;
  color: #fff;
  font-weight: 100;
  font-size: 4.286rem;
  line-height: 1.1;
  margin: 0;
}
#productFtrs-v2 h1 span {
  display: inline-block;
  background: #01b2c9;
  position: relative;
  padding: 0 1rem;
}
#productFtrs-v2 h1 span.z2 {
  z-index: 2;
}
#productFtrs-v2 h1 span:first-child {
  padding-top: 1rem;
}
#productFtrs-v2 h1 span:last-child {
  padding-bottom: 1rem;
}
#productFtrs-v2 .buttons {
  padding: 2em 0;
}
#productFtrs-v2 .buttons a {
  font-size: 1.571rem;
  font-weight: 300;
  color: #fff;
  background-color: #dedede;
  padding: .5em 0;
  width: 8rem;
  text-align: center;
  margin-right: .4em;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#productFtrs-v2 .buttons a:hover {
  background-color: #d1d1d1;
}
#productFtrs-v2 .buttons a.active {
  background-color: #01b2c9;
}
#productFtrs-v2 .buttons a.active:hover {
  background-color: #019cb0;
}
#productFtrs-v2 .info {
  font-size: 1.571rem;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
}
#productFtrs-v2 h3 {
  font-size: 3.929rem;
  font-weight: 700;
  margin-top: 1em;
}
#productFtrs-v2 .faq {
  padding-bottom: 2rem;
}
#productFtrs-v2 .faq .item {
  padding: 0rem 0 1.3rem;
}
#productFtrs-v2 .faq .item a {
  font-size: 1.286rem;
  font-weight: 700;
  color: #000;
  padding-left: 2.6rem;
  position: relative;
  display: block;
  line-height: 1.2;
}
#productFtrs-v2 .faq .item a .sign {
  font-size: 1.857rem;
  font-weight: 700;
  color: #fff;
  width: 1.714rem;
  height: 1.714rem;
  line-height: .9;
  background-color: #01b2c9;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
#productFtrs-v2 .faq .item a .sign.minus {
  line-height: .5;
  font-size: 2.857rem;
}
#productFtrs-v2 .faq .item p {
  padding-left: 2.6rem;
  font-size: 1.143rem;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  display: none;
}
#productFtrs-v2 .faq .see-all {
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  margin-top: 1rem;
  display: inline-block;
}
#productFtrs-v2 h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
#productFtrs-v2 .store {
  padding: 1rem 0;
}
#productFtrs-v2 .store a {
  padding: 0 .3rem;
}
#productFtrs-v2 .right-side {
  margin-top: 25rem;
  padding-bottom: 2rem;
}
#productFtrs-v2 .insideV2 {
  padding-top: 13rem;
  margin-bottom: -7rem;
  max-width: 120%;
  margin-left: -10%;
}
a.anch {
  color: #004ba7;
  text-decoration: underline;
  font-size: inherit !important;
}
#productFtrs-v3 {
  background: #f1f9f9;
  padding: 7rem 0;
}
#productFtrs-v3 .open-video {
  margin: 3rem 0;
}
#productFtrs-v3 h1 {
  font-size: 4.286rem;
  font-weight: 100;
  color: #000;
}
#productFtrs-v3 p {
  font-size: 1.571rem;
  font-weight: 300;
  color: #000;
  line-height: 1.8;
  margin-top: 1rem;
}
#productFtrs-v3 .buttons {
  padding: 3em 0 2em;
}
#productFtrs-v3 .buttons a {
  font-size: 1.571rem;
  font-weight: 300;
  color: #fff;
  background-color: #dedede;
  padding: .5em 0;
  width: 8rem;
  text-align: center;
  margin-right: .4em;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#productFtrs-v3 .buttons a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #dedede;
  margin-left: -18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#productFtrs-v3 .buttons a:hover {
  background-color: #d1d1d1;
}
#productFtrs-v3 .buttons a:hover:before {
  border-top-color: #d1d1d1;
}
#productFtrs-v3 .buttons a.active {
  background-color: #01b2c9;
}
#productFtrs-v3 .buttons a.active:before {
  border-top-color: #01b2c9;
}
#productFtrs-v3 .buttons a.active:hover {
  background-color: #019cb0;
}
#productFtrs-v3 .buttons a.active:hover:before {
  border-top-color: #019cb0;
}
#productFtrs-v3.v2 {
  padding: 4rem 0;
  background: #e1fbfe;
}
#productFtrs-v3.v2 h1 {
  font-weight: 300;
  font-size: 2.1rem;
  text-align: left;
  line-height: 1.2;
}
#productFtrs-v3.v2 p {
  font-size: 1.25rem;
}
#productFtrs-v3.v2 .buttons {
  padding: 0 0 1em;
}
#productFtrs-v3.v2 .inside-img {
  left: -5rem;
  max-width: 110%;
  position: absolute;
  top: -4rem;
}
#productFtrs-v3.v2 .outside-img {
  width: 100%;
  max-width: 500px;
}
#productFtrs-v3.v2 .open-video {
  margin-bottom: 0;
}
#productFtrs-v4 {
  overflow: hidden;
  padding: 2rem 0 10rem;
}
#productFtrs-v4 .title {
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.3;
  padding-bottom: 1rem;
}
#productFtrs-v4 .blue-label {
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: .2rem .4rem;
  color: #fff;
  background: #01b2c9;
  display: inline-block;
  font-weight: bold;
}
#productFtrs-v4 .txt {
  font-weight: 300;
  color: #6a6a6a;
  font-size: 1.5rem;
  line-height: 1.4;
}
#productFtrs-v4 .box-img {
  margin-top: 17rem;
  margin-bottom: 3rem;
}
#productFtrs-v4 .box-outside {
  position: absolute;
  left: -28%;
  bottom: -15%;
  z-index: 1;
}
#productFtrs-v4 .container {
  position: relative;
}
#productFtrs-v4 .container div {
  z-index: 5;
}
#productFtrs-v4 .content {
  margin-top: -14rem;
}
#productFtrs-v4 .box-waves {
  position: absolute;
  bottom: -4%;
  left: -15%;
  z-index: 2;
}
#internetOfThings {
  padding: 6rem 0 16rem 0;
  background: url(../images/internetOfThings.png) no-repeat center bottom;
}
#internetOfThings h2 {
  font-size: 4.286rem;
  font-weight: 100;
  line-height: 1;
  color: #000;
}
#internetOfThings p {
  font-weight: 300;
  font-size: 1.571rem;
  color: #000;
  line-height: 1.4;
  padding-bottom: 2rem;
}
#boxSlider h1 {
  font-size: 3.1rem;
  font-weight: 100;
}
#boxSlider .item {
  height: 800px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: 5rem center;
}
#boxSlider .item .text-content {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: translateX(0);
  opacity: 1;
}
#boxSlider .item .subtitle {
  margin-bottom: 3rem;
}
#boxSlider .item .subtitle p {
  margin: 1.5rem 0 0 0;
}
#boxSlider .item .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#boxSlider .item.item-1 {
  background-image: url(../images/slider/family_bg.png);
}
#boxSlider .item.item-2 {
  background-image: url(../images/slider/router_bg.png);
}
#boxSlider .item.item-3 {
  background-image: url(../images/slider/phone_guy_bg.png);
}
#boxSlider .item.item-4 {
  background-image: url(../images/slider/phone_girl_bg.png);
}
#boxSlider .carousel-control {
  background: none;
  color: #d6dcdf;
}
#boxSlider .carousel-ind-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#boxSlider .carousel-ind-wrapper .col-xs-12 {
  position: relative;
}
#boxSlider .carousel-indicators {
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 1140px;
  padding: 0 15px;
  text-align: left;
}
#boxSlider .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #221f20;
  border: 0;
  margin: 0 2px 0 2px;
  position: relative;
  top: -2px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
#boxSlider .carousel-indicators li.active {
  width: 19px;
  height: 19px;
  background-color: #01b2c9;
  top: 0;
  margin: 0;
}
.boxSlider-v2-space {
  background: #ecf9f9;
  position: relative;
  height: 800px;
}
#boxSlider-v2 {
  overflow: hidden;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
}
#boxSlider-v2 .slider-video-overlay {
  z-index: 10;
}
#boxSlider-v2 h1 {
  font-size: 3.1rem;
  font-weight: 100;
  padding-bottom: 0.1em;
}
#boxSlider-v2 p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
#boxSlider-v2.fixed {
  position: absolute;
  top: 0;
  left: 0;
}
#boxSlider-v2 .slider-image {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 5;
  height: 100%;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#boxSlider-v2 .slider-image.active {
  opacity: 1;
}
#boxSlider-v2 .info {
  z-index: 10;
  align-items: center;
  display: block;
  height: 100%;
  position: relative;
}
#boxSlider-v2 .slide {
  opacity: 0;
  position: absolute;
  float: none;
  z-index: 10;
  top: 25%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  transform: translateX(0px);
}
#boxSlider-v2 .slide h1 {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: translateY(-20px);
}
#boxSlider-v2 .slide .subtitle {
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transform: translateY(50px);
}
#boxSlider-v2 .slide.active {
  opacity: 1;
  z-index: 20;
}
#boxSlider-v2 .slide.active h1,
#boxSlider-v2 .slide.active .subtitle {
  transform: translateY(0);
}
#boxSlider-v2 .slide.fade {
  opacity: 0 !important;
  transform: translateX(-50px);
}
#boxSlider-v2 .slide .button {
  margin-top: .9rem;
}
#boxSlider-v3 {
  position: relative;
  overflow: hidden;
}
#boxSlider-v3 h1 {
  font-size: 3.1rem;
  font-weight: 100;
  padding-bottom: 0.1em;
}
#boxSlider-v3 p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
#boxSlider-v3 .item {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  background-position: right -5rem top 5rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #fff;
  background-size: cover;
}
#boxSlider-v3 .item.item-1 {
  background-image: url(../images/slider/family_bg.png);
}
#boxSlider-v3 .item.item-2 {
  background-image: url(../images/slider/router_bg.png);
}
#boxSlider-v3 .item.item-3 {
  background-image: url(../images/slider/phone_guy_bg.png);
}
#boxSlider-v3 .item.item-4 {
  background-image: url(../images/slider/phone_girl_bg.png);
}
#boxSlider-v3 .item .container {
  position: relative;
  z-index: 20;
}
#boxSlider-v3 .item .bg-image {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
#bestProtection {
  background: url(../images/glitch.jpg) no-repeat right center #040405;
  overflow: hidden;
  padding: 9rem 0;
  position: relative;
}
#bestProtection p {
  font-size: 2.4rem;
  font-weight: 300;
  color: #868686;
  line-height: 1.15;
}
#bestProtection p span {
  color: #01b2c9;
}
#bestProtection h4 {
  line-height: 1.15;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin: 1.4em 0;
}
#bestProtection .btnOrLink {
  margin-bottom: 0;
}
#bestProtection .btnOrLink .or {
  margin: 0 0.8rem;
}
#bestProtection .btnOrLink .moreInfo {
  color: #01b2c9;
}
#bestProtection .container {
  position: relative;
  z-index: 5;
}
#bestProtection #glitchDest {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#quotes {
  padding: 4rem 0;
  background: #fff;
}
#quotes q {
  margin-top: 2rem;
}
#quotes.v2 {
  padding: 1rem 0 3rem 0;
}
#quotes.v2 q {
  margin: 0;
  font-size: 2rem;
  display: none;
}
#quotes.v2 q.active {
  display: block;
}
#quotes.v2 .by {
  padding: 2rem 0 0 0;
}
#quotes.v2 .by img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: .2s all;
}
#quotes.v2 .by img.active {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.discover {
  background: url(../images/discover.jpg) no-repeat center top;
  padding: 5rem 0 5rem;
  min-height: 390px;
}
.discover #discover-expand {
  position: absolute;
}
.discover .expand-area {
  display: none;
}
.discover .title {
  color: #fff;
  font-weight: bold;
  font-size: 3.5rem;
  margin: .5rem 0 0 0;
  padding: 0;
}
.discover .pretitle {
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
}
.discover .subtitle {
  color: #fff;
  font-weight: 100;
  font-size: 2.1rem;
  margin: 0 0 3rem 0;
}
.discover .item {
  height: 10rem;
  margin-bottom: 2rem;
  width: 95%;
}
.discover .item-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0 1rem 0;
}
.discover .item-txt {
  cont-size: 1rem;
  line-height: 1.2;
  color: #efefef;
}
.discover .left {
  padding: 0 0.5rem 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
}
.discover .right {
  padding: 0 0 0 3rem;
}
.discover .goback {
  padding: 2rem 0 0 0;
}
.discover .goback a {
  color: #fff;
}
.discover .goback a span {
  padding-right: .4rem;
  font-weight: bold;
}
#getTheBox {
  background: #00948f;
  padding: 10rem 0rem;
  overflow: hidden;
}
#getTheBox h3 {
  color: #fff;
  margin-bottom: 0;
}
#getTheBox h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
}
#getTheBox .subtitle {
  font-size: 1.3rem;
  color: #c9f9f7;
  margin-bottom: 1.5em;
}
#getTheBox .reg_price {
  float: left;
  text-align: left;
  width: 50%;
}
#getTheBox .reg_price p {
  font-size: 0.8rem;
  color: #cbfcfa;
}
#getTheBox .reg_price div {
  color: #cbfcfa;
  text-decoration: line-through;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
#getTheBox .reg_price div sup {
  font-size: .6em;
}
#getTheBox ul {
  padding-top: 1em;
}
#getTheBox li {
  padding: .2rem 0;
}
#getTheBox .now_price {
  float: left;
  width: 50%;
  text-align: left;
}
#getTheBox .now_price p {
  font-size: 1rem;
  color: #cbfcfa;
  font-weight: 500;
}
#getTheBox .now_price div {
  color: #cbfcfa;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0.1rem;
}
#getTheBox .button {
  color: #00948f;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: block;
  max-width: 14rem;
  margin-top: 1rem;
}
#getTheBox .button:hover {
  color: #00615e;
}
#getTheBox .small {
  max-width: 14rem;
  font-weight: 400;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 1rem;
  color: #7ad5d1;
}
#getTheBox.dark {
  background: #242424;
}
#getTheBox.dark li {
  color: #fff;
}
#getTheBox.dark .small {
  color: #aeaeae;
}
#getTheBox.v2 .button {
  color: #fff;
  background: #ff8a00;
  font-size: 1.4rem;
  padding: 1rem 0;
}
#getTheBox.v2 ul.check li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}
footer {
  padding: 4rem 0 3.5rem;
}
footer ul {
  margin-bottom: 2.2rem;
}
footer li {
  display: inline-block;
  margin-right: 1rem;
}
footer li a {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}
footer li a:hover,
footer li a:focus {
  color: #4d4d4d;
}
footer .copy,
footer .terms {
  font-weight: 400;
  color: #878787;
  font-size: 0.9rem;
  margin-top: .15rem;
}
footer .copy a,
footer .terms a {
  text-decoration: underline;
  color: #878787;
}
footer .copy a:hover,
footer .terms a:hover,
footer .copy a:focus,
footer .terms a:focus {
  color: #545454;
}
footer .copy .sep,
footer .terms .sep {
  font-size: .7em;
  padding: 0 .7em;
}
footer.v2 {
  padding-bottom: 2rem;
}
footer.v2 a {
  color: #01b2c9;
}
footer.v2 .social {
  font-size: 2rem;
  font-weight: 300;
}
footer.v2 .social a {
  display: inline-block;
  margin-right: .3rem;
}
footer.v2 .social a.fb {
  color: #3b5998;
}
footer.v2 .social a.tw {
  color: #00aced;
}
footer.v2 .social a.blog {
  font-size: 1.8rem;
}
footer.v2 .customer-support {
  color: #5c5c5c;
  font-weight: bold;
  font-size: 1rem;
}
footer.v2 .info {
  color: #5c5c5c;
  padding-top: .5rem;
}
footer.v2 .info span {
  padding-right: 1.5rem;
  font-weight: 300;
}
footer.v2 .getapp {
  font-weight: bold;
  color: #5c5c5c;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-top: 2rem;
  font-size: .8rem;
}
footer.v2 .app {
  display: inline-block;
  margin-right: .3rem;
}
footer.v2 .copy {
  padding-top: 2rem;
}
footer.v2 .copy a {
  color: #878787;
}
.video-wrapper {
  margin: 3rem 0 0 0;
}
.video-container {
  position: relative;
}
.video-wrapper {
  position: relative;
  z-index: 60;
  display: none;
}
.video-wrapper .video {
  max-width: 100%;
  height: auto;
}
.video-wrapper .container {
  position: relative;
}
.video-wrapper .close-video {
  background: url(../images/close.png) no-repeat 0 0;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 2rem;
  z-index: 10;
}
.video-wrapper.slider-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  margin: 0 0 0 0;
}
.video-playing .text-content {
  transform: translateX(-100%) !important;
  opacity: 0 !important;
}
.slider-video-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 40;
  background: #fff;
}
#securityEvolved {
  display: table;
  width: 100%;
  height: 440px;
}
#securityEvolved .container {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#securityEvolved h1,
#securityEvolved h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}
#securityEvolved h2 {
  font-weight: 100;
  font-size: 3.7rem;
}
#securityEvolved h1 {
  font-weight: 400;
  font-size: 4.1rem;
  text-transform: uppercase;
}
#securityEvolved.setup {
  background-image: url(../images/bg-setup.jpg);
  background-color: #ebebeb;
}
#securityEvolved.setup h1,
#securityEvolved.setup h2 {
  padding-left: 13rem;
}
#securityEvolved.faq {
  background-image: url(../images/bg-faq.jpg);
  background-color: #ebebeb;
}
#securityEvolved.faq h1,
#securityEvolved.faq h2 {
  padding-left: 0;
  color: #000;
}
#securityEvolved.support {
  background-image: url(../images/bg-support.jpg) center;
  background-color: #a59799;
}
#securityEvolved.support h1 {
  font-size: 3.786rem;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 1rem;
  margin-top: -2rem;
}
#securityEvolved.support h2 {
  font-size: 2.643rem;
  font-weight: 300;
  line-height: 1.4;
}
#securityEvolved.support h1,
#securityEvolved.support h2 {
  padding-left: 13rem;
}
#securityEvolved.v2 {
  background-image: url(../images/devices-bg.jpg);
}
#securityEvolved.v3 {
  background: url(../images/phone_girl_bg.jpg) top center;
}
#securityEvolved.v3 h1 {
  font-size: 2.286rem;
  font-weight: 400;
  color: #000;
  padding: 3rem 0 0 0;
}
#compareTable {
  padding: 5rem 0 3rem;
  background: #fbfbfb;
}
#compareTable table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.2;
}
#compareTable table thead th {
  background: #000;
  border-right: 8px solid #fff;
  color: #fff;
  text-align: center;
  width: 20%;
  padding: 0.8rem;
}
#compareTable table thead th.empty {
  background: transparent;
  width: 40%;
}
#compareTable table tbody tr:first-child td {
  border-top: 0;
}
#compareTable table tbody tr td {
  color: #000;
  text-align: left;
  border-right: 8px solid #fff;
  border-top: 1px solid #eee;
  padding: 0.8rem;
  background: #fff;
}
#compareTable table tbody tr td:first-child {
  border-left: 0;
}
#compareTable table tbody tr td:last-child {
  border-right: 0;
}
#compareTable table tbody tr td b {
  font-weight: bold;
}
#compareTable table tbody tr:nth-child(2n) td {
  background: #f9f9f9;
}
#compareTable table tbody span {
  text-align: center;
  display: block;
  font-weight: 300;
  color: #666;
}
#compareTable table tfoot {
  text-align: center;
  border-top: 1px solid #eee;
}
#compareTable table tfoot td {
  padding: 1rem 0;
}
#compareTable table tfoot p {
  color: #2d5f5f;
  font-size: 0.8rem;
  margin-top: .4rem;
  line-height: 1;
}
#compareTable table tfoot .price-wrapper {
  font-size: 1.4rem;
  color: #535353;
  padding-bottom: .2rem;
}
#compareTable table tfoot .price-wrapper .old {
  text-decoration: line-through;
  font-size: 1.4rem;
  padding-right: .4rem;
}
#compareTable table tfoot .price-wrapper .new {
  color: #2d5f5f;
  font-weight: 700;
  font-size: 1.5rem;
}
#compareTable table tfoot .button {
  font-size: .9rem;
}
#compareTable.v2 .lto {
  background-color: #373737;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  padding: 8px 11px;
  position: relative;
  max-width: 100%;
}
#compareTable.v2 .lto:before {
  border-bottom: 8px solid #373737;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -8px;
  width: 0;
}
#compareTable.v2 .devices td {
  text-align: center;
}
#compareTable.v2 .devices img {
  margin: 5px 0;
  padding: 5px;
}
#compareTable.v2 p.other-text {
  color: #828282;
  font-size: 0.8rem;
  margin: 0;
}
#compareTable.v2 p.other-text.hover {
  cursor: pointer;
  text-decoration: underline;
}
#compareTable.v2 p.os {
  color: #838383;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2.5;
  margin: 0;
}
#compareTable.v2 p.os span {
  color: #828282;
  cursor: pointer;
  font-weight: 300;
}
#compareTable.v2 th {
  width: 25%;
}
#compareTable.v2 th.empty {
  width: 25%;
}
#compareTable.v2 td {
  vertical-align: middle;
}
#compareTable.v2 td:first-child {
  text-align: left;
  font-weight: 500;
}
#compareTable.v2 td.price h3 {
  font-size: 1.28rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #535353;
}
#compareTable.v2 td.price .upTo {
  color: #373737;
  font-size: 0.92rem;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
#compareTable.v2 td.price .small {
  color: #828282;
  font-size: 0.78rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
#compareTable.v2 td.price .newPrice {
  display: inline-block;
  color: #2d5f5f;
  font-size: 1.5rem;
  font-weight: 700;
}
#compareTable.v2 td.price .cut {
  padding-right: 0.4rem;
  text-decoration: line-through;
  display: inline-block;
  font-weight: 400;
}
#compareTable.v2 .fa.fa-check {
  color: #19ca15;
}
#compareTable.v2 tfoot td {
  vertical-align: top;
}
.specs {
  padding: 5rem 0;
}
.specs h4 {
  color: #0b0b0b;
  font-size: 1.786rem;
  font-weight: 300;
  line-height: 1.2;
}
.specs ul {
  margin: 1.9rem 0;
}
.specs ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #acadad;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
}
.specs ul li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #01b2c9;
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  right: 2.5rem;
  opacity: 0;
  transform: translateY(-5px);
}
.specs ul li:hover h5 {
  color: #01b2c9;
}
.specs ul li:hover h5 span {
  color: #01b2c9 !important;
}
.specs ul li:hover:after {
  right: .8rem;
  opacity: 1;
}
.specs ul li div {
  padding: 0;
}
.specs ul li h5 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.specs ul li h5 small {
  color: inherit;
  font-weight: inherit;
  font-size: .95em;
}
.specs ul li h5 span {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.specs ul li p {
  color: #515151;
  line-height: 1.5;
  font-size: 1.071rem;
  font-weight: 400;
}
.specs p {
  color: #515151;
  line-height: 1.2;
  font-size: 1rem;
}
#connectivityPorts {
  background: #eef1f2;
  padding-bottom: 0;
}
#connectivityPorts .port-hover {
  cursor: pointer;
}
#connectivityPorts .box-ports {
  position: relative;
}
#connectivityPorts .box-ports .port {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#connectivityPorts .box-ports .port.active {
  opacity: 1;
}
.led-blinking 10% {
  opacity: 0;
}
.led-blinking 35% {
  opacity: 1;
}
.led-blinking 65% {
  opacity: 1;
}
.led-blinking 90% {
  opacity: 0;
}
@-webkit-keyframes led-blinking {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-moz-keyframes led-blinking {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-o-keyframes led-blinking {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@keyframes led-blinking {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
#boxLed {
  background: #f8f8f8;
}
#boxLed .teal {
  color: #01a0b5;
}
#boxLed .red {
  color: #e40000;
}
#boxLed h5 {
  font-weight: 400;
}
#boxLed .led-hover {
  cursor: pointer;
}
#boxLed .led-hover:last-child {
  border: 0;
}
#boxLed .box-leds {
  position: relative;
}
#boxLed .box-leds .led {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#boxLed .box-leds .led.white-blinking.active {
  -webkit-animation: led-blinking 1s infinite;
  /* Safari 4+ */
  -moz-animation: led-blinking 1s infinite;
  /* Fx 5+ */
  -o-animation: led-blinking 1s infinite;
  /* Opera 12+ */
  animation: led-blinking 1s infinite;
  /* IE 10+, Fx 29+ */
}
#boxLed .box-leds .led.teal-steady.active {
  opacity: 1;
}
#boxLed .box-leds .led.red-steady.active {
  opacity: 1;
}
#boxLed .box-leds .led.red-blinking.active {
  -webkit-animation: led-blinking 0.8s infinite;
  /* Safari 4+ */
  -moz-animation: led-blinking 0.8s infinite;
  /* Fx 5+ */
  -o-animation: led-blinking 0.8s infinite;
  /* Opera 12+ */
  animation: led-blinking 0.8s infinite;
  /* IE 10+, Fx 29+ */
}
#hardSpecs {
  padding-bottom: 1rem;
}
#hardSpecs li {
  font-size: 1.143rem;
}
#hardSpecs h4 {
  padding-top: 12rem;
}
#packageContent {
  background: url(../images/box-package.png) 65% 300% no-repeat #f5f5f5;
  padding-bottom: 13rem;
}
#packageContent li {
  color: #3a3a3a;
  padding-right: 0;
  border: 0;
}
#packageContent li:after {
  display: none;
}
.setup-step {
  padding: 5rem 0;
}
.setup-step#setup-1 {
  background: #fff;
}
.setup-step#setup-2 {
  background: #f8f8f8;
}
.setup-step h3 {
  color: #000;
  font-size: 2.214rem;
  font-weight: 400;
}
.setup-step h4 {
  font-size: 1.929rem;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.setup-step h5 {
  font-size: 1.786rem;
  font-weight: 400;
  color: #000;
  padding: 0 0 1.5rem 0;
}
.setup-step p {
  color: #626262;
  line-height: 1.5;
}
.setup-step .stores {
  padding: 2rem 0 1.5rem 0;
  overflow: hidden;
}
.setup-step .stores a {
  display: inline-block;
  max-width: 95%;
}
.setup-step .stores a img {
  display: inline-block;
}
.setup-step .qr {
  color: #01b2c9;
}
.setup-step .qr p {
  color: #bfbfbf;
  font-size: 0.929rem;
  text-transform: uppercase;
  padding-bottom: .5rem;
}
.setup-step .info {
  padding-top: 1rem;
}
.setup-step .check.grey li {
  padding-left: .5rem;
  margin-left: -0.5rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.setup-step .check.grey li span {
  color: #7b7b7b;
  font-size: 0.929rem;
  display: block;
}
.setup-step#setup-2 ul {
  padding-bottom: 1.5rem;
}
.setup-step#setup-2 ul li {
  border-top: 1px dashed #000;
}
.setup-step#setup-2 ul li:last-child {
  border-bottom: 1px dashed #000;
}
.setup-step#setup-2 ul li a {
  color: #000;
  display: block;
  font-weight: 500;
  padding: 1rem 0;
  position: relative;
}
.setup-step#setup-2 ul li a:hover {
  color: #4d4d4d;
}
.setup-step#setup-2 ul li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #01b2c9;
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  right: 2.5rem;
  opacity: 0;
}
.setup-step#setup-2 ul li a.active {
  color: #01b2c9;
}
.setup-step#setup-2 ul li a.active:after {
  right: .4rem;
  opacity: 1;
}
.setup-step#setup-2 .item {
  display: none;
  padding-top: 3rem;
}
.setup-step#setup-2 .item h5 {
  font-weight: 500;
  font-size: 1.357rem;
}
.setup-step#setup-2 .item p {
  line-height: 1.3;
  color: #242424;
  margin-bottom: 1.1rem;
}
.setup-step#setup-2 .item figure {
  padding: 0 0 3rem 0;
}
.setup-step#setup-2 .item.active {
  display: block;
}
#advancedProtection {
  background: #f6f6f6;
  padding: 6rem 0;
}
#advancedProtection h2 {
  font-size: 3rem;
  font-weight: 100;
  margin-bottom: 0.4em;
  margin-top: 7rem;
  color: #000;
}
#advancedProtection p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 2rem;
  color: #000;
}
#advancedProtection p b {
  font-weight: 400;
}
#advancedProtection.v2 {
  padding: 3rem 0;
}
#advancedProtection.v2 h2 {
  font-size: 2.8rem;
  font-weight: 300;
}
#advancedProtection.v2 p {
  font-size: 1.3rem;
}
.anch.see-all {
  font-size: 1.4rem !important;
}
#support hr {
  background-color: #f5f5f5;
  height: 4px;
  margin: 2rem 0 3rem 0;
}
#support .faq .categories {
  color: #1f1f1f;
}
#support .faq .categories .title {
  font-size: 2rem;
  font-weight: 300;
}
#support .faq .categories ul {
  padding: 0 0 2rem 0;
}
#support .faq .categories ul li {
  border-top: 1px dashed #999999;
  font-size: 1.28rem;
  font-weight: 300;
  margin: 0;
  padding: 15px 10px 15px 15px;
  cursor: pointer;
}
#support .faq .categories ul li .group {
  background-image: url("../images/closed_list_tick.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px 5px;
}
#support .faq .categories ul li.active .group {
  background-image: none;
}
#support .faq .categories ul li.active ul {
  display: block;
}
#support .faq .categories ul li ul {
  display: none;
  list-style: outside none disc;
  margin: 5px 0 0 0;
  padding: 0;
}
#support .faq .categories ul li ul li {
  font-size: 1rem;
  list-style-position: inside;
  list-style: disc;
  padding: 5px 0 0 0;
  margin: 0 0 0 15px;
  border: 0;
  color: rgba(31, 31, 31, 0.5);
  background-image: none;
  line-height: 1.2;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
#support .faq .categories ul li ul li:hover {
  color: #01b2c9;
}
#support .faq .categories ul li ul li.active {
  color: #01b2c9;
}
#support .faq .details {
  display: none;
  padding-bottom: 2rem;
}
#support .faq .details.active {
  display: block;
}
#support .faq .details .title {
  color: #1f1f1f;
  font-size: 1.28rem;
}
#support .faq .details p {
  color: #1f1f1f;
  font-size: 1.28rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 1;
  margin: 1.2rem 0;
}
#support .faq .details ol {
  list-style-type: decimal;
  padding-left: 2.8rem;
  margin: 1rem 0 0 0;
}
#support .faq .details ol li {
  font-size: 1.2rem;
}
#support .faq .details img {
  max-width: 100%;
}
#support .faq .no-results {
  display: none;
}
#support .no-results .title {
  color: #1f1f1f;
  font-size: 1.28rem;
}
#support .no-results p {
  color: #999999;
  font-size: 1.28rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 1rem 0;
}
#support .back-top {
  cursor: pointer;
  font-weight: 300;
}
#support #faq-search {
  background: rgba(0, 0, 0, 0) url("../images/magnifier.png") no-repeat scroll right 20px center;
  border: 1px solid #00b1cf;
  border-radius: 23px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 10px 20px;
  width: 100%;
  margin: 2.2rem 0;
}
#support .contact {
  position: relative;
  padding: 6rem 0;
  color: #1f1f1f;
}
#support .contact .section-icon {
  background: rgba(0, 0, 0, 0) url("../images/contact_icon.png") no-repeat center;
  height: 80px;
  left: 4rem;
  position: absolute;
  top: -40px;
  width: 81px;
}
#support .contact .title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5em;
}
#support .contact p {
  font-size: 1.28rem;
  font-weight: 300;
  line-height: 1.1;
}
#support .contact .success {
  color: #01b2c9;
  font-size: 2.5rem;
  font-weight: 100;
  margin-top: .7em;
  margin-bottom: 1em;
}
#support .contact form input[type="text"],
#support .contact form input[type="email"],
#support .contact form textarea {
  width: 100%;
  max-width: 650px;
  display: block;
}
#support .contact form input[type="text"],
#support .contact form input[type="email"],
#support .contact form textarea {
  border: 1px solid #d3d5d3;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}
#support .contact form textarea {
  height: 180px;
  margin-top: 10px;
}
#support .contact form .button {
  border: 0;
}
#support .contact form .successMsg {
  font-size: 1.1rem;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.popup-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 8px;
  bottom: 0;
  color: #1f1f1f;
  font-size: 12px;
  height: 100%;
  left: 0;
  margin: auto;
  max-height: 220px;
  max-width: 300px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
}
.popup-content table td {
  padding: 10px;
  vertical-align: top;
}
.popup-content.unsupported table td:first-child {
  font-weight: bold;
}
.popup-content h6 {
  border-bottom: 1px solid #9f9f9f;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px 10px;
  padding: 10px 0 3px;
}
.popup-content .close-popup {
  background: rgba(0, 0, 0, 0) url("../images/close_black.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
}
.unsupported-btn {
  padding: 1rem 0 0 0;
}
.how-works .button {
  text-align: center;
  font-size: .9rem;
}
.LP_order .button {
  font-size: 1.5rem;
  margin-top: 0;
}
.LP_order p {
  font-size: .9rem;
  color: #888;
  padding: 1rem 0;
}
.box-lp img {
  max-width: 550px;
  padding-top: 3.5rem;
}
.limited .price-wrapper {
  color: #535353;
  font-size: 1.4rem;
  padding-bottom: 0.2rem;
}
.limited .price-wrapper .old {
  font-size: 1.4rem;
  padding-right: 0.4rem;
  text-decoration: line-through;
}
.limited .price-wrapper .new {
  color: #2d5f5f;
  font-size: 1.5rem;
  font-weight: 700;
}
.limited .lto {
  background-color: #373737;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  max-width: 100%;
  padding: 8px 11px;
  position: relative;
}
.limited .lto:before {
  border-bottom: 8px solid #373737;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -8px;
  width: 0;
}
#boxFtrs {
  background: #00948f;
  color: #fff;
  padding: 3rem 0;
}
#boxFtrs h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 2rem 0 1rem;
  line-height: 1.2;
}
#boxFtrs p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}
#quotes-slider {
  background: #ecf9f9;
}
#quotes-slider #quotes-carousel {
  padding: 2rem 0;
}
#quotes-slider #quotes-carousel q {
  font-size: 1.714rem;
  color: #252525;
  padding: 1rem 0;
}
#quotes-slider #quotes-carousel .carousel-control.left {
  background: url(../images/carousel-left-arrow.png) no-repeat center;
}
#quotes-slider #quotes-carousel .carousel-control.right {
  background: url(../images/carousel-right-arrow.png) no-repeat center;
}
#boxTechDetails.v2 {
  background: url(../images/boxTechDetails.jpg) no-repeat top center;
  height: 100%;
  max-height: 1051px;
  padding: 9.5rem 0 5rem;
  /*
    &.v2{
        background-image: url(../images/boxTechDetailsv2.jpg);
        padding: 3rem 0;
        h1{
            font-size:2.8rem;
            margin: 0;
        }
        h4{
            font-size: 1.5rem;
            padding: 1.5rem 0 1rem 0;
        }
        h5{
            font-size: 1.3rem;
        }
        li{
            font-size: 1.2rem !important;
        }
        .supported{
            li{
                padding: 0;
            }
        }
        .topSpace{
            padding-top: 1rem;
        }
    }
    */
}
#boxTechDetails.v2 h1 {
  font-size: 4.286rem;
  font-weight: 100;
  padding-bottom: 3rem;
  color: #fff;
}
#boxTechDetails.v2 h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 1.8rem;
}
#boxTechDetails.v2 h5 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: .5rem;
}
#boxTechDetails.v2 ul li {
  color: #ccc;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 1rem;
  line-height: 1.2;
}
#boxTechDetails.v2 ul li .title {
  font-weight: 700;
  color: #fff;
}
#boxTechDetails.v2 .discl {
  color: #747474;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
#boxTechDetails.v2 .topSpace {
  padding-top: 1.9rem;
}
#faq-hpg {
  padding: 2rem 0 3rem;
}
#faq-hpg h3 {
  font-size: 3.929rem;
  font-weight: 700;
  margin: 1em 0 0.8em;
}
#faq-hpg .faq .info {
  display: none;
  padding-left: 2.7rem;
  padding-bottom: 1rem;
}
#faq-hpg .faq .item {
  padding: 0 0 1rem;
}
#faq-hpg .faq .item .open-faq {
  color: #000;
  display: block;
  font-size: 1.571rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 2.6rem;
  padding-bottom: 1rem;
  position: relative;
}
#faq-hpg .faq .item .open-faq .sign {
  background-color: #01b2c9;
  color: #fff;
  display: inline-block;
  font-size: 1.857rem;
  font-weight: 700;
  height: 1.714rem;
  left: 0;
  line-height: 0.9;
  position: absolute;
  text-align: center;
  top: 0rem;
  vertical-align: middle;
  width: 1.714rem;
}
#faq-hpg .faq .item .open-faq .sign.minus {
  font-size: 2.857rem;
  line-height: 0.45;
}
#faq-hpg .faq .item p {
  color: #000;
  font-size: 1.286rem;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 2.6rem;
  padding: 0.5rem 0;
}
#faq-hpg.v2 h3 {
  font-size: 2.7rem;
}
#faq-hpg.v2 .open-faq {
  font-size: 1.4rem !important;
}
#boxAtGlance {
  background: #edf9f9;
  padding: 0 0 3rem 0;
}
#boxAtGlance h2 {
  font-size: 4.286rem;
  font-weight: 100;
  padding: 1em 0;
  margin: 0;
}
#boxAtGlance ul li {
  margin-bottom: 1px;
  max-width: 400px;
}
#boxAtGlance ul li a {
  background: #e8e8e8;
  padding: 0 1rem;
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#boxAtGlance ul li a:before {
  width: 35px;
  height: 44px;
  content: "\f04b";
  font-size: 3rem;
  font-family: FontAwesome;
  right: -30px;
  top: 50%;
  margin-top: -22px;
  position: absolute;
  color: #e8e8e8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#boxAtGlance ul li a:hover,
#boxAtGlance ul li a.active {
  background: #01b2c9;
  color: #fff;
}
#boxAtGlance ul li a:hover:before,
#boxAtGlance ul li a.active:before {
  color: #01b2c9;
}
#boxAtGlance ul li a:hover.prln .img,
#boxAtGlance ul li a.active.prln .img {
  background: url(../images/icons/private-line-active.png) no-repeat center;
}
#boxAtGlance ul li a:hover.tslp .img,
#boxAtGlance ul li a.active.tslp .img {
  background: url(../images/icons/local-protection-white.png) no-repeat center;
}
#boxAtGlance ul li a:hover.va .img,
#boxAtGlance ul li a.active.va .img {
  background: url(../images/icons/vulnerability-assessment-active.png) no-repeat center;
}
#boxAtGlance ul li a:hover.atc .img,
#boxAtGlance ul li a.active.atc .img {
  background: url(../images/icons/active-threat-active.png) no-repeat center;
}
#boxAtGlance ul li a:hover.omapp .img,
#boxAtGlance ul li a.active.omapp .img {
  background: url(../images/icons/mobile-app-active.png) no-repeat center;
}
#boxAtGlance ul li a:hover.ip .img,
#boxAtGlance ul li a.active.ip .img {
  background: url(../images/icons/ios-protection-active.png) no-repeat center;
}
#boxAtGlance ul li a .img {
  width: 102px;
  height: 111px;
  display: inline-block;
  vertical-align: middle;
  margin: 0.8rem 2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#boxAtGlance ul li a .txt {
  display: inline-block;
  vertical-align: middle;
}
#boxAtGlance ul li a.prln .img {
  background: url(../images/icons/private-line.png) no-repeat center;
}
#boxAtGlance ul li a.tslp .img {
  background: url(../images/icons/local-protection.png) no-repeat center;
}
#boxAtGlance ul li a.va .img {
  background: url(../images/icons/vulnerability-assessment.png) no-repeat center;
}
#boxAtGlance ul li a.atc .img {
  background: url(../images/icons/active-threat.png) no-repeat center;
}
#boxAtGlance ul li a.omapp .img {
  background: url(../images/icons/mobile-app.png) no-repeat center;
}
#boxAtGlance ul li a.ip .img {
  background: url(../images/icons/ios-protection.png) no-repeat center;
}
#boxAtGlance .content .title {
  font-size: 2.786rem;
  font-weight: 700;
  color: #444;
  margin: 0;
  padding: 2rem 0 2rem 0;
}
#boxAtGlance .content .subtitle {
  font-size: 1.571rem;
  font-weight: 700;
  margin-top: -1.5rem;
  color: #444;
}
#boxAtGlance .content .inline-title {
  font-size: 2.143rem;
  font-weight: 500;
  color: #444;
}
#boxAtGlance .content p {
  font-size: 1.571rem;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 1.5rem;
}
#boxAtGlance .content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#boxAtGlance .content ol li {
  font-size: 1.571rem;
  font-weight: 300;
  line-height: 1.2;
  color: #444;
  padding-bottom: 1.5rem;
}
#boxAtGlance .content ol li:first-letter {
  padding-left: 10px;
}
#boxAtGlance .content .txt {
  display: none;
}
#boxAtGlance .content .txt.active {
  display: block;
}
.box-how-it-works {
  padding: 4rem 0 2rem 0;
}
.box-how-it-works .title {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.1;
  padding-bottom: 1rem;
}
.box-how-it-works .item {
  padding-bottom: 3rem;
}
.box-how-it-works .item .icon {
  display: inline-block;
  height: 52px;
  margin-bottom: 1rem;
}
.box-how-it-works .item .item-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}
.box-how-it-works .item .item-subtitle {
  font-size: 1.1rem;
  font-style: italic;
  padding: .3rem 0 1.1rem;
  color: #01B2C9;
}
.box-how-it-works .item .txt {
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.4;
  padding-right: 4rem;
  font-weight: 300;
}
.box-how-it-works.v2 {
  background: #f6f6f6;
  overflow: hidden;
  padding: 5rem 0;
}
.box-how-it-works.v2 .title {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.box-how-it-works.v2 .subtitle {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 3rem;
}
.box-how-it-works.v2 .item {
  transition: 1s all;
  overflow: hidden;
}
.box-how-it-works.v2 .item .item-subtitle {
  line-height: 1.3;
}
.box-how-it-works.v2 .item.less {
  max-height: 18rem;
}
.box-how-it-works.v2 .item .icon {
  height: 75px;
}
.box-how-it-works.v2 .item .item-title {
  text-transform: uppercase;
}
.box-how-it-works.v2 .item .txt {
  color: #444444;
  font-size: 1.1rem;
  font-weight: normal;
  padding-bottom: 1rem;
}
.box-how-it-works.v2 .hidden-area {
  display: none;
}
.box-how-it-works.v2 .show-more {
  margin-top: -78px;
  padding-top: 78px;
  background: url(../images/gradient.png) repeat-x top center;
}
.box-how-it-works.v2 .show-more hr {
  border-color: #d6d6d6;
  padding: 0;
}
.box-how-it-works.v2 .show-more .readmore {
  color: #000000;
  display: inline-block;
  cursor: pointer;
}
.new-label {
  background: #07b9ba;
  display: inline-block;
  border-radius: 20px;
  font-size: .7rem;
  font-weight: 500;
  padding: .2rem .3rem;
  color: #fff;
  text-transform: uppercase;
}
.soon {
  background: #000;
}
.box-soon {
  background: url(../images/box-soon.png) no-repeat center -5rem;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 17rem;
  margin-bottom: 1rem;
}
.box-soon .smart {
  font-weight: 300;
  font-size: 1.5rem;
  padding-top: 1.7rem;
}
.box-soon .counter {
  margin: 0 auto;
  padding: 17rem 0 2rem;
  max-width: 42rem;
}
.box-soon .counter .item {
  float: left;
  width: 23%;
}
.box-soon .counter .item.day {
  width: 31%;
}
.box-soon .counter .label {
  font-family: 'Raleway', sans-serif;
  color: #4b4b4b;
  font-size: .9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.box-soon .counter .val {
  font-weight: 100;
  color: #00ffff;
  font-size: 7.5rem;
  position: relative;
}
.box-soon .counter .val.minutes:before,
.box-soon .counter .val.seconds:before {
  content: ":";
  position: absolute;
  top: 0rem;
  left: -0.6rem;
}
.box-soon .smth {
  font-size: 2rem;
  font-weight: 100;
  padding-bottom: 4.5rem;
}
.box-soon .watch-teaser {
  display: inline-block;
  color: #00ffff;
  font-size: 1.2rem;
}
.box-soon .watch-teaser img {
  display: block;
  padding-bottom: .6rem;
}
.watch-teaser-window .modal-body {
  padding: 0;
  background: #000;
}
.watch-teaser-window .modal-header {
  padding: 0;
  position: absolute;
  width: 100%;
  border: 0;
  color: #fff;
  z-index: 5;
}
.watch-teaser-window .modal-header .close {
  color: #fff;
  opacity: .5;
  margin: 1rem;
}
.watch-teaser-window .modal-header .close:hover {
  opacity: .8;
}
.watch-teaser-window iframe,
.watch-teaser-window .modal-dialog,
.watch-teaser-window .modal-body {
  width: 800px;
  height: 600px;
}
.box-soon-info {
  padding-bottom: 3rem;
}
.box-soon-info .subscribe-wrapper {
  height: 38px;
  max-width: 26rem;
  border-radius: 50px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.box-soon-info .subscribe-wrapper .subscribe-btn {
  background: #5ec746;
  border: 0;
  border-radius: 50px;
  font-size: .7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  padding: .9rem 1.6rem;
  float: right;
  margin: 2px;
}
.box-soon-info .subscribe-wrapper .input {
  float: left;
  color: #383838;
  padding: 0.88rem 1rem;
  line-height: 1;
  border: 0 !important;
  outline: 0 !important;
  width: 67%;
}
.box-soon-info .check {
  color: #848484;
  font-size: 1.2rem;
  font-weight: 100;
  padding: 1.8rem 0;
}
.box-soon-info .social {
  padding: 1rem 0;
}
.box-soon-info .social a {
  color: #959494;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0.3rem;
}
.box-soon-info .copy {
  color: #848484;
  font-size: .8rem;
  padding-bottom: 1rem;
}
.box-soon-info a {
  color: #00ffff;
  font-size: 1.2;
  font-weight: 300;
}
#prodSection.v2016 {
  background: #f7f7f6 url("../images/livingroom2.png") no-repeat scroll center -35%;
  border-bottom: 0 none;
  padding: 3em 0 5em;
  position: relative;
}
#prodSection.oneProd .first-row .logo {
  width: 146px;
}
#prodSection.oneProd .Title h2 {
  color: #010101;
  font-size: 3.8em;
  margin-bottom: 0;
  margin-top: 0.5em;
  font-weight: bold;
}
#prodSection.oneProd .Title h3 {
  margin-bottom: 3em;
}
#prodSection h3,
#btmProd h3 {
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1;
}
#prodSection.v2016 .title {
  color: #010101;
  font-size: 3.8em;
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}
#prodSection.v2016 ul,
#btmProd.v2016 ul {
  /*list-style-image: url("../images/checkv4.png");
    list-style-position: outside;*/
  padding: 15px 20px 15px 0;
}
#prodSection.v2016 .title .bdf {
  font-size: 0.4em;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
#prodSection.v2016 .subTitle {
  color: #181818;
  font-size: 1.8em;
  font-weight: 300;
  margin: 0.2em 0 0;
  padding: 0;
}
#prodSection.v2016 ul li,
#btmProd.v2016 ul li {
  color: #313131;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 7px;
  position: relative;
  padding-left: 34px;
}
#prodSection.v2016 ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/checkv4.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.tablePrice .info {
  margin-bottom: 5px;
  overflow: hidden;
}
.tablePrice .sep {
  background: rgba(0, 0, 0, 0) url("../images/dashed-separator.png") repeat-x scroll 0 0;
  height: 1px;
  margin: 0.7em 0;
  width: 100%;
}
#prodSection.oneProd .tablePrice .new-p {
  color: #040404;
  font-weight: bold;
}
#prodSection.oneProd .tablePrice p {
  display: inline-block;
}
#prodSection.oneProd .tablePrice .newp {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-top: 2px;
}
.tablePrice .savings {
  border-top: 1px solid #dadada;
  display: block;
  overflow: hidden;
  padding: 7px 0;
  width: 100%;
}
.tablePrice .savings span {
  color: #36af00;
  font-size: 15px;
  font-weight: 700;
  margin-top: -2px;
}
#prodSection.oneProd .tablePrice .oldp {
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.tablePrice {
  background-color: #f2f2f2;
  position: relative;
  padding: 10px 15px;
  margin-top: 2rem;
}
#footer0 {
  background: #000000 none repeat scroll 0 0;
}
#footer1 {
  background: #000000 none repeat scroll 0 0;
  margin-top: -12%;
  padding-bottom: 4%;
}
#footer2 {
  background: #070d18 none repeat scroll 0 0;
  color: #414957;
  font: 500 0.9em/1.5em "Roboto", sans-serif;
  padding: 10px 0;
}
#footer1 .fu {
  color: #c3cee2;
  font: 700 0.9em/1em "Roboto", sans-serif;
  margin: 30px 0 5px;
}
#footer2 ul li {
  margin: 0;
}
#footer1 .smicons img {
  display: inline-block;
  margin: 0 3px;
}
#footer2 ul li a {
  border-right: 1px solid #414957;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  text-transform: none;
}
#footer2 a,
#footer2 a:visited {
  color: #414957;
  font: 500 1em/1em "Roboto", sans-serif;
}

/*# sourceMappingURL=site.min.css.map */

