/*! Oculus WWW v0.0.45 | ©2015 Oculus, LLC. All Rights Reserved. | www.oculus.com */
/* Override default baxter colors (taken from hellodesign less files to keep consistency) */
.wow {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity .6s .1s, transform .6s ease;
  transition: opacity .6s .1s, transform .6s ease;
}
.wow.wow-left {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.wow.wow-right {
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.wow.wow-down {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.wow.wow-up {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.wow.wow-in-view {
  opacity: 1 !important;
  -webkit-transform: translate(0,0) !important;
  -moz-transform: translate(0,0) !important;
  -ms-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
}
.parallax {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.parallax.parallax-background-y {
  background-attachment: fixed !important;
}
.page-product {
  overflow: hidden;
}
.page-product .section {
  position: relative;
  color: #323436;
  background: white;
}
.page-product .section .container {
  margin: auto;
}
.page-product .section p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}
.page-product .section hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 34px 0;
}
.page-product .section h1,
.page-product .section h2,
.page-product .section h3,
.page-product .section h4,
.page-product .section h5 {
  color: inherit;
}
.page-product .specs .content {
  padding: 65px 24px 60px 24px;
  text-align: center;
}
.page-product .specs .content .top {
  display: block;
  max-width: none;
  margin: auto;
  padding-bottom: 0;
}
.page-product .specs .content h2 {
  color: inherit;
  text-align: center;
}
.page-product .specs .content .row {
  font-size: 18px;
}
.page-product .specs .content .row:before,
.page-product .specs .content .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-product .specs .content .row:after {
  clear: both;
}
.page-product .specs .content .row p {
  font-size: 15px;
  margin: 0;
}
.page-product .specs .content .row .col {
  float: left;
  width: 100%;
}
.page-product .specs .content .row .col.col-group {
  font-size: 18px;
  width: 100%;
  margin-bottom: 8px;
}
.page-product .specs .content .download-specs {
  border: 1px solid #d4d4d4;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 16px 21px;
  text-align: left;
}
.page-product .specs .content .download-specs:before,
.page-product .specs .content .download-specs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-product .specs .content .download-specs:after {
  clear: both;
}
.page-product .specs .content .download-specs .circle {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 5px solid #494b4d;
  margin-right: 23px;
}
.page-product .specs .content .download-specs .info {
  float: left;
  margin-top: 2px;
}
.page-product .specs .content .download-specs .download {
  display: block;
  float: right;
  margin-top: 8px;
}
.page-product .specs .content .download-specs p {
  margin-bottom: 0px;
  line-height: 125%;
  font-weight: bold;
}
.page-product .specs .content .download-specs small {
  margin-bottom: 0;
  color: #777879;
  font-size: 14px;
}
.page-product .specs .content .partnered {
  margin-top: 60px;
}
.page-product .specs .content .partnered p {
  font-size: 16px;
  max-width: 480px;
}
.page-product .specs .content .tabs {
  display: inline-block;
  margin: 0 0 60px;
  width: 100%;
}
.page-product .specs .content .tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
}
.page-product .specs .content .tabs ul li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
.page-product .specs .content .tabs ul li a {
  display: block;
  padding: 3px 0;
  line-height: 38px;
  color: #777879;
  width: 100%;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}
.page-product .specs .content .tabs ul li a img {
  display: none;
}
.page-product .specs .content .tabs ul li a.active,
.no-touch .page-product .specs .content .tabs ul li a:hover {
  font-weight: bold;
  color: #323436;
}
.page-product .specs .content .tabs ul li a.active {
  cursor: default;
}
.page-product .specs .content .tabs .line {
  background: #f0f0f0;
  height: 4px;
  border-radius: 2px;
  width: 100%;
}
.page-product .specs .content .tabs .line .track {
  background: #1c1e20;
  height: 4px;
  border-radius: 2px;
  width: 50%;
  transition: margin 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-product .specs .content .tabs-content {
  text-align: left;
}
.page-product .mosaic {
  z-index: 50;
  background: #323436;
}
.page-product .mosaic:before,
.page-product .mosaic:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-product .mosaic:after {
  clear: both;
}
.page-product .mosaic .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-product .mosaic .fixable.fixed {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.page-product .mosaic .group {
  float: left;
  position: relative;
  width: 100%;
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-product .mosaic .group.w-2 {
  width: 100%;
}
.page-product .mosaic .group.w-3 {
  width: 100%;
}
.page-product .mosaic .item {
  float: left;
  position: relative;
  width: 100%;
  height: 160px;
  background: center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-product .mosaic .item.w-1 {
  width: 50%;
}
.page-product .mosaic .item.w-2 {
  width: 50%;
}
.page-product .mosaic .h-1 {
  height: 50%;
}
.page-product .mosaic .h-2 {
  height: 50%;
}
.page-product .product-detail .details {
  display: none;
}
#product-detail-carousel .owl-controls .owl-nav [class*='owl-'] {
  height: 590px;
}
.transparent-header #header {
  background: transparent;
  position: absolute;
  width: 100%;
}
.transparent-header #header .header__inner {
  background: transparent;
}
.inverted-header #header a {
  color: #323436 !important;
}
.inverted-header #header a:hover {
  color: #a4a5a6 !important;
}
.inverted-header #header .header__logo a {
  background-position: -22px -225px;
}
/* Tablet */
@media screen and (min-width: 641px) {
  .page-product .specs .content {
    padding: 70px 40px;
  }
  .page-product .specs .content .top {
    max-width: 500px;
    padding-bottom: 10px;
  }
  .page-product .specs .content .row {
    font-size: 30px;
  }
  .page-product .specs .content .row p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-product .specs .content .row .col {
    width: 60%;
  }
  .page-product .specs .content .row .col.col-group {
    width: 40%;
    font-size: 22px;
  }
  .page-product .specs .content .tabs {
    width: auto;
  }
  .page-product .specs .content .tabs ul {
    width: auto;
  }
  .page-product .specs .content .tabs ul li {
    padding-right: 10px;
    width: auto;
  }
  .page-product .specs .content .tabs ul li a {
    width: 230px;
  }
  .page-product .specs .content .tabs ul li a img {
    display: inline-block;
    margin-bottom: -20px;
    position: relative;
  }
  .page-product .mosaic {
    margin-bottom: -1px;
  }
  .page-product .mosaic .group {
    width: 100%;
    height: 464px;
  }
  .page-product .mosaic .group.w-2 {
    width: 40%;
  }
  .page-product .mosaic .group.w-3 {
    width: 60%;
  }
  .page-product .mosaic .item {
    width: 100%;
    height: 100%;
  }
  .page-product .mosaic .item.w-1 {
    width: 33%;
  }
  .page-product .mosaic .item.w-2 {
    width: 67%;
  }
  .page-product .mosaic .h-1 {
    height: 33%;
  }
  .page-product .mosaic .h-2 {
    height: 67%;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  .page-product .section .container {
    max-width: 1264px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
  .page-product .section .container .oc-button--cta-primary,
  .page-product .section .container .oc-button--cta-secondary {
    margin-left: 0;
  }
  .page-product .mosaic .fixable.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .page-product .mosaic .group {
    width: 100%;
    height: 100%;
  }
  .page-product .mosaic .group.w-2 {
    width: 40%;
  }
  .page-product .mosaic .group.w-3 {
    width: 60%;
  }
  .page-product .mosaic .item {
    width: 100%;
    height: 100%;
  }
  .page-product .mosaic .item.w-1 {
    width: 33.33333%;
  }
  .page-product .mosaic .item.w-2 {
    width: 66.66667%;
  }
  .page-product .mosaic .h-1 {
    height: 33.33333%;
  }
  .page-product .mosaic .h-2 {
    height: 66.66667%;
  }
}
.page-rift .hide-mobile {
  display: none !important;
}
.page-rift .section .content {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-rift .hero {
  background: #fefefe;
  height: auto;
  margin: 0;
}
.page-rift .hero .content {
  margin: auto;
  padding-top: 70px;
  text-align: center;
}
.page-rift .hero .content .product-name {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 6px;
  color: inherit;
}
.page-rift .hero .content .subline {
  font-size: 18px;
  display: block;
  color: inherit;
  font-weight: 400;
}
.page-rift .hero .image {
  background: url('/images/rift/phone/hero.jpg') center center no-repeat;
  height: 629px;
}
.page-rift .travel {
  background: #0c0c0c url('/images/rift/phone/travel-bg.jpg') bottom center no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 720px;
}
.page-rift .travel .content {
  padding-top: 60px;
  margin: auto;
  max-width: 640px;
  text-align: center;
}
.page-rift .display {
  background: url('/images/rift/phone/display-bg.jpg') center bottom no-repeat;
  background-size: cover;
  height: 530px;
}
.page-rift .display .content {
  padding-top: 90px;
  max-width: 620px;
  text-align: center;
  margin: auto;
}
.page-rift .science-fiction {
  height: 750px;
  background: url('/images/rift/phone/science-fiction-bg.jpg') bottom center no-repeat;
  background-size: cover;
}
.page-rift .science-fiction .content {
  padding-top: 50px;
  max-width: 430px;
  text-align: center;
  margin: auto;
}
.page-rift .science-fiction .bg {
  position: absolute;
  mouse-events: none;
  display: none;
}
.page-rift .science-fiction .bg-left {
  background: left bottom no-repeat;
  left: 0;
  bottom: 0;
  top: 0;
  width: 400px;
}
.page-rift .science-fiction .bg-right {
  background: left bottom no-repeat;
  right: 0;
  bottom: 0;
  top: 0;
  width: 780px;
}
.page-rift .features {
  height: 655px;
  color: #ffffff;
  background: url('/images/rift/phone/features-bg.jpg') center center no-repeat;
  background-size: cover;
}
.page-rift .features .content {
  padding-top: 310px;
  max-width: 600px;
  text-align: center;
  margin: auto;
}
.page-rift .controller .content {
  padding-top: 300px;
  max-width: 450px;
  text-align: center;
  margin: auto;
}
.page-rift .dk-controller {
  background: #f4f4f4 url('/images/rift/phone/dk-controller.jpg') bottom center no-repeat;
  background-size: cover;
  height: 465px;
}
.page-rift .dk-controller .content {
  padding-top: 70px;
  max-width: 420px;
  text-align: center;
  margin: auto;
}
.page-rift .thumbs {
  position: relative;
  height: auto !important;
}
.page-rift .thumbs:before,
.page-rift .thumbs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-rift .thumbs:after {
  clear: both;
}
.page-rift .thumbs .item {
  background: center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  height: 180px;
}
.page-rift .thumbs .item.half {
  width: 100%;
}
.page-rift .thumbs .item.wide {
  height: 120px;
}
.page-rift .connected {
  color: #ffffff;
  height: 700px;
}
.page-rift .connected .content {
  padding-top: 50px;
  text-align: center;
  max-width: 530px;
  margin: auto;
}
.page-rift .connected .content .tabs-content {
  text-align: center;
}
.page-rift .connected .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: bottom center no-repeat;
  background-size: cover;
  z-index: 0;
}
.page-rift .connected .bg.bg1 {
  background-image: url('/images/rift/phone/connected-bg1.jpg');
}
.page-rift .connected .bg.bg2 {
  background-image: url('/images/rift/phone/connected-bg2.jpg');
}
.page-rift .launch-date {
  height: 380px;
}
.page-rift .launch-date .wrap {
  position: relative;
  width: 100%;
  height: 380px;
  background: url('/images/rift/phone/launch-date-bg.jpg') top center no-repeat;
  background-size: contain;
}
.page-rift .launch-date .fixable.fixed {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.page-rift .launch-date .content h2 {
  margin: 0 0 8px 0;
}
.page-rift .launch-date .content .subline {
  font-weight: 400;
}
.page-rift .stay-in-touch {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  color: #ffffff;
  z-index: 100;
  padding: 154px 0;
}
.page-rift .stay-in-touch .container {
  display: block;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
.page-rift .stay-in-touch .content {
  max-width: none;
  margin: auto;
  text-align: center;
}
.page-rift .stay-in-touch .sign-up-form input {
  margin-bottom: 22px;
}
.page-rift .stay-in-touch .sign-up-form input,
.page-rift .stay-in-touch .sign-up-form button {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page-rift .dk-controller {
    background-position-y: 85%;
  }
}
/* Mobile */
@media screen and (max-width: 640px) {
  .page-rift .controller .image {
    background: url('/images/rift/phone/controller.jpg') center center no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 80%;
  }
  .page-rift .controller .content {
    padding-top: 20px;
    max-width: 450px;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
  }
}
/* Tablet */
@media screen and (min-width: 641px) {
  .page-rift .hide-mobile {
    display: inline-block !important;
  }
  .page-rift .section .content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-rift .section .content h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .page-rift .hero {
    height: auto;
  }
  .page-rift .hero .content {
    padding-top: 110px;
    padding-bottom: 24px;
  }
  .page-rift .hero .content .product-name {
    font-size: 60px;
    line-height: 90px;
    margin-bottom: 0px;
  }
  .page-rift .hero .content .subline {
    font-size: 26px;
  }
  .page-rift .hero .image {
    background-image: url('/images/rift/tablet/hero.jpg');
    height: 720px;
  }
  .page-rift .travel {
    background-size: auto;
    background-image: url('/images/rift/tablet/travel-bg.jpg');
    height: 705px;
    color: #a4a5a6;
  }
  .page-rift .travel .content {
    max-width: 530px;
  }
  .page-rift .display {
    background-image: url('/images/rift/tablet/display-bg.jpg');
    height: 790px;
  }
  .page-rift .display .content {
    padding-top: 130px;
    max-width: 620px;
  }
  .page-rift .science-fiction {
    height: 900px;
    background: none;
  }
  .page-rift .science-fiction .content {
    padding-top: 160px;
    max-width: 620px;
  }
  .page-rift .science-fiction .bg {
    display: block !important;
  }
  .page-rift .science-fiction .bg-left {
    background-image: url('/images/rift/tablet/science-fiction-left.jpg');
    width: 251px;
  }
  .page-rift .science-fiction .bg-right {
    background-image: url('/images/rift/tablet/science-fiction-right.jpg');
    width: 429px;
  }
  .page-rift .features {
    height: 900px;
    background-image: url('/images/rift/tablet/features-bg.jpg');
    color: #a4a5a6;
  }
  .page-rift .features .content {
    padding-top: 640px;
    max-width: 540px;
  }
  .page-rift .controller {
    height: 900px;
    background: url('/images/rift/tablet/controller.jpg') center center no-repeat;
    background-size: auto;
  }
  .page-rift .controller .content {
    padding-top: 130px;
    max-width: 600px;
  }
  .page-rift .controller .content p {
    max-width: 540px;
    margin: 0 auto;
  }
  .page-rift .dk-controller {
    height: 900px;
    background: url('/images/rift/tablet/dk-controller.jpg') center center no-repeat;
    background-size: auto;
  }
  .page-rift .dk-controller .content {
    padding-top: 130px;
    max-width: 540px;
  }
  .page-rift .thumbs .item {
    height: 430px;
  }
  .page-rift .thumbs .item.half {
    width: 100%;
  }
  .page-rift .thumbs .item.wide {
    height: 330px;
  }
  .page-rift .connected {
    height: 1030px;
  }
  .page-rift .connected .content {
    padding-top: 200px;
    max-width: 550px;
  }
  .page-rift .connected .content p {
    max-width: 483px;
    margin: 0 auto;
  }
  .page-rift .connected .bg.bg1 {
    background-image: url('/images/rift/tablet/connected-bg1.jpg');
  }
  .page-rift .connected .bg.bg2 {
    background-image: url('/images/rift/tablet/connected-bg2.jpg');
  }
  .page-rift .launch-date {
    height: 842px;
  }
  .page-rift .launch-date .wrap {
    height: 842px;
    background-image: url('/images/rift/tablet/launch-date-bg.jpg');
  }
  .page-rift .launch-date .fixable.fixed {
    position: relative;
  }
  .page-rift .stay-in-touch {
    position: relative;
    display: block;
    width: 100%;
    background: #1c1e20;
    color: #ffffff;
    z-index: 100;
    padding: 100px 0;
  }
  .page-rift .stay-in-touch .container {
    display: block;
    width: 360px;
    padding: 0;
    box-sizing: border-box;
  }
  .page-rift .stay-in-touch .content {
    max-width: none;
    margin: auto;
    text-align: center;
  }
  .page-rift .stay-in-touch .sign-up-form {
    padding: 0 20px;
  }
  .page-rift .stay-in-touch .sign-up-form input {
    margin-bottom: 22px;
  }
  .page-rift .stay-in-touch .sign-up-form input,
  .page-rift .stay-in-touch .sign-up-form button {
    width: 100%;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  .page-rift .section .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-rift .hero {
    background: #fefefe;
    height: auto;
  }
  .page-rift .hero .content {
    margin: auto;
    padding-top: 280px;
    padding-bottom: 24px;
    text-align: center;
  }
  .page-rift .hero .content .product-name {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 10px;
    color: inherit;
  }
  .page-rift .hero .content .subline {
    font-size: 24px;
    line-height: 26px;
    display: block;
    color: inherit;
    font-weight: 400;
  }
  .page-rift .hero .image {
    background: url('/images/rift/hero.jpg') center center no-repeat;
    height: 1100px;
  }
  .page-rift .travel {
    background: #0c0c0c;
    color: #a4a5a6;
    height: 1100px;
    overflow: hidden;
  }
  .page-rift .travel .rift {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page-rift .travel .rift .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 105%;
    background: url('/images/rift/travel-bg.jpg') center center no-repeat;
  }
  .page-rift .travel .content {
    padding-top: 130px;
    margin: auto;
    max-width: 600px;
    text-align: center;
  }
  .page-rift .display {
    background: url('/images/rift/display-bg.jpg') center top no-repeat;
    height: 790px;
  }
  .page-rift .display .content {
    padding-top: 90px;
    max-width: 620px;
    text-align: center;
    margin: auto;
  }
  .page-rift .science-fiction {
    height: 900px;
  }
  .page-rift .science-fiction .content {
    padding-top: 320px;
    max-width: 430px;
    text-align: center;
    margin: auto;
  }
  .page-rift .science-fiction .bg {
    position: absolute;
    mouse-events: none;
  }
  .page-rift .science-fiction .bg-left {
    background: url('/images/rift/science-fiction-left.jpg') left bottom no-repeat;
    left: 0;
    bottom: 0;
    top: 0;
    width: 400px;
  }
  .page-rift .science-fiction .bg-right {
    background: url('/images/rift/science-fiction-right.jpg') left bottom no-repeat;
    right: 0;
    bottom: 0;
    top: 0;
    width: 622px;
  }
  .page-rift .features {
    color: #a4a5a6;
    background: url('/images/rift/features-bg.jpg') center center no-repeat;
    background-size: cover;
    height: 900px;
  }
  .page-rift .features .content {
    padding-top: 90px;
    max-width: 570px;
    text-align: center;
    margin: auto;
  }
  .page-rift .controller {
    background: url('/images/rift/controller.jpg') center center no-repeat;
    height: 900px;
  }
  .page-rift .controller .content {
    padding-top: 100px;
    max-width: 605px;
    text-align: center;
    margin: auto;
  }
  .page-rift .controller .content p {
    max-width: 550px;
    margin: 0 auto;
  }
  .page-rift .dk-controller {
    background: #f4f4f4 url('/images/rift/dk-controller.jpg') center center no-repeat;
    height: 900px;
  }
  .page-rift .dk-controller .content {
    padding-top: 100px;
    max-width: 430px;
    text-align: center;
    margin: auto;
  }
  .page-rift .thumbs {
    position: relative;
    height: auto !important;
  }
  .page-rift .thumbs:before,
  .page-rift .thumbs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .page-rift .thumbs:after {
    clear: both;
  }
  .page-rift .thumbs .item {
    background: center center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    height: 450px;
  }
  .page-rift .thumbs .item.half {
    width: 50%;
  }
  .page-rift .thumbs .item.wide {
    height: 520px;
  }
  .page-rift .connected {
    color: #ffffff;
    height: 900px;
  }
  .page-rift .connected .content {
    padding-top: 90px;
    text-align: center;
    max-width: 560px;
    margin: auto;
  }
  .page-rift .connected .content .tabs-content {
    text-align: center;
  }
  .page-rift .connected .content .tabs {
    z-index: 300;
    position: relative;
  }
  .page-rift .connected .content .tabs ul li a {
    color: #a4a5a6;
  }
  .page-rift .connected .content .tabs ul li a.active {
    color: #ffffff;
  }
  .page-rift .connected .content .tabs .line {
    background: #323436;
  }
  .page-rift .connected .content .tabs .line .track {
    background: #ffffff;
  }
  .page-rift .connected .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: center center no-repeat;
    background-size: cover;
    z-index: 0;
  }
  .page-rift .connected .bg.bg1 {
    background-image: url('/images/rift/connected-bg1.jpg');
  }
  .page-rift .launch-date {
    height: 1100px;
    padding-top: 194px;
  }
  .page-rift .launch-date .container {
    padding-top: 0 !important;
  }
  .page-rift .launch-date .wrap {
    position: relative;
    width: 100%;
    height: 1100px;
    background: url('/images/rift/launch-date-bg.jpg') bottom center no-repeat;
    background-size: auto;
  }
  .page-rift .launch-date .fixable.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .page-rift .stay-in-touch {
    position: relative;
    display: table;
    width: 100%;
    background: rgba(28, 30, 32, 0.95);
    color: #ffffff;
    z-index: 100;
    padding: 0;
    height: 900px;
  }
  .page-rift .stay-in-touch .container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0;
  }
  .page-rift .stay-in-touch .content {
    max-width: 350px;
    margin: auto;
    text-align: center;
  }
  .page-rift .stay-in-touch .sign-up-form input {
    margin-bottom: 22px;
  }
  .page-rift .stay-in-touch .sign-up-form input,
  .page-rift .stay-in-touch .sign-up-form button {
    width: 320px;
  }
}
.page-gearvr {
  text-align: center;
}
.page-gearvr .content h2 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 19px;
}
.page-gearvr .content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
}
.page-gearvr .hero {
  color: #1c1e20;
  height: auto;
  min-height: 697px;
  background: #f0f0f0 url('/images/gearvr/mobile/hero.jpg') no-repeat center center;
  background-position: bottom;
  background-size: contain;
  box-sizing: border-box;
  padding: 160px 0 395px 0;
}
.page-gearvr .hero .gear {
  display: none;
}
.page-gearvr .hero .content {
  position: relative;
  width: auto;
  padding: 0 20px;
}
.page-gearvr .hero .content .product-name {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
.page-gearvr .hero .content .subline {
  font-size: 24px;
  margin-bottom: 26px;
  font-weight: 500;
  display: block;
}
.page-gearvr .hero .content p {
  margin-bottom: 33px;
}
.page-gearvr .section .specs .content {
  padding-top: 40px;
  padding-bottom: 0;
}
.page-gearvr .section.specs .content {
  padding-top: 35px;
}
.page-gearvr .section.section-full-resize {
  margin-bottom: 26px;
}
.page-gearvr .power-of-two {
  padding: 24px 0 0 0;
}
.page-gearvr .power-of-two .bg {
  display: none;
}
.page-gearvr .power-of-two .content {
  padding: 0 24px;
  width: auto;
  position: relative;
  z-index: 200;
}
.page-gearvr .power-of-two .content h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.page-gearvr .power-of-two:after {
  content: ' ';
  display: block;
  min-height: 430px;
  width: 100%;
  background: url('/images/gearvr/mobile/power-of-two.jpg') no-repeat center center;
  background-size: cover;
  margin: 60px 0 0 0;
}
.page-gearvr .technology {
  position: relative;
}
.page-gearvr .technology .content {
  padding: 0 24px;
}
.page-gearvr .happy-place {
  background: white url('/images/temp/shadow.jpg') center top / cover no-repeat;
}
.page-gearvr .technology-thumbs {
  padding: 24px 0 0 0;
}
.page-gearvr .technology-thumbs .thumbs {
  position: relative;
}
.page-gearvr .technology-thumbs .thumbs:before,
.page-gearvr .technology-thumbs .thumbs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-gearvr .technology-thumbs .thumbs:after {
  clear: both;
}
.page-gearvr .technology-thumbs .thumbs .item {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
}
.page-gearvr .technology-thumbs .thumbs .item .photo {
  position: relative;
  background: white center center no-repeat;
  background-size: cover;
  display: block;
  height: 200px;
}
.page-gearvr .technology-thumbs .thumbs .item .label {
  display: none;
}
.page-gearvr .technology-thumbs .thumbs .item:after {
  content: " ";
  width: 48px;
  height: 48px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: url('/images/gearvr/thumb-zoom.png') center center no-repeat;
  background-size: 48px 48px;
}
.no-touch .page-gearvr .technology-thumbs .thumbs .item:hover:after {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  opacity: 1;
}
/**
 * Mobile
 */
@media screen and (max-width: 641px) {
  .page-gearvr .section {
    padding: 50px 0 0 0;
  }
  .page-gearvr .section.hero {
    background: none;
    background-color: #f0f0f0;
  }
  .page-gearvr .section.hero .bg {
    display: none;
  }
  .page-gearvr .section.hero .container .background {
    background-image: url('/images/gearvr/mobile/hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    width: 100%;
    height: 0;
    padding-top: 121.1%;
    margin-top: -35px;
  }
  .page-gearvr .section.hero .container .content {
    margin: 120px auto 0 auto;
    background-color: #f0f0f0;
  }
  .page-gearvr .section.hero .container .content .product-name {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
  }
  .page-gearvr .section.hero .container .content .subline {
    font-size: 18px;
  }
  .page-gearvr .section.hero .container .content .buy-now {
    max-width: 240px;
  }
  .page-gearvr .section.power-of-two {
    background: none;
    min-height: 0;
  }
  .page-gearvr .section.power-of-two .bg {
    display: none;
  }
  .page-gearvr .section.power-of-two .container .background {
    background-image: url('/images/gearvr/mobile/power-of-two.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 53%;
  }
  .page-gearvr .section.power-of-two .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.power-of-two .container .content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .page-gearvr .section.power-of-two .container .content p {
    margin-bottom: 0;
  }
  .page-gearvr .section.power-of-two:after {
    display: none;
  }
  .page-gearvr .section.simpler {
    padding: 50px 0 0 0;
    background: none;
    min-height: 0;
  }
  .page-gearvr .section.simpler .bg {
    display: none;
  }
  .page-gearvr .section.simpler .container .background {
    background-image: url('/images/gearvr/mobile/simpler.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 85.31%;
  }
  .page-gearvr .section.simpler .container .content {
    padding: 0 24px 50px 24px;
  }
  .page-gearvr .section.head-game {
    padding: 50px 0 0 0;
  }
  .page-gearvr .section.head-game .bg {
    display: none;
  }
  .page-gearvr .section.head-game .container .background {
    background-image: url('/images/gearvr/mobile/head-game.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 64.84%;
  }
  .page-gearvr .section.head-game .container .content {
    padding: 0 24px 50px 24px;
  }
  .page-gearvr .section.head-game .container .content p {
    margin: 0;
  }
  .page-gearvr .section.portal-pocket {
    padding: 50px 0 0 0;
  }
  .page-gearvr .section.portal-pocket .bg {
    display: none;
  }
  .page-gearvr .section.portal-pocket .container .background {
    background-image: url('/images/gearvr/mobile/portal-pocket.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 64.84%;
  }
  .page-gearvr .section.portal-pocket .container .content {
    padding: 0 24px 50px 24px;
  }
  .page-gearvr .section.portal-pocket .container .content p {
    margin: 0;
  }
  .page-gearvr .section.happy-place {
    padding: 50px 0 0 0;
  }
  .page-gearvr .section.happy-place .container .content {
    padding: 0 24px;
  }
  .page-gearvr .section.mosaic {
    padding: 0;
    margin: 50px 0 0 0!important;
  }
  .page-gearvr .section.mosaic .container .content {
    padding: 0 24px 50px 24px;
  }
  .page-gearvr .section.defies {
    padding: 50px 0 0 0;
  }
  .page-gearvr .section.defies .container .content {
    padding: 0 24px 16px 24px;
  }
  .page-gearvr .section.technology-thumbs {
    padding: 0;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item:after {
    top: calc(50% - 24px);
    left: calc(50% - 24px);
  }
  .page-gearvr .section.specs {
    padding: 50px 0 0 0;
  }
  .page-gearvr .section.specs .container .content {
    padding: 0 24px 50px 24px;
  }
}
/* Tablet */
@media screen and (min-width: 641px) and (max-width: 1025px) {
  .page-gearvr {
    padding-top: 70px;
  }
  .page-gearvr .content {
    max-width: 500px;
    margin: 0 auto;
  }
  .page-gearvr .content h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-gearvr .content p {
    font-size: 18px;
    line-height: 144% !important;
    margin-bottom: 23px;
    text-align: center;
  }
  .page-gearvr .section {
    padding: 70px 0 0 0;
  }
  .page-gearvr .section.hero {
    background: #f0f0f0 url('/images/gearvr/tablet/hero.jpg') center center no-repeat;
    min-height: 1166px;
    box-sizing: border-box;
    background-position: bottom;
    background-size: contain;
    padding: 24px 0 0 0;
  }
  .page-gearvr .section.hero .content {
    position: relative;
    width: 550px;
    margin: 130px auto 0 auto;
    padding: 0 0 95% 0;
  }
  .page-gearvr .section.hero .content .product-name {
    font-size: 70px;
    line-height: 78px;
    margin-left: -3px;
    margin-bottom: 0;
  }
  .page-gearvr .section.hero .content .subline {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
    font-weight: 400;
  }
  .page-gearvr .section.hero .content .buy-now {
    margin-left: 0;
    max-width: 300px;
  }
  .page-gearvr .section.hero .content p {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .page-gearvr .section.power-of-two {
    background: none;
    min-height: 0;
  }
  .page-gearvr .section.power-of-two .bg {
    display: none;
  }
  .page-gearvr .section.power-of-two .container .background {
    background-image: url('/images/gearvr/tablet/power-of-two.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 53%;
  }
  .page-gearvr .section.power-of-two .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.power-of-two:after {
    display: none;
  }
  .page-gearvr .section.simpler {
    background: none;
    min-height: 0;
  }
  .page-gearvr .section.simpler .bg {
    display: none;
  }
  .page-gearvr .section.simpler .container .background {
    background-image: url('/images/gearvr/tablet/simpler.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 65%;
  }
  .page-gearvr .section.simpler .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.portal-pocket .bg {
    display: none;
  }
  .page-gearvr .section.portal-pocket .container .background {
    background-image: url('/images/gearvr/tablet/portal-pocket.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 64.84%;
  }
  .page-gearvr .section.portal-pocket .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.happy-place .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.head-game .bg {
    display: none;
  }
  .page-gearvr .section.head-game .container .background {
    background-image: url('/images/gearvr/tablet/head-game.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 64.84%;
  }
  .page-gearvr .section.head-game .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.mosaic {
    padding: 0 0 0 0;
    margin-bottom: 0;
  }
  .page-gearvr .section.defies {
    position: relative;
    display: table;
    width: 100%;
    padding: 70px 0 0 0;
  }
  .page-gearvr .section.defies .container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .page-gearvr .section.defies .content {
    margin: auto;
    text-align: center;
    padding: 0 24px;
  }
  .page-gearvr .section.technology-thumbs {
    padding: 70px 0 0 0;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item {
    width: 50%;
    height: 50%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item .photo {
    background: white center center no-repeat;
    background-size: cover;
    display: block;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item:after {
    content: " ";
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('/images/gearvr/thumb-zoom.png') center center no-repeat;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item .photo {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item:hover .photo {
    -webkit-transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item:hover .label .text {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-1 .photo {
    background-image: url('/images/gearvr/technology-thumb1.jpg');
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-2 .photo {
    background-image: url('/images/gearvr/technology-thumb2.jpg');
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-3 .photo {
    background-image: url('/images/gearvr/technology-thumb3.jpg');
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-4 .photo {
    background-image: url('/images/gearvr/technology-thumb4.jpg');
  }
  .page-gearvr .section.technology-thumbs .container .content {
    padding: 0 24px 70px 24px;
  }
  .page-gearvr .section.full-bg:not(.portal-pocket,.head-game) {
    overflow: hidden;
  }
  .page-gearvr .section.full-bg:not(.portal-pocket,.head-game) .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-gearvr .section.full-bg:not(.portal-pocket,.head-game) .bg .bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-gearvr .section.full-bg:not(.portal-pocket,.head-game) .bg .bg-wrap .image {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .page-gearvr .section.full-bg:not(.portal-pocket,.head-game) .content {
    width: 50%;
    top: 50%;
    margin-top: -125px;
    position: absolute;
    color: white;
    padding: 0 0 0 40px;
    box-sizing: border-box;
  }
  .page-gearvr .section.full-bg:not(.portal-pocket,.head-game) .content h2 {
    color: inherit;
  }
  .page-gearvr .section.specs {
    padding: 70px 0;
  }
  .page-gearvr .section.specs .content {
    padding: 0 24px;
  }
  .page-gearvr .section.specs .content .col.col-content p {
    text-align: left;
  }
}
/* Desktop */
@media screen and (min-width: 1026px) {
  .page-gearvr {
    padding-top: 0;
    text-align: left;
  }
  .page-gearvr .content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .page-gearvr .content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page-gearvr .section {
    padding: 70px 0 0 0;
  }
  .page-gearvr .section.hero {
    background: #ffffff url('/images/gearvr/hero-bg.jpg') center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    background-position: bottom;
    padding: 0;
    min-height: 0;
    margin-top: 0px !important;
  }
  .page-gearvr .section.hero .gear {
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: 100;
  }
  .page-gearvr .section.hero .gear .image {
    position: absolute;
    top: 50%;
    margin-top: calc(-386px);
    margin-left: -150px;
  }
  .page-gearvr .section.hero .gear .image img {
    display: block;
  }
  .page-gearvr .section.hero .content {
    position: absolute;
    top: 50%;
    margin-top: calc(-145px);
    width: 430px;
    padding: 0;
  }
  .page-gearvr .section.hero .content .buy-now {
    min-width: 225px;
  }
  .page-gearvr .section.hero .content .product-name {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 10px;
  }
  .page-gearvr .section.hero .content .subline {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
    font-weight: 500;
    display: block;
  }
  .page-gearvr .section.hero .content p {
    margin-bottom: 33px;
    font-size: 18px;
    text-align: left;
  }
  .page-gearvr .section.hero .content .oc-button--cta-secondary {
    min-width: 220px;
  }
  .page-gearvr .section.power-of-two {
    overflow: hidden;
    padding: 24px 0 0 0;
  }
  .page-gearvr .section.power-of-two .bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-gearvr .section.power-of-two .bg .item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 104%;
    background: center center no-repeat;
    background-size: cover;
  }
  .page-gearvr .section.power-of-two .content {
    left: 50%;
    padding-left: 8px;
    top: 50%;
    max-width: 520px;
    margin-top: -130px;
    position: absolute;
    z-index: 200;
  }
  .page-gearvr .section.power-of-two .content p {
    text-align: left;
  }
  .page-gearvr .section.power-of-two:after {
    display: none;
  }
  .page-gearvr .section.simpler {
    background: none;
    min-height: 0;
    padding: 0;
  }
  .page-gearvr .section.simpler .bg {
    display: block;
    position: absolute;
    top: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/images/gearvr/simpler.jpg') no-repeat bottom center;
    background-size: contain;
  }
  .page-gearvr .section.simpler .content {
    padding-top: 70px;
    text-align: center;
    max-width: 540px;
    margin: auto;
  }
  .page-gearvr .section.portal-pocket {
    background: none;
    min-height: 0;
    padding: 24px 0 0 0;
  }
  .page-gearvr .section.portal-pocket .bg {
    display: block;
  }
  .page-gearvr .section.portal-pocket .content {
    padding: 0;
  }
  .page-gearvr .section.portal-pocket .content h2,
  .page-gearvr .section.portal-pocket .content p {
    text-align: left;
  }
  .page-gearvr .section.portal-pocket .content h2 {
    max-width: 270px;
  }
  .page-gearvr .section.head-game {
    background: none;
    min-height: 0;
    padding: 24px 0 0 0;
  }
  .page-gearvr .section.head-game .bg {
    display: block;
  }
  .page-gearvr .section.head-game .content {
    padding: 0;
  }
  .page-gearvr .section.head-game .content h2,
  .page-gearvr .section.head-game .content p {
    text-align: left;
  }
  .page-gearvr .section.head-game .content h2 {
    max-width: 270px;
  }
  .page-gearvr .section.happy-place {
    padding: 70px 0;
    background: #f0f0f0;
  }
  .page-gearvr .section.happy-place .container {
    max-width: none;
    padding: 0 24px;
  }
  .page-gearvr .section.happy-place .container .content {
    max-width: 700px;
  }
  .page-gearvr .section.happy-place .container .content h2,
  .page-gearvr .section.happy-place .container .content p {
    text-align: center;
  }
  .page-gearvr .section.happy-place .container .content h2 {
    margin-bottom: 25px;
  }
  .page-gearvr .section.mosaic {
    padding: 0;
    margin: 0 !important;
  }
  .page-gearvr .section.defies .content h2,
  .page-gearvr .section.defies .content p {
    text-align: center;
  }
  .page-gearvr .section.technology .container {
    width: 100%;
    vertical-align: middle;
  }
  .page-gearvr .section.technology .content {
    padding: 0;
    max-width: 769px;
    margin: auto;
  }
  .page-gearvr .section.technology .content p {
    text-align: center;
  }
  .page-gearvr .section.technology .content h2 {
    margin-bottom: 25px;
  }
  .page-gearvr .section.technology-thumbs {
    background: #323436;
    margin: 70px 0 0 0;
  }
  .page-gearvr .section.technology-thumbs .thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .page-gearvr .section.technology-thumbs .thumbs:before,
  .page-gearvr .section.technology-thumbs .thumbs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .page-gearvr .section.technology-thumbs .thumbs:after {
    clear: both;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item {
    width: 50%;
    height: 50%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white center center no-repeat;
    background-size: cover;
    display: block;
    height: auto;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item .label {
    display: block;
    position: absolute;
    right: 48px;
    bottom: 21px;
    left: 0;
    height: 30px;
    overflow: hidden;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item .label .text {
    color: white;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page-gearvr .section.technology-thumbs .thumbs .item:after {
    content: " ";
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('/images/gearvr/thumb-zoom.png') center center no-repeat;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item .photo {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item:hover .photo {
    -webkit-transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item:hover .label .text {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .no-touch .page-gearvr .section.technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-1 .photo {
    background-image: url('/images/gearvr/technology-thumb1.jpg');
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-2 .photo {
    background-image: url('/images/gearvr/technology-thumb2.jpg');
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-3 .photo {
    background-image: url('/images/gearvr/technology-thumb3.jpg');
  }
  .page-gearvr .section.technology-thumbs .thumbs .item.item-4 .photo {
    background-image: url('/images/gearvr/technology-thumb4.jpg');
  }
  .page-gearvr .section.full-bg {
    overflow: hidden;
    background: #1c1e20;
  }
  .page-gearvr .section.full-bg .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-gearvr .section.full-bg .bg .bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-gearvr .section.full-bg .bg .bg-wrap .image {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .page-gearvr .section.full-bg .content {
    width: 430px;
    top: 50%;
    margin-top: -125px;
    position: absolute;
    color: white;
  }
  .page-gearvr .section.full-bg .content h2 {
    color: inherit;
  }
  .page-gearvr .section.specs {
    padding: 70px 0;
  }
  .page-gearvr .section.specs .content .top {
    max-width: 400px;
  }
  .page-gearvr .section.specs.section-no-resize .container .content {
    padding: 0 24px;
  }
  .page-gearvr .section.specs.section-no-resize .container .content .top {
    text-align: center;
  }
  .no-touch .page-gearvr .technology-thumbs .thumbs .item:hover .photo {
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-gearvr .technology-thumbs .thumbs .item:hover .label .text {
    transform: translate3d(0%, 0, 0);
  }
}
/**
 * Overrides for device tabs
 */
@media screen and (min-width: 641px) {
  .tabs ul li a {
    height: 300px;
  }
  .tabs ul li a img {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .tabs ul li a span.tabs__title {
    display: block;
  }
}
.overlay .text .wrap p {
  line-height: 22px;
}
/* Global */
.features {
  background: white;
  padding: 0;
}
.features .icon1 .image {
  background-size: 78px 38px;
}
.features .icon2 .image {
  background-size: 187px 40px;
}
.features .icon3 .image {
  background-size: 38px 38px;
}
.page-dk2 .hero .content .product-name {
  margin-bottom: 5px;
}
.page-dk2 .hero .content .subline {
  font-weight: 500;
}
/* Mobile */
@media screen and (max-width: 641px) {
  .page-dk2 {
    text-align: center;
  }
  .page-dk2 .content h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .page-dk2 .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  .page-dk2 .hero {
    color: #1c1e20;
    min-height: 633px;
    background: #1e1f23 url('/images/dk2/mobile/hero.jpg') no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
    margin: 0;
    background-position: bottom;
  }
  .page-dk2 .hero .product {
    display: none;
  }
  .page-dk2 .hero .content {
    position: relative;
    margin-top: 0;
    padding: 70px 20px 0 20px;
    text-align: center;
    color: #ffffff;
  }
  .page-dk2 .hero .content .product-name {
    font-size: 50px;
  }
  .page-dk2 .hero .content .subline {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .page-dk2 .hero .content p {
    line-height: 144%;
    margin-bottom: 32px;
    font-size: 18px;
    position: relative;
    top: auto;
    color: #ffffff;
    padding: 0;
  }
  .page-dk2 .hero .content > a {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .page-dk2 .hero .content > a span {
    color: #ffffff;
    border-color: #ffffff;
  }
  .page-dk2 .hero .content > a span:hover {
    color: #1c1e20;
  }
  .page-dk2 .oled {
    padding: 40px 0 0 0;
    background: url('/images/dk2/mobile/oled.jpg') no-repeat center center;
    background-size: cover;
    min-height: 568px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .page-dk2 .oled .bg {
    display: none;
  }
  .page-dk2 .oled .content {
    padding: 160px 20px 0 20px;
    width: auto;
    position: relative;
    z-index: 200;
    color: #ffffff;
  }
  .page-dk2 .oled .content p {
    margin-bottom: 0;
  }
  .page-dk2 .tracking {
    padding: 60px 0 0 0;
    background-size: cover;
    min-height: 545px;
    box-sizing: border-box;
  }
  .page-dk2 .tracking .bg {
    background: url('/images/dk2/mobile/tracking.jpg') no-repeat center top;
    background-size: cover;
    min-height: 235px;
  }
  .page-dk2 .tracking .content {
    padding: 100px 24px 0 24px;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 60px;
  }
  .page-dk2 .tracking .content p {
    margin-bottom: 0;
  }
  .page-dk2 .tracking .content .image {
    display: none;
  }
  .page-dk2 .technology-thumbs .thumbs {
    position: relative;
  }
  .page-dk2 .technology-thumbs .thumbs:before,
  .page-dk2 .technology-thumbs .thumbs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .page-dk2 .technology-thumbs .thumbs:after {
    clear: both;
  }
  .page-dk2 .technology-thumbs .thumbs .item {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    margin-bottom: 2px;
  }
  .page-dk2 .technology-thumbs .thumbs .item .photo {
    position: relative;
    background: white center center no-repeat;
    background-size: cover;
    display: block;
    height: 200px;
  }
  .page-dk2 .technology-thumbs .thumbs .item .label {
    display: none;
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-dk2 .technology-thumbs .thumbs .item.item-1 .photo {
    background-image: url('/images/dk2/technology-thumb1.jpg');
  }
  .page-dk2 .technology-thumbs .thumbs .item.item-2 .photo {
    background-image: url('/images/dk2/technology-thumb2.jpg');
  }
}
/* Tablet */
@media screen and (min-width: 641px) and (max-width: 1025px) {
  .page-dk2 .content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .page-dk2 .content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
  }
  .page-dk2 .hero {
    background: #1e1f23 url('/images/dk2/mobile/hero.jpg') no-repeat center center;
    background-position: bottom;
    background-size: contain;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 950px;
    padding: 0;
  }
  .page-dk2 .hero .product {
    display: none;
  }
  .page-dk2 .hero .content {
    color: #ffffff;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 90px;
    width: 500px;
  }
  .page-dk2 .hero .content .product-name {
    font-size: 80px;
    margin-bottom: 10px;
  }
  .page-dk2 .hero .content .subline {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .page-dk2 .hero .content p {
    line-height: 144%;
    margin-bottom: 32px;
    font-size: 18px;
    position: relative;
    top: auto;
    color: #ffffff;
    padding: 0;
  }
  .page-dk2 .hero .content > a {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .page-dk2 .hero .content > a span {
    color: #ffffff;
    border-color: #ffffff;
  }
  .page-dk2 .hero .content > a span:hover {
    color: #1c1e20;
  }
  .page-dk2 .oled {
    background: url('/images/dk2/tablet/oled.jpg') no-repeat center center;
    background-size: cover;
    min-height: 930px;
    box-sizing: border-box;
    color: white;
    padding-top: 400px;
  }
  .page-dk2 .oled .content {
    left: 0;
    padding-left: 0;
    padding-right: 40px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    top: 350px;
    width: 500px;
    text-align: center;
  }
  .page-dk2 .oled:after {
    display: none;
  }
  .page-dk2 .features.module-center-icons-container .module-center-icons > div {
    padding: 0 25px;
  }
  .page-dk2 .tracking {
    padding: 60px 0 0 0;
    min-height: 760px;
    box-sizing: border-box;
  }
  .page-dk2 .tracking .bg {
    background: url('/images/dk2/mobile/tracking.jpg') no-repeat center top;
    background-size: 80%;
    min-height: 430px;
  }
  .page-dk2 .tracking .content {
    padding: 0;
    text-align: center;
    margin: -50px auto;
    position: relative;
    bottom: 0;
    width: 500px;
  }
  .page-dk2 .tracking .content p {
    margin-bottom: 0;
  }
  .page-dk2 .tracking .content .image {
    display: none;
  }
  .page-dk2 .technology {
    position: relative;
    display: table;
    width: 100%;
  }
  .page-dk2 .technology .container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .page-dk2 .technology .content {
    max-width: 769px;
    margin: auto;
    text-align: center;
    padding: 0 40px;
  }
  .page-dk2 .technology-thumbs {
    height: 400px;
  }
  .page-dk2 .technology-thumbs .thumbs {
    height: 100%;
  }
  .page-dk2 .technology-thumbs .thumbs .item {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-dk2 .technology-thumbs .thumbs .item .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item .photo {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover .photo {
    -webkit-transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover .label .text {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-dk2 .technology-thumbs .thumbs .item.item-1 .photo {
    background: black url('/images/dk2/technology-thumb1.jpg') center center / cover no-repeat;
  }
  .page-dk2 .technology-thumbs .thumbs .item.item-2 .photo {
    background: black url('/images/dk2/technology-thumb2.jpg') center center / cover no-repeat;
  }
  .page-dk2 .full-bg {
    overflow: hidden;
  }
  .page-dk2 .full-bg .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-dk2 .full-bg .bg .bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-dk2 .full-bg .bg .bg-wrap .image {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .page-dk2 .full-bg .content {
    width: 50%;
    top: 50%;
    margin-top: -125px;
    position: absolute;
    color: white;
    padding: 0 0 0 40px;
    box-sizing: border-box;
  }
  .page-dk2 .full-bg .content h2 {
    color: inherit;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  .page-dk2 {
    text-align: left;
  }
  .page-dk2 .content {
    z-index: 2;
  }
  .page-dk2 .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .page-dk2 .content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page-dk2 .hero {
    background: #1d1f21 url('/images/dk2/hero-bg.jpg') center bottom no-repeat;
    background-size: cover;
    padding: 0;
    min-height: 1067px;
    margin: 0;
  }
  .page-dk2 .hero .headset-background-table {
    position: absolute;
    background-color: white;
    bottom: 0;
    height: 220px;
    width: 100%;
  }
  .page-dk2 .hero .headset {
    min-height: 1067px;
    position: absolute;
    width: 100%;
    background: transparent url('/images/dk2/dk2headset.png') center bottom no-repeat;
    background-size: auto;
  }
  .page-dk2 .hero .product {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
  }
  .page-dk2 .hero .product .image img {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -403px;
  }
  .page-dk2 .hero .content {
    position: relative;
    top: 165px;
    margin: 0 auto;
    width: 515px;
    padding: 0;
    text-align: center;
    color: #ffffff;
  }
  .page-dk2 .hero .content .product-name {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 10px;
  }
  .page-dk2 .hero .content .subline {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
    display: block;
  }
  .page-dk2 .hero .content p {
    line-height: 144%;
    margin-bottom: 32px;
    font-size: 18px;
    position: relative;
    top: auto;
    color: #ffffff;
    padding: 0;
  }
  .page-dk2 .hero .content > a {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .page-dk2 .hero .content > a span {
    color: #ffffff;
    border-color: #ffffff;
    min-width: 225px;
  }
  .page-dk2 .hero .content > a span:hover {
    color: #1c1e20;
  }
  .page-dk2 .features.module-center-icons-container .module-center-icons.module-center-icons--small {
    max-width: 1000px;
  }
  .page-dk2 .oled {
    overflow: hidden;
    padding: 0;
    background: none;
  }
  .page-dk2 .oled .bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-dk2 .oled .bg .item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 104%;
    background: center center no-repeat;
    background-size: cover;
  }
  .page-dk2 .oled .content {
    top: 400px;
    width: 590px;
    padding: 0;
    position: relative;
    left: 0;
    margin: 0 auto;
    z-index: 200;
    text-align: center;
    color: #ffffff;
  }
  .page-dk2 .oled .content h2 {
    text-align: center;
  }
  .page-dk2 .oled .content p {
    text-align: center;
  }
  .page-dk2 .oled .content .item {
    position: absolute;
    top: 400px;
    background: red;
  }
  .page-dk2 .oled:after {
    display: none;
  }
  .page-dk2 .tracking {
    padding: 0 0 90px 0;
    background: none;
    min-height: 0;
    margin-top: -215px;
  }
  .page-dk2 .tracking .bg {
    display: block;
    position: absolute;
    top: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: none;
  }
  .page-dk2 .tracking .content {
    padding: 100px 0 0 0;
    text-align: center;
    max-width: none;
    margin: auto;
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .page-dk2 .tracking .content .image {
    display: block;
    width: 100%;
  }
  .page-dk2 .tracking .content .image img {
    max-width: 100%;
  }
  .page-dk2 .tracking .content hgroup {
    max-width: 540px;
    margin: -50px auto 0 auto;
  }
  .page-dk2 .technology-thumbs {
    background: #323436;
    height: 450px;
  }
  .page-dk2 .technology-thumbs .thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .page-dk2 .technology-thumbs .thumbs:before,
  .page-dk2 .technology-thumbs .thumbs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .page-dk2 .technology-thumbs .thumbs:after {
    clear: both;
  }
  .page-dk2 .technology-thumbs .thumbs .item {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-dk2 .technology-thumbs .thumbs .item .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white center center no-repeat;
    background-size: cover;
    display: block;
    height: auto;
  }
  .page-dk2 .technology-thumbs .thumbs .item .label {
    display: block;
    position: absolute;
    right: 48px;
    bottom: 21px;
    left: 0;
    height: 30px;
    overflow: hidden;
  }
  .page-dk2 .technology-thumbs .thumbs .item .label .text {
    color: white;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item .photo {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover .photo {
    -webkit-transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover .label .text {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .no-touch .page-dk2 .technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-dk2 .technology-thumbs .thumbs .item.item-1 .photo {
    background-image: url('/images/dk2/technology-thumb1.jpg');
  }
  .page-dk2 .technology-thumbs .thumbs .item.item-2 .photo {
    background-image: url('/images/dk2/technology-thumb2.jpg');
  }
  .page-dk2 .full-bg {
    overflow: hidden;
    background: #1c1e20;
  }
  .page-dk2 .full-bg .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .page-dk2 .full-bg .bg .bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-dk2 .full-bg .bg .bg-wrap .image {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .page-dk2 .full-bg .content {
    width: 430px;
    top: 50%;
    margin-top: -125px;
    position: absolute;
    color: white;
  }
  .page-dk2 .full-bg .content h2 {
    color: inherit;
  }
}
#home-hero {
  background-color: #EBEBEB;
}
.home .featured-items-container .featured-item .featured-item__heading h4 {
  font-size: 12px;
  line-height: 16px;
}
.home .featured-items-container .featured-item .featured-item__heading h3 {
  font-size: 22px;
  line-height: 28px;
}
#home-carousel .owl-item .home-carousel__slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#home-carousel .owl-item hgroup {
  position: relative;
}
#home-carousel .owl-item hgroup h1 {
  color: #1c1e20;
  margin-bottom: 5px;
}
#home-carousel .owl-item hgroup p {
  color: #a4a5a6;
}
#home-carousel .owl-controls .owl-pagination .owl-page span {
  height: 6px;
  width: 6px;
  background-color: #d2d2d2;
}
#home-carousel .owl-controls .owl-pagination .owl-page.active span {
  background-color: black;
}
/* Desktop */
@media screen and (min-width: 1025px) {
  #home-carousel .desktop {
    display: block;
  }
  #home-carousel .owl-item .home-carousel__slide {
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 45%;
  }
  #home-carousel .owl-item hgroup {
    bottom: 0;
  }
}
/* Tablet */
@media screen and (min-width: 641px) and (max-width: 1025px) {
  #home-carousel .owl-item .home-carousel__slide {
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56%;
  }
  #home-carousel .owl-item .home-carousel__slide.rift {
    background-image: url('/images/home/carousel/tablet/rift_hero_tablet.jpg') !important;
  }
  #home-carousel .owl-item .home-carousel__slide.controllers {
    background-image: url('/images/home/carousel/tablet/touch_hero_tablet.jpg') !important;
  }
  #home-carousel .owl-item .home-carousel__slide.gearvr {
    background-image: url('/images/home/carousel/tablet/gearvr_hero_tablet.jpg') !important;
  }
  #home-carousel .owl-item hgroup h1 {
    margin-bottom: 5px;
  }
}
/* Mobile */
@media screen and (max-width: 640px) {
  #home-carousel .owl-item .home-carousel__slide {
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 88%;
  }
  #home-carousel .owl-item .home-carousel__slide.rift {
    background-image: url('/images/home/carousel/mobile/rift_hero_mobile.jpg') !important;
  }
  #home-carousel .owl-item .home-carousel__slide.controllers {
    background-image: url('/images/home/carousel/mobile/touch_hero_mobile.jpg') !important;
  }
  #home-carousel .owl-item .home-carousel__slide.gearvr {
    background-image: url('/images/home/carousel/mobile/gearvr_hero_mobile.jpg') !important;
  }
  #home-carousel .owl-item hgroup {
    margin-top: -15px;
    bottom: 0;
  }
  #home-carousel .owl-item hgroup h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  #home-carousel .owl-item hgroup p {
    padding: 0 24px;
    line-height: 22px;
    margin: 0;
  }
}
/* Tablet */
@media screen and (min-width: 641px) and (max-width: 1025px) {
  #home-hero {
    padding-top: 80px;
    min-height: 0;
  }
}
/* Mobile */
@media screen and (max-width: 640px) {
  #home-hero {
    padding-top: 80px;
    min-height: 0;
  }
}
.news-content .news__article {
  border-bottom: 1px solid #d2d2d2;
  display: block;
  padding: 30px 0;
}
.news-content .news__article .news__article-image,
.news-content .news__article .news__article-summary {
  display: inline-block;
}
.news-content .news__article .news__article-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 210px;
}
.news-content .news__article .news__article-summary {
  padding-left: 50px;
}
.news-content .news__article .news__article-summary .news__article-title a {
  color: #1c1e20;
}
.news-content .news__article .news__article-summary p {
  color: #1c1e20;
}
.news-content .news__article .news__article-summary .news-article__read-more {
  color: #323436;
  text-decoration: underline;
}
.news-content .module-news-container {
  position: relative;
}
.news-content .module-news-container .module-news {
  padding-bottom: 40px;
}
.news-content .module-news-container .news-content__pagination {
  text-align: center;
}
/**
 * Mobile
 */
@media screen and (max-width: 680px) {
  .news-content .news__article {
    display: block;
  }
  .news-content .news__article .news__article-image {
    display: none;
  }
  .news-content .news__article .news__article-summary {
    width: 100% !important;
    padding: 25px;
  }
  .news-content .module-news-container .news-content__pagination .news-content__pagination--previous,
  .news-content .module-news-container .news-content__pagination .news-content__pagination--next {
    min-width: 100px;
    padding: 5px 19px 4px 19px;
  }
}
/**
 * Tablet
 */
@media screen and (min-width: 681px) and (max-width: 1025px) {
  .news-content .news__article {
    display: block;
  }
  .news-content .news__article .news__article-image,
  .news-content .news__article .news__article-summary {
    display: inline-block;
  }
  .news-content .news__article .news__article-image {
    width: 150px;
    margin-left: 10px;
  }
  .news-content .news__article .news__article-summary {
    padding-left: 40px;
  }
}
/**
 * Base
 */
.company-content-container .title-bar .title-bar__inner p {
  font-size: 16px;
  line-height: 24px;
}
.company-content-container .module-intro hgroup p {
  font-size: 16px;
  line-height: 24px;
}
/**
 * Mobile
 */
@media screen and (max-width: 640px) {
  .company-content-container .title-bar .title-bar__inner p {
    font-size: 18px;
    line-height: 26px;
  }
  .company-content-container .module-intro hgroup p {
    font-size: 18px;
    line-height: 26px;
  }
  .company-content-container .module-image-grid {
    margin: 50px auto;
  }
}
/**
 * Tablet
 */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .company-content-container .title-bar .title-bar__inner p {
    font-size: 18px;
    line-height: 26px;
  }
  .company-content-container .module-intro hgroup p {
    font-size: 18px;
    line-height: 26px;
  }
  .company-content-container .module-image-grid {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
/**
 * Desktop
 */
@media screen and (min-width: 1025px) {
  .company-content-container .title-bar {
    margin-top: 0;
    padding: 0;
  }
  .company-content-container .title-bar .title-bar__inner {
    display: table-cell;
  }
  .company-content-container .module-image-grid {
    margin-bottom: 100px;
    margin-top: 50px;
  }
}
.events-content {
  display: none;
}
.events-content .events__event {
  border-bottom: 1px solid #d2d2d2;
  display: block;
  padding: 30px 0;
}
.events-content .events__event .events__event-image,
.events-content .events__event .events__event-summary {
  display: inline-block;
}
.events-content .events__event .events__event-image {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 210px;
}
.events-content .events__event .events__event-summary {
  padding-left: 50px;
}
.events-content .events__event .events__event-summary .events__event-title a {
  color: #1c1e20;
}
.events-content .events__event .events__event-summary .event__location {
  display: block;
  margin-bottom: 10px;
}
.events-content .events__event .events__event-summary .event__link {
  color: #1c1e20;
  cursor: auto;
  padding: 5px 0;
  text-decoration: underline;
}
.events-content .module-news-container {
  position: relative;
}
.events-content .module-news-container .module-news {
  padding-bottom: 40px;
}
/**
 * Mobile
 */
@media screen and (max-width: 680px) {
  .events-content .events__event {
    display: block;
  }
  .events-content .events__event .events__event-image {
    display: none;
  }
  .events-content .events__event .events__event-summary {
    width: 100% !important;
    padding: 25px;
  }
}
/**
 * Tablet
 */
@media screen and (min-width: 681px) and (max-width: 1025px) {
  .events-content .events__event {
    display: block;
  }
  .events-content .events__event .events__event-image,
  .events-content .events__event .events__event-summary {
    display: inline-block;
  }
  .events-content .events__event .events__event-image {
    width: 150px;
    margin-left: 10px;
  }
  .events-content .events__event .events__event-summary {
    padding-left: 40px;
  }
}
/* Disable wow on mobile and tablet */
@media screen and (max-width: 1025px) {
  .wow {
    transition: none;
    transition-delay: 0s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
body.nav-open {
  overflow-y: hidden;
}
body.nav-open #header .header__menu-container {
  display: none;
}
.hidden {
  display: none;
}
.error404 {
  margin: 10% 5%;
  text-align: center;
}
.module-accordion__block.module-accordion__block--hide {
  display: none;
}
/**
 * Overrides for a blog page.
 */
.blog-content-container .module-filters-container {
  padding-top: 70px;
}
.blog-content-container .module-news-container .module-news {
  padding-bottom: 40px;
}
.blog-content-container .module-news-container .module-news .module-news__title .module-news__title-slash {
  font-weight: 100;
  font-size: 26px;
  padding: 0 5px;
}
.blog-content-container .module-news-container .module-news .blog-post.block-link a {
  overflow: hidden;
}
.blog-content-container .module-news-container .module-news .blog-post.block-link a .blog-post__image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.blog-content-container .module-news-container .module-news .blog-post.block-link a .blog-post__summary {
  padding-top: 20px;
  height: 49%%;
  overflow: hidden;
}
.blog-content-container .module-news-container .module-news .blog-post.block-link a .blog-post__summary h3 {
  margin: 4px 0;
}
.blog-content-container .module-news-container .module-news .blog-post.block-link a .blog-post__summary p {
  line-height: 24px;
}
.blog-content-container .blog-content__pagination {
  text-align: center;
}
/* Mobile */
@media screen and (max-width: 767px) {
  .block-link {
    padding: 0 9px 18px 9px;
  }
  .block-link a {
    height: 100%;
    overflow: hidden;
  }
  .blog-content .module-news-container .blog-content__pagination .blog-content__pagination--previous,
  .blog-content .module-news-container .blog-content__pagination .blog-content__pagination--next {
    min-width: 100px;
    padding: 5px 19px 4px 19px;
  }
  .blog-content .module-filters-container .module-filters .module-filters__controls {
    padding-top: 0;
  }
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 959px) {
  .block-link {
    height: 465px;
    padding: 0 9px 18px 9px;
  }
  .block-link a {
    height: 100%;
    min-height: 0;
  }
}
/* Desktop */
@media screen and (min-width: 960px) {
  .blog-post {
    height: 480px;
    margin: 8px 0;
  }
  .blog-post.block-link {
    padding: 0;
  }
  .blog-post a {
    height: 100%;
    min-height: 0;
    margin: 0 8px;
  }
}
/**
 * Overrides for blog posts
 */
.blog-details .title-bar {
  padding-top: 130px;
  padding-bottom: 30px;
}
.blog-details .title-bar .title-bar__inner h1 {
  font-size: 30px;
  line-height: 36px;
}
.blog-details .title-bar .title-bar__inner p {
  font-size: 16px;
  line-height: 24px;
}
.blog-details .title-bar.title-bar--hero {
  background-color: rgba(28, 30, 32, 0.95);
  position: relative;
  overflow: hidden;
}
.blog-details .title-bar.title-bar--hero .title-bar__inner {
  position: relative;
  z-index: 2;
}
.blog-details .title-bar.title-bar--hero .title-bar-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.blog-details .blog-content ul {
  margin: 15px 0 20px 5px;
  padding: 0;
}
.blog-details .blog-content .wp-caption {
  text-align: center;
  padding-top: 4px;
  background-color: #fdfdfd;
}
.blog-details .blog-content .wp-caption .wp-caption-text {
  color: #333;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2em;
  margin: 0;
  padding: 0.6em 5px;
}
.blog-details .blog-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-details .blog-content .alignright {
  float: right;
  margin: 10px 0 10px 15px;
}
.blog-details .blog-content .module-news-container {
  position: relative;
  padding-bottom: 100px;
}
.blog-details .blog-content .module-news-container .module-news {
  padding-bottom: 40px;
}
.blog-details .blog-content .blog-content__pagination {
  text-align: center;
}
.blog-details .blog-content .blog-iframe {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}
.blog-details .blog-content .blog-iframe .iframe-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.blog-details .blog-content .blog-iframe .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Mobile */
@media screen and (max-width: 640px) {
  .blog-details .title-bar {
    padding: 130px 0 50px 0;
  }
  .blog-details .title-bar .title-bar-background {
    display: none;
  }
  .blog-details img {
    width: 100%;
    height: 100%;
  }
}
/* Share overlay overrides */
#overlays .overlay.overlay--share.overlay--share-blog {
  width: auto;
}
#overlays .overlay.overlay--share.overlay--share-blog .overlay__inner .overlay__box .overlay--share__links {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/**
 * Base
 */
.careers-content .module-center-icons-container {
  padding: 0 0 30px 0;
}
.careers-content .module-center-icons-container .module-center-icons > div {
  height: 350px;
}
.careers-content .module-center-icons-container .module-center-icons .icon .image {
  background-image: url('/baxter/baxter-0.3.2/images/global/96_sprite.png');
}
.careers-content .module-center-icons-container .module-center-icons .icon .image.salary {
  background-position: 2px -477px;
}
.careers-content .module-center-icons-container .module-center-icons .icon .image.meals {
  background-position: 3px -573px;
}
.careers-content .module-center-icons-container .module-center-icons .icon .image.amenities {
  background-position: 4px -671px;
}
.careers-content .module-center-icons-container .module-center-icons .icon .image.balance {
  background-position: 2px -765px;
}
.careers-content .module-center-icons-container .module-center-icons .icon .image.hardware {
  background-position: 2px -863px;
}
.careers-content .module-center-icons-container .module-center-icons .icon .image.trips {
  background-position: 1px -958px;
}
.careers-content .title-bar {
  margin: 0;
  padding: 0;
}
.careers-content .title-bar .title-bar__inner {
  display: table-cell;
}
.module-center-icons-container .module-center-icons > div .icon .image {
  border-width: 3px;
}
.careers-content .module-intro {
  padding: 70px 0 40px 0;
}
.careers-content .office-image {
  background: white url('/images/temp/careers-location.jpg') center center / cover no-repeat;
  height: 690px;
}
/**
 * Mobile
 */
@media screen and (max-width: 641px) {
  .careers-content .module-intro {
    padding: 50px 0 30px 0;
  }
  .careers-content .office-image {
    height: 275px;
  }
  .careers-content .module-center-icons-container {
    padding: 0;
  }
  .careers-content .module-accordian-container {
    padding: 0 30px 50px 30px;
  }
}
/**
 * Tablet
 */
@media screen and (min-width: 641px) and (max-width: 1025px) {
  .careers-content .office-image {
    height: 440px;
  }
}
/**
 * Desktop
 */
@media screen and (min-width: 1025px) {
  .careers-content .office-image {
    height: 690px;
  }
}
.owl-carousel .module-image-carousel__item .text {
  margin-top: -10px;
}
.featured-items-container .featured-items .featured-item {
  height: 300px;
}
.featured-items-container .featured-items .featured-item .featured-item__image {
  height: 300px;
}
#footer .footer__nav1 li,
#footer .footer__nav2 li,
#footer .footer__menu li {
  display: none;
}
/**
 * Mobile footer styling
 */
@media screen and (max-width: 640px) {
  #footer .footer__nav1 li.footer__nav-item--mobile,
  #footer .footer__nav2 li.footer__nav-item--mobile {
    display: list-item;
  }
  #footer .footer__left {
    padding-bottom: 25px;
  }
  #footer .footer__left .footer__logo {
    margin: 0 25px;
  }
  #footer .footer__left .footer__logo a {
    text-align: left;
  }
  #footer .footer__left .footer__copyright {
    margin: 0 25px;
    text-align: left;
  }
  #footer .footer__nav-item--tablet-hide {
    display: block;
  }
  #footer .footer__right .footer__language-container {
    padding: 20px 0 20px 25px;
    width: 45%;
  }
  #footer .footer__right .footer__language-container span {
    font-size: 12px;
  }
  #footer .footer__right .footer__nav1,
  #footer .footer__right .footer__nav2 {
    width: 45%;
    vertical-align: top;
    margin: 0;
  }
  #footer .footer__right .footer__nav1 li,
  #footer .footer__right .footer__nav2 li {
    padding: 20px 0;
    border-top: 1px solid #494b4d;
    font-size: 12px;
  }
  #footer .footer__right .footer__nav1 li:first-child,
  #footer .footer__right .footer__nav2 li:first-child {
    border-top: none;
  }
  #footer .footer__right .footer_nav1 {
    padding-left: 25px;
  }
  #footer .footer__right .footer__nav2 {
    padding-right: 0px;
    padding-left: 20px;
  }
}
#footer .footer__language__menu,
#footer .footer__menu {
  z-index: 999;
}
/* Tablet */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  #footer .footer__nav1 li.footer__nav-item--tablet,
  #footer .footer__nav2 li.footer__nav-item--tablet {
    display: inline-block;
  }
  #footer .footer__menu li.footer__nav-item--tablet {
    display: block;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  #footer .footer__left {
    width: 30%;
  }
  #footer .footer__right {
    width: 70%;
  }
  #footer .footer__nav1 li.footer__nav-item--desktop,
  #footer .footer__nav2 li.footer__nav-item--desktop {
    display: inline-block;
  }
  #footer .footer__menu li.footer__nav-item--desktop {
    display: block;
  }
}
.oc-button--cta-secondary:focus {
  color: #d2d2d2 !important;
}
.header__login__link {
  display: inline-block;
}
.header__login__link.header__login__link--hide {
  display: none;
}
.header__user--hide {
  display: none;
}
#header .header__user .icon {
  padding: 0;
  vertical-align: bottom;
}
#header .header__inner .header__menu-container {
  top: 33px;
  right: 45px;
}
@media screen and (max-width: 641px) {
  #header .header__inner .header__menu-container {
    right: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1025px) {
  #header .header__inner .header__menu-container {
    right: 20px;
    top: 20px;
  }
}
.inverted-header #header li.active a {
  color: #a4a5a6 !important;
}
.inverted-header #header .header-nav__login-status-container .header__user-name {
  color: #323436 !important;
}
.inverted-header #header .header-nav__login-status-container .oc-button--cta-secondary:hover {
  background-color: transparent;
  border-color: #323436;
}
.inverted-header #header .header__user span:after {
  border-top: 4px solid #323436;
}
.inverted-header #header .icon.icon-user {
  background-position: 0 -168px !important;
}
.inverted-header #header .nav-menu-button span {
  background: #323436;
}
.inverted-header #header .nav-menu-button span:before,
.inverted-header #header .nav-menu-button span:after {
  background: #323436;
}
.small-nav .small-nav__inner .header__login__link {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 12px 0 12px 14px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #28292b;
}
.small-nav .small-nav__inner .header__login__link .icon {
  margin: -4px 2px 0 0;
  vertical-align: middle;
}
.small-nav .small-nav__inner .header__login__link.header__login__link--hide {
  display: none;
}
.small-nav .small-nav__inner .header__user-container {
  border-top: 1px solid #28292b;
}
.small-nav .small-nav__inner .header__user-container .header__user-name {
  color: #ffffff;
  text-transform: uppercase;
  padding: 18px 20px 7px 20px;
  display: block;
}
.small-nav .small-nav__inner .header__user-container .icon {
  margin: -4px 2px 0 0;
  vertical-align: middle;
}
.small-nav .small-nav__inner .header__user-container .header__user__menu .link-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.small-nav .small-nav__inner .header__user-container .header__user__menu .link-menu li {
  padding-left: 10px;
  border-top: 1px solid #28292b;
  border-bottom: none;
}
.small-nav .small-nav__inner .header__user-container .header__user__menu .link-menu li a {
  color: #ffffff;
}
.small-nav .small-nav__inner .header__user-container .header__user__menu .link-menu li a:hover {
  color: #777879;
}
/**
 * Mobile
 */
@media screen and (max-width: 641px) {
  #header {
    height: 60px;
  }
  #header .header__inner {
    height: 100%;
  }
  #header .header__logo {
    left: 20px;
    top: 15px;
  }
  #header .header__menu-container {
    right: 20px;
    top: 20px;
  }
}
/**
 * Tablet
 */
@media screen and (min-width: 641px) and (max-width: 1025px) {
  #header {
    height: 60px;
  }
  #header .header__inner {
    height: 100%;
  }
  #header .header__logo {
    left: 20px;
    top: 15px;
  }
}
/**
 * Desktop
 */
@media screen and (min-width: 1025px) {
  #header {
    height: 80px;
  }
  #header .header__inner {
    height: 100%;
  }
}
i.icon.icon-left-open-big {
  background-position: 0 -624px;
}
i.icon.icon-left-open-big:hover {
  background-position: -48px -624px;
}
.module-left-nav-container .module-left-nav .module-left-nav__side ul li a {
  font-weight: 500;
}
.module-left-nav-container .module-left-nav .module-left-nav__side ul li.active a {
  font-weight: 600;
}
.module-left-nav-container .module-left-nav .module-left-nav__side ul li.active:before {
  display: none;
}
@media screen and (max-width: 640px) {
  #overlays .overlay__close {
    top: 0;
    right: 0;
  }
}
.page-rift .technology-thumbs .thumbs {
  position: relative;
}
.page-rift .technology-thumbs .thumbs:before,
.page-rift .technology-thumbs .thumbs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.page-rift .technology-thumbs .thumbs:after {
  clear: both;
}
.page-rift .technology-thumbs .thumbs .item {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
}
.page-rift .technology-thumbs .thumbs .item .photo {
  position: relative;
  background: white center center no-repeat;
  background-size: cover;
  display: block;
  height: 200px;
}
.page-rift .technology-thumbs .thumbs .item .label {
  display: none;
}
.page-rift .technology-thumbs .thumbs .item:after {
  content: " ";
  width: 48px;
  height: 48px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: url('/images/rift/phone/thumb-zoom.png') center center no-repeat;
  background-size: 48px 48px;
}
.no-touch .page-rift .technology-thumbs .thumbs .item:hover:after {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  opacity: 1;
}
.page-rift .display .content {
  padding-top: 55px;
}
.page-rift .connected {
  height: 620px;
}
.page-rift .launch-date .container {
  padding-top: 24px;
}
.page-rift .launch-date .container .content {
  margin: auto;
  text-align: center;
  background-position: bottom;
}
.page-rift .launch-date .container .content .subline {
  color: #a4a5a6;
}
@media screen and (max-width: 1024px) {
  .page-rift .section.technology-thumbs .thumbs .item:after {
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background-size: 48px 48px !important;
    opacity: 1 !important;
  }
}
/**
 * Mobile
 */
@media screen and (max-width: 640px) {
  .page-rift .section.hero .image {
    background: url('/images/rift/phone/hero.jpg') center top / contain no-repeat;
    height: 0;
    padding-top: 108%;
  }
  .page-rift .section.launch-date {
    overflow: hidden;
  }
  .page-rift .section .container .content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
/* Tablet */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .page-rift .section:not(:first-child) {
    padding-top: 130px;
  }
  .page-rift .section.thumbs,
  .page-rift .section.mosaic {
    padding-top: 0;
  }
  .page-rift .section.hero {
    padding-top: 110px;
  }
  .page-rift .section.hero .container {
    margin-bottom: 0;
    padding-bottom: 48px;
  }
  .page-rift .section.hero .container .content {
    padding: 0;
  }
  .page-rift .section.travel {
    padding-top: 130px;
  }
  .page-rift .section.travel .container {
    padding-top: 0px;
  }
  .page-rift .section.travel .container .content {
    padding-top: 0px;
  }
  .page-rift .section.display {
    height: 750px;
  }
  .page-rift .section.display .content {
    padding-top: 0;
  }
  .page-rift .section.science-fiction {
    height: 850px;
  }
  .page-rift .section.science-fiction .content {
    padding-top: 0;
  }
  .page-rift .section.features .container {
    padding-top: 640px;
  }
  .page-rift .section.features .container .content {
    padding-top: 0px;
  }
  .page-rift .section.controller {
    height: 790px;
  }
  .page-rift .section.controller .content {
    padding-top: 0;
  }
  .page-rift .section.dk-controller {
    height: 740px;
    background-size: cover;
  }
  .page-rift .section.dk-controller .content {
    padding-top: 0;
  }
  .page-rift .section.connected {
    height: 900px;
  }
  .page-rift .section.connected .content {
    padding-top: 0px;
  }
  .page-rift .section.launch-date {
    height: 787px;
    overflow: hidden;
  }
  .page-rift .section.launch-date .container {
    padding-top: 0px;
  }
  .page-rift .section.launch-date .container .content {
    padding-top: 0px;
  }
  .page-rift .section.technology-thumbs {
    padding-top: 0;
  }
  .page-rift .section.technology-thumbs .thumbs .item {
    width: 50%;
    height: 50%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-rift .section.technology-thumbs .thumbs .item .photo {
    background: white center center no-repeat;
    background-size: cover;
    display: block;
  }
  .page-rift .section.technology-thumbs .thumbs .item:after {
    content: " ";
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('/images/rift/thumb-zoom.png') center center no-repeat;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item .photo {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item:hover .photo {
    -webkit-transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item:hover .label .text {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-1 .photo {
    background-image: url('/images/rift/features-1.jpg');
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-2 .photo {
    background-image: url('/images/rift/features-2.jpg');
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-3 .photo {
    background-image: url('/images/rift/features-3.jpg');
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-4 .photo {
    background-image: url('/images/rift/features-4.jpg');
  }
  .page-rift .section.technology-thumbs .container .content {
    padding: 0 24px 70px 24px;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  .page-rift .section.technology-thumbs {
    background: #323436;
    height: 900px;
  }
  .page-rift .section.technology-thumbs .thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .page-rift .section.technology-thumbs .thumbs:before,
  .page-rift .section.technology-thumbs .thumbs:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .page-rift .section.technology-thumbs .thumbs:after {
    clear: both;
  }
  .page-rift .section.technology-thumbs .thumbs .item {
    width: 50%;
    height: 50%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .page-rift .section.technology-thumbs .thumbs .item .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white center center no-repeat;
    background-size: cover;
    display: block;
    height: auto;
  }
  .page-rift .section.technology-thumbs .thumbs .item .label {
    display: block;
    position: absolute;
    right: 48px;
    bottom: 21px;
    left: 0;
    height: 30px;
    overflow: hidden;
  }
  .page-rift .section.technology-thumbs .thumbs .item .label .text {
    color: white;
    line-height: 30px;
    text-align: right;
    font-size: 18px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page-rift .section.technology-thumbs .thumbs .item:after {
    content: " ";
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('/images/rift/thumb-zoom.png') center center no-repeat;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item .photo {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item:hover .photo {
    -webkit-transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    transition: all 15s cubic-bezier(0.2, 0.235, 0.835, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item:hover .label .text {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .no-touch .page-rift .section.technology-thumbs .thumbs .item:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 1;
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-1 .photo {
    background-image: url('/images/rift/features-1.jpg');
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-2 .photo {
    background-image: url('/images/rift/features-2.jpg');
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-3 .photo {
    background-image: url('/images/rift/features-3.jpg');
  }
  .page-rift .section.technology-thumbs .thumbs .item.item-4 .photo {
    background-image: url('/images/rift/features-4.jpg');
  }
  .page-rift .hero .content {
    padding-top: 120px;
  }
  .page-rift .display {
    background-size: cover;
    padding-bottom: 170px;
  }
  .page-rift .display .content {
    padding-top: 70px;
  }
  .page-rift .science-fiction {
    height: 950px;
  }
  .page-rift .science-fiction .content {
    padding-top: 330px;
  }
  .page-rift .connected {
    height: 900px;
  }
  .page-rift .discover {
    height: 900px;
  }
  .page-rift .launch-date .container .content {
    padding-top: 0px;
  }
  .page-rift .launch-date .container .content h2 {
    font-size: 48px;
    padding-bottom: 25px;
  }
  .page-rift .launch-date .container .content .subline {
    font-size: 30px;
  }
  .no-touch .page-rift .technology-thumbs .thumbs .item:hover .photo {
    transform: scale3d(1.2, 1.2, 1);
  }
  .no-touch .page-rift .technology-thumbs .thumbs .item:hover .label .text {
    transform: translate3d(0%, 0, 0);
  }
}
