/* webfonts */
@font-face {
  font-family: 'GoogleSans-Regular';
  src: url("https://static.lenovo.com/ww/campaigns/2018/smartdisplay/webfont/GoogleSans-Regular.woff") format("woff"), url("https://static.lenovo.com/ww/campaigns/2018/smartdisplay/webfont/GoogleSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700');

/* Masthead Adjust */
.mainContent, .promo, #arvr, .headerimg, .headerimgbig, .brandCampaign .hero-banner, .brandCampaign .brand-feature-stack-wrapper, #longscroll-subseries, .intros {margin-top: 0!important;}

/* Adjust Old Masthead */
.masthead {margin-bottom: 75px;}
@media (max-width: 1227px) {
  .masthead {margin-bottom: 0px;}
}
@media (max-width: 1178) {
  .masthead {margin-bottom: 75px;}
}
@media (max-width: 1060px) {
  .masthead {margin-bottom: 60px;}
}

/* Content Styles */
[class*='smartclock-btn'] {
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
}


[class*='smartclock-btn']::-ms-expand {
  display: none;
}


[class*='smartclock-btn']::-ms-clear {
  display: none;
}


[class*='smartclock-btn']:hover {
  text-decoration: none;
}

.smartclock-btn-x-green {
  background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/css-sprite.png);
  background-position: 0px -47px;
  width: 25px;
  height: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .smartclock-btn-x-green {
    background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet-2x.png);
    background-size: 91px 72px;
  }
}

.smartclock-btn-light {
  height: 49px;
  border: 1px solid #fefefe;
  font-size: 16px;
  line-height: 45px;
  padding: 0 1.5em;
  color: #fefefe;
  border-radius: 2px;
  font-weight: 700;
}
.smartclock-btn-light:hover {background: #fefefe; color: #000000;}
.smartclock-btn-blue-border {
  height: 49px;
  border: 1px solid #009dd9;
  font-size: 16px;
  line-height: 45px;
  padding: 0 1.5em;
  color: #009dd9;
  border-radius: 2px;
  font-weight: 700;
}
.smartclock-btn-blue-border:hover {background: #009dd9; color: #ffffff;}

.smartclock-btn-blue {
  border-radius: 2px;
  background-color: #009dd9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 2em;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  min-width: 220px;
}

.smartclock-btn-blue:hover {
  background-color: #00668d;
}




[class*='smartclock-link'] {
  cursor: pointer;
  text-decoration: none;
}


[class*='smartclock-link']:focus {
  outline: none;
}

.smartclock-link-cplus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009dd9;
}

.smartclock-link-cplus:before {
  background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet.png);
  background-position: -53px -47px;
  width: 22px;
  height: 22px;
  display: block;
  content: '';
  margin-right: .5em;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .smartclock-link-cplus:before {
    background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet-2x.png);
    background-size: 91px 72px;
  }
}


[class*='smartclock-list'] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smartclock-list-html-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.8em;
}

.smartclock-list-html-icon__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
  margin-top: 5px;
}

.smartclock-list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.smartclock-list-logo__item {
  padding: 25px;
}

html {
  overflow-x: hidden;
}

.hero-banner.hero-video-exists {height: 0px;}

h1 {display: none;}
.video-background{overflow: hidden; height: 100vh; max-height: 56.25vw;}
.video-background iframe {width: 100vw; height: 56.25vw;}

.smartclock-title-reg {
  color: #6eba35;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .smartclock-title-reg {font-size: 40px;margin: 0; }
}
@media screen and (max-width: 768px) {
  .smartclock-title-reg {font-size: 35px;margin: 0; }
}
@media screen and (max-width: 420px) {
  .smartclock-title-reg {font-size: 28px;margin: 0; }
}

.l-container { margin-left: auto; margin-right: auto;}
@media screen and (max-width: 575px) {
  .l-container { width: calc(100% - 80px); }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .l-container { width: 90vw; }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .l-container { width: 710px; }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .l-container { width: 960px; }
}

@media screen and (min-width: 1280px) {
  .l-container { width: 1160px; }
}

.l-specification-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

@media screen and (min-width: 769px) {
  .l-specification-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  .l-specification-list {
    grid-column-gap: 70px;
  }
}

.l-specification-list > li:nth-child(3) {
  /* grid-row: 2 / span 4; */
}

.l-smartclock-buybox-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -20px;
}

@media screen and (min-width: 1280px) {
  .l-smartclock-buybox-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1280px) {
  .l-smartclock-buybox-grid {
    margin-left: -12px;
    margin-right: -12px;
  }
  .l-smartclock-buybox-grid > .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.l-smartclock-buybox-grid > .col {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .l-smartclock-buybox-grid > .col {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .l-smartclock-buybox-grid > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.smartclock-hero {
  position: relative;
  height: 45vw;
  max-height: calc(100vh - 75px);
  background-image: url('https://static.lenovo.com/ww/campaigns/2019/smart-clock/lenovo-smart-clock-1-hero-2.jpg');
  background-size: cover;
  background-position: center;
}
.smartclock-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .smartclock-hero {height: 75vw; background-position-x: right;}
  .smartclock-hero__content {align-items: unset; margin-top: 80px;}
}
@media screen and (max-width: 420px) {
  .smartclock-hero {height: 100vh; max-height: 100vh;background-position-x: 77vh;}
}

.smartclock-hero__video-bg {
  overflow: hidden;
  max-height: 100vh;
}
@media screen and (min-width: 769px) {
  .smartclock-hero__video-bg .ytplayer-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .smartclock-hero__video-bg .ytplayer-container:before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .smartclock-hero__video-bg .ytplayer-container > .embed,
  .smartclock-hero__video-bg .ytplayer-container iframe,
  .smartclock-hero__video-bg .ytplayer-container embed,
  .smartclock-hero__video-bg .ytplayer-container object,
  .smartclock-hero__video-bg .ytplayer-container video {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
  }
}

.GAlogo {position: absolute; top: 20px; right: 20px;}
.GAlogo img {width: 225px; height: auto;}
@media screen and (max-width: 420px) {
  .GAlogo {top: unset; bottom: 40px;}
}

.smartclock-hero__header {
  width: 100%;
  line-height: 1.3;
  color: #fff;
  padding: 0 20px;
}
.smartclock-hero__header img.logo {width: 33vw; max-width: 400px;}
@media screen and (min-width: 576px) {
  .smartclock-hero__header { max-width: 50%; }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .smartclock-hero__header img.logo {width: 25vw;}
}
@media screen and (max-width: 420px) {
  .smartclock-hero__header img.logo {width: 60vw;}
}

.smartclock-hero__title {
  margin: 0 0 30px;
}

.smartclock-hero__title img {
  max-width: 100%;
}

.smartclock-hero__descr {
  font-size: 24px;
  margin: 20px 0 40px;
  color: #000;
  font-weight: 400;
}
.smartclock-hero__descr > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1080px) {
  .smartclock-hero__descr { font-size: 24px;}
}
@media screen and (max-width: 420px) {
  .smartclock-hero__descr { font-size: 18px; font-weight: 400; color: #ffffff;}
}

.smartclock-hero__descr-quote {
  padding-top: .75em;
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .smartclock-hero__descr-quote {
    text-align: right;
  }
}

.smartclock-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.smartclock-hero__actions .smartclock-btn-light {
  margin: 0 10px;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .smartclock-hero__actions {-ms-flex-wrap: wrap;flex-wrap: wrap; }
  .smartclock-hero__actions .smartclock-btn-light { width: 100%; margin: 20px 0 0; max-width: 220px; }
}
@media screen and (max-width: 420px) {
  .smartclock-hero__actions .smartclock-btn-light { background: #fff; color: #000; box-shadow: 0 2px 5px rgba(0,0,0,0.5); }
}

.smartclock-tile {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
@media screen and (min-width: 1280px) {
  .smartclock-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .smartclock-tile {background: #fff;}
}

.smartclock-tile.is-active .smartclock-tile__popup {
  max-height: 9999px;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile.is-active .smartclock-tile__popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    -o-transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.smartclock-tile.is-active .smartclock-tile__line--link .smartclock-link-cplus:before {
  background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet.png);
  background-position: -28px -47px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .smartclock-tile.is-active .smartclock-tile__line--link .smartclock-link-cplus:before {
    background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet-2x.png);
    background-size: 91px 72px;
  }
}

.smartclock-tile.is-active .smartclock-tile__line--link .smartclock-link-cplus span:first-child {
  display: none;
}

.smartclock-tile.is-active .smartclock-tile__line--link .smartclock-link-cplus span:last-child {
  display: inline;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile:nth-child(odd) .smartclock-tile__inner {
    padding: 40px 5vw 40px 40px;
  }
  .smartclock-tile:nth-child(even) .smartclock-tile__section--img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .smartclock-tile:nth-child(even) .smartclock-tile__section--info {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .smartclock-tile:nth-child(even) .smartclock-tile__inner {
    padding: 40px 40px 40px 5vw;
  }
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__section {
    width: 50%;
    min-height: 40vw;
  }
}

.smartclock-tile__section--img img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__section--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.smartclock-tile__inner {
  padding: 40px 0;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.smartclock-tile__inner > :last-child {margin-bottom: 0 !important;}
@media screen and (min-width: 1280px) {
  .smartclock-tile__inner {
    text-align: left;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  .smartclock-tile__inner { padding: 80px 40px; }
}

.smartclock-tile__line {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__line {
    text-align: left;
  }
}

.smartclock-tile__line--title {
  line-height: 1.33;
}

.smartclock-tile__line--title .smartclock-title-reg {
  text-align: inherit;
  line-height: 1.125em;
  margin-bottom: 0;
}

.smartclock-tile__line--msg {
  font-family: 'GoogleSans-Regular', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.44;
}
@media screen and (max-width: 1080px) {
  .smartclock-tile__line--msg {font-size: 18px;}
}

.smartclock-tile__line--link .smartclock-link-cplus span:last-child {
  display: none;
}

.smartclock-tile__msg {
  display: inline-block;
  border-radius: 10px;
  background-color: #e3e3e3;
  padding: .4em .8em;
  max-width: 95%;
}
.smartclock-tile__msg.blank {display: none;}
@media screen and (min-width: 1280px) {
  .smartclock-tile__msg { margin-left: -.8em; }
}

.smartclock-tile__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  position: relative;
  -webkit-box-shadow: inset 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transition: max-height .4s;
  -o-transition: max-height .4s;
  transition: max-height .4s;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    -o-transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    max-height: none;
    z-index: 1;
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.smartclock-tile__popup-close {
  display: none;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__popup-close {
    position: absolute;
    top: 50px;
    right: 100px;
    display: inline-block;
    z-index: 1;
  }
}

.smartclock-tile__popup-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  color: #222222;
  font-size: 20px;
  line-height: 1.5;
}

.smartclock-tile__popup-content .l-container {
  max-width: 500px;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__popup-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .smartclock-tile__popup-content .smartclock-list-html-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: none;
  }
  .smartclock-tile__popup-content .smartclock-list-html-icon__item {
    width: 45%;
  }
  .smartclock-tile__popup-content .smartclock-list-html-icon__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .smartclock-tile__popup-content .l-container {
    max-width: none;
  }
}

.smartclock-tile__copyright {
  color: #c4beb6;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .smartclock-tile__copyright {
    position: absolute;
    right: 0;
    bottom: 85px;
    left: 0;
    width: 90%;
    margin: auto;
    max-width: 1160px;
  }
}

.smartclock-site-section--autoplay .smartclock-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 420px) {
  .smartclock-site-section--autoplay .smartclock-tile {flex-direction: column-reverse;}
}

.smartclock-site-section--autoplay .smartclock-tile__section {
  width: 100%;
}

.smartclock-site-section--autoplay .smartclock-tile__section--img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background: #fff;
}

.smartclock-site-section--autoplay .smartclock-tile__section--info {
  margin-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .smartclock-site-section--autoplay .smartclock-tile__section--info {margin-bottom: 60px;}
}

.smartclock-site-section--autoplay .smartclock-tile__inner {
  padding: 0 !important;
}

@media screen and (min-width: 1280px) {
  .smartclock-site-section--autoplay .smartclock-tile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .smartclock-site-section--autoplay .smartclock-tile__line--title {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .smartclock-site-section--autoplay .smartclock-tile__line--title .smartclock-title-reg {
    max-width: 600px;
    margin: auto;
  }
  .smartclock-site-section--autoplay .smartclock-tile__line--msg {
    max-width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
    text-align: right;
    margin-left: -2px;
  }
  .smartclock-site-section--autoplay .smartclock-tile__line--descr {
    max-width: 50%;
    margin-bottom: 0;
    padding-left: 20px;
  }
}

.smartclock-site-section--autoplay .smartclock-tile__msg {
  position: absolute;
  top: 5vw;
  left: 30px;
}

@media screen and (min-width: 1280px) {
  .smartclock-site-section--autoplay .smartclock-tile__msg {
    text-align: left;
  }
}

.smartclock-owl-autoplay {
  margin-bottom: 55px;
}

.smartclock-site-section {
  overflow-x: hidden;
  background-color: #fff;
  font: 300 16px / 1.67 'Lato';
  color: #222;
}

.smartclock-site-section * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.smartclock-site-section--padding {
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .smartclock-site-section--padding { padding: 60px 0px; }
}
@media screen and (max-width: 768px) {
  .smartclock-site-section--padding { padding: 40px; }
}
@media screen and (max-width: 420px) {
  .smartclock-site-section--padding { padding: 40px 0; }
}

.smartclock-site-section--gray {
  background-color: #f6f6f6;
}

.smartclock-site-section--copyright {
  color: #c4beb6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  padding: 17px 0;
}

.smartclock-owl-nav {
  position: relative;
}

.smartclock-owl-nav__slide {
  position: relative;
}
.owl-carousel .owl-item img {width: 85%; margin: 0px auto;}
@media screen and (min-width: 1280px) {
  .smartclock-owl-nav__slide { max-width: 800px; }
}
@media screen and (max-width: 420px) {
  .owl-carousel .owl-item img {width: 100%;}
}

.smartclock-owl-nav__slide img {
  opacity: .4;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

.smartclock-owl-nav.owl-carousel .owl-item.active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .smartclock-owl-nav.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}

.smartclock-owl-nav.owl-carousel .owl-nav {
  margin: 0;
}

.smartclock-owl-nav.owl-carousel .owl-nav [class*='owl-'] {
  outline: none;
  border: none;
}

.smartclock-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet.png);
  background-position: 0px 0px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .smartclock-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-prev {
    background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet-2x.png);
    background-size: 91px 72px;
  }
}

.smartclock-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet.png);
  background-position: -47px 0px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .smartclock-owl-nav.owl-carousel .owl-nav [class*='owl-'].owl-next {
    background-image: url(https://static.lenovo.com/ww/campaigns/2018/smartdisplay/img/spritesheet-2x.png);
    background-size: 91px 72px;
  }
}

.smartclock-owl-nav.owl-carousel .owl-nav [class*='owl-'] span {
  display: none;
}

.smartclock-owl-nav.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.smartclock-owl-nav.owl-carousel .owl-dots .owl-dot {
  width: 50px;
  height: 3px;
  background-color: #d8d8d8;
  margin: 0 2px;
  border: none;
}

.smartclock-owl-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: #6eba35;
}

.smartclock-owl-nav.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.smartclock-specification {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 24px;
}

.smartclock-specification__title {
  color: #6eba35;
  font-weight: 700;
  margin-bottom: 20px;
}

.smartclock-specification__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smartclock-specification__list > :last-child {
  margin-bottom: 0 !important;
}

.smartclock-specification__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.smartclock-specification__sep {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 1px dashed #d7d7d7;
  min-width: 60px;
  margin: 15px 10px 0;
}

.smartclock-specification__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  color: #666666;
}

.smartclock-specification__value {
  text-align: right;
}

.smartclock-specification-tabs__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1279px) {
  .smartclock-specification-tabs__nav {
    margin-bottom: 40px;
  }
}

.smartclock-specification-tabs__nav-item {
  border: 1px solid #c4beb6;
  position: relative;
  color: #c4beb6;
  font-size: 15px;
  font-weight: 400;
}

.smartclock-specification-tabs__nav-item + .smartclock-specification-tabs__nav-item {
  margin-left: -1px;
}

.smartclock-specification-tabs__nav-item:first-child {
  border-radius: 4px 0 0 4px;
}

.smartclock-specification-tabs__nav-item:last-child {
  border-radius: 0 4px 4px 0;
}

.smartclock-specification-tabs__nav-item.is-active {
  border-color: #222222;
  color: #222222;
  z-index: 1;
}

.smartclock-specification-tabs__nav-btn {
  display: block;
  line-height: 40px;
  padding: 0 22px;
  min-width: 170px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.smartclock-specification-tabs__nav-btn:focus {
  outline: none;
}

.smartclock-specification-tabs__content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smartclock-specification-tabs__tab {
  display: none;
  list-style: none;
  padding: 0;
}

/* Shop */
.smartclock-buybox {
  padding: 80px 80px 20px;
  display: flex;
  flex-flow: row-reverse;
}
.smartclock-buybox__info {display: flex; flex-flow: column; justify-content: center;}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .smartclock-buybox {
    padding: 75px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .smartclock-buybox { padding: 25px 40px 100px; }
}
@media screen and (max-width: 420px) {
  .smartclock-buybox { flex-flow: column; padding: 20px 0; }
}

.smartclock-buybox__img {
  padding: 0 0 0 60px;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .smartclock-buybox__img {
    margin-bottom: 0;
    margin-right: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .smartclock-buybox__img { margin-bottom: 20px; }
}
@media screen and (max-width: 420px) {
  .smartclock-buybox__img { margin-bottom: 20px; padding: 0; }
}

.smartclock-buybox__img img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .smartclock-buybox__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .smartclock-buybox__info {
    text-align: center;
  }
}

.smartclock-buybox__title {
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 .65em;
  line-height: 1.3;
  color: #6eba35;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .smartclock-buybox__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .smartclock-buybox__title {
    font-size: 25px;
  }
}

.smartclock-buybox__price {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}

.smartclock-buybox__action .smartclock-btn-blue {
  min-width: 208px; width: auto; height: auto;
}

@media screen and (max-width: 768px) {
  .smartclock-buybox__action .smartclock-btn-blue {
    min-width: 240px;
  }
}

.smartclock-how-container__header {
  max-width: 75%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .smartclock-how-container__header { margin-bottom: 65px; max-width: 100%; }
}
@media screen and (max-width: 768px) {
  .smartclock-how-container__header { margin-bottom: 0px; max-width: 100%; padding: 0 40px; }
}
@media screen and (max-width: 420px) {
  .smartclock-how-container__header {padding: 0;}
}

.smartclock-how-container__header p {
  margin: 0;
}

.smartclock-how-container__title {
  margin-bottom: 5px;
}

.smartclock-how-container__title .smartclock-title-reg { margin: 0 auto 20px;}

.smartclock-how-container__details {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .smartclock-how-container__details {
    height: 685px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .smartclock-how-container__details {
    height: 610px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .smartclock-how-container__details {
    height: 570px;
  }
}

@media screen and (max-width: 768px) {
  .smartclock-how-container__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.smartclock-detail__img img {
  display: block;
  width: 100%;
}

.smartclock-detail__descr {
  color: #6ac346;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 325px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity, -webkit-transform .4s .5s linear;
  transition: opacity, -webkit-transform .4s .5s linear;
  -o-transition: opacity, transform .4s .5s linear;
  transition: opacity, transform .4s .5s linear;
  transition: opacity, transform .4s .5s linear, -webkit-transform .4s .5s linear;
}

.smartclock-detail__pointer {
  background-color: #6ac346;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.smartclock-detail__pointer:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  border-top: 1px solid #6ac346;
}

.smartclock-detail--speaker {
  z-index: 1;
}

.smartclock-detail.aos-animate .smartclock-detail__descr {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 1280px) {
  .smartclock-detail--platform {
    position: absolute;
    top: 75px;
    left: 0;
    width: 37%;
  }
  .smartclock-detail--speaker {
    position: absolute;
    top: 315px;
    left: 350px;
    width: 23%;
  }
  .smartclock-detail--display {
    position: absolute;
    top: 45px;
    left: 590px;
    width: 28%;
  }
  .smartclock-detail--protector {
    position: absolute;
    top: 165px;
    left: 900px;
    width: 20%;
  }
  .smartclock-detail--platform .smartclock-detail__descr {
    position: absolute;
    top: -90px;
    left: 15px;
  }
  .smartclock-detail--platform .smartclock-detail__pointer {
    position: absolute;
    top: 180px;
    left: 310px;
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  .smartclock-detail--platform .smartclock-detail__pointer:before {
    width: 130px;
  }
  .smartclock-detail--speaker .smartclock-detail__descr {
    position: absolute;
    top: 240px;
    left: -270px;
  }
  .smartclock-detail--speaker .smartclock-detail__pointer {
    position: absolute;
    top: -120px;
    left: 340px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  .smartclock-detail--speaker .smartclock-detail__pointer:before {
    width: 140px;
  }
  .smartclock-detail--display .smartclock-detail__descr--1 {
    position: absolute;
    top: -70px;
    left: 270px;
  }
  .smartclock-detail--display .smartclock-detail__descr--1 .smartclock-detail__pointer {
    position: absolute;
    top: 100px;
    left: -50px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .smartclock-detail--display .smartclock-detail__descr--1 .smartclock-detail__pointer:before {
    width: 85px;
  }
  .smartclock-detail--display .smartclock-detail__descr--2 {
    position: absolute;
    top: 550px;
    left: 170px;
  }
  .smartclock-detail--display .smartclock-detail__descr--2 .smartclock-detail__pointer {
    position: absolute;
    top: -150px;
    left: -15px;
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  .smartclock-detail--display .smartclock-detail__descr--2 .smartclock-detail__pointer:before {
    width: 140px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .smartclock-detail--platform {
    position: absolute;
    top: 75px;
    left: 0;
    width: 43%;
  }
  .smartclock-detail--speaker {
    position: absolute;
    top: 315px;
    left: 300px;
    width: 23%;
  }
  .smartclock-detail--display {
    position: absolute;
    top: 45px;
    left: 490px;
    width: 28%;
  }
  .smartclock-detail--protector {
    position: absolute;
    top: 165px;
    left: 755px;
    width: 20%;
  }
  .smartclock-detail--platform .smartclock-detail__descr {
    position: absolute;
    top: -90px;
    left: 15px;
  }
  .smartclock-detail--platform .smartclock-detail__pointer {
    position: absolute;
    top: 180px;
    left: 310px;
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  .smartclock-detail--platform .smartclock-detail__pointer:before {
    width: 130px;
  }
  .smartclock-detail--speaker .smartclock-detail__descr {
    position: absolute;
    top: 200px;
    left: -280px;
  }
  .smartclock-detail--speaker .smartclock-detail__pointer {
    position: absolute;
    top: -120px;
    left: 340px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  .smartclock-detail--speaker .smartclock-detail__pointer:before {
    width: 140px;
  }
  .smartclock-detail--display .smartclock-detail__descr--1 {
    position: absolute;
    top: -70px;
    left: 120px;
  }
  .smartclock-detail--display .smartclock-detail__descr--1 .smartclock-detail__pointer {
    position: absolute;
    top: 100px;
    left: 50px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .smartclock-detail--display .smartclock-detail__descr--1 .smartclock-detail__pointer:before {
    width: 85px;
  }
  .smartclock-detail--display .smartclock-detail__descr--2 {
    position: absolute;
    top: 480px;
    left: 120px;
  }
  .smartclock-detail--display .smartclock-detail__descr--2 .smartclock-detail__pointer {
    position: absolute;
    top: -150px;
    left: 10px;
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  .smartclock-detail--display .smartclock-detail__descr--2 .smartclock-detail__pointer:before {
    width: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .smartclock-detail--platform {
    position: absolute;
    top: 120px;
    left: 0;
    width: 40%;
  }
  .smartclock-detail--speaker {
    position: absolute;
    top: 295px;
    left: 215px;
    width: 23%;
  }
  .smartclock-detail--display {
    position: absolute;
    top: 115px;
    left: 370px;
    width: 28%;
  }
  .smartclock-detail--protector {
    position: absolute;
    top: 185px;
    left: 560px;
    width: 20%;
  }
  .smartclock-detail--platform .smartclock-detail__descr {
    position: absolute;
    top: -120px;
    left: 15px;
  }
  .smartclock-detail--platform .smartclock-detail__pointer {
    position: absolute;
    top: 180px;
    left: 200px;
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  .smartclock-detail--platform .smartclock-detail__pointer:before {
    width: 120px;
  }
  .smartclock-detail--speaker .smartclock-detail__descr {
    position: absolute;
    top: 145px;
    left: -180px;
  }
  .smartclock-detail--speaker .smartclock-detail__pointer {
    position: absolute;
    top: -70px;
    left: 220px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  .smartclock-detail--speaker .smartclock-detail__pointer:before {
    width: 80px;
  }
  .smartclock-detail--display .smartclock-detail__descr--1 {
    position: absolute;
    top: -60px;
    left: 15px;
  }
  .smartclock-detail--display .smartclock-detail__descr--1 .smartclock-detail__pointer {
    position: absolute;
    top: 90px;
    left: 110px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .smartclock-detail--display .smartclock-detail__descr--1 .smartclock-detail__pointer:before {
    width: 65px;
  }
  .smartclock-detail--display .smartclock-detail__descr--2 {
    position: absolute;
    top: 340px;
    left: 10px;
  }
  .smartclock-detail--display .smartclock-detail__descr--2 .smartclock-detail__pointer {
    position: absolute;
    top: -100px;
    left: 82px;
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg);
  }
  .smartclock-detail--display .smartclock-detail__descr--2 .smartclock-detail__pointer:before {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .smartclock-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .smartclock-detail + .smartclock-detail {
    margin-top: 30px;
  }
  .smartclock-detail:nth-child(odd) .smartclock-detail__descr-wrap {
    padding-left: 50px;
  }
  .smartclock-detail:nth-child(even) .smartclock-detail__descr-wrap {
    text-align: right;
    padding-right: 50px;
  }
  .smartclock-detail:nth-child(even) .smartclock-detail__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
  .smartclock-detail__img {
    width: 50%;
  }
  .smartclock-detail__descr-wrap {
    position: relative;
    width: 50%;
    max-width: 380px;
  }
  .smartclock-detail__descr {
    width: 100%;
  }
  .smartclock-detail__descr + .smartclock-detail__descr {
    margin-top: 20px;
  }
  .smartclock-detail__pointer {
    display: none;
  }
  .smartclock-detail--protector {
    display: none;
  }
}

section.smartclock-site-section.smartclock-site-section--padding.smartclock-site-section--legal {padding: 0; font-size: 14px; background: #f6f6f6; color: #c4beb6; font-weight: 400;}

/* awards */
.smartclock-site-section--awards {color: #000; background-image: url(https://static.lenovo.com/ww/campaigns/2019/smart-clock/lenovo-brand-pattern.png); background-color: #eee; }
.smartclock-awards {display: flex; padding: 20px; justify-content: center; align-items: center;}
.smartclock-awards img {width: 125px; height: auto; margin-left: 40px;}
.smartclock-awards img.adcentral {width: 100px;}
.smartclock-awards p {text-align: center;}
.smartclock-awards b {font-size: 22px;}
@media screen and (max-width: 1227px) {
  .smartclock-awards {top: 0;}
}
@media screen and (max-width: 1178px) {
  .smartclock-awards {top: 20px;}
  .smartclock-awards img {height: 100px;}
}
@media screen and (max-width: 768px) {
  .video-background {max-height: 100vh;}
}
@media screen and (max-width: 420px) {
  .smartclock-awards {flex-flow: wrap;}
  .smartclock-awards img {width: auto; height: 100px; margin-left: unset; margin: 0 15px;}
  .smartclock-awards img.adcentral {height: auto;}
  .smartclock-awards__quotes { margin-bottom: 0px; text-align: center;}
  .quote {width: 100%; padding: 0;}
  .smartclock-awards__icons {width: 80%; margin: 30px auto; justify-content: space-around;}
}

/* Gallery */
.smartclock-site-section--gallery {background: #f6f6f6;}
a.button, button {background: #fff;}

/* Help around the clock */
.smartclock-featureSummary {display: flex; justify-content: space-around;}
.smartclock-featureSummary .feature {display: flex; flex-direction: column; width: 100px; margin: 20px 40px; font-size: 16px; line-height: 1.125em;}
.smartclock-featureSummary .feature img {width: 100px; height; 100px; margin-bottom: 16px;}
@media screen and (max-width: 768px) {
  .smartclock-featureSummary .feature {margin: 20px;}
}
@media screen and (max-width: 420px) {
  .smartclock-featureSummary {flex-flow: wrap;}
}

/* Start Day */
.smartclock-site-section--autoplay {padding: 0 0;}
.smartclock-site-section--autoplay .l-container, .smartclock-site-section--autoplay .owl-carousel .owl-item img {width: 100%; margin: 0 0!important;}
.smartclock-site-section--autoplay .smartclock-tile__section--info {margin-bottom: 0; width: 50%; position: absolute; top: 5vw; left: 5vw; background: #fff;}
.smartclock-site-section--autoplay .smartclock-tile__line--msg {max-width: 100%; text-align: left;}
.smartclock-site-section--startDayText {padding: 40px 0 80px;}
.smartclock-tile__section--img .owl-dots {position: absolute; top: 35vw; width: 100%; justify-content: center; display: flex;}
.smartclock-tile__section--img .owl-dots .owl-dot {width: 20px; height: 20px; background: rgba(255, 255, 255, 0.6); border-radius: 50%; margin: 0 8px; outline: none; box-shadow: 0 0 5px rgba(0,0,0,0.2); border: none;}
.smartclock-tile__section--img .owl-dots .owl-dot.active {background: #fff;}
@media screen and (max-width: 420px) {
  .smartclock-site-section--autoplay .smartclock-tile__section--info {position:relative; width: 100%; margin-bottom: 25px; }
  .smartclock-site-section--startDayText {padding-top: 20px;}
  .smartclock-site-section--autoplay .smartclock-tile__section {height: 65vw;}
  .owl-carousel .owl-item {height: 55vw;}
  .smartclock-site-section--autoplay .smartclock-tile__msg {top: 37vw;}
  .smartclock-tile__section--img .owl-dots {top: 55vw; }
  .smartclock-tile__section--img .owl-dots .owl-dot {background: #fff;}
  .smartclock-tile__section--img .owl-dots .owl-dot.active {background: #ccc;}
}


/* Tiles */
.smartclock-tile-smarterHome .smartclock-tile__section--img {background: url('https://static.lenovo.com/ww/campaigns/2019/smart-clock/lenovo-smartclock-5-smarterHome.jpg'); background-size: cover; background-position: center; padding-top: 7vw;}
.smartclock-tile-tunes .smartclock-tile__section--img {background: url('https://static.lenovo.com/ww/campaigns/2019/smart-clock/lenovo-smartclock-6-favoriteTunes.jpg'); background-size: cover; background-position: center; padding-top: 30vw;}
.smartclock-tile-design .smartclock-tile__section--img {background: url('https://static.lenovo.com/ww/campaigns/2019/smart-clock/lenovo-smartclock-8-design.jpg'); background-size: cover; background-position:}
.smartclock-tile__section--img .smartclock-tile__line {text-align: center;}
.smartclock-tile-design .smartclock-tile__line { margin-bottom: 0;}
@media screen and (max-width: 1279px) {
  .smartclock-tile-smarterHome .smartclock-tile__section--img {height: 45vw; background-position-y: -25vw; padding-top: 3vw;}
  .smartclock-tile-tunes .smartclock-tile__section--img {height: 45vw; padding-top: 37vw;}
  .smartclock-tile-design .smartclock-tile__section--img {height: 45vw; background-position-y: -16vw;}
}
@media screen and (max-width: 420px) {
  .smartclock-tile__section--img .smartclock-tile__line {position: absolute; width: 100%; top: 50vw;}
}
/* 3rd party logos */
.partners {display: flex; flex-wrap: wrap; align-items: center; min-width: 460px; width: 90%; margin: auto 0;}
.partners img {width: 100px; margin: 0px 30px 20px 0;}
.partners img.wemo {width: 60px;}
.partners img.hue {width: 80px;}
.partners img.spotify {width: 125px;}
.partners img.youtube {width: 150px;}
.partners img.pandora {width: 125px; margin-top: 5px;}
.partners img.cnn {width: 60px;}
.partners img.cnbc {width: 110px;}
@media screen and (max-width: 1279px) {
  .partners {width: 80%; justify-content: center; margin: auto;}
}
@media screen and (max-width: 420px) {
  .partners {min-width: 100%; flex-flow: wrap;}
  .partners img {margin: 10px;}
}

/* Set up */
.smartclock-set-steps__steps {list-style: none; margin: 0; padding: 0; justify-content: space-between; display: flex; margin-bottom: 100px;}
.smartclock-set-steps__step {max-width: 300px; margin: 0; text-align: center;}
.smartclock-set-steps__step-icon {margin-bottom: 20px; border-radius: 50%; box-shadow: 0 0 6px #ccc;}
.smartclock-set-steps__step--sep {margin: 85px 0 0;}
.smartclock-set-steps__step--sep:before {
  display: block;
  margin: 30px 0 30px -5px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAfCAYAAABH0YUgAAABkklEQVRYR93ZTW6CQBQH8P8jpuveoN6gLIRt7WaS7ryBeoCO9AR6BLAHUI8hLmx3Tdj0BvUI7bYxTDNEU0P9gJGWN50t8N78MgMPHgRmQ879Lpy06awbs/DuZWUyPTK56LeukXN/BFLDTfx3B7gNRfJaNh8vVOw9AbjZQRjBuKFCAIPcypSGsUJpjIy9KYBufsspoP8oEn3s5GCHqgLGEnUujC3qHBhrlCmMPcoEZgVKw+5jr0fApMhT0RrUMRiAYCySaAu2CnUMRsA0Eklfn5OhgqV7ma4b+Up+ssjVdoKiDgA3n38Ly1Ay9t4ANGubZIWJFakHChatdqpoWWHcukM9b1bKXwHqqu7ZVJFfvyN+31OfF0EVQf8kBil9T13vyTUbi0Q/+u0ah+oVgGgskmxhrEIVLcDWoOSiNYSi0b95oxjE3kQBvSIgK7ZfWRB7lAmINcoUxBZ1Doglah+IgI8UCKzsJsnY+9H30yAC2mU6tazqlMx1aE1A7Lbfbi/dFMQOlX2wzv1OCrhO6kxN/3p8AVGEw8WJejTpAAAAAElFTkSuQmCC);
}
.smartclock-set-steps__step--sep:last-child { display: none;}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .smartclock-set-steps__step-icon {width: 100%;}
  .smartclock-set-steps__step--sep:before {margin: 0px;}
}
@media screen and (max-width: 768px) {
  .smartclock-set-steps__steps {flex-direction: column;}
  .smartclock-set-steps__step {display: flex; max-width: 80vw; margin: auto; justify-content: space-around; align-items: center;}
  .smartclock-set-steps__step--sep:before {transform: rotate(90deg); margin-left: -47vw;}
}
@media screen and (max-width: 420px) {
  .smartclock-set-steps__steps {margin-top: 20px;}
  .smartclock-set-steps__step-icon {width: 30vw; margin: 10px;}
}
/* FAQ */
.smartclock-set-steps__question {font-size: 20px; color:#009dd9; text-align: center; font-weight: 400;}
.smartclock-link-question {display: inline-flex; align-items: center; color: #009dd9;}
.smartclock-link-question:before {
  position: relative;
  top: 4px;
  margin-right: 15px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACbElEQVRIS5WWzXEaQRCFvx6quErOAB3MopNxBigC4QyAxWfjCEwGxmdrDYrAqwiEIhA3tLoIR2B8VRU7rt7hT+wf7JGZ6dev+/VrhLLvJmojXCNSw9omcA4sEZlh7QKxIb3GXVEYyT0Mnjtgv2N5QCTEMKNbn23v/5y3MBUF1iSaWL7R926z4qVBxvMaK/Mb+EMlHtC9XJSRRd/EMsHKGZXqFd2L5f6btyDj5yaxvQf5il+flAY/vODYjzDS2me9A0myMY8YuXpTlk2g8cs58esXoAYsMNUfhxknV12iU0y1tjnfgQTRDGSUycA9DJPerFYhlUobazuHGW+JOUYDfE+FggPRH7WBfa+dWaIgWmCknW68meB7yiz9BU9T0PP6ZA0SLTFxM7PJiYpkiN9opSJpIGMG2eVNyj/VJASdA+jksnBqa9L3whTITRRi4xGfL6eZbPQcJsKvSKU3PVlNTggvmOpFpgA2bRDbEooo52lYAVav9wh3+N4wV+rrUgtBtMT31CqO+7YA9ha/MSp9FERLBbH4Xr69pAYuGiJyTq8+KAVIShbZ05kkco5bR9mNA1EmBTLM1P8JzLc9OVVdp5Q3eBog0iyfk0M2ajH7ll/UmO2crOuWO/EpkHntqH44w11P/GZosNf43qdSxRxbrpR3OTb5LryPrD3seZ3CZDJdWF84erNc+y6luL5QuE8SoPXCQQYne9mu7AWbcZOpY6QL6i+y6h7dZFsZY+07TLVVvOP3S+Lqqub3iCXEmAW99w/bKzpoIh8Q0T3zEXTnZP8vKPcs3TcGXbc1EF2nZ8A/sDNEFsSEmbtmL+H/tPs7jKThDggAAAAASUVORK5CYII=);
}
.smartclock-site-section--setUp.is-active .smartclock-set-steps-popup {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.smartclock-site-section--setUp {
  position: relative;
  padding: 80px 0;
}
.smartclock-site-section--setUp.is-active {
  z-index: 1000;
}
.smartclock-site-section--setUp.is-active:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}
.smartclock-site-section--setUp.is-active:before {pos}
.smartclock-set-steps-popup {
  position: fixed;
  top: 5vh;
  right: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  height: 90vh;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  max-height: none;
}
.smartclock-set-steps-popup ::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #d4d4d4;
}
.smartclock-set-steps-popup ::-webkit-scrollbar-thumb {
  background: #949494;
}
.smartclock-set-steps-popup .smartclock-tile__popup-content {
  overflow-y: scroll;
  padding: 40px 60px;
}
.smartclock-set-steps-popup__ol {
  margin: 0;
  padding: 0 1em;
}
.smartclock-set-steps-popup__ol-item {
  margin: 0 0 40px;
  font-weight: 400;
}
.smartclock-set-steps-popup .smartclock-title-reg {
  text-align: inherit;
  margin-bottom: 35px;
}
.smartclock-set-steps-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.smartclock-set-steps-popup__inner {
  overflow-y: scroll;
  color: #222222;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  height: 100%;
  padding: 45px;
}
.smartclock-set-steps-popup__question {
  font-weight: 400;
  margin: 0 0 4px;
}
.smartclock-set-steps-popup__answer {font-weight: 300;}
@media screen and (max-width: 768px) {
  .smartclock-site-section--setUp.is-active .smartclock-set-steps-popup {width: 80vw;}
}

/* Smart Home */
.smarthome-content {display: inline-flex; margin: auto; align-items: center;}
.smarthome-text {width: auto;}
.smarthome-text h3 {font-size: 35px; color: #6eba35; line-height: 1.25em; margin-bottom: 10px; font-weight: 400;}
.smarthome-cta {display: flex; flex-flow: column;}
.smarthome-cta a {margin: 10px 0;}
.smarthome-img {padding-left: 60px;}
.smarthome-img img {width: 100%;}
@media screen and (max-width: 768px) {
  .smarthome-text h3 {margin-top: 0; font-size: 28px;}
}
@media screen and (max-width: 420px) {
  .smarthome-content {flex-direction: column-reverse;}
  .smarthome-img {padding: 0 0 20px;}
}
