/* fonts */
@font-face {
  font-family: 'SST-Roman';
  src: url("/microsite/shared/fonts/sst-roman.eot") format("embedded-opentype"), url("/microsite/shared/fonts/sst-roman.woff") format("woff"); }
@font-face {
  font-family: 'Urwdin-Regular';
  src: url("../fonts/URWDIN-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Urwdin-Cond-Bold';
  src: url("../fonts/URWDINCond-Bold.otf") format("opentype"); }
/* colors */
.skip-button {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1em;
  color: #fff; }
  .skip-button:focus, .skip-button:active, .skip-button:hover {
    opacity: 1;
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0.8); }

* {
  box-sizing: border-box;
  font-family: 'SST-Roman', Arial, sans-serif; }

body {
  margin: 0;
  background: #000; }

.overlay {
  pointer-events: none; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

header {
  background-color: #000;
  position: fixed;
  padding: 1em 0;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  border-bottom: solid 1px #171717; }
  header .sony-brand {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 100%; }
    header .sony-brand img {
      display: block;
      margin-top: 0;
      max-width: 100px;
      padding: 0 1em; }
  header .allconds-logo img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    padding: 0 1em; }
  header .xb-brand {
    display: inline-block;
    text-align: right;
    position: relative; }
    header .xb-brand img {
      position: relative;
      height: auto;
      max-width: 100px;
      padding: 0 1em; }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .container div {
      width: 33.33%; }
  @media (min-width: 768px) {
    header .container div img {
      max-width: 150px; }
    header #allconds-logo {
      max-width: 200px; } }

main {
  font-size: 100%; }

footer {
  background: #000; }
  footer h1 {
    color: #878792 !important; }
  footer #copyright-links p {
    color: #878792 !important; }

.icon-button {
  position: relative;
  width: 84px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: 0 auto 0.5em auto;
  transition: all 0.3s ease; }
  .icon-button .icon {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 auto; }
    .icon-button .icon svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .icon-button:hover {
    background-color: rgba(255, 255, 255, 0.45); }
  @media (min-width: 768px) {
    .icon-button {
      transform: scale(1.5); } }

#vid-hero {
  overflow: auto;
  min-height: 100vh;
  display: none; }
  #vid-hero .container {
    padding: 0; }
  #vid-hero .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  #vid-hero .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0; }

section {
  height: 100vh;
  position: relative;
  background-color: #000;
  color: #fff;
  z-index: auto; }
  section h1 {
    padding: 0;
    margin: 0; }
  @media (max-width: 767px) and (orientation: landscape) {
    section {
      min-height: 300px; } }

article {
  width: 50%; }
  article .wrap {
    padding: 5em; }
  article h1 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: bold; }
  @media (max-width: 767px) and (orientation: portrait) {
    article {
      width: 75%; }
      article .wrap {
        padding: 2em; } }

.container {
  width: 92.76316%;
  max-width: 1190px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2; }

iframe {
  border: none;
  padding: 5em 0; }
  @media (max-width: 767px) and (orientation: landscape) {
    iframe {
      padding: 50px 0; } }

.col3 {
  width: 33.33%;
  height: 100%;
  float: left; }

.col4 {
  width: 25%;
  height: 100%;
  float: left; }

a {
  text-decoration: none; }

.button {
  position: relative;
  display: inline-block;
  z-index: 8;
  font-size: 1.2em;
  background-color: #fff;
  color: #118197;
  font-weight: bold;
  padding: 1em 1.5em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5em;
  transition: all 0.3s ease; }
  .button:hover {
    background-color: #ddd;
    transition: all 0.3s ease; }
  .button.inverse {
    color: #fff;
    background-color: #118197;
    transition: all 0.3s ease; }
    .button.inverse:hover {
      background-color: #0f6070;
      transition: all 0.3s ease; }

.copy {
  display: block;
  text-align: center;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff; }
  .copy a {
    font-size: 1.25em;
    font-weight: bold; }

.product-image {
  width: 100%;
  height: 100%;
  margin-top: 3em; }

#hero {
  align-items: center;
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #hero #hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/bg_2020_portrait_2.jpg") center center no-repeat;
    background-size: cover; }
  #hero #all-conds {
    display: none; }
    #hero #all-conds img {
      width: 100%; }
  #hero .container {
    text-align: center;
    position: relative;
    height: 100vh;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  #hero #xb-logo-hero {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    overflow: hidden; }
    #hero #xb-logo-hero #sony {
      width: auto;
      max-width: 100px;
      float: left; }
    #hero #xb-logo-hero #xb-logo {
      width: auto;
      max-width: 100px;
      float: right; }
    @media (min-width: 768px) and (orientation: landscape) {
      #hero #xb-logo-hero #sony {
        width: auto;
        max-width: 150px;
        float: left; }
      #hero #xb-logo-hero #xb-logo {
        width: auto;
        max-width: 150px;
        float: right; } }
  #hero .button-group {
    text-align: center;
    background-color: transparent;
    z-index: 3;
    display: block; }
    #hero .button-group ul {
      display: inline-block;
      list-style: none;
      overflow: hidden;
      padding-left: 0;
      width: auto;
      margin: 0 auto;
      padding-bottom: 2em; }
      #hero .button-group ul li {
        display: inline-block;
        float: none;
        padding: 0;
        margin: 0 0.5em 1em 0.5em;
        position: relative; }
        #hero .button-group ul li a {
          background: transparent;
          color: #fff;
          display: block;
          margin-bottom: 1em; }
        #hero .button-group ul li a.button {
          color: #118197;
          background-color: #fff;
          padding: 1em;
          text-transform: uppercase;
          font-size: 1em;
          font-weight: bold;
          min-height: 68px;
          transition: all 0.3s ease;
          display: table-cell;
          vertical-align: middle;
          margin-bottom: 1em;
          font-family: 'Urwdin-Regular', 'SST-Roman', 'Arial', sans-serif; }
          #hero .button-group ul li a.button .icon {
            display: inline-block;
            vertical-align: middle; }
          #hero .button-group ul li a.button:hover {
            background-color: #ddd;
            transition: all 0.3s ease; }
    @media (orientation: portrait) and (max-width: 500px) {
      #hero .button-group {
        bottom: 5%; }
        #hero .button-group ul li {
          display: block;
          width: 100%; }
          #hero .button-group ul li a.button {
            min-width: 200px; } }
    @media (min-height: 500px) {
      #hero .button-group ul {
        padding-bottom: 3em; } }
  #hero .disclaimer {
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.85em; }
  @media (orientation: landscape) {
    #hero #hero-bg {
      background: url("../images/bg_2020_5a.jpg") top center no-repeat;
      background-size: cover; }
    #hero #xb-logo-hero {
      padding: 1em 0 0 0; }
    #hero .button-group {
      bottom: 0; }
      #hero .button-group ul li a {
        min-height: 58px;
        display: table-cell;
        vertical-align: middle; } }
  @media (orientation: landscape) and (min-width: 1540px) {
    #hero #xb-logo-hero {
      padding: 2em 0; }
    #hero #xb-logo-hero #sony,
    #hero #xb-logo-hero #xb-logo {
      max-width: 200px; } }

.col2 {
  width: 50%;
  float: left;
  height: 100%; }
  @media (max-width: 767px) and (orientation: portrait) {
    .col2 {
      width: 100%;
      float: none;
      height: auto; } }

#new-xb-range {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: url("../images/SRS-bg.jpg") center center no-repeat;
  background-size: cover; }
  #new-xb-range .col-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  #new-xb-range .heading {
    position: absolute;
    width: 100%;
    top: 5%;
    text-align: center;
    text-transform: uppercase;
    z-index: 6;
    opacity: 0;
    font-family: 'Urwdin-Cond-Bold', 'SST-Roman', 'Arial', sans-serif;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    font-size: 3em; }
  #new-xb-range .titles {
    opacity: 1;
    left: 0;
    width: 100%;
    padding: 0 1em;
    z-index: 3;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
    #new-xb-range .titles h2 {
      font-size: 3em;
      margin: 0 auto;
      display: inline-block;
      font-family: 'Urwdin-Cond-Bold', 'SST-Roman', 'Arial', sans-serif;
      padding-bottom: 5px;
      border-bottom: solid 5px #fff; }
    #new-xb-range .titles h3 {
      font-size: 0.65em;
      text-transform: uppercase;
      margin-top: 5px;
      font-family: 'Urwdin-Regular', 'SST-Roman', 'Arial', sans-serif; }
  #new-xb-range .copy {
    opacity: 0;
    z-index: 6;
    position: absolute;
    top: 10%; }
    #new-xb-range .copy .button {
      font-size: 0.85em; }
  #new-xb-range .col4 {
    overflow: hidden; }
    #new-xb-range .col4:hover .product-image {
      transform: scale(1.05);
      transition: transform 0.3s ease-out; }
  #new-xb-range .disclaimer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
    text-align: left;
    padding: 1em;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4); }
    #new-xb-range .disclaimer p {
      margin: 0; }
  @media (max-width: 767px) and (orientation: portrait) {
    #new-xb-range {
      overflow: hidden;
      height: auto; }
      #new-xb-range .col3,
      #new-xb-range .col4 {
        width: 100%;
        min-height: 600px;
        background: url("../images/SRS-bg-sml.jpg") center center no-repeat;
        background-size: cover; }
        #new-xb-range .col3 .heading,
        #new-xb-range .col4 .heading {
          top: 1em; }
      #new-xb-range .disclaimer {
        background-color: transparent; } }
  @media (max-width: 767px) {
    #new-xb-range .titles h3 {
      font-size: 1em; }
    #new-xb-range .copy {
      top: 0; } }
  @media (min-device-width: 990px) {
    #new-xb-range .titles h3 {
      font-size: 0.85em; } }
  @media (min-width: 1080px) {
    #new-xb-range .titles h3 {
      font-size: 1em; } }
  @media (min-width: 1540px) {
    #new-xb-range .titles h3 {
      font-size: 1.25em; } }
  @media (min-width: 2000px) {
    #new-xb-range .titles h3 {
      font-size: 2em; } }
  #new-xb-range #xb13 {
    position: relative;
    z-index: 2;
    /* xb12 fig layer */ }
    #new-xb-range #xb13::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/xb12-fg.png") right center no-repeat;
      background-size: cover;
      z-index: 5; }
    #new-xb-range #xb13 .button {
      background-color: #3c4447;
      color: #fff; }
  #new-xb-range #xb23 {
    position: relative;
    z-index: 2;
    /* xb23 fig layer */ }
    #new-xb-range #xb23::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/xb23-fg.png") left center no-repeat;
      background-size: cover;
      z-index: 5; }
    #new-xb-range #xb23 .button {
      background-color: #1571bb;
      color: #fff; }
  #new-xb-range #xb33 {
    position: relative;
    z-index: 2;
    /* xb33 fig layer */ }
    #new-xb-range #xb33::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/xb33-fg.png") left center no-repeat;
      background-size: cover;
      z-index: 5; }
    #new-xb-range #xb33 .button {
      background-color: #a29380;
      color: #fff; }
  #new-xb-range #xb43 {
    position: relative;
    z-index: 2;
    /* xb43 fig layer */ }
    #new-xb-range #xb43::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/xb43-fg.png") right center no-repeat;
      background-size: cover;
      z-index: 5; }
    #new-xb-range #xb43 .button {
      background-color: #3c4447;
      color: #fff; }
  #new-xb-range #xb13-bg {
    background: url("../images/xb13.png") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3; }
  #new-xb-range #xb23-bg {
    background: url("../images/xb23.png") left center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3; }
  #new-xb-range #xb33-bg {
    background: url("../images/xb33.png") left center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3; }
  #new-xb-range #xb43-bg {
    background: url("../images/xb43.png") left center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3; }
  @media (max-width: 767px) and (orientation: portrait) {
    #new-xb-range {
      background: #118197; }
      #new-xb-range .heading {
        font-size: 1.5em;
        position: relative;
        padding: 2em 0; }
      #new-xb-range #xb43 {
        background: url("../images/SRS-bg-sml2.jpg") center center no-repeat;
        background-size: cover; }
      #new-xb-range #xb13-bg {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%; }
      #new-xb-range #xb23-bg,
      #new-xb-range #xb33-bg,
      #new-xb-range #xb43-bg {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-size: 75%;
        background-position: right center; }
      #new-xb-range .titles {
        top: 10%; }
      #new-xb-range .disclaimer {
        position: relative; } }
  @media (max-height: 767px) and (max-width: 767px) and (orientation: landscape) {
    #new-xb-range {
      min-height: 500px;
      font-size: 0.6em; }
      #new-xb-range .copy {
        bottom: 30%; } }

.product-info {
  position: fixed;
  height: 100vh;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  /* notes */
  /* swatch sprites */ }
  .product-info article {
    width: 100%;
    padding: 3em 0;
    height: auto; }
    .product-info article .container {
      background-color: #000;
      color: #fff;
      padding: 3em; }
  .product-info .close-row {
    text-align: right; }
    .product-info .close-row a.close {
      color: #fff;
      display: inline-block;
      width: 32px;
      height: 32px; }
      .product-info .close-row a.close svg {
        height: 32px;
        width: 32px; }
    .product-info .close-row .container {
      background-color: transparent;
      padding: 0; }
  .product-info.campaign {
    background: url("../images/SRS-bg.jpg") bottom center no-repeat;
    background-size: cover;
    overflow-y: scroll; }
    .product-info.campaign article {
      width: 100%;
      padding: 3em 0;
      height: auto; }
      .product-info.campaign article .container {
        background-color: #fff;
        color: #2f353d;
        padding: 3em; }
    .product-info.campaign .close-row {
      text-align: right; }
      .product-info.campaign .close-row a.close {
        color: #fff;
        display: inline-block;
        width: 32px;
        height: 32px; }
        .product-info.campaign .close-row a.close svg {
          height: 32px;
          width: 32px; }
      .product-info.campaign .close-row .container {
        background-color: transparent;
        padding: 0; }
    .product-info.campaign .swatch a:focus {
      border: solid 2px #2f353d;
      box-shadow: none !important; }
    .product-info.campaign .proofs {
      font-weight: bold;
      font-size: 1.75em;
      text-transform: uppercase;
      margin-bottom: 0; }
  .product-info .info .eyebrow {
    display: block;
    font-weight: lighter;
    font-size: 1.25em;
    margin-bottom: 0.25em; }
  .product-info .info h1 {
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1.2em; }
    .product-info .info h1 .smaller {
      font-size: 0.65em; }
  .product-info .feature {
    position: relative;
    overflow: hidden;
    padding: 1em 0; }
    .product-info .feature .icon {
      float: left;
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px; }
    .product-info .feature .feature-wrap {
      width: 80%;
      float: left;
      padding: 0 1em; }
      .product-info .feature .feature-wrap h2 {
        margin: 0;
        font-size: 1em;
        text-transform: uppercase; }
      .product-info .feature .feature-wrap span {
        display: block;
        font-size: 0.75em;
        margin-top: 0.5em; }
  .product-info .notes {
    display: block;
    font-size: 0.65em;
    margin-top: 2em; }
    .product-info .notes a {
      color: #2f353d;
      text-decoration: underline; }
  .product-info .swatches {
    text-align: left;
    margin-top: 1em;
    display: block;
    overflow: hidden; }
    .product-info .swatches p {
      font-size: 0.8em;
      font-weight: bold; }
  .product-info .swatch {
    display: block;
    position: relative; }
    .product-info .swatch ul {
      list-style: none;
      padding-left: 0; }
      .product-info .swatch ul li {
        display: inline-block;
        float: left;
        padding: 3px; }
        .product-info .swatch ul li a {
          display: block;
          width: 36px;
          height: 36px;
          border: solid 1px #ccc; }
          .product-info .swatch ul li a.black {
            background-color: #000; }
          .product-info .swatch ul li a.blue {
            background-color: #33c8e0; }
          .product-info .swatch ul li a.red {
            background-color: #ef2f33; }
          .product-info .swatch ul li a.green {
            background-color: #b6da0c; }
          .product-info .swatch ul li a.grey {
            background-color: #4f6b85; }
          .product-info .swatch ul li a.taupe {
            background-color: #f4f0cb; }
          .product-info .swatch ul li a:focus {
            border: solid 2px #fff;
            box-shadow: none !important; }
          @media (min-width: 768px) {
            .product-info .swatch ul li a {
              width: 24px;
              height: 24px; } }
  .product-info .swatch#xb13-swatch a {
    padding: 0.5em; }
  .product-info #xb5-swatch {
    width: 221px;
    height: 31px;
    background: url(../images/product-swatches-300.png) 0 -92px; }
  .product-info #xb60-swatch {
    width: 221px;
    height: 28px;
    background: url(../images/product-swatches-300.png) 0 -123px; }
  .product-info .photos {
    text-align: center;
    padding-bottom: 1em; }
    .product-info .photos img {
      width: 100%;
      max-width: 650px; }
  .product-info .info,
  .product-info .photos {
    width: 50%;
    float: left; }
    @media (max-width: 767px) and (orientation: portrait) {
      .product-info .info,
      .product-info .photos {
        width: 100%;
        float: none;
        height: auto; } }
  .product-info .button {
    font-size: 1em; }
  .product-info#xb900n-info .icon svg, .product-info#wfxb700-info .icon svg {
    background-color: #fff;
    border-radius: 50%;
    padding: 3px; }
  .product-info#xb700-info .icon-battery svg {
    background-color: #fff;
    border-radius: 50%;
    padding: 3px; }
  @media (max-width: 767px) {
    .product-info .model h1 {
      font-size: 1.5em;
      line-height: 1em; }
    .product-info article {
      padding: 2em 0; }
    .product-info.campaign .proofs {
      font-size: 1em; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .product-info .feature .feature-wrap {
      width: 75%; } }
  .product-info a:focus {
    border: dotted 1px #fff; }

section.more {
  position: relative; }
  section.more h1 {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 3em;
    font-family: 'Urwdin-Cond-Bold', 'SST-Roman', 'Arial', sans-serif; }
    section.more h1 #disclaimer {
      display: block;
      color: #fff;
      font-size: 0.85rem;
      text-shadow: none;
      text-transform: none;
      line-height: 1.5em; }
  section.more h2 {
    font-family: 'Urwdin-Cond-Bold', 'SST-Roman', 'Arial', sans-serif;
    font-size: 3em;
    padding-bottom: 5px;
    border-bottom: solid 5px #fff;
    display: inline-block;
    margin: 0 auto; }
  section.more .subhead {
    font-family: 'Urwdin-Regular', 'SST-Roman', 'Arial', sans-serif;
    margin-top: 5px;
    display: block;
    font-size: 1em; }
  section.more .row {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) and (orientation: portrait) {
      section.more .row {
        display: block; } }
  section.more .col {
    display: inline-block;
    position: relative; }
    section.more .col .heading {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      z-index: 6;
      opacity: 0; }
    section.more .col .new-badge {
      position: absolute;
      top: 1em;
      right: 2em;
      z-index: 6; }
    section.more .col .battery-badge {
      max-width: 48px;
      position: absolute;
      top: 1em;
      left: 2em;
      z-index: 6; }
      section.more .col .battery-badge img {
        width: 100%; }
    section.more .col .copy {
      bottom: 0;
      opacity: 0; }
  section.more #more-bass {
    text-align: center;
    height: 15%; }
    section.more #more-bass h1 {
      padding: 2em 0;
      opacity: 0; }
  section.more #more-xb {
    height: 85%;
    position: relative; }
  section.more#more-party .row {
    height: 100%;
    position: relative; }
  section.more #xb60 {
    background: url("../images/XB60_B.jpg") bottom center no-repeat;
    background-size: cover; }
    section.more #xb60 .overlay {
      opacity: 0.4;
      transition: opacity 0.8s; }
    section.more #xb60:hover .overlay {
      opacity: 0; }
  section.more #xb90 {
    background: url("../images/XB90_B.jpg") bottom center no-repeat;
    background-size: cover; }
    section.more #xb90 .overlay {
      opacity: 0.4;
      transition: opacity 0.8s; }
    section.more #xb90:hover .overlay {
      opacity: 0; }
  section.more #headphones {
    background: url("../images/XB700_2.jpg") bottom center no-repeat;
    background-size: cover; }
    section.more #headphones .overlay {
      opacity: 0.3;
      transition: opacity 0.8s; }
    section.more #headphones:hover .overlay {
      opacity: 0; }
  section.more #headphones2 {
    background: url("../images/XB900N.jpg") bottom center no-repeat;
    background-size: cover; }
    section.more #headphones2 .overlay {
      opacity: 0.3;
      transition: opacity 0.8s; }
    section.more #headphones2:hover .overlay {
      opacity: 0; }
  section.more #headphones3 {
    background: url("../images/WFXB700-2.jpg") bottom center no-repeat;
    background-size: cover; }
    section.more #headphones3 .overlay {
      opacity: 0.2;
      transition: opacity 0.8s; }
    section.more #headphones3:hover .overlay {
      opacity: 0; }
  @media (max-width: 767px) and (orientation: portrait) {
    section.more {
      font-size: 0.8em;
      overflow: hidden;
      height: auto; }
      section.more .col4,
      section.more .col3,
      section.more .col2 {
        width: 100%;
        height: 400px; }
        section.more .col4 .heading,
        section.more .col3 .heading,
        section.more .col2 .heading {
          top: 1em; }
        section.more .col4 .overlay,
        section.more .col3 .overlay,
        section.more .col2 .overlay {
          padding-top: 2em; }
          section.more .col4 .overlay h2,
          section.more .col3 .overlay h2,
          section.more .col2 .overlay h2 {
            padding-top: 1.5em; }
      section.more #xb90 {
        background: url(../images/XB90_B.jpg) center center no-repeat;
        background-size: cover; }
      section.more #headphones {
        background: url("../images/XB700_2.jpg") center center no-repeat;
        background-size: cover; }
      section.more #headphones2 {
        background: url("../images/XB900N.jpg") center center no-repeat;
        background-size: cover; } }
  @media (max-height: 768px) and (max-width: 767px) and (orientation: landscape) {
    section.more {
      font-size: 0.6em; }
      section.more .col .battery-badge {
        max-width: 30px; } }
  @media (max-width: 767px) {
    section.more h1 {
      font-size: 2em; }
      section.more h1 #disclaimer {
        font-size: 0.5em; } }

#backtotop {
  display: none;
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10;
  opacity: 0.8;
  font-size: 0.6em !important; }
  #backtotop:visited {
    color: #fff; }
  #backtotop:hover {
    color: #fff; }
  #backtotop.sticky {
    position: absolute; }

footer {
  padding-top: 2em !important;
  font-size: 1em; }
  footer #copyright-links {
    border-top: solid 1px #3c3c42; }

footer:last-of-type {
  border-top: 0; }

.no-js .video {
  display: none; }
.no-js #hero .embrace {
  opacity: 1; }
.no-js #hero .button-group {
  opacity: 1; }
.no-js #new-xb-range .heading,
.no-js #more .heading {
  top: 40px;
  opacity: 1; }
.no-js #new-xb-range .copy,
.no-js #more .copy {
  bottom: 40px;
  opacity: 1; }
.no-js .product-info {
  display: block;
  position: relative;
  height: auto; }
  .no-js .product-info article {
    overflow: visible; }
  .no-js .product-info .close {
    display: none; }

/*# sourceMappingURL=mainNZ.css.map */
