html {
  color: #333;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {

}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
/*
del,ins{
  text-decoration : none;
}
*/
li {
  list-style: none;
}
/*
caption,th{
  text-align : left;
}
*/

q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: inherit;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
}
* {
  outline: 0;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/  

#features .btnSectionNav a {background-image: url(../img/section5/Cameron_MoreFeatures_Sprites_v5.png);}
#musicSlider {background-image: url(../img/section5/slide1/tv_v1.png);}
#easeofuse-child-hand {background-image: url(../img/section5/hand_v2.jpg);}
.is-mobile #easeofuse-child-hand {background-image: url(../img/section5/hand_still_v1.jpg);}
.reveal-nav-btn {background-image: url(../img/mobile-assets/mobile-nav-icons.png);}
#mobile-play-btn {background-image: url(../img/mobile-assets/play-btn.png);}
#primeMovieCovers {background-image:url(../img/section5/slide1/customize.gif);}

@media (max-width: 640px) {
  #features .sub-section .textWrapper .feature-icon {background-image: url(../img/mobile-assets/mobile-feature-icons.png);}
}

@media (min-width: 640px) and (max-width: 1135px) {
  #features .sub-section .textWrapper .feature-icon {background-image: url(../img/mobile-assets/mobile-feature-icons.png);}
  #features #featuresNav li a {background-image: url(../img/mobile-assets/tablet-feature-icons.png);}
  #primeMovieCovers {background-image:url(../img/section5/slide1/tv_v5.png);}
  #easeofuse-child-hand {background-image: url(../img/mobile-assets/hand_v2.jpg);}
  }
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.new_p {
  height: 100%;
  min-width: 1170px;
  position: relative;
}
.section {
  min-height: 100%;
  overflow: hidden;
  width: 100%;

}
.section > tr > td,
.section > tbody > tr > td {
  padding-top: 60px;

}
table.section {
  height: 100%;
  position: relative;
}
/******* COLORS *******/
.orange {
  color: #999;
}
.black {
  color: #999;
}
.blue {
  color: #317eda;
}
.bx-loading {
  display: none !important;
}
/******* END COLORS *******/
/******* SPRITE SHIFTS *******/
/******* END SPRITE SHIFTS *******/
/******* TYPOGRAPHY *******/
/******* END TYPOGRAPHY *******/
#preloadImages {
  display: none;
}
.noWrap {
  white-space: nowrap;
}
.learnMoreBtn {
  text-indent: -9999px;
  white-space: nowrap;
  width: 175px;
  height: 33px;
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto 0 auto;
}
.buttonText {
  font-family: BrandonGrotesque-Regular, helvetica, arial;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  color: #FFF;
}
a,
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
nav.top {
  font-family: BrandonGrotesque-Regular, helvetica, arial;
  font-size: 14px;
  width: 100%;
  height: 63px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
nav.top .logo {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 192px;
  height: 40px;
  margin-left: -582px;
  z-index: 1;
}
nav.top .site-nav-btns {
  display: block;
  position: absolute;
  right: 250px;
  top: 20px;
  z-index: 99;
}
nav.top .links {
  background-repeat: no-repeat;
  position: relative;
  padding-left: 173px;
  margin: 5px auto 0;
  text-align: right;
  width: 988px;
  height: 40px;
}
nav.top .links .underline,
nav.top .links .underlineGhost {
  transition: all 0.5s ease;
  height: 2px;
  width: 100px;
  background-color: #ffaa00;
  position: absolute;
  bottom: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
nav.top .links .underlineGhost {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
nav.top .links .noTransition {
  transition: none;
}
nav.top .links .reveal-nav-btn {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 13px;
  text-indent: 100%;
  background-size: 100% auto;
  cursor: pointer;
  background-position: 0px 0px;
}
nav.top .links .reveal-nav-btn:hover {
  background-position: 0px bottom;
}
nav.top .links .reveal-nav-btn.revealed {
  background-position: 0px bottom;
}
nav.top .links a,
nav.top .links .buy {
  display: inline-block;
  text-decoration: none;
  color: #000;
  margin-left: 50px;
}
nav.top .links a.active,
nav.top .links .buy.active {
  border-bottom: 2px solid #ffaa00;
}
nav.top .links a img,
nav.top .links .buy img {
  display: block;
}
nav.top .links .buy {
  margin-right: 15px;
  padding-left: 0;
  font-size: 18px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  width: 173px;
  height: 33px;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: contain;
}
.csstransitions .pagination {
  display: block;
}
.is-mobile body {
  overflow-y: visible;
}
.is-mobile .pagination {
  display: none;
}
.is-mobile nav.top ul {
  display: none;
}
.is-mobile nav.top .underline,
.is-mobile nav.top .underlineGhost {
  display: none;
}
.pagination {
  display: none;
  width: 39px;
  height: 73px;
  position: fixed;
  top: 50%;
  margin-top: -19.5px;
  right: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}
.pagination.noNext {
  background-position: right center;
}
.pagination.noNext a.next {
  display: none;
}
.pagination.noPrevious {
  background-position: left center;
}
.pagination.noPrevious a.previous {
  display: none;
}
.pagination a {
  cursor: pointer;
  display: block;
  width: 39px;
  height: 35px;
  left: 0;
  position: absolute;
}
.pagination a.previous {
  top: 0;
}
.pagination a.next {
  top: 38px;
}
#musicTvFallback {
  display: none;
}
.videoMuteBtn {
  position: absolute;
  width: 32px;
  height: 25px;
  z-index: 1;
  bottom: 30px;
  right: 3px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
}
.videoMuteBtn:hover {
  background-position: 0 -28px;
}
.videoMuteBtn.on {
  background-position: 0 -57px;
}
.videoMuteBtn.on:hover {
  background-position: 0 -86px;
}
.buyOptions {
  transition: all 0.5s ease;
  height: 0;
  width: 202px;
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.buyOptions.show {
  height: 185px;
  opacity: 1;
}
.buyOptions .optionsWrapper {
  margin: 70px 0 0 2px;
  text-align: left;
}
.buyOptions .optionsWrapper .price {
  color: #9a0200;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  padding-right: 15px;
}
.buyOptions .optionsWrapper div {
  padding: 0 15px;
  margin-top: 10px;
}
.buyOptions .optionsWrapper label {
  display: block;
  padding-left: 11px;
  text-indent: -16px;
  text-align: left;
  padding-top: 3px;
  line-height: 20px;
}
.buyOptions .optionsWrapper label a {
  margin-left: 0;
  display: inline;
  color: #0080bc;
  text-decoration: underline;
}
.buyOptions .optionsWrapper input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 5px 0 0;
  vertical-align: top;
  position: relative;
  top: 2px;
  *overflow: hidden;
}
.buyOptions .optionsWrapper .boxes {
  vertical-align: top;
}
.btnSectionNav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -582px;
  width: 1164px;
}
.btnSectionNav li {
  width: 109px;
  height: 136px;
  float: left;
  margin-right: 80px;
  margin-left: 15px;
}
.btnSectionNav li.last {
  margin-right: 0px;
}
.btnSectionNav li a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -9999em;
}
.btnSectionNav li a:hover {
  background-position: 0px -138px;
}
.btnSectionNav li a.active {
  background-position: 0px -274px;
  margin-top: -11px;
  height: 145px;
}
.no-js .pagination {
  display: none;
}
.desktop #home-screen .mobile-video-info {
  display: none;
}
.mobile-section-header {
  display: none;
  text-transform: capitalize;
  color: black;
  padding: 0px 5px;
  border-bottom: 1px solid black;
  margin-bottom: 0px;
  font-size: 23pt;
  line-height: 23pt;
}
/* RATIONAL */
#home {
  height: 100%;
  overflow: hidden;
}
#home #home-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#home #home-video.js-sizing {
  padding-bottom: 0;
}
#home #home-video .airy {
  opacity: 0;
}
#home #home-video.show-video .airy {
  opacity: 1;
  transition: opacity 2s;
}
#home #home-video #home-video-post-state {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#home #home-video > * {
  position: absolute !important;
  top: 0;
  left: 0;
}
#home #home-video-subtitles {
  pointer-events: none;
}
#home #home-video-subtitles li {
  z-index: 2;
  position: absolute;
  bottom: 100px;
  height: 60px;
  padding-top: 80px;
  _: 0 ; -webkit-transition: all 0.75s;
  _: 0 ; -moz-transition: all 0.75s;
  _: 0 ; -ms-transition: all 0.75s;
  _: 0 ; -o-transition: all 0.75s;
  _: 0 ; transition: all 0.75s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  color: #fefefe;
  font-size: 50px;
  text-align: center;
  width: 100%;
  cursor: default;
  overflow: visible;
  display: block;
}
#home #home-video-subtitles li #homeMovieLogo {
  position: absolute;
  top: 0;
  margin-left: -142px;
  left: 50%;
  display: block;
}
#home #home-video-subtitles li.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#home #home-video-subtitles li span {
  _: 0 ; -webkit-transition: all 0.5s;
  _: 0 ; -moz-transition: all 0.5s;
  _: 0 ; -ms-transition: all 0.5s;
  _: 0 ; -o-transition: all 0.5s;
  _: 0 ; transition: all 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
}
#home #home-video-subtitles li span.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#home-screen {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#home-screen #logoNoVideo {
  display: none;
}
#home-screen .mobile-video-info {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: none;
}
#home-screen .mobile-video-info #mobile-play-btn {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
}
#home-screen .scrollDown {
  width: 122px;
  height: 57px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -61px;
  z-index: 100;
  cursor: pointer;
}
#about .mobile-slide-nav {
  display: none;
}
#about .content {
  height: 625px;
  position: relative;
}
#about .content .mobile-info,
#about .content .mobile-assets {
  display: none;
}
#about .content .textWrapper {
  position: absolute;
  width: 550px;
  margin: 0;
  top: 10px;
  right: 100%;
  text-align: center;
}
#about .content .providers {
  position: absolute;
  margin: 0;
  top: 500px;
  right: 100%;
  width: 741px;
}
#about .content .device {
  position: absolute;
  width: 130px;
  z-index: 1;
  left: 50%;
  margin-left: 170px;
  top: 383px;
}
#about .content .popcorn {
  position: absolute;
  top: 315px;
  left: -181px;
  width: 181px;
  height: auto;
  z-index: 3;
}
#about .content .remote {
  position: absolute;
  top: 170px;
  left: 100%;
  width: 436px;
  height: 365px;
  z-index: 2;
}
#about .content .tv {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  display: block;
  margin: 0;
  top: -110px;
  left: 100%;
  width: 1079px;
  height: 785px;
}
#about .content .tv #about-video {
  position: absolute;
  top: 135px;
  left: 262px;
  width: 556px;
  height: 310px;
}
#about .couchCouple,
#about .couchDadSon {
  position: absolute;
  bottom: -150%;
  left: 50%;
}
#about .couchCouple {
  margin-left: -628.5px;
}
#about .couchDadSon {
  margin-left: -545px;
}
#about.intro .content .textWrapper {
  margin-right: -275px;
  top: 10px;
  right: 50%;
}
#about.intro .content .device {
  top: 250px;
  width: 700px;
  margin-left: -350px;
  left: 50%;
}
#about.intro .content .remote {
  top: 200px;
  left: 50%;
  margin-left: -85px;
}
#about.intro .content .popcorn {
  left: 50%;
  margin-left: -400px;
}
#about.couple .content .tv,
#about.son .content .tv {
  left: 50%;
  margin-left: -539.5px;
}
#about.couple .couchCouple {
  bottom: 0;
}
#about.son .couchDadSon {
  bottom: 0;
}
#about.animate .content .tv,
#about.animate .content .textWrapper,
#about.animate .content .device,
#about.animate .content .remote,
#about.animate .content .popcorn {
  transition: all 1s;
}
#about.animate .couchCouple,
#about.animate .couchDadSon {
  transition: all 1s;
}

.no-cssgradients #massive {
  background: #017693;
}
#massive .bx-wrapper {
  -webkit-perspective: 1000;
}
#massive .bx-wrapper .bx-viewport {
  border: none;
  background: transparent;
  box-shadow: none;
  height: 376px !important;
}
#massive .bx-wrapper .bx-prev {
  left: -45px;
}
#massive .bx-wrapper .bx-next {
  right: -29px;
}
#massive p {
  width: 740px;
  margin: auto;
}
#massive .massiveSlider {
  overflow: hidden;
  width: 776px;
  margin: 40px auto;
  height: 336px;
  position: relative;
}
#massive .massiveSlider .container {
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#massive .massiveSlider li {
  height: 328px;
  width: 154px;
  margin-right: 20px;
  display: block;
  float: left;
}
#massive .massiveSlider li img {
  margin-bottom: 20px;
  display: block;
}
#massive .massiveSlider li img:last-child {
  margin-bottom: 0;
}
#massive .massiveSlider li:last-child {
  margin-right: 0;
}
#voice {
  background: #ff9900;
}
#voice .content {
  height: 620px;
}
#voice h2,
#voice h3,
#voice h4 {
  color: #000;
}
#voice .summary {
  width: 550px;
}
#voice .middle h1 {
  color: black;
}
#voice .tv {
  position: relative;
  background: no-repeat;
  width: 603px;
  height: 361px;
  left: -60px;
  top: -10px;
}
#voice .tv .tv-content {
  position: absolute;
  top: 42px;
  left: 77px;
  width: 444px;
  height: 243px;
}
#voice .tv.other .tv-content {
  background: no-repeat;
}
#voice .tv.amazon .tv-content {
  background: no-repeat;
}
#voice .tv.amazon .tv-content .video-container {
  top: 77px;
  width: 182px;
  height: 24px;
  left: -99999px;
  overflow: hidden;
  position: absolute;
}
#voice .tv.amazon .tv-content .video-container.playing {
  left: 130px;
}
#voice .tv.amazon .tv-content .video-container #voice-video {
  width: 188px;
  height: 24px;
  left: -3px;
  position: relative;
}
#voice .compareWrapper {
  position: relative;
  width: 1095px;
  margin-top: 20px;
}
#voice .compareWrapper .left {
  position: absolute;
  width: 480px;
  top: 0;
  left: 0;
  transition: all 1s;
  /* bug for retina, otherwise display at 50% width */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #voice .compareWrapper .left .tv-content {
    background-size: 100%;
  }
}
#voice .compareWrapper .middle {
  position: absolute;
  width: 135px;
  top: 0;
  left: 480px;
  transition: all 1s;
}
#voice .compareWrapper .middle h1 {
  margin-top: 190px;
}
#voice .compareWrapper .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  transition: all 1s;
}
#voice .remote-container {
  position: absolute;
  text-align: left;
  margin-left: 245px;
  left: 50%;
  bottom: -300px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */
  -moz-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */
  width: 123px;
  height: 183px;
  transition: all 1s;
}
#voice .remote-container .remote {
  width: 123px;
  height: 183px;
  background: no-repeat;
}
#voice .remote-container .textWrapper {
  position: absolute;
  width: 160px;
  top: -40px;
  left: 50%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: -75px;
  opacity: 0;
  transition: all 0.25s;
}
#voice .remote-container .textWrapper p {
  color: rgba(255, 255, 255, 0.5);
}
#voice .remote-container .textWrapper.spoken {
  width: 0;
  transition: width 2s;
}
#voice .remote-container .textWrapper.spoken p {
  color: white;
}
#voice .remote-container .ping-container {
  position: absolute;
  top: -90px;
  left: -38px;
  width: 200px;
  height: 200px;
  color: #000;
  opacity: 0;
  transition: all 0.25s;
}
#voice .remote-container .ping-container .ping {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  border-radius: 200px;
  opacity: 0;
  -webkit-box-shadow: 0 0 60px #0397cf, inset 0 0 40px #0397cf;
  -moz-box-shadow: 0 0 60px #0397cf, inset 0 0 40px #0397cf;
  box-shadow: 0 0 60px #0397cf, inset 0 0 40px #0397cf;
  animation: wireless-signal-throb 5s infinite linear;
  -webkit-animation: wireless-signal-throb 5s infinite linear;
  -moz-animation: wireless-signal-throb 5s infinite linear;
  -ms-animation: wireless-signal-throb 5s infinite linear;
  -o-animation: wireless-signal-throb 5s infinite linear;
}
#voice .remote-container .ping-container .ping.second {
  animation: wireless-signal-throb 5s infinite 1.7s linear;
  -webkit-animation: wireless-signal-throb 5s infinite 1.7s linear;
  -moz-animation: wireless-signal-throb 5s infinite 1.7s linear;
  -ms-animation: wireless-signal-throb 5s infinite 1.7s linear;
  -o-animation: wireless-signal-throb 5s infinite 1.7s linear;
}
#voice .remote-container .ping-container .ping.third {
  animation: wireless-signal-throb 5s infinite 3.4s linear;
  -webkit-animation: wireless-signal-throb 5s infinite 3.4s linear;
  -moz-animation: wireless-signal-throb 5s infinite 3.4s linear;
  -ms-animation: wireless-signal-throb 5s infinite 3.4s linear;
  -o-animation: wireless-signal-throb 5s infinite 3.4s linear;
}
@keyframes wireless-signal-throb {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes wireless-signal-throb {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes wireless-signal-throb {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes wireless-signal-throb {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#voice.intro1 .compareWrapper .middle,
#voice.intro2 .compareWrapper .middle {
  opacity: 0;
  transition: all 0;
}
#voice.intro1 .compareWrapper .right,
#voice.intro2 .compareWrapper .right {
  opacity: 0;
  right: -310px;
  transition: all 0;
}
#voice.intro1 .compareWrapper .left {
  opacity: 0;
  left: -310px;
  transition: all 0;
}
#voice.step1 .remote-container,
#voice.step2 .remote-container,
#voice.step3 .remote-container {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Opera, Chrome, and Safari */
  -moz-transform: rotate(0);
  /* Opera, Chrome, and Safari */
  bottom: 0;
}
#voice.step2 .ping-container,
#voice.step3 .ping-container {
  opacity: 1;
}
#voice.step3 .textWrapper {
  opacity: 1;
}
#voice.step3 .textWrapper.spoken {
  width: 160px;
}
#voice.step4 .tv.amazon .tv-content,
#voice.step5 .tv.amazon .tv-content {
  background: no-repeat 0 -243px;
}
#voice.step5 .compareWrapper .left {
  opacity: 0;
  left: -310px;
  transition: all .5s 0.6s linear;
}
#voice.step5 .compareWrapper .middle {
  opacity: 0;
}
#voice.step5 .compareWrapper .right {
  right: 310px;
  transition: all 2s;
}
.lt-ie9 #voice.intro1 .compareWrapper .middle,
.lt-ie9 #voice.intro2 .compareWrapper .middle {
  display: none;
}
.lt-ie9 #voice.intro1 .compareWrapper .right,
.lt-ie9 #voice.intro2 .compareWrapper .right {
  display: none;
}
.lt-ie9 #voice.intro1 .compareWrapper .left {
  display: none;
}
.lt-ie9 #voice.step5 .compareWrapper .left {
  display: none;
}
#features {
  background: #F0F0F0;
}
#features > tr > td,
#features > tbody > tr > td {
  padding-bottom: 175px;
  position: relative;
}
#features .btnSectionNav li {
  /* yes they are reversed */
  /* IE hack */
  /* yes they are reversed */
}
#features .btnSectionNav li:nth-child(1) a {
  background-position: 0 0;
}
#features .btnSectionNav li:nth-child(1) a:hover {
  background-repeat: no-repeat;
  background-position: 0 -138px;
}
#features .btnSectionNav li:nth-child(1) a.active {
  background-repeat: no-repeat;
  background-position: 0 -274px;
}
#features .btnSectionNav li:nth-child(2) a {
  background-position: -200px 0;
}
#features .btnSectionNav li:nth-child(2) a:hover {
  background-repeat: no-repeat;
  background-position: -200px -138px;
}
#features .btnSectionNav li:nth-child(2) a.active {
  background-repeat: no-repeat;
  background-position: -200px -274px;
}
#features .btnSectionNav li:nth-child(3) a {
  background-position: -402px 0;
}
#features .btnSectionNav li:nth-child(3) a:hover {
  background-repeat: no-repeat;
  background-position: -402px -138px;
}
#features .btnSectionNav li:nth-child(3) a.active {
  background-repeat: no-repeat;
  background-position: -402px -274px;
}
#features .btnSectionNav li:nth-child(4) a {
  background-position: -603px 0;
}
#features .btnSectionNav li:nth-child(4) a:hover {
  background-repeat: no-repeat;
  background-position: -603px -138px;
}
#features .btnSectionNav li:nth-child(4) a.active {
  background-repeat: no-repeat;
  background-position: -603px -274px;
}
#features .btnSectionNav li:nth-child(5) a {
  background-position: -1005px 0;
}
#features .btnSectionNav li:nth-child(5) a:hover {
  background-repeat: no-repeat;
  background-position: -1005px -138px;
}
#features .btnSectionNav li:nth-child(5) a.active {
  background-repeat: no-repeat;
  background-position: -1005px -274px;
}
#features .btnSectionNav li:nth-child(6) a {
  background-position: -804px 0;
}
#features .btnSectionNav li:nth-child(6) a:hover {
  background-repeat: no-repeat;
  background-position: -804px -138px;
}
#features .btnSectionNav li:nth-child(6) a.active {
  background-repeat: no-repeat;
  background-position: -804px -274px;
}
#features .btnSectionNav li:first-child a {
  background-position: 0 0;
}
#features .btnSectionNav li:first-child a:hover {
  background-repeat: no-repeat;
  background-position: 0 -138px;
}
#features .btnSectionNav li:first-child a.active {
  background-repeat: no-repeat;
  background-position: 0 -274px;
}
#features .btnSectionNav li:first-child + li a {
  background-position: -200px 0;
}
#features .btnSectionNav li:first-child + li a:hover {
  background-repeat: no-repeat;
  background-position: -200px -138px;
}
#features .btnSectionNav li:first-child + li a.active {
  background-repeat: no-repeat;
  background-position: -200px -274px;
}
#features .btnSectionNav li:first-child + li + li a {
  background-position: -402px 0;
}
#features .btnSectionNav li:first-child + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -402px -138px;
}
#features .btnSectionNav li:first-child + li + li a.active {
  background-repeat: no-repeat;
  background-position: -402px -274px;
}
#features .btnSectionNav li:first-child + li + li + li a {
  background-position: -603px 0;
}
#features .btnSectionNav li:first-child + li + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -603px -138px;
}
#features .btnSectionNav li:first-child + li + li + li a.active {
  background-repeat: no-repeat;
  background-position: -603px -274px;
}
#features .btnSectionNav li:first-child + li + li + li + li a {
  background-position: -1005px 0;
}
#features .btnSectionNav li:first-child + li + li + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -1005px -138px;
}
#features .btnSectionNav li:first-child + li + li + li + li a.active {
  background-repeat: no-repeat;
  background-position: -1005px -274px;
}
#features .btnSectionNav li:first-child + li + li + li + li + li a {
  background-position: -804px 0;
}
#features .btnSectionNav li:first-child + li + li + li + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -804px -138px;
}
#features .btnSectionNav li:first-child + li + li + li + li + li a.active {
  background-repeat: no-repeat;
  background-position: -804px -274px;
}
.no-js #features #featuresNav {
  display: none;
}
.no-js .sub-section {
  position: relative !important;
  display: block;
}
/******* TABBED SECTION *******/
.sub-section {
  position: relative;
  height: 500px;
  display: none;
  left: 0;
}
.sub-section.active {
  display: block;
}
/******* END TABBED SECTION *******/
/******* SUB-SECTIONS *******/
#easeOfUse {
  position: relative;
  width: 1164px;
  margin: auto;
  /*img.tvAndProduct {
        position: absolute;
        text-align: left;
        left: -60px;

    }*/
}
#easeOfUse img.tv {
  position: absolute;
  left: -50px;
}
#easeOfUse img.cable {
  position: absolute;
  left: 450px;
  top: 280px;
}
#easeOfUse img.device {
  position: absolute;
  left: 604px;
  top: 356px;
  width: 150px;
}
#easeOfUse img.screen {
  position: absolute;
  left: 34px;
  top: 40px;
}
#easeOfUse .textWrapper {
  text-align: left;
  width: 375px;
  margin: 0 0 0 0;
  position: absolute;
  left: 690px;
  top: 40px;
}
#prime .textWrapper {
  width: 740px;
  margin: 0 auto 20px auto;
}
#prime .subTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  font-size: 15px;
  color: black;
  font-style: italic;
}
#prime #primeMovieCovers {
  background-repeat: no-repeat;
  width: 651px;
  height: 390px;
  margin: 0 auto 10px auto;
}
#photos {
  width: 1164px;
  position: relative;
}
#photos #photosSlider li {
  display: block;
  position: relative;
  top: -357px;
}
#photos .textWrapper {
  text-align: left;
  width: 390px;
  top: 40px;
  position: absolute;
  left: 128px;
}
#photos .screenBase-slider {
  position: absolute;
  right: 50px;
  width: 745px;
  height: auto;
  top: 20px;
}
#photos .screenBase-slider .screenBase {
  width: 100%;
}
#photos .screenBase-slider .tablet,
#photos .screenBase-slider .phone,
#photos .screenBase-slider .tv {
  position: absolute;
  overflow: hidden;
}
#photos .screenBase-slider .tablet img,
#photos .screenBase-slider .phone img,
#photos .screenBase-slider .tv img {
  position: relative;
  max-width: none !important;
  min-width: inherit !important;
}
#photos .screenBase-slider .tv {
  top: 11px;
  left: 171px;
}
#photos .screenBase-slider .tablet {
  top: 254px;
  left: 12px;
  width: 120px;
}
#photos .screenBase-slider .tablet img {
  width: 130px !important;
  left: -5px;
}
#photos .screenBase-slider .phone {
  width: 35px;
  left: 135px;
  top: 280px;
}
#photos .screenBase-slider .phone img {
  width: 100px !important;
  left: -34px;
}
#photos .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#photos .bx-wrapper .bx-viewport {
  border: none;
  background: transparent;
  box-shadow: none;
  overflow: visible !important;
}
.no-js #photos #photosSlider {
  width: 506px;
  height: 336px;
  overflow: hidden;
  top: 39px;
  position: absolute;
  left: 584px;
}
#freeTime {
  overflow: hidden;
}
#freeTime .content {
  width: 1164px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#freeTime .content .textWrapper {
  text-align: left;
  width: 390px;
  position: absolute;
  left: 128px;
  top: 40px;
}
#freeTime #easeofuse-child-hand {
  position: absolute;
  right: 0;
  top: 0;
  width: 647px;
  height: 450px;
  background-repeat: no-repeat;
}
#music {
  position: relative;
  width: 1164px;
}
#music .bx-wrapper {
  top: 30px;
  margin-top: 0 !important;
}
#music .bx-wrapper .bx-viewport {
  border: none;
  background: transparent;
  box-shadow: none;
  left: 0;
  top: 14px;
}
#music .videoMuteBtn {
  bottom: 120px;
  left: 596px;
  right: auto;
}
#music .airy {
  visibility: none !important;
  width: 0 !important;
  height: 0 !important;
}
#music .textWrapper {
  width: 405px;
  text-align: right;
  position: absolute;
  right: 100px;
  top: 40px;
}
#music #musicSlider {
  position: absolute;
  left: -50px;
  width: 760px;
  height: 443px;
  border: none;
  background-repeat: no-repeat;
}
#music #musicSlider ul {
  position: relative;
  top: 44px;
  left: 86px;
}
#music #musicSlider ul li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#music #musicSlider ul li:first-child {
  display: block;
  opacity: 1;
}
#games {
  position: relative;
  width: 1164px;
}
#games .videoMuteBtn {
  bottom: 42px;
}
#games .textWrapper {
  position: absolute;
  width: 380px;
  text-align: left;
  left: 100px;
  top: 40px;
}
#games .controllerRemote {
  position: absolute;
  top: 210px;
  left: 112px;
}
#games .blankTV {
  position: absolute;
  right: 0px;
}
#games .imageSubtitle {
  color: #c0c0c0;
  font-size: 13px;
  line-height: 15px;
  left: 155px;
  top: 420px;
  position: absolute;
  text-align: center;
}
#games #games-video {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 572px;
  height: 321px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#specs {
  background: #ff9900;
}
#specs .btnSectionNav li {
  width: 132px;
  margin-right: 100px;
  /* IE hack */
}
#specs .btnSectionNav li.last {
  margin-right: 0;
}
#specs .btnSectionNav li a.active {
  margin-top: -7px;
}
#specs .btnSectionNav li:nth-child(1) a {
  background-position: 0 0;
}
#specs .btnSectionNav li:nth-child(1) a:hover {
  background-repeat: no-repeat;
  background-position: 0 -138px;
}
#specs .btnSectionNav li:nth-child(1) a.active {
  background-repeat: no-repeat;
  background-position: 0 -274px;
}
#specs .btnSectionNav li:nth-child(2) a {
  background-position: -200px 0;
}
#specs .btnSectionNav li:nth-child(2) a:hover {
  background-repeat: no-repeat;
  background-position: -200px -138px;
}
#specs .btnSectionNav li:nth-child(2) a.active {
  background-repeat: no-repeat;
  background-position: -200px -274px;
}
#specs .btnSectionNav li:nth-child(3) a {
  background-position: -402px 0;
}
#specs .btnSectionNav li:nth-child(3) a:hover {
  background-repeat: no-repeat;
  background-position: -402px -138px;
}
#specs .btnSectionNav li:nth-child(3) a.active {
  background-repeat: no-repeat;
  background-position: -402px -274px;
}
#specs .btnSectionNav li:nth-child(4) a {
  background-position: -603px 0;
}
#specs .btnSectionNav li:nth-child(4) a:hover {
  background-repeat: no-repeat;
  background-position: -603px -138px;
}
#specs .btnSectionNav li:nth-child(4) a.active {
  background-repeat: no-repeat;
  background-position: -603px -274px;
}
#specs .btnSectionNav li:nth-child(5) a {
  background-position: -804px 0;
}
#specs .btnSectionNav li:nth-child(5) a:hover {
  background-repeat: no-repeat;
  background-position: -804px -138px;
}
#specs .btnSectionNav li:nth-child(5) a.active {
  background-repeat: no-repeat;
  background-position: -804px -274px;
}
#specs .btnSectionNav li:nth-child(6) a {
  background-position: -1005px 0;
}
#specs .btnSectionNav li:nth-child(6) a:hover {
  background-repeat: no-repeat;
  background-position: -1005px -138px;
}
#specs .btnSectionNav li:nth-child(6) a.active {
  background-repeat: no-repeat;
  background-position: -1005px -274px;
}
#specs .btnSectionNav li:first-child a {
  background-position: 0 0;
}
#specs .btnSectionNav li:first-child a:hover {
  background-repeat: no-repeat;
  background-position: 0 -138px;
}
#specs .btnSectionNav li:first-child a.active {
  background-repeat: no-repeat;
  background-position: 0 -274px;
}
#specs .btnSectionNav li:first-child + li a {
  background-position: -200px 0;
}
#specs .btnSectionNav li:first-child + li a:hover {
  background-repeat: no-repeat;
  background-position: -200px -138px;
}
#specs .btnSectionNav li:first-child + li a.active {
  background-repeat: no-repeat;
  background-position: -200px -274px;
}
#specs .btnSectionNav li:first-child + li + li a {
  background-position: -402px 0;
}
#specs .btnSectionNav li:first-child + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -402px -138px;
}
#specs .btnSectionNav li:first-child + li + li a.active {
  background-repeat: no-repeat;
  background-position: -402px -274px;
}
#specs .btnSectionNav li:first-child + li + li + li a {
  background-position: -603px 0;
}
#specs .btnSectionNav li:first-child + li + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -603px -138px;
}
#specs .btnSectionNav li:first-child + li + li + li a.active {
  background-repeat: no-repeat;
  background-position: -603px -274px;
}
#specs .btnSectionNav li:first-child + li + li + li + li a {
  background-position: -804px 0;
}
#specs .btnSectionNav li:first-child + li + li + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -804px -138px;
}
#specs .btnSectionNav li:first-child + li + li + li + li a.active {
  background-repeat: no-repeat;
  background-position: -804px -274px;
}
#specs .btnSectionNav li:first-child + li + li + li + li + li a {
  background-position: -1005px 0;
}
#specs .btnSectionNav li:first-child + li + li + li + li + li a:hover {
  background-repeat: no-repeat;
  background-position: -1005px -138px;
}
#specs .btnSectionNav li:first-child + li + li + li + li + li a.active {
  background-repeat: no-repeat;
  background-position: -1005px -274px;
}
#specs .learnMoreBtn {
  text-indent: -9999px;
  white-space: nowrap;
  width: 175px;
  height: 33px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -88px;
  bottom: 160px;
}
#specs .content {
  width: 1164px;
  height: 600px;
}
#specs .content .sliderScreen {
  width: 1164px;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: repeat-y;
}
#specs .content .bx-wrapper {
  overflow: hidden;
}
#specs .content .specSection {
  min-height: 550px;
}
#specs .content .inTheBox .device {
  position: relative;
  top: 80px;
}
#specs .content .inTheBox .included {
  color: white;
  width: 50%;
  position: absolute;
}
#specs .content .inTheBox .notIncluded {
  position: absolute;
  color: white;
  width: 50%;
  left: 50%;
}
#specs .content .inTheBox h5 {
  margin-bottom: 20px;
}
#specs .content .sizeAndWeight .device {
  position: absolute;
  left: 380px;
  top: 95px;
}
#specs .content .sizeAndWeight .copy {
  position: absolute;
  left: 780px;
  top: 142px;
  text-align: left;
}
#specs .content .sizeAndWeight .copy h5 {
  margin-bottom: 12px;
}
#specs .content .sizeAndWeight .copy p {
  line-height: 40px;
}
#specs .content .processor img {
  margin-top: 20px;
}
#specs .content .connectivity .connections {
  width: 200px;
  margin: 30px auto;
}
#specs .content .connectivity .connections .ethernet {
  float: left;
}
#specs .content .connectivity .connections .choice {
  float: left;
  margin: 20px 30px 0px 30px;
}
#specs .content .connectivity .connections .choice p {
  margin-top: 19px;
}
#specs .content .connectivity .connections .wifi {
  float: left;
  margin-top: 11px;
  margin-left: 5px;
}
#specs .content .connectivity .device {
  margin-top: 120px;
}
#specs .content .ports .device {
  margin-top: -50px;
}
#specs .content .ports .labels {
  position: relative;
  width: 700px;
  left: 65px;
  top: -45px;
}
#specs .content .ports .labels .powerInput {
  position: absolute;
  left: 30px;
}
#specs .content .ports .labels .hdmi2 {
  position: absolute;
  left: 124px;
}
#specs .content .ports .labels .opticalAudio {
  position: absolute;
  left: 232px;
}
#specs .content .ports .labels .ethernet {
  position: absolute;
  left: 335px;
}
#specs .content .ports .labels .usb {
  position: absolute;
  left: 463px;
}
#specs .content .needed .copy {
  position: absolute;
  width: 210px;
  text-align: right;
  left: 45px;
  top: 100px;
}
#specs .content .needed .copy h5 {
  margin-bottom: 14px;
}
#specs .content .needed .copy p {
  line-height: 40px;
}
#specs .content .needed .cable {
  position: absolute;
  left: 290px;
  top: 120px;
}
#specs .content .needed .tv {
  position: absolute;
  left: 515px;
}
#specs .content .bx-wrapper {
  height: 450px;
}
#specs .content .bx-wrapper .bx-viewport {
  background-color: transparent;
  border: none;
  background: transparent;
  box-shadow: none;
}
#specs .content .specTrigger {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 547px;
  left: 500px;
  cursor: pointer;
}
#specs .content .specTrigger.inTheBoxTrigger {
  left: 220px;
}
#specs .content .specTrigger.sizeAndWeightTrigger {
  left: 395px;
}
#specs .content .specTrigger.processorTrigger {
  left: 570px;
}
#specs .content .specTrigger.connectivityTrigger {
  left: 745px;
}
#specs .content .specTrigger.portsTrigger {
  left: 920px;
}
.no-js #specs .content {
  height: auto;
}
.no-js #specs .specsSlider li {
  position: relative;
}
.no-js #specs .progress,
.no-js #specs .progressLabels {
  display: none;
}
#buy {
  background: #FFF;
}
#buy #copyright {
  margin-top: 100px;
  padding-bottom: 10px;
}
#buy #copyright p {
  font-size: 14px;
  color: black;
}
#buy #copyright p a {
  color: #ff9900;
}
#buy #copyright p a:hover {
  color: #f47924;
}
#buy .content {
  width: 740px;
  margin: auto;
}
#buy .content .priceWrapper {
  margin: 30px 0;
}
#buy .content .priceWrapper .learnMoreCTA {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  color: #ff9900;
}
#buy .content .priceWrapper .learnMoreCTA:hover h4 {
  color: #f47924;
}
#buy .content .visitButton {
  display: block;
  background: transparent no-repeat;
  line-height: 41px;
  text-align: center;
  width: 233px;
  text-decoration: none;
  margin: auto;
}
#buy .content .visitButton:hover {
  text-decoration: underline;
}
#buy .content .learnMoreBtn {
  margin-top: 40px;
}
@media (max-width: 960px) {
  body,
  html {
    min-width: 0;
  }
  .pagination {
    display: none !important;
  }
  .videoMuteBtn {
    display: none;
  }
  .mobile-section-header {
    display: inline-block;
  }
  h1,
  h5 {
    margin-top: 50px;
  }
  nav.top {
    z-index: 101;
  }
  nav.top .top-nav-interior {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  nav.top .logo {
    margin: 20px 0px 10px 10px;
    display: block;
    float: left;
    position: relative;
    width: 133px;
    line-height: 37px;
    left: auto;
    top: auto;
    height: 33px;
  }
  nav.top .logo img {
    height: auto;
  }
  nav.top .links {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-right: inherit;
    margin: 5px auto 0px;
  }
  nav.top .links .reveal-nav-btn {
    display: inline-block;
  }
  nav.top .links .site-nav-btns {
    display: block;
    position: absolute;
    top: 53px;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
  }
  nav.top .links .site-nav-btns a,
  nav.top .links .site-nav-btns .buy {
    display: block;
    text-align: center;
    font-size: 16pt;
    color: white;
    border-bottom: 1px solid white;
    background-color: #ff9900;
    height: 53px;
    line-height: 58px;
    margin-left: 0px;
    font-family: BrandonGrotesque-Light, helvetica, arial;
  }
  nav.top .links .buyOptions {
    width: 140px;
    margin-right: 35px;
  }
  nav.top .links .buy {
    width: 111px;
    height: 21px;
    right: 35px;
    top: 15px;
  }
  .no-js nav.top .links .reveal-nav-btn {
    display: none;
  }
  .no-js nav.top .links .buy {
    margin-right: 20px;
  }
  .section {
    min-height: 0;
    overflow: hidden;
    width: 100%;
    padding: 63px 0;
  }
  table.section {
    height: auto;
    position: relative;
    padding: 0;
  }
  table.section > tr > td,
  table.section > tbody > tr > td {
    padding: 30px 0;
  }
  #home {
    height: auto;
    padding: 63px 0px 0px;
    position: relative;
  }
  #home #home-video .airy {
    transition: opacity 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  #home #home-video.show-video .airy {
    opacity: 1;
    visibility: visible;
  }
  #home #home-video-subtitles li {
    font-size: 20px;
    bottom: 25px;
  }
  #home-screen {
    height: 0;
    width: 100%;
    margin-top: 63px;
    padding-bottom: 56.25%;
  }
  .is-mobile #home-screen #logoNoVideo {
    display: block;
  }
  #home-screen .mobile-video-info {
    display: block;
    width: 200px;
    height: 100px;
    margin-top: -50px;
    margin-left: -100px;
  }
  #home-screen .mobile-video-info #mobile-play-btn {
    width: 49px;
    height: 49px;
  }
  .is-mobile #home-screen .mobile-video-info #mobile-play-btn {
    display: none;
  }
  #home-screen .mobile-video-info h1 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  #home-screen .scrollDown {
    width: 75px;
    height: 35px;
    margin-left: -37px;
    bottom: 5px;
  }
  .no-js #home-screen .mobile-video-info {
    display: none;
  }
  #about.animate .content .tv,
  #about.animate .content .textWrapper,
  #about.animate .content .popcorn,
  #about.animate .content .remote,
  #about.animate .content .device {
    transition: none;
  }
  #about.intro .content .textWrapper {
    margin-right: auto;
    top: auto;
    right: auto;
  }
  #about.intro .mobile-slide-nav .tv-slide-nav.next {
    display: block;
  }
  #about.tv-spot-one .mobile-info .tv-slide-text.slide-text-one {
    left: 0;
  }
  #about.tv-spot-one .tv .tv-slide-img.dad-son-show {
    opacity: 1;
  }
  #about.tv-spot-one .couch.couchDadSon {
    left: 50%;
  }
  #about.tv-spot-two .mobile-info .tv-slide-text.slide-text-two {
    left: 0;
  }
  #about.tv-spot-two .tv .tv-slide-img.couple-show {
    opacity: 1;
  }
  #about.tv-spot-two .couch.couchCouple {
    left: 50%;
  }
  #about .content {
    height: auto;
  }
  #about .content .fire-tv-device {
    width: 100%;
    height: 151px;
    margin: 10px 0px 0px;
    position: relative;
  }
  #about .content .fire-tv-device .popcorn {
    width: 90px;
    height: auto;
    top: 38px;
    left: 50%;
    margin-left: -156px;
  }
  #about .content .fire-tv-device .remote {
    width: 160px;
    height: auto;
    top: 0px;
    left: 50%;
    margin-left: -7px;
  }
  #about .content .fire-tv-device .device {
    width: 300px;
    top: 14px;
    left: 50%;
    margin-left: -132px;
  }
  #about .content .textWrapper {
    width: auto;
    right: auto;
    top: auto;
    position: relative;
    padding: 0px 10px;
  }
  #about .content .textWrapper:first-child h1 {
    display: inline-block;
    border-bottom: 1px solid #ff9900;
  }
  #about .content .mobile-info {
    display: block;
    height: 190px;
    width: 100%;
    padding: 0px;
  }
  #about .content .mobile-info.textWrapper {
    margin-right: auto;
    top: auto;
    right: auto;
  }
  #about .content .tv {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    width: 260px;
    background-size: 100% 100%;
    height: 200px;
    margin-right: auto;
  }
  #about .content .tv .mobile-assets {
    display: block;
  }
  #about .content .tv .mobile-show-device {
    width: 23px;
    height: 9px;
    position: absolute;
    right: 64px;
    bottom: 63px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #about .content .tv #about-video {
    display: none;
  }
  #about .tv .tv-slide-img {
    width: 134px;
    height: 80px;
    position: absolute;
    top: 34px;
    left: 63px;
    background-size: 100% 100%;
    opacity: 0;
    transition: opacity 1s 0.5s;
    -webkit-transition: opacity 1s 0.5s;
    -moz-transition: opacity 1s 0.5s;
  }
  #about .mobile-info .tv-slide-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
  }
  #about .mobile-info .tv-slide-text.slide-text-one {
    left: -100%;
  }
  #about .mobile-info .tv-slide-text.slide-text-two {
    left: 100%;
  }
  #about .mobile-info .tv-slide-text p {
    padding: 0px 10px;
  }
  #about .mobile-slide-nav {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 110px;
    left: 0px;
    z-index: 2;
    display: block;
  }
  #about .mobile-slide-nav .tv-slide-nav {
    width: 15px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    display: none;
  }
  #about .mobile-slide-nav .tv-slide-nav.next {
    right: 15px;
    background-position: left 0px;
  }
  #about .mobile-slide-nav .tv-slide-nav.prev {
    left: 15px;
    background-position: right 0px;
  }
  #about .couch {
    bottom: 0px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    height: auto;
    z-index: 1;
  }
  #about .couch.couchDadSon,
  #about .couch.couchCouple {
    transition: all 1s 0.25s;
    -webkit-transition: all 1s 0.25s;
    -moz-transition: all 1s 0.25s;
  }
  #about .couch.couchDadSon {
    left: -100%;
  }
  #about .couch.couchCouple {
    left: 200%;
  }
  .no-js #about .mobile-slide-nav {
    display: none;
  }
  #massive .mobile-section-header {
    color: #ffffff;
    width: auto;
    border-color: #ffffff;
    margin-bottom: 20px;
  }
  #massive h1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  #massive p {
    width: 80%;
    margin: auto;
  }
  #massive .massiveSlider {
    width: 100%;
    height: 221px;
    display: none;
  }
  #massive .massiveSlider li {
    width: 100px;
    margin-right: 10px;
  }
  #massive .massiveSlider li img:first-child {
    margin-bottom: 10px;
  }
  #massive .bx-wrapper {
    max-width: 100% !important;
  }
  #massive .bx-wrapper img {
    max-width: auto;
    width: 100%;
  }
  #massive .bx-wrapper .bx-viewport {
    position: relative;
    width: 70% !important;
    height: auto !important;
    left: 0;
  }
  #massive .bx-wrapper .bx-prev {
    left: 5%;
    z-index: 1;
  }
  #massive .bx-wrapper .bx-next {
    right: 5%;
    z-index: 1;
  }
  .no-js #massive .massiveSlider {
    width: 320px;
  }
  .no-js #massive .massiveSlider li {
    width: 120px;
  }
  #voice {
    height: 450px;
  }
  #voice.step5 .tv.amazon .tv-content,
  #voice.step4 .tv.amazon .tv-content {
    background-position: 0px bottom;
  }
  #voice.active .compareWrapper {
    opacity: 1;
  }
  #voice .summary {
    width: auto;
  }
  #voice .mobile-section-header {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
  }
  #voice .content {
    height: auto;
    padding: 0px 10px;
  }
  #voice .compareWrapper {
    width: auto;
    margin-top: 30px;
    opacity: 0;
    height: 250px;
  }
  #voice .compareWrapper .left {
    display: none;
  }
  #voice .compareWrapper .middle {
    display: none;
  }
  #voice .compareWrapper .right {
    position: relative;
    top: auto;
    right: auto!important;
    width: auto;
  }
  #voice .compareWrapper .right h2 {
    display: none;
  }
  #voice .compareWrapper .right h4 {
    display: none;
  }
  #voice .compareWrapper .right .tv {
    position: relative;
    width: 289px;
    height: 173px;
    left: auto;
    top: auto;
    background-size: 100% 100%;
  }
  #voice .compareWrapper .right .tv .tv-content {
    top: 20px;
    left: 37px;
    height: 115px;
    width: 213px;
    background-size: 100% auto;
  }
  #voice .compareWrapper .right .tv .tv-content .video-container {
    width: 82px;
    top: 37px;
    height: 11px;
  }
  #voice .compareWrapper .right .tv .tv-content .video-container.playing {
    left: 64px;
  }
  #voice .compareWrapper .right .tv .tv-content .video-container #voice-video {
    width: 90px;
    height: 11px;
    left: -4px;
  }
  #voice .remote-container {
    margin-left: -30px;
    width: 68px;
    height: 101px;
  }
  #voice .remote-container .remote {
    width: 100%;
    height: 101px;
    background-size: 100% auto;
    z-index: 2;
    position: relative;
  }
  #voice .remote-container .ping-container {
    position: absolute;
    top: -50px;
    left: -27px;
    width: 120px;
    height: 120px;
    color: #FFF;
    z-index: 1;
  }
  #voice .remote-container .ping-container .ping {
    position: absolute;
    width: 120px;
    height: 120px;
  }
  #voice .remote-container .textWrapper {
    top: -24px;
    margin-left: -71px;
    z-index: 3;
  }
  #voice .remote-container .textWrapper p {
    font-size: 12pt;
  }
  #voice > tr > td,
  #voice > tbody > tr > td {
    padding: 30px 0 58px;
  }
  .no-js #voice .compareWrapper {
    display: none;
  }
  #features #featuresNav {
    display: none;
  }
  #features .mobile-section-header {
    color: black;
    border-bottom: 1px solid black;
  }
  #features .sub-section {
    position: relative!important;
    left: auto;
    top: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    height: auto;
    display: block;
  }
  #features .sub-section img {
    display: none;
  }
  #features .sub-section .bx-wrapper {
    display: none;
  }
  #features .sub-section .textWrapper {
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
    right: auto;
    width: auto;
    padding: 0px 10px;
  }
  #features .sub-section .textWrapper .feature-icon {

    display: none;

  }
  #features .sub-section #games-video {
    display: none;
  }

  #features #a1,
  #features #a3,
  #features #a5 {
    background-color: #F0F0F0;
  }

  #features #a2,
  #features #a4,
  #features #a6 {
    background-color: #FFF;
  }

  #features > tr > td,
  #features > tbody > tr > td {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #easeOfUse {
    width: auto;
  }
  #easeOfUse .feature-icon {
    background-position: 1px 1px;
  }

  #prime .textWrapper {
    width: auto;
  }
  #prime .feature-icon {
    background-position: -99px 0px;
  }
  #prime #primeMovieCovers {
    display: none;
  }
  #photos {
    width: auto;
  }
  #photos .feature-icon {
    background-position: -198px 1px;
  }
  #freeTime .content {
    width: auto;
  }
  #freeTime .content .feature-icon {
    background-position: -298px 1px;
  }
  #freeTime #easeofuse-child-hand {
    display: none;
  }
  #music {
    width: auto;
  }
  #music .feature-icon {
    background-position: -397px 1px;
  }
  #music #musicSlider {
    display: none;
  }
  #games {
    width: auto;
  }
  #games .feature-icon {
    background-position: -497px 1px;
  }
  #specs .mobile-section-header {
    color: #ffffff;
    margin-bottom: 30px;
    border-bottom-color: #ffffff;
  }
  #specs .learnMoreBtn {
    bottom: 50px;
  }
  #specs .content {
    width: 100%;
    height: auto!important;
  }
  #specs .content .specSection {
    position: relative;
    width: 100%;
  }
  #specs .content .specSection h5 {
    font-size: 26px;
  }
  #specs .content .bx-wrapper .bx-viewport {
    width: 320px !important;
    height: auto !important;
    margin: auto;
    left: 0;
  }
  #specs .content .inTheBox .device {
    width: 95%;
    left: -5%;
    top: 160px;
    z-index: 4;
  }
  #specs .content .inTheBox .popcorn {
    width: 24%;
    left: 0;
    top: auto;
    margin-top: -120px;
    z-index: 5;
  }
  #specs .content .inTheBox p,
  #specs .content .inTheBox ul li {
    font-size: 12px;
    line-height: 18px;
  }
  #specs .content .sizeAndWeight .device {
    position: relative;
    width: 185px;
    left: 0;
    margin-top: 0;
  }
  #specs .content .sizeAndWeight .copy {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    text-align: center;
  }
  #specs .content .sizeAndWeight p {
    font-size: 12px;
    line-height: 18px;
  }
  #specs .content .processor img {
    width: 400px;
    height: auto;
    margin-top: 80px;
  }
  #specs .content .processor p {
    font-size: 12px;
    line-height: 18px;
  }
  #specs .content .connectivity .device {
    width: 325px;
    height: auto;
  }
  #specs .content .connectivity .connections {
    position: relative;
    width: 50%;
    margin-top: 40px;
  }
  #specs .content .connectivity .connections .wifi {
    position: relative;
    width: 33.333%;
    margin: 0;
    float: left;
  }
  #specs .content .connectivity .connections .choice {
    position: relative;
    width: 29%;
    height: 100%;
    float: left;
    margin: auto!important;
  }
  #specs .content .connectivity .connections .choice p {
    width: 90%;
    height: 100%;
    height: auto;
    margin: 25px auto;
    bottom: 0;
  }
  #specs .content .connectivity .connections .ethernet {
    position: relative;
    width: 33.333%;
    float: right;
    margin: 0;
    margin-top: -11px;
  }
  #specs .content .connectivity p {
    font-size: 16px;
    line-height: 30px;
  }
  #specs .content .ports .device {
    position: relative;
    margin-top: 50px;
    width: 400px;
    height: auto;
  }
  #specs .content .ports .labels {
    display: none;
  }
  #specs .content .needed .copy {
    position: relative;
    width: 100%;
    text-align: left;
    top: 0;
    left: 0;
  }
  #specs .content .needed .copy h5 {
    text-align: center;
  }
  #specs .content .needed .copy .hdtvSpec {
    position: absolute;
    left: 15px;
    top: 265px;
  }
  #specs .content .needed .copy .hdmiCableSpec {
    position: absolute;
    right: 55px;
    top: 120px;
  }
  #specs .content .needed .cable {
    width: 40%;
    left: 10px;
    top: 65px;
  }
  #specs .content .needed .tv {
    width: 75%;
    top: 215px;
    right: 0;
    left: auto;
  }
  #specs .content .needed p {
    font-size: 16px;
    line-height: 18px;
  }
  #specs .content .specsLearnMore {
    display: none;
  }
  #specs .content .sliderScreen {
    width: 100%;
    height: 100%;
    display: none;
  }
  #specs .content .ports .labels {
    width: auto;
  }
  #specs .content .btnSectionNav {
    display: none;
  }
  .no-js #specs .content {
    height: auto;
  }
  .no-js #specs .specsSlider li {
    position: relative;
    height: 430px;
  }
  .no-js #specs .btnSectionNav {
    display: none;
  }
  #buy .content {
    width: auto;
    margin: 0px auto;
  }
  #buy .content h1 {
    font-size: 22.5pt;
  }
  #buy .content .priceWrapper {
    margin: 10px 0px;
  }
  #buy .content .learnMoreCTA h4 {
    display: inline;
    border-bottom: 1px solid #ff9900;
  }
  #buy .content h4 {
    font-family: BrandonGrotesque-Regular, helvetica, arial;
  }
  #buy .content .device {
    width: 400px;
  }
}
/* @desktopBreakpoint: @contentWidth - 1; */
@media (min-width: 960px) and (max-width: 1135px) {
  body,
  html {
    min-width: 768px;
  }
  .pagination {
    display: none !important;
  }
  .videoMuteBtn {
    display: none;
  }
  h1,
  h5 {
    margin-top: 15px;
  }
  nav.top .top-nav-interior {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  nav.top .top-nav-interior .logo {
    margin: 20px 0px 10px 10px;
    display: block;
    float: left;
    position: relative;
    width: 133px;
    line-height: 37px;
    left: auto;
    top: auto;
    height: 33px;
  }
  nav.top .top-nav-interior .logo img {
    height: auto;
  }
  nav.top .top-nav-interior .links {
    width: auto;
    margin: 20px auto 0;
    padding: 0px 10px 0px 0px;
  }
  nav.top .top-nav-interior .links a,
  nav.top .top-nav-interior .links .buy {
    margin-left: 20px;
    font-size: 12px;
  }
  nav.top .top-nav-interior .links .buyOptions {
    width: 141px;
    right: 3px;
    top: -25px;
  }
  nav.top .top-nav-interior .links .buyOptions a {
    margin-left: 0;
  }
  nav.top .top-nav-interior .links .site-nav-btns {
    right: 150px;
    top: 3px;
  }
  nav.top .top-nav-interior .links .buy {
    width: 111px;
    height: 21px;
    right: 0;
    top: 2px;
  }
  #home {
    height: auto;
    padding: 63px 0px 0px;
    position: relative;
    min-height: inherit;
  }
  #home #home-video .airy {
    opacity: 0;
    transition: opacity 0.5s;
  }
  #home #home-video.show-video .airy {
    opacity: 1;
  }
  #home #home-video-subtitles li {
    font-size: 25px;
    bottom: 50px;
  }
  #home-screen {
    height: 0;
    width: 100%;
    margin-top: 63px;
    padding-bottom: 56.25%;
  }
  #home-screen .mobile-video-info {
    display: block;
    width: 600px;
    height: 210px;
    margin-top: -105px;
    margin-left: -300px;
  }
  #home-screen .mobile-video-info #mobile-play-btn {
    width: 98px;
    height: 98px;
  }
  #home-screen h1 {
    margin-bottom: 20px;
  }
  #home-screen .scrollDown {
    width: 61px;
    height: 30px;
    margin-left: -30px;
    bottom: 15px;
  }
  .no-js #home-screen .mobile-video-info {
    display: none;
  }
  #about.section {
    height: 600px;
    position: relative;
    width: 100%;
    min-height: inherit;
    z-index: 1;
  }
  #about .tbody {
    width: 100%;
    display: block;
    height: 100%;
  }
  #about .tr {
    width: 100%;
    display: block;
    height: 100%;
  }
  #about td {
    height: 537px;
  }
  #about.section > tr > td,
  #about.section > tbody > tr > td {
    display: block;
  }
  #about.intro .content .textWrapper {
    right: 50%;
    margin-right: -370px;
  }
  #about.intro .fire-tv-device .popcorn {
    width: 150px;
    height: auto;
    top: 260px;
    left: 50%;
    margin-left: -255px;
  }
  #about.intro .fire-tv-device .remote {
    width: 260px;
    height: auto;
    top: 205px;
    left: 50%;
    margin-left: 16px;
  }
  #about.intro .fire-tv-device .device {
    width: 500px;
    top: 219px;
    left: 50%;
    margin-left: -205px;
  }
  #about.couple .content .tv,
  #about.son .content .tv {
    margin-left: -370px;
  }
  #about .center {
    width: 100%;
    display: block;
    height: 537px;
  }
  #about .content {
    height: 100%;
  }
  #about .content .fire-tv-device {
    width: 100%;
    height: 225px;
    margin: 10px 0px 0px;
    position: relative;
  }
  #about .content .popcorn {
    width: 150px;
    height: auto;
  }
  #about .content .remote {
    width: 260px;
    height: auto;
  }
  #about .content .device {
    top: 286px;
    margin-left: 100px;
  }
  #about .content .textWrapper {
    width: 740px;
    right: 100%;
  }
  #about .content .textWrapper:first-child h1 {
    display: inline-block;
  }
  #about .content .tv {
    width: 740px;
    height: 545px;
    background-size: 100%;
    bottom: 40px;
    top: auto;
  }
  #about .content .tv #about-video {
    top: 96px;
    left: 179px;
    width: 382px;
    height: 213px;
  }
  #about .mobile-slide-nav {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
    left: 0px;
  }
  #about .mobile-slide-nav .tv-slide-nav {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    z-index: 2;
  }
  #about .mobile-slide-nav .tv-slide-nav.next {
    background-position: 0px 0px;
    right: 10px;
  }
  #about .mobile-slide-nav .tv-slide-nav.prev {
    background-position: right 0px;
    left: 10px;
  }
  #about.tv-spot-one .mobile-slide-nav .tv-slide-nav.prev {
    display: none!important;
  }
  #about .couch {
    z-index: 1;
    width: 740px;
    height: auto;
    margin-left: -370px;
  }
  .no-js #about .mobile-slide-nav {
    display: none;
  }
  table.section {
    z-index: 2;
  }

  .para_img {
    display: none;
  }

  #massive h1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  #massive p {
    width: 80%;
    margin: auto;
  }
  #massive .massiveSlider {
    width: 100%;
  }
  #massive .bx-wrapper {
    max-width: 100% !important;
  }
  #massive .bx-wrapper img {
    max-width: auto;
    width: 100%;
  }
  #massive .bx-wrapper .bx-viewport {
    position: relative;
    width: 70% !important;
    height: auto !important;
    left: 0;
  }
  #massive .bx-wrapper .bx-prev {
    left: 5%;
  }
  #massive .bx-wrapper .bx-next {
    right: 5%;
  }
  #voice.section {
    height: 593px;
    min-height: inherit;
  }
  #voice.step4 .tv.amazon .tv-content {
    background-position: 0px bottom;
  }
  #voice.step5 .tv.amazon .tv-content {
    background-position: 0px bottom;
  }
  #voice.step5 .compareWrapper .right {
    right: 200px;
  }
  #voice .content {
    height: 530px;
  }
  #voice .compareWrapper {
    width: 740px;
  }
  #voice .compareWrapper h2 {
    font-size: 27px;
    line-height: 33px;
  }
  #voice .compareWrapper .left {
    margin-top: 15px;
  }
  #voice .compareWrapper .left,
  #voice .compareWrapper .right {
    width: 340px;
  }
  #voice .compareWrapper .middle {
    width: 50px;
    left: 350px;
  }
  #voice .compareWrapper .middle h1 {
    margin-top: 140px;
  }
  #voice .tv {
    left: 0px;
    top: 0px;
    width: 340px;
    background-size: 100% auto;
    height: 210px;
  }
  #voice .tv .tv-content {
    left: 44px;
    top: 24px;
    width: 249px;
    height: 136px;
    background-size: 100% auto!important;
    background-position: 0px 0px;
  }
  #voice .remote-container {
    width: 100px;
    height: 148px;
    margin-left: 145px;
  }
  #voice .remote-container .remote {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
  #voice .remote-container .ping-container {
    left: -47px;
  }
  #voice #voice-video {
    visibility: hidden;
  }
  #features > tr > td,
  #features > tbody > tr > td {
    padding-bottom: 170px;
  }
  #features.section {
    height: 640px;
    min-height: inherit;
  }
  #features.section > tr > td,
  #features.section > tbody > tr > td {
    padding-top: 10px;
  }
  #features #featuresNav {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    bottom: 100px;
    text-align: center;
  }
  #features #featuresNav li {
    float: none;
    width: 93px;
    display: inline-block;
    margin: 0px 1%;
    height: 120px;
    vertical-align: middle;
  }
  #features #featuresNav li a {
    background-size: auto 100%;
    width: 100%;
    height: 120px;
  }
  #features #featuresNav li a#easeOfUseTrigger {
    background-position: -1004px 0px;
  }
  #features #featuresNav li a#easeOfUseTrigger:hover {
    background-repeat: no-repeat;
    background-position: -2018px 0px;
    height: 120px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#easeOfUseTrigger.active {
    background-repeat: no-repeat;
    background-position: 2px 0;
    height: 120px;
    margin-top: -4px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#primeTrigger {
    background-position: -1174px 0px;
  }
  #features #featuresNav li a#primeTrigger:hover {
    background-repeat: no-repeat;
    background-position: -2188px 0px;
    height: 120px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#primeTrigger.active {
    background-repeat: no-repeat;
    background-position: -169px 0;
    height: 120px;
    margin-top: -4px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#photosTrigger {
    background-position: -1344px 0px;
  }
  #features #featuresNav li a#photosTrigger:hover {
    background-repeat: no-repeat;
    background-position: -2358px 0px;
    height: 120px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#photosTrigger.active {
    background-repeat: no-repeat;
    background-position: -338px 0;
    height: 120px;
    margin-top: -4px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#freeTimeTrigger {
    background-position: -1513px 0px;
  }
  #features #featuresNav li a#freeTimeTrigger:hover {
    background-repeat: no-repeat;
    background-position: -2527px 0px;
    height: 120px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#freeTimeTrigger.active {
    background-repeat: no-repeat;
    background-position: -509px 0;
    height: 120px;
    margin-top: -4px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#gamesTrigger {
    background-position: -1853px 0px;
  }
  #features #featuresNav li a#gamesTrigger:hover {
    background-repeat: no-repeat;
    background-position: -2867px 0px;
    height: 120px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#gamesTrigger.active {
    background-repeat: no-repeat;
    background-position: -848px 0;
    height: 120px;
    margin-top: -4px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#musicTrigger {
    background-position: -1684px 0px;
  }
  #features #featuresNav li a#musicTrigger:hover {
    background-repeat: no-repeat;
    background-position: -2698px 0px;
    height: 120px;
    background-size: auto 100%;
  }
  #features #featuresNav li a#musicTrigger.active {
    background-repeat: no-repeat;
    background-position: -678px 0;
    height: 120px;
    margin-top: -4px;
    background-size: auto 100%;
  }
  #ease-img-containerOfUse,
  #prime,
  #photos,
  #freeTime,
  #music,
  #games {
    width: 100%;
    height: auto;
    min-height: 450px;
  }
  #easeOfUse {
    width: auto;
  }
  #easeOfUse .ease-img-container {
    position: relative;
    width: 610px;
    height: 380px;
    margin: 0px auto;
    text-indent: center;
  }
  #easeOfUse img.device {
    width: 160px;
    height: auto;
    right: 70px;
    left: auto;
    bottom: -10px;
    top: auto;
  }
  #easeOfUse img.tv {
    width: 610px;
    height: auto;
    left: 0px;
  }
  #easeOfUse img.screen {
    width: 455px;
    height: auto;
    left: 83px;
  }
  #easeOfUse .textWrapper {
    position: relative;
    left: auto;
    top: auto;
    width: 740px;
    margin: 0px auto;
    text-align: center;
  }
  #prime .textWrapper {
    width: 740px;
  }
  #prime #primeMovieCovers {
    margin: 0px auto;
    width: 651px;
  }
  #photos .content {
    width: 100%;
  }
  #photos.sub-section {
    width: 740px;
  }
  #photos .textWrapper {
    position: relative;
    width: 100%;
    top: auto;
    text-align: center;
    left: 0;
  }
  #photos #photosSlider li {
    top: -288px;
  }
  #photos .screenBase-slider {
    width: 600px;
    top: auto;
    margin-top: 20px;
  }
  #photos .screenBase-slider .tv {
    left: 137px;
    top: 9px;
    width: 410px;
  }
  #photos .screenBase-slider .tv img {
    width: 100%;
  }
  #photos .screenBase-slider .tablet {
    top: 204px;
    left: 12px;
    width: 94px;
    height: 57px;
  }
  #photos .screenBase-slider .tablet img {
    width: 105px;
    left: -30px;
  }
  #photos .screenBase-slider .phone {
    width: 27px;
    left: 109px;
    top: 225px;
    height: 44px;
  }
  #freeTime .content {
    width: 100%;
  }
  #freeTime .content .textWrapper {
    width: 740px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    left: auto;
    top: auto;
  }
  #freeTime #easeofuse-child-hand {
    width: 450px;
    height: 313px;
    top: 120px;
  }
  #music .videoMuteBtn {
    bottom: 68px;
    left: 50%;
    margin-left: 211px;
  }
  #music .musicImage {
    position: relative;
    left: auto;
    width: 500px;
    height: auto;
  }
  #music .textWrapper {
    width: 740px;
    right: auto;
    top: auto;
    position: relative;
    text-align: center;
  }
  #music #musicSlider {
    left: 50%;
    margin-left: -337px;
    background-size: 100%;
    width: 660px;
    top: 100px;
  }
  #music #musicSlider ul {
    top: 43px;
    left: 80px;
  }
  #games .textWrapper {
    position: relative;
    width: 740px;
    text-align: center;
    left: auto;
    top: auto;
  }
  #games .videoMuteBtn {
    bottom: 39px;
    left: 50%;
    margin-left: 168px;
  }
  #games .imageSubtitle {
    left: auto;
    right: 50%;
    margin-right: 215px;
    top: 400px;
  }
  #games #games-video {
    width: 403px;
    height: 228px;
    bottom: 40px;
    top: auto;
    right: 50%;
    margin-right: -304px;
  }
  #games .blankTV {
    width: 450px;
    height: auto;
    bottom: 0px;
    right: 50%;
    margin-right: -325px;
  }
  #games .controllerRemote {
    width: 275px;
    height: auto;
    top: 208px;
    right: 50%;
    left: auto;
    margin-right: 120px;
  }
  #specs .btnSectionNav {
    width: 800px;
    margin-left: -400px;
  }
  #specs .btnSectionNav li {
    margin-right: 10px;
  }
  #specs .content {
    position: static;
    width: 100%;
  }
  #specs .content .mobile-section-header {
    color: #ffffff;
    margin-bottom: 30px;
    border-bottom-color: #ffffff;
  }
  #specs .content .sliderScreen {
    width: 100%;
    /*height:auto;*/
    display: none;
  }
  #specs .content .specSection {
    /*min-height:auto;*/
  }
  #specs .content .bx-wrapper {
    /*height:465px;*/
  }
  #specs .content .bx-wrapper .bx-viewport {
    width: 768px !important;
    height: 465px !important;
    margin: auto;
    left: 0;
  }
  #specs .content .specsLearnMore {
    position: relative;
    left: auto;
    top: auto;
    bottom: 35px;
    display: block;
  }
  #specs .content .ports .labels {
    width: auto;
  }
  #specs .content .inTheBox .device {
    width: 70%;
    z-index: 4;
  }
  #specs .content .inTheBox .popcorn {
    width: 14%;
    left: 18%;
    top: 216px;
    z-index: 5;
  }
  #specs .content .sizeAndWeight {
    width: 100%;
  }
  #specs .content .sizeAndWeight .remote {
    left: 5%;
  }
  #specs .content .sizeAndWeight .device {
    left: 25%;
  }
  #specs .content .sizeAndWeight .copy {
    left: 78%;
  }
  #specs .content .connectivity .connections {
    position: relative;
    width: 30%;
    margin-top: 40px;
  }
  #specs .content .connectivity .connections .wifi {
    position: relative;
    width: 33.333%;
    margin: 0;
    float: left;
  }
  #specs .content .connectivity .connections .choice {
    position: relative;
    width: 29%;
    height: 100%;
    float: left;
    margin: 10px auto!important;
  }
  #specs .content .connectivity .connections .choice p {
    width: 90%;
    height: 100%;
    height: auto;
    margin: 25px auto;
    bottom: 0;
  }
  #specs .content .connectivity .connections .ethernet {
    position: relative;
    width: 33.333%;
    float: right;
    margin: 0;
    margin-top: -11px;
  }
  #specs .content .ports .device {
    width: 100%;
  }
  #specs .content .ports .labels {
    top: -65px;
  }
  #specs .content .ports .labels .powerInput {
    left: 90px;
  }
  #specs .content .ports .labels .hdmi2 {
    left: 171px;
  }
  #specs .content .ports .labels .opticalAudio {
    left: 260px;
  }
  #specs .content .ports .labels .ethernet {
    left: 351px;
  }
  #specs .content .ports .labels .usb {
    left: 465px;
  }
  #specs .content .needed .copy {
    text-align: left;
    top: 75px;
    left: 5%;
  }
  #specs .content .needed .copy h5 {
    text-align: center;
    margin-bottom: 25px;
  }
  #specs .content .needed .copy .hdtvSpec {
    position: absolute;
    left: auto;
    right: 0;
  }
  #specs .content .needed .copy .hdmiCableSpec {
    position: absolute;
    right: 0;
    top: 100px;
  }
  #specs .content .needed .cable {
    width: 18%;
    left: 40%;
    top: 75px;
  }
  #specs .content .needed .tv {
    width: 40%;
    top: 50px;
    right: 0%;
    left: auto;
  }
  #buy {
    height: auto;
    min-height: inherit;
  }
  #buy .content {
    width: auto;
  }
  #buy .content h1 {
    font-family: BrandonGrotesque-Light, helvetica, arial;
  }
  #buy .content h4 {
    font-family: BrandonGrotesque-Regular, helvetica, arial;
  }
  #buy .content .priceWrapper {
    margin: 20px 0px 40px;
  }
  #buy .content .priceWrapper .learnMoreCTA {
    margin: 30px auto 0px;
  }
  #buy .content img {
    margin-bottom: 10px;
  }
}
.is-mobile.desktop #home-screen {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
}
.is-mobile.desktop #home-screen .mobile-video-info {
  display: block;
  width: 600px;
  height: 210px;
  margin-top: -105px;
  margin-left: -300px;
}
.is-mobile.desktop #home-screen .mobile-video-info #mobile-play-btn {
  width: 98px;
  height: 98px;
}
.is-mobile.desktop #home-screen h1 {
  margin-bottom: 20px;
}
