.bottonek {
width: 101px;
height: 34px;
border: none;
font-size: 14px;
background: #20bef1;
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
margin-top: 14px;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);
}


.form-radio, .form-group {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-help {
  margin-top: 2px;
  margin-left: 2px;
  color: #b3b3b3;
  font-size: 14px;
}
.checkbox .form-help, .form-radio .form-help {
  padding-top: 4px;
  padding-left: 25px;
}

.form-group select {
  width: 100%;
  font-size: 18px;
  height: 29px;
  padding: 2px 2px 1px;
  font-size: 18px;
  background: none;
  border: none;
  line-height: 29px;
}
.form-group select ~ .bar {
  border-bottom: 1px solid #999;
}
.form-group select ~ .bar:after, .form-group select ~ .bar:before {
  bottom: -1px;
}
.form-group select ~ label {
  font-size: 14px;
  color: gray;
  top: -20px;
}
.form-group select:focus {
  outline: none;
}
.form-group select:focus ~ .bar:before, .form-group select:focus ~ .bar:after {
  width: 50%;
}
.form-group label {
  position: relative;
  top: 0;
  pointer-events: none;
  padding-left: 2px;
  z-index: 1;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  transition: all 0.2s ease;
}
.form-group .bar {
  position: relative;
  display: block;
  margin-right: -4px;
}
.form-group .bar:before, .form-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #20bef1;
  transition: all 0.2s ease;
  z-index: 2;
}
.form-group .bar:before {
  left: 50%;
}
.form-group .bar:after {
  right: 50%;
}
.form-group input, .form-group textarea {
  display: block;
  background: none;
  padding: 2px 2px 1px;
  font-size: 15px;
  border-width: 0 0 1px;
  line-height: 20px;
  border-color: #999;
  width: 100%;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
}
.form-group input:focus ~ label, .form-group input:valid ~ label, .form-group input.hasValue ~ label, .form-group textarea:focus ~ label, .form-group textarea:valid ~ label, .form-group textarea.hasValue ~ label {
  font-size: 14px;
  color: gray;
  top: -20px;
}
.form-group input:focus ~ label, .form-group textarea:focus ~ label {
  color: #20bef1;
}
.form-group input:focus ~ .bar:before, .form-group input:focus ~ .bar:after, .form-group textarea:focus ~ .bar:before, .form-group textarea:focus ~ .bar:after {
  width: 50%;
}

.checkbox, .radio {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkbox label, .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.checkbox .helper, .radio .helper {
  display: block;
  position: absolute;
  z-index: 1;
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  top: 2px;
  left: 0;
  transition: all 0.2s ease;
}
.checkbox .helper:before, .radio .helper:before {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.checkbox input, .radio input {
  opacity: 0;
  position: absolute;
}
.checkbox input:checked ~ .helper, .checkbox input.checked ~ .helper, .radio input:checked ~ .helper, .radio input.checked ~ .helper {
  border-color: gray;
}
.checkbox input:checked ~ .helper:before, .checkbox input.checked ~ .helper:before, .radio input:checked ~ .helper:before, .radio input.checked ~ .helper:before {
  background: #20bef1;
}

.radio .helper, .radio .helper:before {
  border-radius: 16px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -10px;
}

.form-group.has-error label,
.has-error .form-help {
  color: #d9534f !important;
}

.has-error .bar:before, .has-error .bar:after {
  background: #d9534f;
  width: 50%;
}
.has-error.checkbox .helper, .has-error .radio .helper {
  border-color: #d9534f;
}



.emailz:focus {
border: none;
border-bottom: 2px solid #20bef1;
-webkit-box-shadow: none;
box-shadow: none;
outline-style: none;
-webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition:0.5s ease;
  transition: 0.5s ease;
}

.emailz {
margin-top: 4px; margin-bottom: 3px; width: 55%;text-align:left; 
height:23px; 
border:none; 
border-bottom: 1px solid #e1e1e1; 
width: 416px; font-size:17px; 
font-weight:300; 
padding-bottom: 15px; 
background-color: #fff;
}

.bugdon {
height: 45px;
height: 46px;
width: 160px;
padding-top: 11px;
font-size: 14px;
background: #20bef1;
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);
}



::selection {
  background: #20bef1;color:#fff;}
 
::-moz-selection {
  background: #20bef1;
    color:#fff;

}

:focus {
outline: -webkit-focus-ring-color auto 0px;
outline-color: none;
outline-style: none;
outline-width: 0px;
border-bottom: 2px solid #20bef1;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.bottone {
float: right;
width: 101px;
height: 34px;
border: none;
font-size: 14px;
background: #20bef1;
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
margin-top: 14px;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.bottone:active {
box-shadow: 2px 5px 10px rgba(0,0,0,.35);
background-color: #03a9f4;
}
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
    
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

video#bgvid {
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
overflow: hidden;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: none;
    -webkit-box-sizing: none;
    box-sizing: none;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family:"nexusicons";src:url("http://www.google.com/nexus/public/stylesheets/fontcustom/nexusicons-2baf106d647d8631a45099cec4fb08f3.eot?#iefix") format("embedded-opentype"),url("http://www.google.com/nexus/public/stylesheets/fontcustom/nexusicons-2baf106d647d8631a45099cec4fb08f3.woff") format("woff"),url("http://www.google.com/nexus/public/stylesheets/fontcustom/nexusicons-2baf106d647d8631a45099cec4fb08f3.ttf") format("truetype"),url("http://www.google.com/nexus/public/stylesheets/fontcustom/nexusicons-2baf106d647d8631a45099cec4fb08f3.svg#nexusicons") format("svg");font-weight:normal;font-style:normal;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "nexusicons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}

a [class^="icon-"],a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}

.icon-large:before {
    vertical-align: top;
    font-size: 1.333em;
}

.btn [class^="icon-"],.btn [class*=" icon-"] {
    line-height: 0.9em;
}

li [class^="icon-"],li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

li .icon-large[class^="icon-"],li .icon-large[class*=" icon-"] {
    width: 1.875em;
}

li[class^="icon-"],li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}

li[class^="icon-"]:before,li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center;
}

li[class^="icon-"].icon-large:before,li[class*=" icon-"].icon-large:before {
    text-indent: -1.333em;
}

.icon-all-accessories:before {
    content: "\f100";
}

.icon-all-home:before {
    content: "\f101";
}

.icon-all-nexus-x:before {
    content: "\f102";
}

.icon-all-phone:before {
    content: "\f103";
}

.icon-all-portables:before {
    content: "\f104";
}

.icon-all-search:before {
    content: "\f105";
}

.icon-all-support:before {
    content: "\f106";
}

.icon-all-tablet:before {
    content: "\f107";
}

.icon-all-watches:before {
    content: "\f108";
}

.icon-hamburger:before {
    content: "\f109";
}

.icon-large-accessories:before {
    content: "\f10a";
}

.icon-large-home:before {
    content: "\f10b";
}

.icon-large-phones:before {
    content: "\f10c";
}

.icon-large-portables:before {
    content: "\f10d";
}

.icon-large-tablets:before {
    content: "\f10e";
}

.icon-large-watches:before {
    content: "\f10f";
}

.icon-downarrow:before {
    content: "\f110";
}

.icon-nexus-logo:before {
    content: "\f111";
}

body:after {
    content: 'mobile';
    display: none;
}

@media only screen and (min-width: 481px) {
    body:after {
        content: 'large-mobile';
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    body:after {
        content: 'small-desktop-header';
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    body:after {
        content: 'small-desktop';
        display: none;
    }
}

@media only screen and (min-width: 1201px) {
    body:after {
        content: 'mid-desktop';
        display: none;
    }
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
    border:none;
}

img,object,embed {
    max-width: 100%;
    height: auto;
}

object,embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75em;
    *zoom: 1;
}

.row:before,.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse .column,.row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.row .row {
    width: auto;
    margin-left: -0.65em;
    margin-right: -0.65em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.row .row:before,.row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}

.row .row.collapse:before,.row .row.collapse:after {
    content: " ";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}

.column,.columns {
    position: relative;
    padding-left: 0.65em;
    padding-right: 0.65em;
    width: 100%;
    float: left;
}

@media only screen {
    .column,.columns {
        position: relative;
        padding-left: 0.65em;
        padding-right: 0.65em;
        float: left;
    }

    .small-1 {
        position: relative;
        width: 8.33333%;
    }

    .small-2 {
        position: relative;
        width: 16.66667%;
    }

    .small-3 {
        position: relative;
        width: 25%;
    }

    .small-4 {
        position: relative;
        width: 33.33333%;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-6 {
        position: relative;
        width: 50%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }

    .small-8 {
        position: relative;
        width: 66.66667%;
    }

    .small-9 {
        position: relative;
        width: 75%;
    }

    .small-10 {
        position: relative;
        width: 83.33333%;
    }

    .small-11 {
        position: relative;
        width: 91.66667%;
    }

    .small-12 {
        position: relative;
        width: 100%;
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .small-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .small-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .small-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    [class*="column"]+[class*="column"].end {
        float: left;
    }

    .column.small-centered,.columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .large-1 {
        position: relative;
        width: 8.33333%;
    }

    .large-2 {
        position: relative;
        width: 16.66667%;
    }

    .large-3 {
        position: relative;
        width: 25%;
    }

    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-5 {
        position: relative;
        width: 41.66667%;
    }

    .large-6 {
        position: relative;
        width: 50%;
    }

    .large-7 {
        position: relative;
        width: 58.33333%;
    }

    .large-8 {
        position: relative;
        width: 66.66667%;
    }

    .large-9 {
        position: relative;
        width: 75%;
    }

    .large-10 {
        position: relative;
        width: 83.33333%;
    }

    .large-11 {
        position: relative;
        width: 91.66667%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }

    .row .large-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .row .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .row .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .row .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column.large-centered,.columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,.columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.large-uncentered.opposite,.columns.large-uncentered.opposite {
        float: right !important;
    }
}

.show-for-small,.show-for-medium-down,.show-for-large-down {
    display: inherit !important;
}

.show-for-medium,.show-for-medium-up,.show-for-large,.show-for-large-up,.show-for-xlarge {
    display: none !important;
}

.hide-for-medium,.hide-for-medium-up,.hide-for-large,.hide-for-large-up,.hide-for-xlarge {
    display: inherit !important;
}

.hide-for-small,.hide-for-medium-down,.hide-for-large-down {
    display: none !important;
}

table.show-for-small,table.show-for-medium-down,table.show-for-large-down,table.hide-for-medium,table.hide-for-medium-up,table.hide-for-large,table.hide-for-large-up,table.hide-for-xlarge {
    display: table;
}

thead.show-for-small,thead.show-for-medium-down,thead.show-for-large-down,thead.hide-for-medium,thead.hide-for-medium-up,thead.hide-for-large,thead.hide-for-large-up,thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small,tbody.show-for-medium-down,tbody.show-for-large-down,tbody.hide-for-medium,tbody.hide-for-medium-up,tbody.hide-for-large,tbody.hide-for-large-up,tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small,tr.show-for-medium-down,tr.show-for-large-down,tr.hide-for-medium,tr.hide-for-medium-up,tr.hide-for-large,tr.hide-for-large-up,tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small,td.show-for-medium-down,td.show-for-large-down,td.hide-for-medium,td.hide-for-medium-up,td.hide-for-large,td.hide-for-large-up,td.hide-for-xlarge,th.show-for-small,th.show-for-medium-down,th.show-for-large-down,th.hide-for-medium,th.hide-for-medium-up,th.hide-for-large,th.hide-for-large-up,th.hide-for-xlarge {
    display: table-cell !important;
}

@media only screen and (min-width: 768px) {
    .show-for-medium,.show-for-medium-up {
        display: inherit !important;
    }

    .show-for-small {
        display: none !important;
    }

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium,.hide-for-medium-up {
        display: none !important;
    }

    table.show-for-medium,table.show-for-medium-up,table.hide-for-small {
        display: table;
    }

    thead.show-for-medium,thead.show-for-medium-up,thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium,tbody.show-for-medium-up,tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium,tr.show-for-medium-up,tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium,td.show-for-medium-up,td.hide-for-small,th.show-for-medium,th.show-for-medium-up,th.hide-for-small {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1280px) {
    .show-for-large,.show-for-large-up {
        display: inherit !important;
    }

    .show-for-medium,.show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium,.hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large,.hide-for-large-up {
        display: none !important;
    }

    table.show-for-large,table.show-for-large-up,table.hide-for-medium,table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large,thead.show-for-large-up,thead.hide-for-medium,thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large,tbody.show-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large,tr.show-for-large-up,tr.hide-for-medium,tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large,td.show-for-large-up,td.hide-for-medium,td.hide-for-medium-down,th.show-for-large,th.show-for-large-up,th.hide-for-medium,th.hide-for-medium-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important;
    }

    .show-for-large,.show-for-large-down {
        display: none !important;
    }

    .hide-for-large,.hide-for-large-down {
        display: inherit !important;
    }

    .hide-for-xlarge {
        display: none !important;
    }

    table.show-for-xlarge,table.hide-for-large,table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge,thead.hide-for-large,thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge,tbody.hide-for-large,tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge,tr.hide-for-large,tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge,td.hide-for-large,td.hide-for-large-down,th.show-for-xlarge,th.hide-for-large,th.hide-for-large-down {
        display: table-cell !important;
    }
}

.show-for-landscape,.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,.show-for-portrait {
    display: none !important;
}

table.hide-for-landscape,table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape,thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape,tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape,tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,.hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,.show-for-portrait {
        display: none !important;
    }

    table.show-for-landscape,table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape,thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape,tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape,tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,.hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,.show-for-landscape {
        display: none !important;
    }

    table.show-for-portrait,table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait,thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait,tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait,tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape {
        display: table-cell !important;
    }
}

.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom: 1;
    }

    [class*="block-grid-"]:before,[class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"]>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1>li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }

    .small-block-grid-2>li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-2>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }

    .small-block-grid-3>li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-3>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }

    .small-block-grid-4>li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-4>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }

    .small-block-grid-5>li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-5>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }

    .small-block-grid-6>li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-6>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }

    .small-block-grid-7>li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-7>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }

    .small-block-grid-8>li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-8>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }

    .small-block-grid-9>li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-9>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }

    .small-block-grid-10>li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-10>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }

    .small-block-grid-11>li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-11>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }

    .small-block-grid-12>li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-12>li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 768px) {
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: none;
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: none;
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: none;
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: none;
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: none;
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: none;
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: none;
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: none;
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: none;
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: none;
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: none;
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: none;
    }

    .large-block-grid-1>li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-1>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }

    .large-block-grid-2>li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-2>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }

    .large-block-grid-3>li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-3>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }

    .large-block-grid-4>li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-4>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }

    .large-block-grid-5>li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-5>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }

    .large-block-grid-6>li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-6>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }

    .large-block-grid-7>li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-7>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }

    .large-block-grid-8>li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-8>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }

    .large-block-grid-9>li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-9>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }

    .large-block-grid-10>li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-10>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }

    .large-block-grid-11>li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-11>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }

    .large-block-grid-12>li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-12>li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

table {
    background: #fff;
    margin-bottom: 1.25em;
    border: solid 1px #ddd;
}

table thead,table tfoot {
    background: #fff;
    font-weight: bold;
}

table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td {
    padding: 0.5em 0.625em 0.625em;
    font-size: 0.875em;
    color: #09c;
    text-align: left;
}

table tr th,table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222;
}

table tr.even,table tr.alt,table tr:nth-of-type(even) {
    background: #f9f9f9;
}

table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td {
    display: table-cell;
    line-height: 1.125em;
}

a {
    color: #cecece;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.no-touch a:hover,a.active {
    color: #20bef1;
}

object {
    max-width: auto;
}

html,body {
    min-height: 100%;
    min-width: 320px;
    height: auto;
    overflow: visible;
}

html,.landing {
    height: 100%;
}

input[type=text]::-ms-clear {
    display: none;
}

.buy-table .row.collapse .column,.buy-table .row.collapse .columns {
    float: none;
}

body {
    
    
    font-family: 'Roboto';
    
   
    color: #646464;
font-size: 21px;
font-weight: 200;
line-height: 1.4;

}

h1,h2,h3,h4 {
    
line-height: 1.3em;
color: #646464;
font-size: 48px;
font-weight: 200;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.nexus-7 h4,.nexus-5 h4 {
    font-size: 1.3em;
    font-weight: 700;
}

.nexus-10 h4 {
    font-weight: 300;
    font-size: 1.6em;
}

p {
    font-size: 17px;
    font-weight:300;
    color: #646464;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.n5-btn,.n7-btn,.n10-btn {
    background-color: #00bff2;
    display: inline-block;
	padding-top: 3px;
    color: #FFF;
    font-weight: 500;
    line-height: 3.125em;
    font-size: 14px;
}

.no-touch .btn:active,.no-touch .n5-btn:active,.no-touch .n7-btn:active,.no-touch .n10-btn:active {
    background-color: #03a9f4;
    color:#fff;
    box-shadow: 2px 5px 10px rgba(0,0,0,.35);
    -moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);

    
}

.no-touch .btn:hover,.no-touch .n5-btn:hover,.no-touch .n7-btn:hover,.no-touch .n10-btn:hover {
    
    color:#fff;

    
}




.outline-btn,.explore-button {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 0.7em 1.5em .7em 1.5em;
    background: url("") no-repeat 0.9em 50%;
    background-size: auto 28%;
    text-transform: uppercase;
    font-family: "Roboto";
    color: #fff;
    text-decoration: none;

font-weight: 500;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;

}



.no-touch .outline-btn:hover,.no-touch .explore-button:hover {
    background-image: url("");
    background-color: rgba(26,28,30,0.7);
    background-image-size: auto 28%;
}

.no-touch .outline-btn:hover span,.no-touch .explore-button:hover span {
    color: #009ede;
}

@media only screen and (min-width: 768px) {
    .outline-btn,.explore-button {
        display: inline-block;
    }
}

.text-btn {
    font-weight: 400;
    line-height: 1em;
}

.text-btn .arrow,.text-btn .arrowComplex {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 14px;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -40px -65px;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    top: 2px;
}

.text-btn .arrowComplex {
    position: absolute;
    top: 18px;
}

.text-btn .retailerCopy {
    display: block;
    margin-left: 20px;
}

.no-touch .text-btn:hover {
    color: #646464;
}

.no-touch .text-btn:hover .arrow,.no-touch .text-btn:hover .arrowComplex {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -14px -65px;
}

@media screen and (max-width: 480px) {
    .text-btn .arrowComplex.n5 {
        top: 17px;
    }
}

.withPosition {
    position: relative;
}

.hamburger {
    width: 45px;
    position: relative;
    overflow: hidden;
}

.hamburger a {
    border-left: none;
}

.hamburger .icon-sprite,.hamburger #close-video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}

@media only screen and (min-width: 768px) {
    .hamburger {
        width: 60px;
    }
}

.btn-buy {
    float: left;
    border: 0 none;
    padding: 0;
    width: 100%;
    height: 46px;
    display: none;
}

.btn-buy a {

height: 46px;
width: 160px;
padding-top: 13px;
margin-top: 10px;
font-size: 15px;


font-size: 14px;
float: right;
margin-right: 1.3em;
background: #20bef1;
/* padding: .9em 1em; */
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);

}
.no-touch .btn-buy a:active {
    box-shadow: 2px 5px 10px rgba(0,0,0,.35);
background-color: #03a9f4;
}

.btn-buy a.disabled {
    border-color: #6a6e71;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
    background-image: -webkit-linear-gradient(top,#6a6e71,#5e6367);
    background-image: -moz-linear-gradient(top,#6a6e71,#5e6367);
    background-image: -ms-linear-gradient(top,#6a6e71,#5e6367);
    background-image: -o-linear-gradient(top,#6a6e71,#5e6367);
    background-image: linear-gradient(top,#6a6e71,#5e6367);
    color: #fff;
}

.btn-buy:hover>a {
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .btn-buy {
        float: right;
        height: inherit;
        width: 150px;
        display: block;
    }
}

.close-interactive {
    position: absolute;
    display: block;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -87px -219px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 52px;
    height: 52px;
}

.no-touch .close-interactive:hover,.no-touch a:hover .close-interactive,.no-touch .block-anchor:hover .close-interactive {
    background-position: -71px -803px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .close-interactive:hover,.no-touch a:hover .close-interactive,.no-touch .block-anchor:hover .close-interactive {
        background-position: -52px -737px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .close-interactive {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -737px;
    }
}

.back-button {
    display: block;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -35px -219px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 52px;
    height: 52px;
}

.no-touch .back-button:hover,.no-touch a:hover .back-button,.no-touch .block-anchor:hover .back-button {
    background-position: -76px -751px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .back-button:hover,.no-touch a:hover .back-button,.no-touch .block-anchor:hover .back-button {
        background-position: -78px -189px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .back-button {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -104px -189px;
    }
}

.play-pause {
    height: 40px;
    width: 45px;
    position: absolute;
    z-index: 999;
    bottom: 3px;
    left: 3px;
    cursor: pointer;
}

.is-not-playing {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -189px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 30px;
    height: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .is-not-playing {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -78px -215px;
    }
}

.is-playing {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -30px -189px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 30px;
    height: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .is-playing {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -108px -215px;
    }
}

#retailer-tray li.retailer-button.small {
    background-size: 83%;
}

.block-anchor {
    display: block;
}

.no-touch .block-anchor:hover {
    color: white;
    
}

.no-touch .block-anchor:hover h1,.no-touch .block-anchor:hover h2,.no-touch .block-anchor:hover h3,.no-touch .block-anchor:hover h4,.no-touch .block-anchor:hover h5,.no-touch .block-anchor:hover h6,.no-touch .block-anchor:hover span,.no-touch .block-anchor:hover a {
    color: white;
}

.next-section-button,.no-js .next-section-button,.prev-section-button,.no-js .prev-section-button {
    display: none;
    cursor: pointer;
    cursor: hand;
}

@media only screen and (min-width: 481px) {
    .next-section-button,.prev-section-button {
        
        background-image: url("../../images/nexus-7-new/btn_next_desktop.png");
        display: block;
        position: fixed;
        left: auto;
        right: 25px;
        bottom: 25px;
        width: 52px;
        height: 52px;
        margin-left: -26px;
        z-index: 9999;
        background-color: #fff;
box-shadow: 0 3px 6px rgba(0,0,0,.2);
border-radius: 50%;
-moz-transition-property: opacity,-moz-transform,bottom,background,box-shadow;
-o-transition-property: opacity,-o-transform,bottom,background,box-shadow;
-webkit-transition-property: opacity,-webkit-transform,bottom,background,box-shadow;
transition-property: opacity,transform,bottom,background,box-shadow;
-moz-transition-duration: .5s,1s,1s,.25s,.25s;
-o-transition-duration: .5s,1s,1s,.25s,.25s;
-webkit-transition-duration: .5s,1s,1s,.25s,.25s;
transition-duration: .5s,1s,1s,.25s,.25s;
-moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
    }

    .next-section-button:active,.prev-section-button:active {
    background: #f2f2f2;
box-shadow: 0 7px 15px rgba(0,0,0,.35);
        background-image: url("../../images/nexus-7-new/btn_next_desktop.png");
        -moz-transition-property: opacity,-moz-transform,bottom,background,box-shadow;
-o-transition-property: opacity,-o-transform,bottom,background,box-shadow;
-webkit-transition-property: opacity,-webkit-transform,bottom,background,box-shadow;
transition-property: opacity,transform,bottom,background,box-shadow;
-moz-transition-duration: .5s,1s,1s,.25s,.25s;
-o-transition-duration: .5s,1s,1s,.25s,.25s;
-webkit-transition-duration: .5s,1s,1s,.25s,.25s;
transition-duration: .5s,1s,1s,.25s,.25s;
-moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);
transition-timing-function: ease-in-out,ease-in-out,ease-in-out,cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1);

    }

    .next-section-button.top {
        bottom: auto;
        top: 50px;
    }

    .prev-section-button {
        background-image: url("../../images/nexus-7-new/btn_prev_desktop.gif");
        bottom: 25px;
    }

    .next-section-button.white {
        background-image: url("../../images/nexus-7-new/btn_next_desktop_white.png");
        bottom: 25px;
    }
}

.buy-option {
    list-style: none;
    text-align: left;
    padding-top: 1.2em;
    display: inline-block;
    border-bottom: 1px solid #e1e4e6;
}

.buy-option .product-partner-mobile {
    width: 100%;
    height: 0;
    padding-bottom: 12%;
    display: block;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto 97%;
    margin-bottom: 2em;
}

.buy-option .product-partner-desktop {
    display: none;
}

.buy-option .buy-column {
    text-align: left;
}

.buy-option .product-storage {
    font-size: 2.5em;
    color: #646464;
    line-height: 1em;
    margin: 0;
}

.buy-option .product-storage sup {
    background: inherit;
    font-size: 50%;
    top: -0.7em;
}

.buy-option .product-wifi-feature {
    font-size: 0.75em;
    font-weight: 500;
    color: #898d99;
}

.buy-option .product-partner {
    display: block;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.buy-option .product-price {
    color: #00b3e4;
    font-weight: 200;
    font-size: 1.8em;
    line-height: 0.8em;
    margin-top: 0.8em;
}

.buy-option .btn,.buy-option .n7-btn {
    padding: 0;
    width: 100%;
    text-align: center;
}

.buy-option .play-store {
    margin-top: .5em;
    font-size: 1em;
    font-weight: 100;
    color: #898d99;
    text-align: center;
}

.buy-option:last-of-type {
    border: none;
}

@media only screen and (min-width: 769px) {
    .buy-option {
        border: none;
        padding: 1em 0;
    }

    .buy-option .product-partner-mobile {
        display: none;
    }

    .buy-option .product-partner-desktop {
        display: block;
        height: 3em;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .buy-option .buy-column {
        width: 100%;
        display: block;
        text-align: center;
    }

    .buy-option .product-storage {
        font-size: 2.5em;
        background: -webkit-linear-gradient(#767676, #363636);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1em;
        margin: 0;
    }

    .buy-option .product-wifi-feature {
        font-size: .8em;
        font-weight: 500;
        color: #898d99;
    }

    .buy-option .product-price {
        color: #00b3e4;
        font-weight: 200;
        font-size: 1.8em;
        line-height: 0.8em;
        margin-top: 0.8em;
    }

    .buy-option .buy-btn,.buy-option .buy-btn-no-retailers {
        margin: 0 auto;
        display: block;
        max-width: 135px;
    }

    .buy-option .retailer-btn {
        display: none;
    }

    .buy-option .play-store {
        margin-top: 0;
        font-size: .8em;
        font-weight: 100;
        color: #898d99;
    }

    .buy-option:last-child {
        margin: 0;
        border-bottom: 0;
    }
}

.carousel img {
    position: absolute;
    top: 0;
    display: none;
}

.carousel img:first-child {
    display: block;
}

.carousel.active img {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.carousel.active img.selected {
    opacity: 1;
}

.carousel-container {
    width: 100%;
}

.carousel-pagination {
    width: 100%;
    margin-top: 2.5em;
    text-align: center;
}

.carousel-pagination-btn {
    width: 50px;
    height: 10px;
    display: inline-block;
    background-color: #cecece;
    margin-right: 6px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.carousel-pagination-btn.selected {
    background-color: #3b3b47;
}

#close-video {
    color: #e1e4e6;
    cursor: pointer;
    display: none;
    font-size: 3em;
    height: 35px;
    width: 35px;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 10000;
}

.no-touch #close-video:hover {
    color: #00b3e4;
}

#close-video.n7-close-video {
    top: 75px;
    right: 16px;
}

.comparison-table {
    text-align: center;
}

.comparison-table .comparison-chart {
    margin: 0 40px;
    min-width: 220px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.comparison-table .comparison-chart .comparison-feature {
    min-height: 7em;
}

.comparison-table .comparison-chart .comparison-feature h3 {
    color: #9ba7aa;
    background: #eee;
    font-size: 0.6em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 4px 1px 4px;
}

.comparison-table .comparison-chart .comparison-feature h4 {
    margin: 5px 0;
    font-weight: normal;
    font-size: 1.2em;
}

.comparison-table .comparison-chart .comparison-feature p {
    margin: 5px 0;
    font-size: 0.9em;
}

.dropdown {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    padding: 0;
}

.dropdown>a {
    display: block;
    position: relative;
    z-index: 2;
    background: #fbfbfb;
}

.no-touch .dropdown>a:hover {
    background: #5b6064;
}

.dropdown>a>.indicator {
    font-size: 2.6em;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 20px;
}

.dropdown.product-list {
    width: 89px;
}

.dropdown.product-list .nexus-title {
    display: block;
}

.dropdown.product-list a,.dropdown.product-list .nexus-title {
    text-align: center;
    font-family: Helvetica;
    padding-top: 14px;
}

.touch .dropdown.product-list a,.touch .dropdown.product-list .nexus-title {
    padding-top: 13px;
}

.dropdown.features {
    float: right;
    border-right: none;
    border-left: 1px solid #e1e4e6;
    width: 51px;
}

.dropdown.features a {
    line-height: 3.867;
}

.dropdown.features>a {
    font-size:13px;
font-weight: 400;
padding: 9px 15px;
color:#444;
}

.dropdown.features span.ng-binding {
    display: none;
}

.dropdown.features span.down {
    position: absolute;
    margin: -7px 0 0 -7px;
    left: 50%;
    top: 50%;
}

.nexus-logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: -9999px;
}

.nexus-logo.nexus {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -85px -13px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 52px;
    height: 11px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .nexus-logo.nexus {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -86px -25px;
    }
}

.nexus-logo.nexus4 {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -83px 0;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 57px;
    height: 10px;
}

.no-touch .nexus-logo.nexus4:hover,.no-touch a:hover .nexus-logo.nexus4,.no-touch .block-anchor:hover .nexus-logo.nexus4 {
    background-position: -12px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus4:hover,.no-touch a:hover .nexus-logo.nexus4,.no-touch .block-anchor:hover .nexus-logo.nexus4 {
        background-position: -83px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .nexus-logo.nexus4 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -12px 0;
    }
}

.nexus-logo.nexus7 {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -14px -39px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 60px;
    height: 11px;
}

.no-touch .nexus-logo.nexus7:hover,.no-touch a:hover .nexus-logo.nexus7,.no-touch .block-anchor:hover .nexus-logo.nexus7 {
    background-position: -24px -25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus7:hover,.no-touch a:hover .nexus-logo.nexus7,.no-touch .block-anchor:hover .nexus-logo.nexus7 {
        background-position: -61px -52px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .nexus-logo.nexus7 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -26px -25px;
    }
}

.nexus-logo.nexus5 {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -84px -25px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 60px;
    height: 11px;
}

.no-touch .nexus-logo.nexus5:hover,.no-touch a:hover .nexus-logo.nexus5,.no-touch .block-anchor:hover .nexus-logo.nexus5 {
    background-position: -61px -52px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus5:hover,.no-touch a:hover .nexus-logo.nexus5,.no-touch .block-anchor:hover .nexus-logo.nexus5 {
        background-position: -85px -13px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .nexus-logo.nexus5 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -14px -38px;
    }
}

.nexus-logo.nexus10 {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -52px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 61px;
    height: 10px;
    margin-top: 5px;
}

.no-touch .nexus-logo.nexus10:hover,.no-touch a:hover .nexus-logo.nexus10,.no-touch .block-anchor:hover .nexus-logo.nexus10 {
    background-position: -24px -13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus10:hover,.no-touch a:hover .nexus-logo.nexus10,.no-touch .block-anchor:hover .nexus-logo.nexus10 {
        background-position: -24px -13px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .nexus-logo.nexus10 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -52px;
    }
}

.dropdown-list .nexus10 {
    margin-top: 0;
}

.no-js .dropdown {
    display: none;
}

.js .dropdown.invisible {
    visibility: visible !important;
}

.js .dropdown.invisible ul {
    visibility: hidden;
}

.js .dropdown.invisible.features>a span {
    visibility: hidden;
}

ul.dropdown-list {
    font-size: 13px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: #fbfbfb;
    position: absolute;
    top: 47px;
    left: -1px;
    width: 100%;
    z-index: -1;
    border-left: 1px solid #e1e4e6;
    border-right: 1px solid #e1e4e6;
    font-weight:400;
    color:#444;
}

ul.dropdown-list li {
    height: 47px;
    border-top: 1px solid #e1e4e6;
}

ul#feature-list {
    top: 0;
}

ul#feature-list a {
    font-size: 0.875rem;
    text-align: center;
    color: #5b6064;
    height: 100%;
    
}

.no-touch ul#feature-list a:hover {
    color: white;
}

#mobile-features-container {
    position: fixed;
    top: 47px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
}

ul#feature-list a {
    padding-top: 0px;
}

ul#feature-list {
    top: 47px;
}

.nexus-logo.nexus5 {
    width: 55px;
}

@media only screen and (min-width: 481px) {
    .dropdown.product-list a,.dropdown.product-list .nexus-title {
        padding-top: 11px;
    }

    .dropdown.product-list span.nexus-title {
        padding-top: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown {
        position: relative;
    }

    .dropdown.product-list {
        width: 111px;
    }

    .dropdown.product-list a {
        padding-top: 24px;
        line-height: 10px;
    }

    .dropdown.features {
        float: left;
        min-width: 209px;
        width: auto;
        border-left: none;
        border-right: 1px solid #e1e4e6;
    }

    .dropdown.features span.ng-binding {
        display: inline;
    }

    .dropdown.features span.down {
        position: relative;
        margin: 0 0 0 12px;
        top: 0;
        left: 0;
    }

    ul.dropdown-list {
        top: 60px;
    }

    ul.dropdown-list li {
        height: 60px;
    }

    ul#feature-list {
        top: 60px;
        padding-top: 7px;
        border-bottom: 1px solid #e1e4e6;
    }

    ul#feature-list a {
        font-size: inherit;
        padding-top: 4px;
    }

    .nexus-logo.nexus {
        background-image: url('images/icons/normal-sde58c5107b.png');
        background-position: -74px -39px;
        background-repeat: no-repeat;
        background-size: 144px auto;
        width: 65px;
        height: 13px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .nexus-logo.nexus {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -76px -66px;
    }
}

@media only screen and (min-width: 768px) {
    .nexus-logo.nexus4 {
        background-image: url('images/icons/normal-sde58c5107b.png');
        background-position: -62px -79px;
        background-repeat: no-repeat;
        background-size: 144px auto;
        width: 71px;
        height: 12px;
    }

    .no-touch .nexus-logo.nexus4:hover,.no-touch a:hover .nexus-logo.nexus4,.no-touch .block-anchor:hover .nexus-logo.nexus4 {
        background-position: 0 -803px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus4:hover,.no-touch a:hover .nexus-logo.nexus4,.no-touch .block-anchor:hover .nexus-logo.nexus4 {
        background-position: -71px -245px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .nexus-logo.nexus4 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -245px;
    }
}

@media only screen and (min-width: 768px) {
    .nexus-logo.nexus7 {
        background-image: url('images/icons/normal-sde58c5107b.png');
        background-position: -48px -99px;
        background-repeat: no-repeat;
        background-size: 144px auto;
        width: 75px;
        height: 13px;
    }

    .no-touch .nexus-logo.nexus7:hover,.no-touch a:hover .nexus-logo.nexus7,.no-touch .block-anchor:hover .nexus-logo.nexus7 {
        background-position: -58px -147px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus7:hover,.no-touch a:hover .nexus-logo.nexus7,.no-touch .block-anchor:hover .nexus-logo.nexus7 {
        background-position: 0 -168px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .nexus-logo.nexus7 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -147px;
    }
}

@media only screen and (min-width: 768px) {
    .nexus-logo.nexus5 {
        background-image: url('images/icons/normal-sde58c5107b.png');
        background-position: -58px -168px;
        background-repeat: no-repeat;
        background-size: 144px auto;
        width: 78px;
        height: 14px;
    }

    .no-touch .nexus-logo.nexus5:hover,.no-touch a:hover .nexus-logo.nexus5,.no-touch .block-anchor:hover .nexus-logo.nexus5 {
        background-position: -60px -189px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus5:hover,.no-touch a:hover .nexus-logo.nexus5,.no-touch .block-anchor:hover .nexus-logo.nexus5 {
        background-position: 0 -215px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .nexus-logo.nexus5 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -189px;
    }
}

@media only screen and (min-width: 768px) {
    .nexus-logo.nexus10 {
        background-image: url('images/icons/normal-sde58c5107b.png');
        background-position: 0 -751px;
        background-repeat: no-repeat;
        background-size: 144px auto;
        width: 76px;
        height: 12px;
    }

    .no-touch .nexus-logo.nexus10:hover,.no-touch a:hover .nexus-logo.nexus10,.no-touch .block-anchor:hover .nexus-logo.nexus10 {
        background-position: -66px -65px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .no-touch .nexus-logo.nexus10:hover,.no-touch a:hover .nexus-logo.nexus10,.no-touch .block-anchor:hover .nexus-logo.nexus10 {
        background-position: 0 -79px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .nexus-logo.nexus10 {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -66px;
    }
}

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .nexus-logo.nexus5 {
        position: relative;
        top: 4px;
    }
}

.group:before,.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.hero {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.hero h1,.hero h2 {
    color: #00b3e4;
}

.hero h2.n7-gray {
    margin-top: 0;
    color: #5b6064;
}

.hero.hero-landing {
    height: 100%;
    width: 100%;
}

.hero.hero-landing h1 {
    margin: 1.4em 0 .2em 0;
    font-weight: 200;
    font-size: 38px;
    line-height: 38px;
    color: #fff;
}

.hero.hero-landing p {
    width: 90%;
    margin: 1.25em 0;
    font-weight: 200;
    font-size: 24px;
    line-height: 24px;
}

.hero.hero-landing .hero-copy {
    color: white;
    text-align: left;
    position: relative;
    margin: auto;
    width: 320px;
    padding: 0 10px;
}

.hero.hero-landing .hero-copy a,.hero.hero-landing .hero-copy h1,.hero.hero-landing .hero-copy h2 {
    color: white;
}

.hero.hero-landing .hero-copy #watch-button {
    margin-top: 0.5em;
    display: none;
    float: left;
}

.hero.hero-landing .hero-copy #watch-button .watch-button-text-template {
    display: none;
}

.hero.hero-landing .hero-copy #watch-button:hover {
    background-color: rgba(26,28,30,0.7);
}

.hero.hero-landing .hero-copy #explore-button {
    color: #00b3e4;
}

.hero.hero-landing #click-through {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hero.hero-landing .row .columns {
    text-align: center;
    color: #fff;
}

.hero.hero-landing h1,.hero.hero-landing p,.hero.hero-landing a {
}

.hero#hero-buy {
    padding: 4.375em 0;
}

.hero#hero-buy h2,.hero#hero-buy h3 {
    text-align: center;
    margin: 0;
}

.hero#hero-buy h3 {
    margin: 10px 0 40px 0;
}

.hero#hero-buy .content {
    float: right;
}

.hero#hero-buy img {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 481px) {
    .hero.hero-landing .hero-copy {
        margin: 100px 0 0 50px;
        width: 100%;
    }

    .hero.hero-landing h1 {
        font-size: 46px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 769px) {
    .hero.hero-landing h1 {
        font-size: 72px;
        line-height: 72px;
    }
}

@media screen and (min-width: 300px) and (max-width: 640px) {
    .hero.hero-landing .hero-copy {
        max-width: 250px;
    }
}

.lt-ie9 .row {
    width: 940px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.lt-ie9 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.lt-ie9 .row.large-collapse .column,.lt-ie9 .row.large-collapse .columns {
    padding: 0;
}

.lt-ie9 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.lt-ie9 .row .row.large-collapse {
    margin: 0;
}

.lt-ie9 .column,.columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

.lt-ie9 .column.large-centered,.columns.large-centered {
    float: none;
    margin: 0 auto;
}

.lt-ie9 [class*="column"]+[class*="column"]:last-child {
    float: right;
}

.lt-ie9 [class*="column"]+[class*="column"].end {
    float: left;
}

.lt-ie9 .large-1,.lt-ie9 .row .large-1 {
    width: 8.33333%;
}

.lt-ie9 .large-2,.lt-ie9 .row .large-2 {
    width: 16.66667%;
}

.lt-ie9 .large-3,.lt-ie9 .row .large-3 {
    width: 25%;
}

.lt-ie9 .large-4,.lt-ie9 .row .large-4 {
    width: 33.33333%;
}

.lt-ie9 .large-5,.lt-ie9 .row .large-5 {
    width: 41.66667%;
}

.lt-ie9 .large-6,.lt-ie9 .row .large-6 {
    width: 50%;
}

.lt-ie9 .large-7,.lt-ie9 .row .large-7 {
    width: 58.33333%;
}

.lt-ie9 .large-8,.lt-ie9 .row .large-8 {
    width: 66.66667%;
}

.lt-ie9 .large-9,.lt-ie9 .row .large-9 {
    width: 75%;
}

.lt-ie9 .large-10,.lt-ie9 .row .large-10 {
    width: 83.33333%;
}

.lt-ie9 .large-11,.lt-ie9 .row .large-11 {
    width: 91.66667%;
}

.lt-ie9 .large-12,.lt-ie9 .row .large-12 {
    width: 100%;
}

.lt-ie9 .row .large-offset-1 {
    margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2 {
    margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3 {
    margin-left: 25%;
}

.lt-ie9 .row .large-offset-4 {
    margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5 {
    margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6 {
    margin-left: 50%;
}

.lt-ie9 .row .large-offset-7 {
    margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8 {
    margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9 {
    margin-left: 75%;
}

.lt-ie9 .row .large-offset-10 {
    margin-left: 83.33333%;
}

.lt-ie9 .pull-2 {
    right: 16.66667%;
}

.lt-ie9 .pull-3 {
    right: 25%;
}

.lt-ie9 .pull-4 {
    right: 33.33333%;
}

.lt-ie9 .pull-5 {
    right: 41.66667%;
}

.lt-ie9 .pull-6 {
    right: 50%;
}

.lt-ie9 .pull-7 {
    right: 58.33333%;
}

.lt-ie9 .pull-8 {
    right: 66.66667%;
}

.lt-ie9 .pull-9 {
    right: 75%;
}

.lt-ie9 .pull-10 {
    right: 83.33333%;
}

.lt-ie9 .push-2 {
    left: 16.66667%;
}

.lt-ie9 .push-3 {
    left: 25%;
}

.lt-ie9 .push-4 {
    left: 33.33333%;
}

.lt-ie9 .push-5 {
    left: 41.66667%;
}

.lt-ie9 .push-6 {
    left: 50%;
}

.lt-ie9 .push-7 {
    left: 58.33333%;
}

.lt-ie9 .push-8 {
    left: 66.66667%;
}

.lt-ie9 .push-9 {
    left: 75%;
}

.lt-ie9 .push-10 {
    left: 83.33333%;
}

.lt-ie9 .row {
    *zoom: 1;
}

.lt-ie9 .row:before,.row:after {
    content: " ";
    display: table;
}

.lt-ie9 .row:after {
    clear: both;
}

.interactive-template {
    position: absolute;
    width: 100%;
    height: 100%;
}

.interactive-template .social-widget {
    position: absolute;
    z-index: 45;
    bottom: 29px;
    left: 30px;
    opacity: 0;
    padding-bottom: 10px;
}

.interactive-template .item-menu {
    z-index: 45;
    padding-left: 30px;
    position: absolute;
    width: 100%;
    height: 29px;
    background: #000;
    bottom: 0;
    left: 0;
}

.interactive-template .item-menu a {
    display: inline-block;
    line-height: 2.072;
    text-transform: uppercase;
}

.interactive-template .item-menu .menu-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-shadow: rgba(0,0,0,0.22) 1px 1px 0;
    color: #fff;
    display: inline-block;
    position: relative;
    height: 29px;
}

.interactive-template .item-menu .menu-button:hover {
    color: #069ddc;
}

.interactive-template .item-menu .menu-button span.icon {
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}

.interactive-template .item-menu .menu-button.share {
    padding-left: 19px;
}

.interactive-template .item-menu .menu-button.share span.icon {
    top: 8.5px;
    width: 12px;
    height: 12px;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -12px -13px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 12px;
    height: 12px;
}

.no-touch .interactive-template .item-menu .menu-button.share span.icon:hover,.no-touch a:hover .interactive-template .item-menu .menu-button.share span.icon,.no-touch .block-anchor:hover .interactive-template .item-menu .menu-button.share span.icon {
    background-position: 0 -25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .interactive-template .item-menu .menu-button.share span.icon:hover,.no-touch a:hover .interactive-template .item-menu .menu-button.share span.icon,.no-touch .block-anchor:hover .interactive-template .item-menu .menu-button.share span.icon {
        background-position: 0 -25px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .interactive-template .item-menu .menu-button.share span.icon {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -12px -13px;
    }
}

.no-touch .interactive-template .item-menu .menu-button.share:hover span.icon {
    background-position: 0 -25px;
}

.interactive-template .item-menu .menu-button.download {
    padding-left: 19px;
}

.interactive-template .item-menu .menu-button.download span.icon {
    top: 9px;
    width: 12px;
    height: 11px;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -13px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 12px;
    height: 11px;
}

.no-touch .interactive-template .item-menu .menu-button.download span.icon:hover,.no-touch a:hover .interactive-template .item-menu .menu-button.download span.icon,.no-touch .block-anchor:hover .interactive-template .item-menu .menu-button.download span.icon {
    background-position: 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .interactive-template .item-menu .menu-button.download span.icon:hover,.no-touch a:hover .interactive-template .item-menu .menu-button.download span.icon,.no-touch .block-anchor:hover .interactive-template .item-menu .menu-button.download span.icon {
        background-position: 0 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .interactive-template .item-menu .menu-button.download span.icon {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -13px;
    }
}

.no-touch .interactive-template .item-menu .menu-button.download:hover span.icon {
    background-position: 0 0;
}

.interactive-template .item-menu .menu-button.view {
    padding-left: 18px;
}

.interactive-template .item-menu .menu-button.view span.icon {
    top: 7px;
    width: 15px;
    height: 15px;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -27px -79px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 15px;
    height: 15px;
}

.no-touch .interactive-template .item-menu .menu-button.view span.icon:hover,.no-touch a:hover .interactive-template .item-menu .menu-button.view span.icon,.no-touch .block-anchor:hover .interactive-template .item-menu .menu-button.view span.icon {
    background-position: -12px -79px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .interactive-template .item-menu .menu-button.view span.icon:hover,.no-touch a:hover .interactive-template .item-menu .menu-button.view span.icon,.no-touch .block-anchor:hover .interactive-template .item-menu .menu-button.view span.icon {
        background-position: -88px -79px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .interactive-template .item-menu .menu-button.view span.icon {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -103px -79px;
    }
}

.no-touch .interactive-template .item-menu .menu-button.view:hover span.icon {
    background-position: -12px -79px;
}

.video .iframe {
    min-width: 100%;
    display: inline-block;
}

.video-bar {
    height: 39px;
    position: relative;
    bottom: 41px;
    margin: 0 auto;
    z-index: 999;
    width: 90%;
    left: 50px;
    margin: 0 auto;
    cursor: pointer;
}

.video-bar .video-progress {
    height: 40px;
    width: 0%;
    background: rgba(255,255,255,0.2);
    position: relative;
    top: 0px;
    max-width: 100%;
    -webkit-transition: width 0.1s linear;
    -moz-transition: width 0.1s linear;
    -ms-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    transition: width 0.1s linear;
    cursor: pointer;
}

@media only screen and (min-width: 481px) {
    .video-bar {
        width: 75%;
    }
}

@media only screen and (min-width: 769px) {
    .video-bar {
        width: 85%;
    }
}

@media only screen and (min-width: 1201px) {
    .video-bar {
        width: 89%;
    }
}

@media only screen and (min-width: 2400px) {
    .video-bar {
        width: 92%;
    }
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 180px;
}

.category {
    background-color: white;
    position: relative;
    padding: 14px 0;
}

.category a {
    display: block;
    color: #5b6064;
    padding: 0 20px;
}

.category a h3 {
    color: #00b3e4;
}

.no-touch .category:hover h3 {
    color: white !important;
}

.no-touch .category:hover a {
    border-color: transparent;
}

.category:first-child {
    text-align: right;
}

.category:first-child a {
    border-right: 1px solid #e1e4e6;
}

.category .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.category .icon-sprite,.category #close-video {
    width: 144px;
    height: 144px;
    display: inline-block;
}

.category .details {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.category .details h3 {
    margin: 0;
    margin-top: -5px;
    font-size: 2.4em;
}

.category .details p {
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
}

@media all and (max-width: 479px) {
    .category .icon-wrapper {
        width: auto;
    }
}

#country-selector {
    float: right;
    margin-right: 0;
}

.no-touch #country-selector:hover {
    cursor: pointer;
}

#country-selector-small {
    display: none;
    float: right;
    margin: 0 0.625em 1.25em 0;
}

#country-flyout {
    background: #fff;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCECE;
    bottom: 70px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    display: none;
    font-size: 0.8125em;
    position: fixed;
    right: 0;
    width: 442px;
    margin-bottom: -1px;
    padding: 25px 30px;
    position: fixed;
    z-index: 10005;
}

#country-flyout ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#country-flyout li {
    display: block;
    float: left;
    line-height: 30px;
    width: 190px;
}

#country-flyout .flag {
    margin: -1px 7px 0 0;
}

#country-flyout h2 {
    color: #5b6064;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 24px 0;
}

#country-flyout.active {
    display: block;
}

#country-toggle {
    display: inline-block;
    padding-right: 40px;
    position: relative;
}

#country-toggle .flag {
    margin-right: 10px;
}

#country-toggle .icon-downarrow:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 3.4375em;
}

.no-touch #country-toggle#country-selector:hover {
    color: #20bef1;
}

.no-js .fly-out {
    display: none;
}

.flag {
    width: 16px;
    height: 11px;
    display: inline-block;
    background: #ccc url("../../images/icons-flags.png") no-repeat;
    vertical-align: middle;
}

.flag.flag-ae {
    background-position: -16px 0;
}

.flag.flag-at {
    background-position: -32px 0;
}

.flag.flag-au {
    background-position: -48px 0;
}

.flag.flag-be {
    background-position: -64px 0;
}

.flag.flag-bg {
    background-position: -80px 0;
}

.flag.flag-bh {
    background-position: -96px 0;
}

.flag.flag-br {
    background-position: -112px 0;
}

.flag.flag-ca {
    background-position: 0 -11px;
}

.flag.flag-ch {
    background-position: -16px -11px;
}

.flag.flag-cz {
    background-position: -32px -11px;
}

.flag.flag-de {
    background-position: -48px -11px;
}

.flag.flag-dk {
    background-position: -64px -11px;
}

.flag.flag-ee {
    background-position: -80px -11px;
}

.flag.flag-eg {
    background-position: -96px -11px;
}

.flag.flag-es {
    background-position: -112px -11px;
}

.flag.flag-fi {
    background-position: 0 -22px;
}

.flag.flag-fr {
    background-position: -16px -22px;
}

.flag.flag-gr {
    background-position: -48px -22px;
}

.flag.flag-hk {
    background-position: -64px -22px;
}

.flag.flag-hr {
    background-position: -80px -22px;
}

.flag.flag-hu {
    background-position: -96px -22px;
}

.flag.flag-id {
    background-position: -112px -22px;
}

.flag.flag-ie {
    background-position: 0 -33px;
}

.flag.flag-il {
    background-position: -16px -33px;
}

.flag.flag-in {
    background-position: -32px -33px;
}

.flag.flag-is {
    background-position: -48px -33px;
}

.flag.flag-it {
    background-position: -64px -33px;
}

.flag.flag-jp {
    background-position: -80px -33px;
}

.flag.flag-kr {
    background-position: -96px -33px;
}

.flag.flag-kw {
    background-position: -112px -33px;
}

.flag.flag-lt {
    background-position: 0 -44px;
}

.flag.flag-lu {
    background-position: -16px -44px;
}

.flag.flag-lv {
    background-position: -32px -44px;
}

.flag.flag-mx {
    background-position: -48px -44px;
}

.flag.flag-my {
    background-position: -64px -44px;
}

.flag.flag-nl {
    background-position: -80px -44px;
}

.flag.flag-no {
    background-position: -96px -44px;
}

.flag.flag-om {
    background-position: -112px -44px;
}

.flag.flag-ph {
    background-position: 0 -55px;
}

.flag.flag-pl {
    background-position: -16px -55px;
}

.flag.flag-pt {
    background-position: -32px -55px;
}

.flag.flag-qa {
    background-position: -48px -55px;
}

.flag.flag-ro {
    background-position: -64px -55px;
}

.flag.flag-rs {
    background-position: -80px -55px;
}

.flag.flag-ru {
    background-position: -96px -55px;
}

.flag.flag-sa {
    background-position: -112px -55px;
}

.flag.flag-se {
    background-position: 0 -66px;
}

.flag.flag-sg {
    background-position: -16px -66px;
}

.flag.flag-si {
    background-position: -32px -66px;
}

.flag.flag-sk {
    background-position: -48px -66px;
}

.flag.flag-th {
    background-position: -64px -66px;
}

.flag.flag-tr {
    background-position: -80px -66px;
}

.flag.flag-tw {
    background-position: -96px -66px;
}

.flag.flag-ua {
    background-position: -112px -66px;
}

.flag.flag-uk {
    background-position: -32px -22px;
}

.flag.flag-us {
    background-position: 0 -77px;
}

.flag.flag-vn {
    background-position: -16px -77px;
}

@media all and (max-width: 479px) {
    #country-selector {
        display: none;
    }

    #country-selector-small {
        display: block;
    }
}

.logo {
    background-image: url("../../images/t-logo.png");
    background-size: 58px 20px;
    background-repeat: no-repeat;
    background-position: center 16px;
    padding: 0;
    width: 92px;
    background-color: white;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .logo {
        background-image: url("../../images/t-logo-2x.png");
        background-size: 58px 20px;
    }
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .logo {
        width: 118px;
        background-size: 74px 25px;
        background-position: center 20px;
    }
}

.moment-stack {
    width: 100%;
    height: 180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.nexus-5 .moment-stack {
    height: 250px;
}

.moment-caption {
    position: absolute;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.moment-caption h3 {
    margin: 0;
}

.moment-caption em {
    display: block;
    font-size: 38px;
    line-height: 0.9em;
    font-style: normal;
}

.moment-caption>.moment-caption-large {
    margin-top: 9px;
    line-height: 90px;
    font-size: 100px;
    font-weight: 100;
}

.nexus-5 .entertainment-parallax .moment-caption,.nexus-5 .photography-parallax .moment-caption,.nexus-5 .android-parallax .moment-caption {
    text-align: right;
}

.nexus-5 .tech-spec-parallax .moment-caption {
    text-align: left;
}

.explore-button {
    position: absolute;
    display: none;
}

.no-js .explore-button,.no-parallax .explore-button {
    display: none !important;
}

@media only screen and (min-width: 481px) {
    .moment-stack,.nexus-5 .moment-stack {
        height: 400px;
    }

    .moment-caption {
        font-size: 24px;
        line-height: 1em;
    }

    .moment-caption em {
        display: block;
        font-size: 56px;
        line-height: 0.9em;
        font-style: normal;
    }
}

@media only screen and (min-width: 769px) {
    .moment-stack {
        height: 500px;
    }

    .moment-caption {
        font-size: 40px;
        line-height: 1em;
        color: #ffffff;
    }

    .moment-caption em {
        display: block;
        font-size: 80px;
        line-height: 0.9em;
        font-style: normal;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .moment-stack,.no-parallax .moment-stack {
        background-size: auto !important;
    }

    .moment-stack,.nexus-5 .moment-stack {
        height: 500px;
    }

    .moment-caption {
        font-size: 44px;
        line-height: 1em;
        color: #ffffff;
    }

    .moment-caption em {
        display: block;
        font-size: 100px;
        line-height: 0.9em;
        font-style: normal;
    }

    .nexus-5 .photography-parallax .moment-caption,.nexus-5 .entertainment-parallax .moment-caption,.nexus-5 .android-parallax .moment-caption {
        font-size: 57px;
        font-weight:200;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }
}

@media only screen and (min-width: 2400px) {
    .no-js .moment-stack,.no-js .nexus-5 .moment-stack,.no-parallax .moment-stack,.no-parallax .nexus-5 .moment-stack {
        min-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .moment-stack .moment-caption {
        padding-top: 40px;
    }

    .nexus-5 .moment-stack .moment-caption {
        padding-top: 0px;
    }
}

.footer-content.footer-join #newsletter-form input[type="text"],.footer-content.footer-join #newsletter-form input[type="email"],.footer-content.footer-join #newsletter-form button {
    height: 37px;
    padding: 6px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 14px;
}

.footer-content.footer-join #newsletter-form input[type="text"],.footer-content.footer-join #newsletter-form input[type="email"] {
    color: #646464;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.footer-content.footer-join #newsletter-form input[type="text"].join-to-button,.footer-content.footer-join #newsletter-form input[type="email"].join-to-button {
    border-right: none;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

.footer-content.footer-join #newsletter-form button {
    color: #00b3e4;
    text-align: left;
    padding-left: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.footer-content.footer-join #newsletter-form button.join-to-input {
    border-left: none;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

.footer-content.footer-join #newsletter-form button.join-to-input:before {
    content: '';
    height: 29px;
    border-left: 1px solid #ccc;
    position: absolute;
    margin-top: -7px;
}

.footer-content.footer-join #newsletter-form button .button-wrap {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.footer-content.footer-join #newsletter-form button .arrow,.footer-content.footer-join #newsletter-form button .text-btn .arrowComplex,.text-btn .footer-content.footer-join #newsletter-form button .arrowComplex {
    display: inline-block;
    height: 13px;
    width: 14px;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -40px -65px;
    background-repeat: no-repeat;
    margin: 0 5px;
}

.parallax-parent,.parallax-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.parallax-container {
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.parallax-container .parallax-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.parallax-container .debug-close {
    position: fixed;
}

.parallax-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
}

.interactive-image {
    position: absolute;
    min-width: 0;
    max-width: none;
    background-size: contain;
}

.interactive-background-cover {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 481px) {
    .parallax-image,.interactive-image {
        height: 573px;
    }
}

@media only screen and (min-width: 769px) {
    .parallax-image,.interactive-image {
        height: 800px;
    }
}

@media only screen and (min-width: 1201px) {
    .parallax-image,.interactive-image {
        height: 1600px;
    }
}

.product-page h2.white {
    color: #fff;
    line-height: 1.1em;
}

.product-page .nexus-4-product-shot,.product-page .nexus-7-product-shot,.product-page .nexus-10-product-shot,.product-page .nexus-5-product-shot {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.product-page .n7-product-row {
    margin-top: 2.1875em;
    margin-bottom: 2.1875em;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.product-page .n5-product-row {
    margin-top: 2.1875em;
    margin-bottom: 2.1875em;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.product-page .n4-product-row,.product-page .n10-product-row {
    margin-top: 4.6875em;
    margin-bottom: 4.6875em;
    padding: 0 5%;
    height: auto;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.nexus-7 h2,.nexus-5 h2 {
    color: #646464;
    font-size: 38px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 24px;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.nexus-7 h4,.nexus-5 h4 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 18px;
    -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}

@media only screen and (min-width: 481px) {
    .nexus-7 h2,.nexus-5 h2 {
        color: #646464;
        font-size: 43px;
        line-height: 50px;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }

    .nexus-7 h4,.nexus-5 h4 {
        color: #646464;
font-size: 21px;
line-height: 1.4;
font-weight:400;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }
}

@media only screen and (min-width: 769px) {
    .nexus-7 h2,.nexus-5 h2 {
        font-size: 43px;
        line-height: 1;
        font-weight:200;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }
}

@media only screen and (min-width: 769px) {
    .dbcs #portable .large-5 h2 {
        font-size: 42px;
        line-height: 48px;
    }
}

.push-wrapper {
    overflow: hidden;
    position: relative;
}

.active-nav .push-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.pinpoint-results-wrapper h4 {
    margin: 0 0 1em 0;
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
}

.pinpoint-results-wrapper h4 .pinpoint-result-name {
    font-size: 1em;
}

.pinpoint-results-wrapper span.pinpoint-result-distance,.pinpoint-results-wrapper p {
    font-size: 1.2em;
    margin-top: 0;
}

.pinpoint-results-wrapper .pinpoint-result-directions:after {
    content: " / ";
}

.gm-style img {
    max-width: none !important;
}

.sale-info {
    margin-bottom: 3.5em;
}

.sale-info p,.sale-info a {
    display: inline-block;
    line-height: 3.125em;
    margin: 0 1.7em 0 0;
}

.screendoor {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}

.sidebar {
    position: fixed;
    height: 100%;
    background: white;
    left: 0;
    top: 47px;
}

.js .sidebar {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.js .sidebar.invisible {
    visibility: hidden;
}

.sidebar>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    
}

.sidebar>ul>li {
    height: 47px;
    overflow: hidden;
    position: relative;
}

.sidebar>ul>li .size-reader {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar>ul>li .icon-large:before {
    font-size: 3em;
    font-weight: 100;
}

.sidebar>ul>li .icon-large {
    margin-right: 30px;
}

.sidebar>ul>li .icon-sprite,.sidebar>ul>li #close-video {
    position: absolute;
    top: -1px;
    left: 0;
    height: 48px;
    width: 48px;
    margin-left: 5px;
}

.sidebar>ul>li .search-container {
    font-size: 0.875rem;
    padding: 0.929em 0 0;
    padding-left: 5.143em;
    color: #5b6064;
    cursor: pointer;
}

.sidebar>ul>li .search-container .focus-input-placeholder {
    display: none;
}

.no-touch .sidebar>ul>li .search-container:hover:not(.active) {
    background-color: #5b6064;
}

.no-touch .sidebar>ul>li .search-container:hover:not(.active) .all-search {
    background-position: -96px -607px;
}

.no-touch .sidebar>ul>li .search-container:hover:not(.active) input[type="text"] {
    color: white;
}

.no-touch .sidebar>ul>li .search-container:hover:not(.active) input[type="text"]::-webkit-input-placeholder {
    color: white;
}

.no-touch .sidebar>ul>li .search-container:hover:not(.active) input[type="text"]:-moz-placeholder {
    color: white;
}

.no-touch .sidebar>ul>li .search-container:hover:not(.active) input[type="text"]:-ms-input-placeholder {
    color: white;
}

.sidebar>ul>li .search-container .icon-large.active {
    color: #00b3e4;
}

.sidebar>ul>li .search-container .clear {
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 19px;
}

.sidebar>ul>li .search-container input[type="text"],.sidebar>ul>li .search-container input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    outline: 0 none;
    border: 0 none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.sidebar>ul>li .search-container input[type="text"]::-webkit-input-placeholder,.sidebar>ul>li .search-container input:focus::-webkit-input-placeholder {
    color: #5b6064;
}

.sidebar>ul>li .search-container input[type="text"]:-moz-placeholder,.sidebar>ul>li .search-container input:focus:-moz-placeholder {
    color: #5b6064;
}

.sidebar>ul>li .search-container input[type="text"]:-ms-input-placeholder,.sidebar>ul>li .search-container input:focus:-ms-input-placeholder {
    color: #5b6064;
}

.sidebar>ul>li a {
    font-size: 0.875rem;
    height: 100%;
    padding: 0.929em 0 0;
    padding-left: 5.143em;
    display: block;
    color: #5b6064;
}

.sidebar>ul>li .search-container {
    height: 100%;
}

.sidebar>ul>li.search-result a {
    color: #00b3e4 !important;
}

.sidebar>ul>li.tablets>a {
    height: 47px;
}

.sidebar>ul>li.tablets ul.tablets-subnav {
    padding: 0;
}

.sidebar>ul>li.tablets ul.tablets-subnav>li {
    border-top: 1px solid #e1e4e6;
    height: 47px;
    overflow: hidden;
    position: relative;
}

.sidebar>ul>li.tablets ul.tablets-subnav>li .indicator-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin-right: 30px;
}

.sidebar>ul>li.tablets ul.tablets-subnav>li .indicator-icon.seven {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -147px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 29px;
    height: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidebar>ul>li.tablets ul.tablets-subnav>li .indicator-icon.seven {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -75px -147px;
    }
}

.sidebar>ul>li.tablets ul.tablets-subnav>li .indicator-icon.ten {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -168px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 29px;
    height: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidebar>ul>li.tablets ul.tablets-subnav>li .indicator-icon.ten {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -104px -168px;
    }
}

.sidebar>ul>li.tablets ul.tablets-subnav>li:hover .indicator-icon.seven {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -29px -147px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 29px;
    height: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidebar>ul>li.tablets ul.tablets-subnav>li:hover .indicator-icon.seven {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -104px -147px;
    }
}

.sidebar>ul>li.tablets ul.tablets-subnav>li:hover .indicator-icon.ten {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -29px -168px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 29px;
    height: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidebar>ul>li.tablets ul.tablets-subnav>li:hover .indicator-icon.ten {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -75px -168px;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar {
        top: 60px;
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
        overflow: hidden;
    }

    .sidebar ul {
        width: 59px;
        padding-top: 7px;
        font-weight: 400;
        font-size:13px;
        color:#444;
    }

    .sidebar ul>li {
        width: 311px;
        height: 60px;
    }

    .sidebar ul>li .size-reader {
        width: 59px;
    }

    .sidebar ul>li .icon-sprite,.sidebar ul>li #close-video {
        top: 0;
        left: 0;
        margin: 6px 0 0 5px;
    }

    .sidebar ul>li .search-container {
        font-size: 0.9375rem;
        padding: 1.067em 0;
        padding-left: 4.8em;
    }

    .sidebar ul>li .search-container .clear {
        right: 20px;
        top: 20px;
    }

    .sidebar ul>li.tablets a {
        height: 59px;
    }

    .sidebar ul>li.tablets ul.tablets-subnav>li {
        display: block;
        width: 312px;
        height: 60px;
    }

    .sidebar ul>li a {
        font-size: 18px;
        padding-top: 37px;
padding-left: 38px;
font-weight: 400;
color: #666;
opacity: .8;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }
}

.no-touch .sidebar[role="navigation"] a:hover {
    color: #20bef1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.stack {
    overflow: hidden;
    position: relative;
    background-color: #ececec;
}

#tech-spec-full {
    font-weight: 400;
}

#tech-spec-full ul {
    padding: 0;
}

#tech-spec-full ul,#tech-spec-full li {
    list-style-type: none;
}

#tech-spec-full li.heading {
    display: block;
    width: 100%;
    background: #eee;
    color: #9ba7aa;
    text-transform: uppercase;
    padding: 4px;
    font-weight: 700;
    font-size: .75em;
    line-height: 0.8em;
    margin: 30px 0 15px 0;
}

#tech-spec-full ul.content li {
    font-size: 1em;
    margin: 10px 0;
    color: #646464;
}

#tech-spec-full ul.content li .smallprint {
    font-size: .7em;
}

@media only screen and (min-width: 769px) {
    #tech-spec-full ul.content li {
        margin: 0;
        font-size: 1.4em;
    }
}

#tech-spec-full .tech-spec-close {
    display: block;
    width: 100%;
    background: #eee;
    color: #069ddc;
    text-align: center;
    font-weight: 400;
    padding: 10px 0;
}

#tech-spec-full .tech-spec-close .arrow,#tech-spec-full .tech-spec-close .text-btn .arrowComplex,.text-btn #tech-spec-full .tech-spec-close .arrowComplex {
    display: inline-block;
    width: 13px;
    height: 14px;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -37px;
    background-repeat: no-repeat;
    margin: 0 5px;
    margin-top: -1px;
    vertical-align: middle;
}

#tech-spec-full .tech-spec-close:hover {
    color: #646464;
}

#tech-spec-full .tech-spec-close:hover .arrow,#tech-spec-full .tech-spec-close:hover .text-btn .arrowComplex,.text-btn #tech-spec-full .tech-spec-close:hover .arrowComplex {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -65px;
}

.nowrap {
    white-space: nowrap;
}

.gallery-video-player {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 50;
}

.gallery-video-player.hidden {
    display: none;
}

body .video {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body .video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.otg-content .video {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.video-container {
    opacity: 1;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.video-container.init {
    opacity: 0;
}

body .video-with-overflow {
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

body .video-with-overflow .video-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
}

body .video-with-overflow .video-wrapper img {
    width: 100%;
    height: 100%;
}

.video-wrapper {
    z-index: -1;
}

.js>.active-nav .video>object {
    left: 320px;
}

.landing .video-with-overflow {
    display: none;
}

.item-menu.video-playback {
    background: #000;
    -webkit-transition: height 0.5s ease;
    height: 43px;
    margin-top: -4px;
}

.item-menu.video-playback .share {
    position: relative;
    top: 9px;
}

.wipe-gradient {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: -webkit-linear-gradient(left,#000 0%,#000 35%,transparent 65%);
    background-image: -moz-linear-gradient(left,#000 0%,#000 35%,transparent 65%);
    background-image: -ms-linear-gradient(left,#000 0%,#000 35%,transparent 65%);
    background-image: -o-linear-gradient(left,#000 0%,#000 35%,transparent 65%);
    background-image: linear-gradient(left,#000 0%,#000 35%,transparent 65%);
    opacity: .55;
}

.gallery-interactive-icons-sprite,.newGallery .gallery-nav-arrows .previous span,.newGallery .gallery-inner-nav-arrows .previous span,.newGallery .gallery-nav-arrows .next span,.newGallery .gallery-inner-nav-arrows .next span {
    background-image: url('http://www.google.com/nexus/public/stylesheets/images/gallery-interactive-icons-sa20129533d.png');
    background-repeat: no-repeat;
}

.newGallery {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.newGallery .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #171717;
    text-align: center;
    height: 60px;
    margin: 0;
    padding: 0;
}

.newGallery .header .menuItem {
    font-size: 0.875rem;
    font-family: Roboto;
    font-weight: 400;
    display: inline-block;
    padding: 14px 21px 0;
}

.newGallery .header .menuItem a {
    color: #fff;
}

.newGallery .header .menuItem.active a,.no-touch .newGallery .header .menuItem a:hover {
    color: #069ddc;
}

.newGallery .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.newGallery .content .pageScroller {
    height: 100%;
}

.newGallery .footer {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 29px;
    left: 0;
    bottom: 0;
    background: #171717;
}

.newGallery a.close-interactive {
    opacity: 0;
    right: 36px;
    top: 42px;
    z-index: 2;
}

.newGallery .gallery-inner-nav {
    display: none;
}

.newGallery .gallery-nav-arrows,.newGallery .gallery-inner-nav-arrows {
    margin: 0;
    padding: 0;
    text-align: center;
}

.newGallery .gallery-nav-arrows .arrow,.newGallery .gallery-nav-arrows .text-btn .arrowComplex,.text-btn .newGallery .gallery-nav-arrows .arrowComplex,.newGallery .gallery-inner-nav-arrows .arrow,.newGallery .gallery-inner-nav-arrows .text-btn .arrowComplex,.text-btn .newGallery .gallery-inner-nav-arrows .arrowComplex {
    cursor: pointer;
}

.newGallery .gallery-nav-arrows li,.newGallery .gallery-inner-nav-arrows li {
    list-style-type: none;
    display: inline-block;
}

.newGallery .gallery-nav-arrows li.right-arrow,.newGallery .gallery-inner-nav-arrows li.right-arrow {
    width: 15%;
    height: 100%;
    right: 0;
    position: fixed;
}

.newGallery .gallery-nav-arrows li.left-arrow,.newGallery .gallery-inner-nav-arrows li.left-arrow {
    width: 15%;
    height: 100%;
    left: 0;
    position: fixed;
}

.newGallery .gallery-nav-arrows .previous,.newGallery .gallery-nav-arrows .next,.newGallery .gallery-nav-arrows .newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .newGallery .gallery-nav-arrows .previous,.newGallery .gallery-nav-arrows .newPhoto #otg-nav-arrows .next,.newPhoto #otg-nav-arrows .newGallery .gallery-nav-arrows .next,.newGallery .gallery-inner-nav-arrows .previous,.newGallery .gallery-inner-nav-arrows .next,.newGallery .gallery-inner-nav-arrows .newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .newGallery .gallery-inner-nav-arrows .previous,.newGallery .gallery-inner-nav-arrows .newPhoto #otg-nav-arrows .next,.newPhoto #otg-nav-arrows .newGallery .gallery-inner-nav-arrows .next {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
    z-index: 45;
    top: 50%;
    width: 50px;
    height: 85px;
    margin-top: -42.5px;
    opacity: 0;
    background: #000;
}

.newGallery .gallery-nav-arrows .on.previous,.newGallery .gallery-nav-arrows .on.next,.newGallery .gallery-nav-arrows .newPhoto #otg-nav-arrows .on.previous,.newPhoto #otg-nav-arrows .newGallery .gallery-nav-arrows .on.previous,.newGallery .gallery-nav-arrows .newPhoto #otg-nav-arrows .on.next,.newPhoto #otg-nav-arrows .newGallery .gallery-nav-arrows .on.next,.newGallery .gallery-inner-nav-arrows .on.previous,.newGallery .gallery-inner-nav-arrows .on.next,.newGallery .gallery-inner-nav-arrows .newPhoto #otg-nav-arrows .on.previous,.newPhoto #otg-nav-arrows .newGallery .gallery-inner-nav-arrows .on.previous,.newGallery .gallery-inner-nav-arrows .newPhoto #otg-nav-arrows .on.next,.newPhoto #otg-nav-arrows .newGallery .gallery-inner-nav-arrows .on.next {
    opacity: 0.6;
}

.newGallery .gallery-nav-arrows .previous,.newGallery .gallery-inner-nav-arrows .previous {
    left: 0;
}

.newGallery .gallery-nav-arrows .previous span,.newGallery .gallery-inner-nav-arrows .previous span {
    background-position: 0 0;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
}

.newGallery .gallery-nav-arrows .next,.newGallery .gallery-inner-nav-arrows .next {
    right: 0;
}

.newGallery .gallery-nav-arrows .next span,.newGallery .gallery-inner-nav-arrows .next span {
    background-position: 0 -29px;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
}

.touch .newGallery .gallery-nav-arrows .previous,.newGallery .touch .gallery-nav-arrows .previous,.touch .gallery-nav-arrows .newGallery .gallery-inner-nav-arrows .previous,.touch .newGallery .gallery-nav-arrows .next,.newGallery .touch .gallery-nav-arrows .next,.touch .gallery-nav-arrows .newGallery .gallery-inner-nav-arrows .next,.touch .gallery-nav-arrows .otg-content .otg-nav-arrows .previous,.otg-content .otg-nav-arrows .touch .gallery-nav-arrows .previous,.touch .gallery-nav-arrows .otg-content .otg-nav-arrows .next,.otg-content .otg-nav-arrows .touch .gallery-nav-arrows .next,.touch .gallery-nav-arrows .newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .touch .gallery-nav-arrows .previous,.touch .gallery-nav-arrows .newPhoto #otg-nav-arrows .next,.newPhoto #otg-nav-arrows .touch .gallery-nav-arrows .next {
    display: block;
}

.preloader {
    width: 68px;
    height: 68px;
    margin: -34px 0 0 -34px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.scroller {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0 !important;
}

.scroller .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 196px;
    height: 196px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 8px 8px 0;
    z-index: 2;
}

.scroller .thumb.open {
    z-index: 3;
}

.scroller .thumb.large {
    width: 400px;
    height: 400px;
}

.scroller .thumb img {
    display: block;
}

.scroller .thumb div.closed {
    display: block;
    position: relative;
}

.scroller .thumb div.closed a {
    display: block;
}

.scroller .thumb div.open {
    position: absolute;
    left: 0;
    top: 0;
}

.scroller .thumb div.open img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    margin: 0;
    box-shadow: none;
}

.downloadContainer {
    height: 50%;
}

.downloadContainer h1 {
    color: white;
    text-align: center;
    margin: 0 0 90px;
}

.downloadContainer ul.downloads {
    display: block;
    width: 100%;
    text-align: center;
}

.downloadContainer ul.downloads li {
    width: 196px;
    display: inline-block;
    margin: 0 23px;
}

.downloadContainer ul.downloads li h3 {
    font-size: 0.875rem;
    font-weight: 400;
    color: white;
    margin: 0 0 14px;
}

.downloadContainer ul.downloads li a.image {
    display: inline-block;
    width: 196px;
    height: 196px;
    box-shadow: 3px 4px 0 0 rgba(0,0,0,0.17);
}

.downloadContainer ul.downloads li.videos a.image {
    background: url("../../images/interactives/gallery/download-video.jpg") no-repeat left top;
}

.downloadContainer ul.downloads li.products a.image {
    background: url("../../images/interactives/gallery/download-product.jpg") no-repeat left top;
}

.downloadContainer ul.downloads li.zoetropes a.image {
    background: url("../../images/interactives/gallery/download-zoetropes.jpg") no-repeat left top;
}

.downloadContainer ul.downloads li a.download {
    display: inline-block;
}

.galleryScrollBarH {
    position: absolute;
    z-index: 100;
    height: 11px;
    bottom: 9px;
    left: 2px;
    right: 2px;
}

.galleryScrollBarH div {
    position: absolute;
    z-index: 100;
    background: #fff;
    -webkit-background-clip: padding-box;
    box-sizing: border-box;
    height: 100%;
    border-radius: 6px;
}

.button-menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #fff;
    display: block;
    position: relative;
    height: 29px;
}

.no-touch .button-menu:hover {
    color: #069ddc;
}

.button-menu span.icon {
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}

.menu-button.download {
    float: right;
    margin-right: 25px;
}

.gallery-curtain {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
}

.section-focus-menu-names {
    display: none;
}

#buy-nexus-4 li {
    marign-top: 1em;
}

#buy-nexus-4 .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/n4-buy-480.jpg");
    background-position: center bottom;
    padding-bottom: 80%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #buy-nexus-4 .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/n4-buy-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #buy-nexus-4 .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/n4-buy-1200.jpg");
        padding-bottom: 77%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #buy-nexus-4 .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/n4-buy-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    #buy-nexus-4 .nexus-4-product-shot {
        padding-bottom: 122%;
        background-position: center top;
    }
}

.nexus-4 #google-maps .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/N4_Google_Maps-480.jpg");
    padding-bottom: 54%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-4 #google-maps .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Google_Maps-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-4 #google-maps .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/N4_Google_Maps-1200.jpg");
        padding-bottom: 38%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-4 #google-maps .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Google_Maps-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-4 #google-maps .nexus-4-product-shot {
        padding-bottom: 24%;
        background-position: center;
        margin-top: 0;
    }
}

.nexus-4 #google-now .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/N4_Google_Now-480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-4 #google-now .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Google_Now-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-4 #google-now .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/N4_Google_Now-1200.jpg");
        padding-bottom: 80%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-4 #google-now .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Google_Now-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-4 #google-now .nexus-4-product-shot {
        padding-bottom: 49%;
        background-position: center;
    }

    .nexus-4 #google-now .nexus-4-text {
        margin-top: 0;
    }
}

.nexus-4 #google-play .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/N4_Google_Play-480.jpg");
    padding-bottom: 54%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-4 #google-play .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Google_Play-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-4 #google-play .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/N4_Google_Play-1200.jpg");
        padding-bottom: 38%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-4 #google-play .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Google_Play-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-4 #google-play .nexus-4-product-shot {
        padding-bottom: 24%;
        background-position: center;
    }
}

.nexus-4 #intro .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/n4-buy-480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-4 #intro .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/n4-buy-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-4 #intro {
        margin-top: 100px;
    }

    .nexus-4 #intro .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/n4-buy-1200.jpg");
        padding-bottom: 80%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-4 #intro .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/n4-buy-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-4 #intro .nexus-4-product-shot {
        padding-bottom: 49%;
        background-position: center;
    }
}

.nexus-4 #photo-sphere .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/N4_Photo_Sphere-480.jpg");
    padding-bottom: 54%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-4 #photo-sphere .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Photo_Sphere-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-4 #photo-sphere .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/N4_Photo_Sphere-1200.jpg");
        padding-bottom: 38%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-4 #photo-sphere .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Photo_Sphere-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-4 #photo-sphere .nexus-4-product-shot {
        padding-bottom: 24%;
        background-position: center;
        margin-top: 0;
    }
}

.nexus-4 #speed .nexus-4-product-shot {
    background-image: url("../../images/nexus-4-new/N4_Built_for_Speed-480.jpg");
    padding-bottom: 54%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-4 #speed .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Built_for_Speed-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-4 #speed .nexus-4-product-shot {
        background-image: url("../../images/nexus-4-new/N4_Built_for_Speed-1200.jpg");
        padding-bottom: 38%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-4 #speed .nexus-4-product-shot {
        background-image: url("http://www.google.com/nexus/images/nexus-4-new/N4_Built_for_Speed-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-4 #speed .nexus-4-product-shot {
        padding-bottom: 24%;
        background-position: center;
    }
}

#portable .n7-product-row {
    margin-top: 2.5em;
}

#portable .nexus-7-product-shot {
    background-image: url("../../images/nexus-7-new/portable-product-480.jpg");
    padding-bottom: 0;
    background-size: 46%;
    margin-top: 4px;
    background-position-y: 1px;
    height: 385px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #portable .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/portable-product-480-2x.jpg");
        background-size: "contain";
    }
}

.sale-info {
    margin-bottom: 3.5em;
}

.sale-info .price-wrapper,.sale-info .btn,.sale-info .n7-btn {
    display: block;
    float: left;
}

.sale-info p,.sale-info a {
    display: inline-block;
    line-height: 3.125em;
    margin: 0 1.2em 0 0;
}

.sale-info p.price {
    display: block;
    line-height: 3.125em;
}

.sale-info .text-btn {
    margin-top: 0.95em;
    line-height: 0.85em;
}

.sale-info .retailers {
    width: 100%;
    float: left;
}

.ie9 .sale-info a .arrow,.ie9 .sale-info a .text-btn .arrowComplex,.text-btn .ie9 .sale-info a .arrowComplex,.ie10 .sale-info a .arrow,.ie10 .sale-info a .text-btn .arrowComplex,.text-btn .ie10 .sale-info a .arrowComplex,.ie .sale-info a .arrow,.ie .sale-info a .text-btn .arrowComplex,.text-btn .ie .sale-info a .arrowComplex {
    position: relative;
    top: 1.1em;
}

@media only screen and (min-width: 769px) {
    .sale-info .retailers {
        width: auto;
        float: none;
    }

    #portable .n7-product-row {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .sale-info .price-wrapper,.sale-info .btn,.sale-info .n7-btn {
        display: inline-block;
        float: none;
    }

    .sale-info p.price {
        display: inline-block;
        line-height: 3.125em;
    }

    .sale-info .text-btn {
        margin-top: 2.275em;
        line-height: 0.85em;
    }
}

@media only screen and (min-width: 481px) {
    #portable .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/portable-product-1200.jpg");
        padding-bottom: 41%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #portable .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/portable-product-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 2400px) {
    .sale-info .retailers {
        width: auto;
        float: none;
    }
}

@media only screen and (min-width: 1201px) {
    .sale-info .retailers {
        width: auto;
        float: none;
    }
}

#section-inspire {
    max-height: 400px;
    min-height: 300px;
    position: relative;
    z-index: 1;
}

#section-inspire h1 {
    margin-top: 1.8em;
    line-height: 1.1em;
}

#section-inspire .hero-copy {
    color: white;
    text-align: left;
    position: relative;
    margin-left: 50px;
}

#section-inspire .hero-copy a,#section-inspire .hero-copy h1,#section-inspire .hero-copy h2 {
    color: white;
}

#section-inspire .hero-copy #watch-button {
    margin-top: 0.5em;
    display: none;
    float: left;
}

#section-inspire .hero-copy #watch-button .watch-button-text-template {
    display: none;
}

.no-touch #section-inspire .hero-copy a:hover {
    color: #009ede;
}

@media only screen and (min-width: 769px) {
    #section-inspire {
        max-height: 400px;
        min-height: 300px;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }

    #section-inspire h1 {
        margin: 0.9em 0 .2em 0;
        line-height: 1.1em;
        font-weight: 100;
        font-size: 60px;
        color: #fff;
    }

    #section-inspire p {
        width: 90%;
        margin-top: 2.25em;
        line-height: 1.1em;
        font-weight: 200;
        font-size: 1.3em;
    }

    #section-inspire .outline-btn,#section-inspire .explore-button {
        display: inline-block;
    }

    #section-inspire .hero-copy {
        top: 30px;
    }
}

@media only screen and (min-width: 960px) {
    #section-inspire {
        max-height: 400px;
        min-height: 300px;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }

    #section-inspire h1 {
        margin: 2.5em 0 .2em 0;
        line-height: 1.1em;
        font-weight: 200;
        font-size: 60px;
        color: #fff;
    }

    #section-inspire p {
        width: 90%;
        margin-top: 2.25em;
        line-height: 1.1em;
        font-weight: 200;
        font-size: 1.5em;
    }

    #section-inspire .outline-btn,#section-inspire .explore-button {
        display: inline-block;
    }

    #section-inspire .hero-copy {
        margin-top: -90px;
    }
}

@media only screen and (min-width: 1201px) {
    #section-inspire {
        max-height: 400px;
        min-height: 300px;
    }

    #section-inspire h1 {
        margin-top: 3em;
        font-size: 5em;
    }

    #section-inspire p {
        width: 70%;
        line-height: 1.2em;
        font-size: 1.7em;
    }

    .dbcs #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 200px;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    #section-inspire {
        max-height: 400px;
        min-height: 400px;
    }

    #section-inspire h1 {
        font-size: 2.5em;
    }

    #section-inspire p {
        font-size: 1em;
    }

    #section-inspire .hero-copy {
        bottom: 20px;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
    #section-inspire {
        min-height: 400px;
    }

    .hero-copy {
        top: 0px;
    }
}

@media screen and (min-height: 300px) and (max-height: 500px) {
    #section-inspire {
        min-height: 400px;
    }
}

@media screen and (min-width: 300px) and (orientation: landscape) {
    #section-inspire {
        min-width: 100%;
        min-height: 300px;
    }
}

#section-inspire .row .columns {
    color: #fff;
}

#section-inspire h1,#section-inspire p,#section-inspire a {
}

.no-js .google-now-parallax,.no-parallax .google-now-parallax {
    background-image: url("../../images/nexus-7-new/moments/google-now-static-480.jpg");
    background-position: center;
    background-size: 100%;
}

.google-now-parallax .parallax-image,.google-now-parallax .interactive-image {
    background-image: url("../../images/nexus-7-new/moments/google-now-parallax-480.jpg");
    background-position: center;
    background-size: 100%;
}

.google-now-parallax .moment-caption {
    width: 200px;
    margin-left: -155px;
}

.google-now-parallax .moment-caption em {
    margin-top: 9px;
    line-height: 37px;
}

#section-google-now .nexus-7-product-shot {
    background-size: 63%;
    margin-top: 4px;
    background-position-y: 1px;
    padding: 0;
    height: 385px;
}

#section-google-now .nexus-7-product-shot {
    background-image: url("../../images/nexus-7-new/google-now-product-480.jpg");
    padding-bottom: 39%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-google-now .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/google-now-product-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .no-js .google-now-parallax,.no-parallax .google-now-parallax {
        background-image: url("../../images/nexus-7-new/moments/google-now-static-768.jpg");
    }

    .google-now-parallax .parallax-image,.google-now-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/google-now-parallax-768.jpg");
    }

    .google-now-parallax .moment-caption {
        width: 280px;
        margin-top: 58px;
        margin-left: -245px;
    }

    .google-now-parallax .moment-caption em {
        margin-top: 16px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .google-now-parallax,.no-parallax .google-now-parallax {
        background-image: url("../../images/nexus-7-new/moments/google-now-static-1200.jpg");
    }

    #section-google-now .n7-product-row {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    #section-google-now .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/google-now-product-1200.jpg");
    }
}

@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 769px) and (min-resolution: 125dpi), only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    #section-google-now .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/google-now-product-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .google-now-parallax .parallax-image,.google-now-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/google-now-parallax-1200.jpg");
    }

    .google-now-parallax .moment-caption {
        width: 440px;
        margin-top: 67px;
        margin-left: -375px;
    }

    .google-now-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }

    .google-now-parallax .moment-caption .moment-caption-large {
        line-height: 60px;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .google-now-parallax,.no-parallax .google-now-parallax {
        background-image: url("../../images/nexus-7-new/moments/google-now-static-2400.jpg");
        background-size: auto;
    }

    .google-now-parallax .parallax-image,.google-now-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/google-now-parallax-2400.jpg");
    }

    .google-now-parallax .moment-caption {
        width: 490px;
        margin-top: 67px;
        margin-left: -532px;
    }

    .google-now-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 90px;
    }

    .google-now-parallax .moment-caption .moment-caption-large {
        line-height: 90px;
    }
}

.entertainment-parallax .large-7 {
    text-align: center;
}

.entertainment-parallax h2 {
    margin: .5em 0 .6em 0;
    width: 60%;
    position: absolute;
}

.entertainment-parallax #nexus-7-possibilities {
    margin-bottom: .3em;
    font-size: 1.5em;
    display: block;
    line-height: .9em;
}

@media only screen and (min-width: 769px) {
    .entertainment-parallax #nexus-7-possibilities {
        font-size: 2em;
    }
}

.no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
    background-image: url("../../images/nexus-7-new/moments/entertainment-static-480.jpg");
    background-position: center;
    background-size: 100%;
}

.entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
    background-image: url("../../images/nexus-7-new/moments/entertainment-parallax-480.jpg");
    background-position: center;
    background-size: 100%;
}

.entertainment-parallax .moment-caption {
    width: 210px;
    margin-left: -165px;
}

.entertainment-parallax .moment-caption em {
    margin-top: 9px;
    line-height: 37px;
}

#section-entertainment .nexus-7-product-shot {
    background-image: url("../../images/nexus-7-new/entertainment-480.jpg");
    padding-bottom: 80%;
    margin-top: 2em;
    background-size: 60%;
    margin-top: 4px;
    background-position-y: 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-entertainment .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/entertainment-480-2x.jpg");
        background-size: "contain";
    }
}

.android-parallax .moment-caption {
    margin-left: -150px;
    margin-top: 40px;
}

@media only screen and (min-width: 481px) {
    .no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
        background-image: url("../../images/nexus-7-new/moments/entertainment-static-768.jpg");
    }

    .entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/entertainment-parallax-768.jpg");
    }

    .entertainment-parallax .moment-caption {
        width: 282px;
        margin-top: 130px;
        margin-left: -245px;
    }

    .entertainment-parallax .moment-caption em {
        margin-top: 16px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
        background-image: url("../../images/nexus-7-new/moments/entertainment-static-1200.jpg");
    }

    #section-entertainment .n7-product-row {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    #section-entertainment .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/entertainment-1200.jpg");
        padding-bottom: 53%;
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 769px) and (min-resolution: 125dpi), only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    #section-entertainment .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/entertainment-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/entertainment-parallax-1200.jpg");
    }

    .entertainment-parallax .moment-caption {
        width: 440px;
        margin-top: 150px;
        margin-left: -395px;
        line-height: 36px;
    }

    .entertainment-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
        background-image: url("../../images/nexus-7-new/moments/entertainment-static-2400.jpg");
    }

    .entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/entertainment-parallax-2400.jpg");
    }

    .entertainment-parallax .moment-caption {
        width: 590px;
        margin-top: 120px;
        margin-left: -592px;
    }

    .entertainment-parallax .moment-caption em {
        margin-top: 18px;
        line-height: 90px;
    }
}

.no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
    background-image: url("../../images/nexus-7-new/moments/tech-spec-static-480.jpg");
    background-position: center;
}

#section-tech-spec .nexus-7-product-shot {
    background-image: url("../../images/nexus-7-new/tech-spec-product-480.jpg");
    padding-bottom: 60%;
    margin-top: 1em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-tech-spec .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/tech-spec-product-480-2x.jpg");
        background-size: "contain";
    }
}

#section-tech-spec .tech-spec-open .arrow,#section-tech-spec .tech-spec-open .text-btn .arrowComplex,.text-btn #section-tech-spec .tech-spec-open .arrowComplex {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
    background-image: url("../../images/nexus-7-new/moments/tech-spec-parallax-480.jpg");
}

.tech-spec-parallax .moment-caption {
    width: 310px;
    margin-left: -155px;
    margin-top: 50px;
}

.tech-spec-parallax .moment-caption em {
    margin-top: 9px;
    line-height: 37px;
}

@media only screen and (min-width: 481px) {
    .no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
        background-image: url("../../images/nexus-7-new/moments/tech-spec-static-768.jpg");
    }

    #section-tech-spec .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/tech-spec-product-1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-tech-spec .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/tech-spec-product-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/tech-spec-parallax-768.jpg");
    }

    .tech-spec-parallax .moment-caption {
        width: 470px;
        margin-left: -235px;
        margin-top: 100px;
    }

    .tech-spec-parallax .moment-caption em {
        margin-top: 15px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
        background-image: url("../../images/nexus-7-new/moments/tech-spec-static-1200.jpg");
    }

    #section-tech-spec .n7-product-row {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    #section-tech-spec .nexus-7-product-shot {
        padding-bottom: 40%;
        margin-top: 0;
    }

    .tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/tech-spec-parallax-1200.jpg");
    }

    .tech-spec-parallax .moment-caption {
        width: 758px;
        margin-left: -379px;
        margin-top: 130px;
    }

    .tech-spec-parallax .moment-caption em {
        margin-top: 10px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
        background-image: url("../../images/nexus-7-new/moments/tech-spec-static-2400.jpg");
    }

    .tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/tech-spec-parallax-2400.jpg");
        background-position: center;
        background-size: 100%;
    }

    .tech-spec-parallax .moment-caption {
        width: 1190px;
        margin-left: -595px;
        margin-top: 111px;
    }

    .tech-spec-parallax .moment-caption em {
        margin-top: 12px;
        line-height: 90px;
    }
}

.tech-spec-parallax {
    text-align: center;
}

.tech-spec-parallax h2 {
    margin: 1.5em 0 1em 0;
}

@media only screen and (min-width: 769px) {
    .tech-spec-parallax h2 {
        margin-top: 2.5em;
    }
}

.tech-spec-parallax h2 .tech-hardware-parallax {
    width: 100%;
    font-size: 2em;
    display: block;
}

.no-js .gallery-parallax,.no-parallax .gallery-parallax {
    background-image: url("../../images/nexus-7-new/moments/gallery-static-480.jpg");
    background-position: center;
    background-size: 100%;
}

.no-js .gallery-parallax .inner,.no-parallax .gallery-parallax .inner {
    display: none !important;
}

.gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
    background-image: url("../../images/nexus-7-new/moments/gallery-parallax-480.jpg");
    background-position: center;
    background-size: 100%;
}

.gallery-parallax .moment-caption {
    display: none;
}

.gallery-parallax .inner {
    display: none;
}

@media only screen and (min-width: 481px) {
    .no-js .gallery-parallax,.no-parallax .gallery-parallax {
        background-image: url("../../images/nexus-7-new/moments/gallery-static-768.jpg");
    }

    .gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/gallery-parallax-768.jpg");
    }

    .gallery-parallax .moment-caption {
        display: block;
        width: 470px;
        margin-left: -235px;
        margin-top: 102px;
    }

    .gallery-parallax .moment-caption em {
        margin-top: 24px;
        line-height: 37px;
    }

    .gallery-parallax .inner {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .gallery-parallax,.no-parallax .gallery-parallax {
        background-image: url("../../images/nexus-7-new/moments/gallery-static-1200.jpg");
    }

    .gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/gallery-parallax-1200.jpg");
    }

    .gallery-parallax .moment-caption {
        display: block;
        width: 758px;
        margin-left: -379px;
        margin-top: 145px;
    }

    .gallery-parallax .moment-caption em {
        margin-top: 28px;
        line-height: 40px;
    }

    .gallery-parallax .inner {
        display: block;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .gallery-parallax,.no-parallax .gallery-parallax {
        background-image: url("../../images/nexus-7-new/moments/gallery-static-2400.jpg");
    }

    .gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/gallery-parallax-2400.jpg");
    }

    .gallery-parallax .moment-caption {
        display: block;
        width: 1190px;
        margin-left: -595px;
        margin-top: 126px;
    }

    .gallery-parallax .moment-caption em {
        margin-top: 38px;
        line-height: 40px;
    }

    .gallery-parallax .inner {
        display: block;
    }
}

@media only screen and (min-width: 2400px) {
    .gallery-parallax .moment-caption {
        display: block;
    }

    .gallery-parallax .inner {
        display: block;
    }
}

.buy-title {
    text-align: center;
    overflow: hidden;
}

.buy-title.row {
    margin-bottom: 45px;
}

.buy-title h4 {
    margin-top: 0.3em;
}

.buy-title p:last-of-type {
    margin-bottom: 5%;
}

.buy-column .coming-soon {
    line-height: 2.825em;
    text-align: center;
}

.roundel {
    position: absolute;
    right: -1.2em;
    top: -2.4em;
    background: #0099cc;
    background: rgba(255,75,75,0.8);
    border-radius: 7em;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    box-sizing: border-box;
    width: 6.5em;
    height: 6.5em;
    line-height: 1.1em;
}

#buy-nexus-7 {
    margin-top: 10px;
}

#buy-nexus-7 .buy-options-list {
    padding: 0;
}

#buy-nexus-7 .buy-options-list.no-price {
    margin-top: 110px;
}

#buy-nexus-7 .nexus-7-product-shot {
    background-image: url("../../images/nexus-7-new/buy-product-480.jpg");
    display: block;
    height: 480px;
    padding: 0;
    float: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #buy-nexus-7 .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/buy-product-480-2x.jpg");
        background-size: "contain";
    }
}

#buy-nexus-7 #retailer-tray-close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    right: 6%;
}

#buy-nexus-7 p.available {
    margin-bottom: 2em;
}

#buy-nexus-7 .btn-buy {
    float: none;
    display: inline-block;
    margin-bottom: 5em;
}

#buy-nexus-7 #retailer-tray-close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    right: 6%;
}

#buy-nexus-7 p.available {
    margin-bottom: 2em;
}

#buy-nexus-7 .btn-buy {
    float: none;
    display: inline-block;
    margin-bottom: 5em;
}

@media only screen and (min-width: 481px) {
    #buy-nexus-7 .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/buy-product-1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #buy-nexus-7 .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/buy-product-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    #buy-nexus-7 .nexus-7-product-shot {
        float: left;
    }

    #buy-nexus-7 .n7-product-row {
        margin-top: 23px;
    }

    #buy-nexus-7 .nexus-7-product-shot {
        background-position: center top;
    }

    #buy-nexus-7 #coming-soon-product-img {
        margin-top: 0;
    }

    #buy-nexus-7 .product-partner-desktop.at-t {
        background-image: url("http://www.google.com/nexus/images/nexus-7-new/buy-atandt-logo-1200");
        background-size: 60% auto;
    }

    #buy-nexus-7 .product-partner-desktop.t-mobile {
        background-image: url("../../images/nexus-7-new/buy-t-mobile-1200.gif");
        background-size: 100% auto;
    }

    #buy-nexus-7 #retailer-tray-close {
        right: 0;
    }

    #buy-nexus-7 .product-price {
        margin-top: 3em;
    }
}

#buy-nexus-7.jp {
    padding-bottom: 80px;
}

@media only screen and (min-width: 1201px) {
    #buy-nexus-7 {
        margin-top: 145px;
    }
}

.product-partner-mobile.at-t {
    background-image: url("../../images/nexus-7-new/buy-atandt-logo-768.gif");
}

.product-partner-mobile.t-mobile {
    background-image: url("../../images/nexus-7-new/buy-t-mobile-768.gif");
}

#retailer-tray-container {
    padding: 0 0 1px 0;
    position: absolute;
    overflow: hidden;
    display: none;
}

#retailer-tray {
    background: #ececec;
    padding: 20px 5%;
    float: right;
}

#retailer-tray p {
    margin: 0;
}

#retailer-tray ul {
    width: 48%;
    padding: 0;
    float: left;
    margin: 0 4% 0 0;
}

#retailer-tray ul:last-of-type {
    margin-right: 0;
}

#retailer-tray li {
    list-style: none;
}

#retailer-tray li a {
    height: 65px;
    margin: 15px 0;
    border: 1px solid #d4d4d4;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

#retailer-tray li a:hover {
    border: 1px solid #00b3e4;
}

#retailer-tray small {
    display: block;
    margin: 0 0 15px 0;
    clear: both;
}

#retailer-tray a {
    font-weight: 400;
}

#retailer-tray .arrow,#retailer-tray .text-btn .arrowComplex,.text-btn #retailer-tray .arrowComplex {
    float: left;
}

#retailer-tray .retailerCopy {
    float: left;
    margin-left: 3px;
}

#retailer-google,#retailer-amazon,#retailer-staples,#retailer-gamestop,#retailer-bestbuy,#retailer-walmart,#retailer-tray-close,#retailer-tmobile,#retailer-att {
    background-repeat: no-repeat;
    background-position: center center;
}

#retailer-google {
    background-image: url("../../images/nexus-7-new/retailer_google.png");
}

#retailer-amazon {
    background-image: url("../../images/nexus-7-new/retailer_amazon.png");
}

#retailer-staples {
    background-image: url("../../images/nexus-7-new/retailer_staples.png");
}

#retailer-gamestop {
    background-image: url("../../images/nexus-7-new/retailer_gamestop.png");
}

#retailer-bestbuy {
    background-image: url("../../images/nexus-7-new/retailer_bestbuy.png");
}

#retailer-walmart {
    background-image: url("../../images/nexus-7-new/retailer_walmart.png");
}

#retailer-media-markt {
    background-image: url("../../images/nexus-7-new/retailer_mediamarkt.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 25px 8px;
}

#retailer-saturn {
    background-image: url("../../images/nexus-7-new/retailer_saturn.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 25px 8px;
}

#retailer-otto {
    background-image: url("../../images/nexus-7-new/retailer_otto.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 45px 16px;
}

#retailer-expert {
    background-image: url("../../images/nexus-7-new/retailer_expert.png");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 45px 12px;
}

#retailer-conrad {
    background-image: url("../../images/nexus-7-new/retailer_conrad.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 45px 16px;
}

#retailer-euronics {
    background-image: url("../../images/nexus-7-new/retailer_euronics.png");
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: 60px 5px;
}

#retailer-att {
    background-image: url("../../images/nexus-7-new/retailer_att.png");
    background-size: auto 60%;
    background-repeat: no-repeat;
}

#retailer-darty,#retailer-fnac {
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 74px 2px;
}

#retailer-darty {
    background-image: url("../../images/nexus-7-new/retailer_darty.png");
}

#retailer-fnac {
    background-image: url("../../images/nexus-7-new/retailer_fnac.png");
}

#retailer-boulanger {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_boulanger.png");
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: 40px -3px;
}

#retailer-argos {
    background-image: url("../../images/nexus-7-new/retailer_argos.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 60px 7px;
}

#retailer-tesco {
    background-image: url("../../images/nexus-7-new/retailer_tesco.png");
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 70px 5px;
}

#retailer-currys {
    background-image: url("../../images/nexus-7-new/retailer_currys.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

#retailer-john-lewis {
    background-image: url("../../images/nexus-7-new/retailer_johnlewis.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 30px 18px;
}

#retailer-amazon-uk {
    background-image: url("../../images/nexus-7-new/retailer_amazon-uk.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

#retailer-o2 {
    background-image: url("../../images/nexus-7-new/retailer_o2.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 60px 7px;
}

#retailer-medimax {
    background-image: url("../../images/nexus-7-new/retailer_medimax.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 25px 16px;
}

#retailer-tmobile {
    background-image: url("../../images/nexus-7-new/retailer_tmobile.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
}

#retailer-elcorte {
    background-image: url("../../images/nexus-7-new/retailer_elcorte.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 50px 5px;
}

#retailer-eroski {
    background-image: url("../../images/nexus-7-new/retailer_eroski.png");
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 40px 20px;
}

#retailer-fnac-es {
    background-image: url("../../images/nexus-7-new/retailer_fnac-es.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 75px 7px;
}

#retailer-medimrkt-es {
    background-image: url("../../images/nexus-7-new/retailer_medimrkt.png");
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 15px 20px;
}

#retailer-worten {
    background-image: url("../../images/nexus-7-new/retailer_worten.png");
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: 45px -20px;
}

#retailer-amazon-de {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_amazonde.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-amazonjp {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_amazonjp.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-asus {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_asus.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-biccamera {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_biccamera.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-books {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_books.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-edion {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_edion.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-joshin {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_joshin.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-kojima {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_kojima.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-ks {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_ks.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-pcdepot {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_pcdepot.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-sofmap {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_sofmap.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-yamada {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_yamada.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-yodobashi {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_yodobashi.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-harveynorman {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_harveynorman.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-amazonfr {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_amazonfr.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-cdiscount {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_cdiscount.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-jbhifi {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_jbhifi.jpg");
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
}

#retailer-tray-close {
    background-image: url("../../images/nexus-7-new/retailer_close.png");
}

@media only screen and (min-width: 769px) {
    #retailer-tray-container {
        padding: 0 1px 0 0;
    }

    #retailer-tray {
        
    }
}

.no-js .android-parallax,.no-parallax .android-parallax {
    background-image: url("../../images/nexus-7-new/moments/android-static-480.jpg");
    background-position: center;
    background-size: 100%;
}

.android-parallax .parallax-image,.android-parallax .interactive-image {
    background-image: url("../../images/nexus-7-new/moments/android-parallax-480.jpg");
    background-position: center;
    background-size: 100%;
}

.android-parallax .moment-caption {
    width: 170px;
    margin-left: -160px;
    margin-top: 28px;
}

.android-parallax .moment-caption em {
    margin-top: 5px;
    line-height: 33px;
}

.android-parallax .large-7 {
    text-align: center;
}

.android-parallax h2 {
    color: #FFF;
    margin: .5em 0 .6em 0;
    display: block;
    width: 60%;
    position: absolute;
}

.android-parallax #nexus-7-android {
    margin-bottom: .3em;
    font-size: 1.5em;
    display: block;
    line-height: .9em;
}

@media only screen and (min-width: 769px) {
    .android-parallax #nexus-7-android {
        font-size: 2em;
    }
}

#section-android .nexus-7-product-shot {
    background-image: url("../../images/nexus-7-new/android-product-480.jpg");
    padding: 0;
    height: 385px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-android .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/android-product-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .no-js .android-parallax,.no-parallax .android-parallax {
        background-image: url("../../images/nexus-7-new/moments/android-static-768.jpg");
    }

    #section-android .n7-product-row {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    #section-android .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/android-product-1200.jpg");
        padding-bottom: 41%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-android .nexus-7-product-shot {
        background-image: url("../../images/nexus-7-new/android-product-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .android-parallax .parallax-image,.android-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/android-parallax-768.jpg");
    }

    .android-parallax .moment-caption {
        width: 282px;
        margin-top: 71px;
        margin-left: -255px;
    }

    .android-parallax .moment-caption em {
        margin-top: 16px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .android-parallax,.no-parallax .android-parallax {
        background-image: url("../../images/nexus-7-new/moments/android-static-1200.jpg");
    }

    .android-parallax .parallax-image,.android-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/android-parallax-1200.jpg");
    }

    .android-parallax .moment-caption {
        width: 440px;
        margin-top: 96px;
        margin-left: -411px;
        line-height: 36px;
    }

    .android-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .android-parallax,.no-parallax .android-parallax {
        background-image: url("../../images/nexus-7-new/moments/android-static-2400.jpg");
    }

    .android-parallax .parallax-image,.android-parallax .interactive-image {
        background-image: url("../../images/nexus-7-new/moments/android-parallax-2400.jpg");
    }

    .android-parallax .moment-caption {
        width: 590px;
        margin-top: 67px;
        margin-left: -522px;
    }

    .android-parallax .moment-caption em {
        margin-top: 18px;
        line-height: 90px;
    }
}

#section-android .nexus-7-product-shot {
    background-size: 50%;
    margin-top: 4px;
    background-position-y: 1px;
}

.otg-interactive-icons-sprite,.otg-content .otg-nav-icons li[data-section-id="otg-hotel"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-cafe"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-office"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"] .otg-nav-icon,.otg-content .otg-nav-arrows .previous span,.otg-content .otg-nav-arrows .next span,.newPhoto #otg-nav-arrows .previous span,.newPhoto #otg-nav-arrows .next span {
    background-image: url('http://www.google.com/nexus/public/stylesheets/images/otg-interactive-icons-s012d02f3e0.png');
    background-repeat: no-repeat;
}

.interactive-template.otg .close-interactive {
    right: 36px;
    top: 42px;
    z-index: 50;
}

.otg-content {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.otg-content h2,.otg-content p {
    color: #fff;
}

.otg-content ul,.otg-content li {
    margin: 0;
    padding: 0;
}

.otg-content ul {
    width: 100%;
    text-align: center;
}

.otg-content ul li {
    list-style-type: none;
    display: inline-block;
}

.otg-content section {
    position: fixed;
    width: 100%;
    height: 100%;
}

.otg-content .preloader.on-device {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
}

.otg-content .otg-nav-icons {
    position: absolute;
    z-index: 45;
    bottom: 39px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-cafe"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-office"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"] .otg-nav-icon {
    display: inline-block;
    text-indent: -9999px;
}

.otg-content .otg-nav-icons li {
    margin: 0 5px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.otg-content .otg-nav-icons li:before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0;
    -moz-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.otg-content .otg-nav-icons li.active:before {
    opacity: 1 !important;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 92px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"] .otg-nav-icon {
    background-position: 0 -132px;
    height: 74px;
    width: 62px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-cafe"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 107px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-cafe"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-cafe"] .otg-nav-icon {
    background-position: 0 -58px;
    height: 74px;
    width: 77px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-office"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 94px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-office"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-office"] .otg-nav-icon {
    background-position: 0 -206px;
    height: 74px;
    width: 64px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 95px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"] .otg-nav-icon {
    background-position: 0 -280px;
    height: 74px;
    width: 65px;
}

.otg-content .otg-nav-icons li a {
    display: inline-block;
    margin: 15px;
}

.otg-content .otg-nav-arrows li.right-arrow {
    z-index: 5;
    width: 15%;
    height: 100%;
    right: 0;
    position: fixed;
}

.otg-content .otg-nav-arrows li.left-arrow {
    z-index: 5;
    width: 15%;
    height: 100%;
    left: 0;
    position: fixed;
}

.otg-content .otg-nav-arrows .previous,.otg-content .otg-nav-arrows .next,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .previous,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .next,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .next {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
    z-index: 45;
    top: 50%;
    width: 50px;
    height: 85px;
    margin-top: -42.5px;
    opacity: 0;
    background: #000;
}

.otg-content .otg-nav-arrows .on.previous,.otg-content .otg-nav-arrows .on.next,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .on.previous,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .on.previous,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .on.next,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .on.next {
    opacity: 0.6;
}

.otg-content .otg-nav-arrows .previous {
    left: 0;
}

.otg-content .otg-nav-arrows .previous span {
    background-position: 0 0;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
}

.otg-content .otg-nav-arrows .next {
    right: 0;
}

.otg-content .otg-nav-arrows .next span {
    background-position: 0 -29px;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
}

.otg-hotel .otg-caption {
    top: 26%;
    width: 300px;
    left: 25px;
}

@media only screen and (min-width: 769px) {
    .otg-hotel .otg-caption {
        width: 350px;
        left: auto;
        right: 52%;
        top: 28%;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-hotel .otg-caption {
        width: 440px;
        left: auto;
        right: 52%;
        top: 30%;
    }
}

.otg-cafe .otg-caption {
    width: 300px;
    left: 10px;
    top: 36%;
}

@media only screen and (min-width: 769px) {
    .otg-cafe .otg-caption {
        right: 58%;
        width: 300px;
        left: auto;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-cafe .otg-caption {
        right: 58%;
        width: 340px;
        left: auto;
    }
}

.otg-office .otg-caption {
    width: 300px;
    left: 15px;
    top: 20%;
}

@media only screen and (min-width: 769px) {
    .otg-office .otg-caption {
        right: 56%;
        width: 300px;
        left: auto;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-office .otg-caption {
        right: 56%;
        width: 370px;
        left: auto;
    }
}

.otg-kitchen .otg-caption {
    width: 265px;
    left: 15px;
    top: 39%;
}

@media only screen and (min-width: 769px) {
    .otg-kitchen .otg-caption {
        right: 62%;
        width: 265px;
        left: auto;
    }

    .otg-kitchen .otg-caption h2 {
        font-size: 40px;
    }

    .otg-kitchen .otg-caption p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-kitchen .otg-caption {
        right: 62%;
        width: 365px;
        left: auto;
    }

    .otg-kitchen .otg-caption h2 {
        font-size: 56px;
    }

    .otg-kitchen .otg-caption p {
        font-size: 24px;
    }
}

.otg-caption {
    position: fixed;
    z-index: 20;
    width: 440px;
}

.otg-caption h2 {
    font-size: 40px;
    line-height: 56px;
}

.otg-caption p {
    font-size: 18px;
}

@media only screen and (min-width: 769px) {
    .otg-caption h2 {
        font-size: 45px;
    }

    .otg-caption p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-caption h2 {
        font-size: 56px;
    }

    .otg-caption p {
        font-size: 24px;
    }
}

.otg-animation {
    position: fixed;
    z-index: 10;
}

.otg-bg {
    position: fixed;
    z-index: 9;
    max-width: none;
}

.item-menu .share.download {
    float: right;
    position: relative;
    right: 30px;
}

.video #video1,.video #player2 {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.sharing-first-frame {
    position: absolute;
    top: 0;
    min-width: 100%;
    z-index: 9;
}

.video-cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#retailer-tray-container[data-lang*="JP-retailer-tray-container"] {
    margin-top: -33px;
}

body[data-lang*="font-adjustment"] {
    font-family: "helvetica",sans-serif;
}

body[data-lang*="font-adjustment"] a {
    font-family: "helvetica",sans-serif;
}

body[data-lang*="font-adjustment"] .rtl {
    direction: rtl;
}

@media screen and (min-width: 480px) {
    .moment-caption[data-lang*="th-lineheight"] {
        margin-top: 50px;
    }

    .moment-caption[data-lang*="th-lineheight"] em {
        line-height: 80px;
    }

    .moment-caption[data-lang*="th-lineheight"] em.th-entertainment {
        font-size: 48px;
        line-height: 100px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .moment-caption[data-lang*="th-lineheight"] {
        margin-top: 100px;
    }

    .moment-caption[data-lang*="th-lineheight"] em {
        line-height: 145px;
    }

    .moment-caption[data-lang*="th-lineheight"] em.th-entertainment {
        font-size: 74px;
        line-height: 100px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .moment-caption[data-lang*="th-lineheight"] em.th-entertainment {
        line-height: 100px;
    }
}

body.rtl[data-lang*="font-adjustment"] {
    font-family: "helvetica",sans-serif;
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] header div {
    float: right;
}

body.rtl[data-lang*="font-adjustment"] header div.btn-buy {
    float: left;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar {
    direction: rtl;
    left: initial;
    right: 0;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container {
    direction: rtl;
    text-align: right;
    padding-right: 4.8em;
    padding-left: 0;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a .clear,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container .clear {
    right: initial;
    left: 20px;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a .icon-sprite,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a #close-video,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container .icon-sprite,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container #close-video {
    left: initial;
    right: 0;
    margin: 6px 5px 0 0;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a .indicator-icon,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container .indicator-icon {
    margin-right: 0;
    margin-left: 20px;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 .retailer-button a {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 .n7-feat-title {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 .buy-title h4 {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] .dropdown.features a {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] .dropdown.features a span.ng-binding {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] .ltr {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] .rtl {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #section-inspire #hero-gradient {
    background-image: -webkit-linear-gradient(right,#000 0%,#000 35%,transparent 65%);
    background-image: -moz-linear-gradient(right,#000 0%,#000 35%,transparent 65%);
    background-image: -ms-linear-gradient(right,#000 0%,#000 35%,transparent 65%);
    background-image: -o-linear-gradient(right,#000 0%,#000 35%,transparent 65%);
    background-image: linear-gradient(right,#000 0%,#000 35%,transparent 65%);
}

body.rtl[data-lang*="font-adjustment"] #section-inspire .hero-copy {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] #section-inspire-content>div {
    width: 94%;
    margin-left: 0;
}

body.rtl[data-lang*="font-adjustment"] #section-inspire .hero-copy #watch-button {
    float: right;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec .tech-spec-open {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec .tech-spec-close {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec #tech-spec-full h2 {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec #tech-spec-full ul {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec #tech-spec-full ul ul.content li {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #section-entertainment {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-entertainment .nexus-5-product-desc {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] a {
    font-family: "helvetica",sans-serif;
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] .comparison-chart {
    text-align: right;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #buy-nexus-7.buy-layout-2 .nexus-7-product-shot {
        position: relative;
        height: 350px;
        top: 20%;
    }
}

@media screen and (min-width: 768px) {
    #buy-nexus-7.buy-layout-2 .nexus-7-product-shot {
        position: relative;
        height: 350px;
        left: 32%;
    }
}

@media screen and (min-width: 1200px) {
    #buy-nexus-7.buy-layout-2 .nexus-7-buy-desc {
        position: absolute;
        top: 32%;
        right: 12%;
    }

    #buy-nexus-7.buy-layout-2 .nexus-7-product-shot {
        min-height: 483px;
        left: 0;
        bottom: 50px;
    }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
    #section-inspire-content .columns[data-lang*="SA"] {
        margin-left: -160px;
        margin-top: -34px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
    #section-inspire-content .columns[data-lang*="SA"] {
        margin-left: -140px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    #section-inspire-content .columns[data-lang*="SA"] {
        margin-left: -180px;
    }
}

@media screen and (max-width: 480px) {
    #section-inspire-content .columns[data-lang*="SA"] {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1200px) {
    #section-inspire-content .columns[data-lang*="SA"] {
        width: 50%;
    }
}

body[data-lang*="KR"] .hero.hero-landing h1,body[data-lang*="KR"] h1,body[data-lang*="KR"] h2,body[data-lang*="KR"] h3,body[data-lang*="KR"] h4,body[data-lang*="KR"] .hero-copy p {
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body[data-lang*="KR"] h1,body[data-lang*="KR"] .nexus-5 h2,body[data-lang*="KR"] h3 {
    word-wrap: normal;
}

body[data-lang*="KR"] .moment-caption {
    margin-top: 150px;
    font-size: 48px;
}

body[data-lang*="KR"] .moment-caption em {
    font-size: 48px;
}

body[data-lang*="KR"] h1 b,body[data-lang*="KR"] h2 b,body[data-lang*="KR"] h3 b,body[data-lang*="KR"] h4 b {
    font-weight: inherit;
}

body[data-lang*="KR"] .entertainment-parallax .moment-caption {
    width: 50% !important;
    margin-left: -50% !important;
    max-width: none !important;
}

body[data-lang*="KR"] .tech-spec-parallax .moment-caption {
    width: 50% !important;
    left: 60%;
    font-size: 3em !important;
}

@media only screen and (max-width: 480px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 2.375em;
        margin-top: 3em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .nexus-7 h3,body[data-lang*="KR"] .nexus-5 h3 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 2.25em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        font-size: 44px;
    }
}

@media only screen and (min-width: 769px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 2.7em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 50.4px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        margin-left: -310px;
    }
}

@media only screen and (min-width: 961px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 3.5em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1201px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 3.32em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        font-size: 56px;
        max-width: 465px;
        margin-left: -530px;
    }
}

body[data-lang*="JP"] .hero.hero-landing h1,body[data-lang*="JP"] h1,body[data-lang*="JP"] h2,body[data-lang*="JP"] h3,body[data-lang*="JP"] h4,body[data-lang*="JP"] .hero-copy p {
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body[data-lang*="JP"] h1,body[data-lang*="JP"] .nexus-5 h2,body[data-lang*="JP"] h3 {
    word-wrap: normal;
}

body[data-lang*="JP"] h1 b,body[data-lang*="JP"] h2 b,body[data-lang*="JP"] h3 b,body[data-lang*="JP"] h4 b {
    font-weight: inherit;
}

body[data-lang*="JP"] .entertainment-parallax .moment-caption {
    width: 50% !important;
    margin-left: -48% !important;
    max-width: none !important;
}

body[data-lang*="JP"] .tech-spec-parallax .moment-caption {
    left: 50%;
    font-size: 3em !important;
}

body[data-lang*="JP"] .android-parallax .moment-caption {
    margin-top: 160px;
}

@media only screen and (max-width: 480px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 2.375em;
        margin-top: 3em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .nexus-7 h3,body[data-lang*="JP"] .nexus-5 h3 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 2.25em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        font-size: 44px;
    }
}

@media only screen and (min-width: 769px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 2.7em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 50.4px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        margin-left: -310px;
    }
}

@media only screen and (min-width: 961px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 3.5em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1201px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 3.32em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        font-size: 56px;
        margin-left: -530px;
    }
}

body[data-lang*="HK"] .hero.hero-landing h1,body[data-lang*="HK"] h1,body[data-lang*="HK"] h2,body[data-lang*="HK"] h3,body[data-lang*="HK"] h4,body[data-lang*="HK"] .hero-copy p {
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body[data-lang*="HK"] h1,body[data-lang*="HK"] .nexus-5 h2,body[data-lang*="HK"] h3 {
    word-wrap: normal;
}

body[data-lang*="HK"] h1 b,body[data-lang*="HK"] h2 b,body[data-lang*="HK"] h3 b,body[data-lang*="HK"] h4 b {
    font-weight: inherit;
}

body[data-lang*="HK"] .entertainment-parallax .moment-caption {
    width: 50% !important;
    margin-left: -48% !important;
    max-width: none !important;
}

body[data-lang*="HK"] .tech-spec-parallax .moment-caption {
    left: 50%;
    font-size: 3em !important;
}

@media only screen and (max-width: 480px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 2.375em;
        margin-top: 3em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .nexus-7 h3,body[data-lang*="HK"] .nexus-5 h3 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 2.25em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        font-size: 44px;
    }
}

@media only screen and (min-width: 769px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 2.7em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 50.4px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        margin-left: -310px;
    }
}

@media only screen and (min-width: 961px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 3.5em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1201px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 3.32em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        font-size: 56px;
        margin-left: -530px;
    }
}

.interactive-template.entertainment #entertainment {
    height: 100%;
}

.interactive-template.entertainment #entertainment section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.interactive-template.entertainment #entertainment section.default-section .entertainment-hotspots {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.interactive-template.entertainment #entertainment section.default-section .entertainment-hotspots .entertainment-hotspot {
    position: absolute;
    cursor: pointer;
}

.interactive-template.entertainment #entertainment section.default-section .entertainment-hotspots .entertainment-hotspot img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.interactive-template.entertainment #entertainment section.default-section .entertainment-hotspots .entertainment-hotspot img.hover {
    display: none;
}

.interactive-template.entertainment #entertainment section.default-section .entertainment-hotspots .entertainment-hotspot.hovering img {
    display: none;
}

.interactive-template.entertainment #entertainment section.default-section .entertainment-hotspots .entertainment-hotspot.hovering img.hover {
    display: block;
}

.interactive-template.entertainment #entertainment section.video-section {
    display: none;
}

.interactive-template.entertainment #entertainment section.video-section .media-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.interactive-template.entertainment #entertainment section.video-section .media-container video,.interactive-template.entertainment #entertainment section.video-section .media-container img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.interactive-template.entertainment #entertainment section.video-section .media-container video.open-video,.interactive-template.entertainment #entertainment section.video-section .media-container img.open-video {
    display: block;
}

.interactive-template.entertainment #entertainment section.video-section .media-container video.rotation,.interactive-template.entertainment #entertainment section.video-section .media-container img.rotation {
    display: block;
}

.interactive-template.entertainment #entertainment section.video-section .media-container video {
    -moz-transform: rotate(-21.5deg);
    -ms-transform: rotate(-21.5deg);
    -o-transform: rotate(-21.5deg);
    -webkit-transform: rotate(-21.5deg);
    transform: rotate(-21.5deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.interactive-template.entertainment #entertainment section.video-section .media-container .video-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.interactive-template.entertainment #entertainment section.video-section.book-section .media-container {
    -moz-transform-origin: 60% 48%;
    -ms-transform-origin: 60% 48%;
    -o-transform-origin: 60% 48%;
    -webkit-transform-origin: 60% 48%;
    transform-origin: 60% 48%;
}

.interactive-template.entertainment #entertainment section.video-section.film-section .media-container {
    -moz-transform-origin: 62% 42%;
    -ms-transform-origin: 62% 42%;
    -o-transform-origin: 62% 42%;
    -webkit-transform-origin: 62% 42%;
    transform-origin: 62% 42%;
}

.interactive-template.entertainment #entertainment section.video-section.game-section .media-container {
    -moz-transform-origin: 62% 42%;
    -ms-transform-origin: 62% 42%;
    -o-transform-origin: 62% 42%;
    -webkit-transform-origin: 62% 42%;
    transform-origin: 62% 42%;
}

.interactive-template.entertainment #entertainment section.video-section.ted-section .media-container {
    -moz-transform-origin: 64% 42%;
    -ms-transform-origin: 64% 42%;
    -o-transform-origin: 64% 42%;
    -webkit-transform-origin: 64% 42%;
    transform-origin: 64% 42%;
}

.interactive-template.entertainment #entertainment section .back-button {
    position: absolute;
    left: 36px;
    top: 42px;
    line-height: 52px;
    text-indent: 62px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: none;
    z-index: 2;
}

.interactive-template.entertainment #entertainment section img {
    max-width: none;
}

.interactive-template.entertainment #entertainment section .section-content {
    position: absolute;
    display: table;
    height: 100%;
    top: 0;
    right: 62%;
    width: 210px;
}

.interactive-template.entertainment #entertainment section .section-content .section-text {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto';
}

.interactive-template.entertainment #entertainment section .section-content .section-text h3 {
    font-size: 36px;
    line-height: 1em;
    margin: 0;
}

.interactive-template.entertainment #entertainment section .section-content .section-text p {
    margin-top: 28px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 4px;
}

.interactive-template.entertainment #entertainment section.book-section .section-content {
    width: 230px;
    right: 64%;
}

.interactive-template.entertainment #entertainment section.book-section .section-content h3 {
    padding-right: 60px;
}

.interactive-template.entertainment #entertainment section.film-section .section-content {
    width: 194px;
    right: 65%;
}

.interactive-template.entertainment #entertainment section.film-section .video-cta {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 9%;
    background: transparent;
    background: rgba(0,0,0,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 15px;
}

.interactive-template.entertainment #entertainment section.ted-section .section-content {
    width: 221px;
}

.interactive-template.entertainment #entertainment section.ted-section h3 {
    padding-right: 25px;
}

.interactive-template.entertainment .close-interactive {
    top: 42px;
    right: 36px;
    opacity: 0;
}

@media only screen and (min-width: 940px) {
    .interactive-template.entertainment #entertainment section .section-content {
        width: 355px;
        right: 61%;
    }

    .interactive-template.entertainment #entertainment section .section-content .section-text h3 {
        font-size: 44px;
        line-height: 1em;
    }

    .interactive-template.entertainment #entertainment section .section-content .section-text p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 31px;
    }

    .interactive-template.entertainment #entertainment section.book-section .section-content {
        width: 315px;
        right: 65%;
    }

    .interactive-template.entertainment #entertainment section.book-section .section-content h3 {
        padding-right: 0;
    }

    .interactive-template.entertainment #entertainment section.book-section .section-content p {
        padding-left: 0;
        margin-top: 28px;
    }

    .interactive-template.entertainment #entertainment section.film-section .section-content {
        right: 66%;
        width: 317px;
    }

    .interactive-template.entertainment #entertainment section.game-section .section-content {
        right: 65%;
        width: 290px;
    }

    .interactive-template.entertainment #entertainment section.ted-section .section-content {
        right: 64.5%;
        width: 313px;
    }

    .interactive-template.entertainment #entertainment section.ted-section .section-content h3 {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1320px) {
    .interactive-template.entertainment #entertainment section .section-content {
        width: 412px;
        right: 65%;
    }

    .interactive-template.entertainment #entertainment section .section-content .section-text h3 {
        font-size: 56px;
    }

    .interactive-template.entertainment #entertainment section .section-content .section-text p {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
        padding-left: 0;
    }

    .interactive-template.entertainment #entertainment section.book-section .section-content {
        width: 395px;
        right: 65.5%;
    }

    .interactive-template.entertainment #entertainment section.book-section .section-content p {
        padding-left: 4px;
        padding-top: 4px;
    }

    .interactive-template.entertainment #entertainment section.game-section .section-content {
        right: 67.5%;
        width: 386px;
    }

    .interactive-template.entertainment #entertainment section.film-section .section-content {
        right: 69%;
        left: auto;
        width: 400px;
    }

    .interactive-template.entertainment #entertainment section.film-section .video-cta {
        left: 54%;
    }

    .interactive-template.entertainment #entertainment section.ted-section .section-content {
        right: 68%;
        width: 418px;
    }
}

#buy-nexus-10 li {
    margin-top: 1em;
}

#buy-nexus-10 .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Overview_bottom-480.jpg");
    background-position: center bottom;
    padding-bottom: 51%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #buy-nexus-10 .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Overview_bottom-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #buy-nexus-10 .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Overview_bottom-1200.jpg");
        padding-bottom: 44%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #buy-nexus-10 .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Overview_bottom-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    #buy-nexus-10 .nexus-10-product-shot {
        padding-bottom: 70%;
        margin-top: 30px;
        background-position: top;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #buy-nexus-10.buy-layout-2 .nexus-10-product-shot {
        position: relative;
        height: 350px;
        top: 20%;
    }
}

@media screen and (min-width: 768px) {
    #buy-nexus-10.buy-layout-2 .nexus-10-product-shot {
        position: relative;
        height: 300px;
        left: 55%;
    }
}

@media screen and (min-width: 1200px) {
    #buy-nexus-10.buy-layout-2 .buy-title {
        position: absolute;
        top: 24%;
        right: 0;
    }

    #buy-nexus-10.buy-layout-2 .nexus-10-product-shot {
        width: 85%;
        left: 0;
        bottom: 50px;
    }
}

.nexus-10 #chrome .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Chrome-480.jpg");
    padding-bottom: 57%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-10 #chrome .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Chrome-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-10 #chrome .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Chrome-1200.jpg");
        padding-bottom: 48%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-10 #chrome .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Chrome-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-10 #chrome .nexus-10-product-shot {
        padding-bottom: 30%;
        background-position: center top;
    }
}

.nexus-10 #google-play .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Google_Play-480.jpg");
    padding-bottom: 57%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-10 #google-play .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Google_Play-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-10 #google-play .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Google_Play-1200.jpg");
        padding-bottom: 48%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-10 #google-play .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Google_Play-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-10 #google-play .nexus-10-product-shot {
        padding-bottom: 30%;
        background-position: center top;
    }
}

.nexus-10 #google-plus-hangouts .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Google_Plus-480.jpg");
    padding-bottom: 57%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-10 #google-plus-hangouts .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Google_Plus-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-10 #google-plus-hangouts .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Google_Plus-1200.jpg");
        padding-bottom: 48%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-10 #google-plus-hangouts .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Google_Plus-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-10 #google-plus-hangouts .nexus-10-product-shot {
        padding-bottom: 30%;
        background-position: center top;
    }
}

.nexus-10 #intro {
    padding-top: 1.875em;
}

.nexus-10 #intro .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Overview_bottom-480.jpg");
    padding-bottom: 57%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-10 #intro .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Overview_bottom-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-10 #intro {
        padding-top: 1.875em;
    }

    .nexus-10 #intro .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Overview_bottom-1200.jpg");
        padding-bottom: 48%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-10 #intro .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Overview_bottom-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-10 #intro .nexus-10-product-shot {
        padding-bottom: 45%;
        background-position: center;
    }

    .nexus-10 #intro .row.sale-info {
        margin-top: 14px;
        float: left;
    }
}

.nexus-10 #shareable-customizable .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Sharable_And_Custom-480.jpg");
    padding-bottom: 57%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-10 #shareable-customizable .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Sharable_And_Custom-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-10 #shareable-customizable .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Sharable_And_Custom-1200.jpg");
        padding-bottom: 48%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-10 #shareable-customizable .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Sharable_And_Custom-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-10 #shareable-customizable .nexus-10-product-shot {
        padding-bottom: 30%;
        background-position: center top;
    }
}

.nexus-10 #thin-light-powerful .nexus-10-product-shot {
    background-image: url("../../images/nexus-10-new/N10_Thin_Light_and_Powerful-480.jpg");
    padding-bottom: 91%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .nexus-10 #thin-light-powerful .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Thin_Light_and_Powerful-480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .nexus-10 #thin-light-powerful .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Thin_Light_and_Powerful-1200.jpg");
        padding-bottom: 66%;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .nexus-10 #thin-light-powerful .nexus-10-product-shot {
        background-image: url("../../images/nexus-10-new/N10_Thin_Light_and_Powerful-1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .nexus-10 #thin-light-powerful .nexus-10-product-shot {
        padding-bottom: 60%;
        background-position: center;
    }
}

#introduction .n5-product-row {
    margin-top: 6.5625em;
    margin-bottom: 6.5625em;
}

#introduction h2 {
    margin-top: 0;
}

#introduction .nexus-5-product-shot {
    background-image: url("../../images/nexus-5-new/learn_intro_1200.png");
    padding-bottom: 405px;
    background-position: left center;
    margin: 1em auto 0;
    width: 320px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #introduction .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_intro_1200-2x.png");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    #introduction .nexus-5-product-shot {
        width: 380px;
        height: 620px;
        float: left;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1201px) {
    #introduction .nexus-5-product-shot {
        width: 480px;
        height: 640px;
        margin-left: 110px;
        float: left;
    }
}

#introduction .nexus-5-product-desc {
    width: 300px;
    margin: auto;
    margin-top: 10px;
}

#introduction .nexus-5-product-desc h2 {
    width: 315px;
}

#introduction .nexus-5-product-desc h4 {
    width: 280px;
}

#introduction .nexus-5-product-desc p {
    width: 270px;
}

@media only screen and (min-width: 481px) {
    #introduction .nexus-5-product-desc {
        width: 440px;
        padding: 0 26px;
    }

    #introduction .nexus-5-product-desc h2 {
        width: 400px;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;

    }

    #introduction .nexus-5-product-desc h4 {
        width: auto;
        
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;

    }

    #introduction .nexus-5-product-desc p {
        width: auto;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;

    }
}

@media only screen and (min-width: 769px) {
    #introduction .nexus-5-product-desc {
        width: 393px;
        padding: 20px 20px 0 15px;
        float: left;
    }

    #introduction .nexus-5-product-desc .retailerCopy {
        margin-right: 0;
    }

    #introduction .nexus-5-product-desc .price {
        margin-right: 9px;
    }

    #introduction .nexus-5-product-desc h2 {
        padding-right: 48px;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;

    }
}

@media only screen and (min-width: 1201px) {
    #introduction .nexus-5-product-desc {
        width: 560px;
        padding: 60px 60px 0 60px;
        float: left;
    }

    #introduction .nexus-5-product-desc h2 {
        padding-right: 15px;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }
}

@media only screen and (min-width: 1201px) {
    .dbcs #introduction .nexus-5-product-desc h2 {
        font-size: 40px;
    }
}

.sale-info {
    margin-bottom: 3.5em;
}

.sale-info .price-wrapper,.sale-info .btn {
    display: block;
    float: left;
}

.sale-info p,.sale-info a {
    display: inline-block;
    line-height: 3.125em;
    margin: 0 1em 0 0;
}

.sale-info .btn {
    margin-top: 10px;
}

.sale-info p.price {
    display: block;
    line-height: 3.125em;
}

.sale-info .text-btn {
    width: auto;
    margin-top: -20px;
    margin-right: 0px;
    line-height: 0.85em;
}

.sale-info .text-btn p {
    width: auto !important;
}

.sale-info .scroll-btn.disabled {
    border-color: #6a6e71;
    background-image: -webkit-linear-gradient(top,#6a6e71,#5e6367);
    background-image: -moz-linear-gradient(top,#6a6e71,#5e6367);
    background-image: -ms-linear-gradient(top,#6a6e71,#5e6367);
    background-image: -o-linear-gradient(top,#6a6e71,#5e6367);
    background-image: linear-gradient(top,#6a6e71,#5e6367);
    color: #fff;
}

@media screen and (max-width: 480px) {
    .sale-info .text-btn {
        margin-top: -28px;
    }
}

.ie9 .sale-info a .arrow,.ie9 .sale-info a .text-btn .arrowComplex,.text-btn .ie9 .sale-info a .arrowComplex,.ie10 .sale-info a .arrow,.ie10 .sale-info a .text-btn .arrowComplex,.text-btn .ie10 .sale-info a .arrowComplex,.ie .sale-info a .arrow,.ie .sale-info a .text-btn .arrowComplex,.text-btn .ie .sale-info a .arrowComplex {
    position: relative;
    top: 1.1em;
}

@media only screen and (min-width: 481px) {
    #introduction .n5-product-row {
        margin-top: 3.5em;
        margin-bottom: 3.5em;
    }

    #introduction h2 {
        
     
        color: #646464;
font-size: 48px;
: -1px;
line-height: 1;
margin: 5px 0 15px 0;
    }

    #introduction .nexus-5-product-shot {
        width: 375px;
    }

    .sale-info .price-wrapper,.sale-info .btn {
        display: inline-block;
        float: none;
        height: 46px;
width: 186px;
font-size: 14px;
padding-left: 38px;
padding-top: 2px;
background: #20bef1;
/* padding: .9em 1em; */
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);

    }

    .sale-info p.price {
        display: inline-block;
        line-height: 3.125em;
    }

    .sale-info .text-btn {
        float: none;
        margin-top: 2.275em;
        line-height: 0.85em;
    }
}

@media only screen and (min-width: 769px) {
    #introduction .n5-product-row {
        margin-top: 6.5625em;
        margin-bottom: 6.5625em;
    }

    #introduction .nexus-5-product-shot {
        background-position: center;
    }

    #introduction h2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1201px) {
    #introduction h2 {
        margin-top: 0;
        font-weight: 200;
        font-size:58px;
    }
}

#section-inspire {
    max-height: 400px;
    min-height: 400px;
    position: relative;
    z-index: 1;
}

#section-inspire h1 {
    margin-top: 1.8em;
    line-height: 1.1em;
}

#section-inspire .hero-copy {
    color: white;
    text-align: left;
    position: relative;
    margin-left: 50px;
}

#section-inspire .hero-copy p {
    margin-top: 0;
}

#section-inspire .hero-copy a,#section-inspire .hero-copy h1,#section-inspire .hero-copy h2 {
    color: white;
}

#section-inspire .hero-copy #watch-button {
    margin-top: 0.5em;
    display: none;
    float: left;
}

#section-inspire .hero-copy #watch-button .watch-button-text-template {
    display: none;
}

@media only screen and (min-width: 769px) {
    #section-inspire {
        max-height: 400px;
        min-height: 300px;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }

    #section-inspire h1 {
        margin: 0.9em 0 .2em 0;
        line-height: 1.1em;
        font-weight: 200;
        font-size: 3em;
        color: #fff;
    }

    #section-inspire p {
        width: 90%;
        line-height: 1.1em;
        font-weight: 200;
        font-size: 1.3em;
    }

    #section-inspire .outline-btn,#section-inspire .explore-button {
        display: inline-block;
    }

    #section-inspire .hero-copy {
        top: 30px;
    }
}

@media only screen and (min-width: 960px) {
    #section-inspire {
        max-height: 400px;
        min-height: 300px;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }

    #section-inspire h1 {
        margin: 2.5em 0 .2em 0;
        line-height: 1.1em;
        font-size: 70px;
        color: #fff;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }

    #section-inspire p {
        width: 90%;
        line-height: 1.1em;
                color: #fff;
font-weight: 400;
font-size: 1.2em;
margin-bottom: 36px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }

    #section-inspire .outline-btn,#section-inspire .explore-button {
        display: inline-block;
    }

    #section-inspire .hero-copy {
        margin-top: -90px;
    }
}

@media only screen and (min-width: 1201px) {
    #section-inspire {
        max-height: 400px;
        min-height: 300px;
        
    }

    #section-inspire h1 {
        margin-top: 350px;
        font-size: 70px;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }

    #section-inspire p {
        width: 70%;
        line-height: 1.2em;
        font-size: 21px;
        margin-top: 1em;
        color: #fff;
font-weight: 400;
margin-bottom: 36px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }

    .dbcs #section-inspire h1 {
        font-size: 3.5em;
        margin-top: 200px;
        -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    #section-inspire {
        max-height: 400px;
        min-height: 400px;
    }

    #section-inspire h1 {
        font-size: 2.5em;
    }

    #section-inspire p {
        font-size: 1em;
    }

    #section-inspire .hero-copy {
        bottom: 20px;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
    #section-inspire {
        min-height: 400px;
    }

    .hero-copy {
        top: 0px;
    }
}

@media screen and (min-height: 300px) and (max-height: 500px) {
    #section-inspire {
        min-height: 400px;
    }
}

@media screen and (min-width: 300px) and (orientation: landscape) {
    #section-inspire {
        min-width: 100%;
        min-height: 300px;
    }
}

#section-inspire .row .columns {
    color: #fff;
}

#section-inspire h1,#section-inspire p,#section-inspire a {
}

.no-js .photography-parallax,.no-parallax .photography-parallax {
    position: relative;
    background-image: url("../../images/nexus-5-new/moments/moment_photo_static_480.jpg");
    background-position: center;
    background-size: 100%;
}

.no-js .photography-parallax .circle,.no-parallax .photography-parallax .circle {
    display: block !important;
}

.no-parallax-learn-photo #section-photography #feature-image {
    display: none;
}

.no-parallax-learn-photo #section-photography .camera-feature-title,.no-parallax-learn-photo #section-photography #feature-image2,.no-parallax-learn-photo #section-photography #feature-image3,.no-parallax-learn-photo #section-photography .camera-feature-elem {
    position: relative;
    margin: 0 auto;
}

.no-parallax-learn-photo #section-photography .camera-feature-title.hidden,.no-parallax-learn-photo #section-photography #feature-image2.hidden,.no-parallax-learn-photo #section-photography #feature-image3.hidden,.no-parallax-learn-photo #section-photography .camera-feature-elem.hidden {
    visibility: visible !important;
    display: block !important;
}

.no-parallax-learn-photo #section-photography .camera-feature-image {
    margin-left: -166px;
    left: 50%;
}

@media only screen and (max-width: 410px) {
    .no-parallax-learn-photo #section-photography .camera-feature-image {
        position: relative;
        margin-left: -167px;
    }
}

.no-parallax-learn-photo #section-photography .camera-feature-image.camera-feature-image-hidden {
    position: absolute;
    z-index: -1;
}

.no-parallax-learn-photo #section-photography #feature-image2 {
    margin-top: 30px;
}

.no-parallax-learn-photo #section-photography .camera-feature-slider-wrapper {
    display: none;
}

.no-parallax-learn-photo #section-photography .camera-feature-elem.transparent .camera-feature-elem-inner .camera-feature-elem-inner-inner .camera-feature-icon {
    opacity: 0;
}

.no-parallax-learn-photo #section-photography .camera-feature-elem.transparent .camera-feature-desc-inner {
    opacity: 1;
}

.photography-parallax video {
    position: absolute;
}

.photography-parallax .parallax-image,.photography-parallax .interactive-image {
    background-image: url("../../images/nexus-5-new/moments/moment_photo_480.jpg");
    background-position: center;
    background-size: 100%;
}

.photography-parallax .moment-caption {
    width: 130px;
    margin-left: -123px;
    margin-top: 74px;
    margin-bottom: 0px;
}

.photography-parallax .moment-caption .block-1200 {
    display: block;
}

.photography-parallax .moment-caption em {
    margin-top: 9px;
    line-height: 37px;
}

.circle {
    position: absolute;
    left: 58%;
    top: 80px;
    background-image: url("../../images/nexus-5-new/photo_circle_small.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 90px;
    height: 90px;
}

.moment-stack .circle {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .circle {
        background-image: url("../../images/nexus-5-new/photo_circle_small-2x.png");
        background-size: "contain";
    }
}

#section-photography .n5-product-row {
    margin-top: 5.3125em;
    margin-bottom: 5.3125em;
}

#section-photography .fixed {
    position: fixed !important;
}

#section-photography .camera-feature-title {
    position: absolute;
    top: 0;
    z-index: 13;
    width: 100%;
}

#section-photography .camera-feature-title .camera-feature-title-inner {
    width: 290px;
    margin: 0 auto;
    margin-bottom: 35px;
}

#section-photography .n5-product-row {
    text-align: center;
    position: relative;
}

#section-photography .nexus-5-product-shot {
    background-image: url("../../images/nexus-5-new/learn_photo_480.png");
    width: 410px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 215px;
    margin-bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-photography .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_photo_480-2x.png");
        background-size: "contain";
    }
}

@media only screen and (max-width: 410px) {
    #section-photography .nexus-5-product-shot {
        position: relative;
        margin-left: -205px;
        left: 50%;
    }
}

#section-photography .desc-1 .camera-feature-desc {
    width: 278px;
    margin: auto;
}

#section-photography .desc-1 .camera-feature-desc h4 {
    padding: 0 20px;
}

#section-photography .desc-2 .camera-feature-desc {
    width: 300px;
    margin: auto;
}

#section-photography .desc-2 .camera-feature-desc h4 {
    padding: 0 20px;
}

#section-photography .desc-2 .camera-feature-desc p {
    padding: 0 20px;
}

#section-photography .desc-3 .camera-feature-desc {
    width: 300px;
    margin: auto;
}

#section-photography .desc-4 .camera-feature-desc {
    width: 300px;
    margin: auto;
}

#section-photography .desc-4 .camera-feature-desc h4 {
    padding: 0 20px;
}

#section-photography .desc-5 .camera-feature-desc {
    width: 300px;
    margin: auto;
}

#section-photography .desc-5 .camera-feature-desc h4 {
    padding: 0 20px;
}

#section-photography .camera-feature-image {
    margin-top: 16px;
    width: 322px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-bottom: 185px;
}

#section-photography .camera-feature-image.camera-feature-image-hidden {
    position: absolute;
    z-index: -1;
}

#section-photography #feature-image,#section-photography #feature-image2,#section-photography #feature-image3 {
    position: absolute;
    margin: 0 auto 2em;
    width: 100%;
    z-index: 8;
    overflow: hidden;
}

#section-photography #feature-image.fixed,#section-photography #feature-image2.fixed,#section-photography #feature-image3.fixed {
    position: fixed;
}

#section-photography .camera-feature-logo {
    z-index: 20;
}

#section-photography .camera-feature-logo .camera-feature-icon {
    position: absolute;
    width: 16%;
    top: 0px;
}

#section-photography #camera-feature-1 .camera-feature-icon {
    right: -10px;
}

#section-photography #camera-feature-2 .camera-feature-icon {
    left: -10px;
}

#section-photography #camera-feature-3 .camera-feature-icon {
    right: -10px;
}

#section-photography #camera-feature-4 .camera-feature-icon {
    left: -10px;
}

#section-photography #camera-feature-5 .camera-feature-icon {
    right: -10px;
}

#section-photography camera-feature-description {
    width: 100%;
    margin-top: 1.8%;
}

#section-photography .camera-feature-description {
    overflow: hidden;
    z-index: 999;
}

#section-photography .camera-feature-description .camera-feature-desc-inner {
    margin-top: 1.875em;
}

#section-photography .camera-feature-description h4 {
    margin-bottom: 0;
}

#section-photography .camera-feature-elem {
    position: absolute;
    width: 100%;
}

#section-photography .camera-feature-elem.fixed {
    position: fixed;
}

#section-photography .camera-feature-elem .camera-feature-elem-inner {
    position: relative;
}

#section-photography .camera-feature-elem.transparent .camera-feature-elem-inner .camera-feature-elem-inner-inner .camera-feature-icon {
    opacity: 0;
}

#section-photography .camera-feature-elem.transparent .camera-feature-desc-inner {
    opacity: 0;
}

#section-photography .camera-feature-slider-wrapper {
    overflow: hidden;
    height: 200px;
    width: 322px;
    margin-left: -166px;
    left: 50%;
}

#section-photography .camera-feature-slider-wrapper .slide-1,#section-photography .camera-feature-slider-wrapper .slide-2,#section-photography .camera-feature-slider-wrapper .slide-3,#section-photography .camera-feature-slider-wrapper .slide-4,#section-photography .camera-feature-slider-wrapper .slide-5 {
    position: absolute;
}

#section-photography .camera-feature-image-1,#section-photography #feature-image3 .camera-feature-image-hidden {
    background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide1_480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-1,#section-photography #feature-image3 .camera-feature-image-hidden {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide1_480-2x.jpg");
        background-size: "contain";
    }
}

#section-photography .camera-feature-image-4,#section-photography #feature-image2 .camera-feature-image-hidden {
    background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide2_480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-4,#section-photography #feature-image2 .camera-feature-image-hidden {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide2_480-2x.jpg");
        background-size: "contain";
    }
}

#section-photography .camera-feature-image-2 {
    background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide3_480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-2 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide3_480-2x.jpg");
        background-size: "contain";
    }
}

#section-photography .camera-feature-image-3 {
    background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide4_480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-3 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide4_480-2x.jpg");
        background-size: "contain";
    }
}

#section-photography .camera-feature-image-3 {
    background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide5_480.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-3 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide5_480-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .no-js .photography-parallax,.no-parallax .photography-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_photo_static_768.jpg");
    }

    .no-parallax-learn-photo #section-photography .camera-feature-image {
        left: 0%;
        margin-left: 73px;
    }

    .circle {
        background-image: url("../../images/nexus-5-new/photo_circle.png");
        left: 59%;
        top: 109px;
        width: 170px;
        height: 170px;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    .circle {
        background-image: url("../../images/nexus-5-new/photo_circle-2x.png");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    .photography-parallax .parallax-image,.photography-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_photo_768.jpg");
    }

    .photography-parallax .moment-caption {
        line-height: 48px;
        font-size: 48px;
        width: 300px;
        margin-top: 96px;
        margin-left: -280px;
        margin-bottom: 0px;
    }

    .photography-parallax .moment-caption em {
        margin-top: 16px;
        line-height: 53px;
    }

    #section-photography .n5-product-row {
        margin-top: 3.5em;
        margin-bottom: 3.5em;
    }

    #section-photography .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_photo_1200.png");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-photography .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_photo_1200-2x.png");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-photography .camera-feature-title .camera-feature-title-inner {
        width: 480px;
    }

    #section-photography .camera-feature-title .camera-feature-title-inner .break-large-phone {
        display: block;
    }

    #section-photography .camera-feature-image-1,#section-photography #feature-image3 .camera-feature-image-hidden {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide1_1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-1,#section-photography #feature-image3 .camera-feature-image-hidden {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide1_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-photography .camera-feature-image-4,#section-photography #feature-image2 .camera-feature-image-hidden {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide2_1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-4,#section-photography #feature-image2 .camera-feature-image-hidden {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide2_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-photography .camera-feature-image-2 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide3_1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-2 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide3_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-photography .camera-feature-image-3 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide4_1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-3 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide4_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-photography .camera-feature-image-5 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide5_1200.jpg");
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-photography .camera-feature-image-5 {
        background-image: url("../../images/nexus-5-new/photo_slides/learn_photo_slide5_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-photography .desc-1 .camera-feature-desc {
        width: 380px;
    }

    #section-photography .desc-1 .camera-feature-desc h4 {
        padding: 0;
    }

    #section-photography .desc-2 .camera-feature-desc {
        width: 420px;
    }

    #section-photography .desc-2 .camera-feature-desc h4 {
        padding: 0;
    }

    #section-photography .desc-2 .camera-feature-desc p {
        padding: 0;
    }

    #section-photography .desc-3 .camera-feature-desc {
        width: 480px;
    }

    #section-photography .desc-3 .camera-feature-desc p {
        padding: 0 55px;
    }

    #section-photography .desc-4 .camera-feature-desc {
        width: 430px;
    }

    #section-photography .desc-4 .camera-feature-desc h4 {
        padding: 0;
    }

    #section-photography .desc-5 .camera-feature-desc {
        width: 430px;
    }

    #section-photography .desc-5 .camera-feature-desc h4 {
        padding: 0;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .photography-parallax,.no-parallax .photography-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_photo_static_1200.jpg");
    }

    .no-parallax-learn-photo #section-photography .camera-feature-image {
        margin-left: 117px;
    }

    #section-photography .n5-product-row {
        margin-top: 6.5625em;
        margin-bottom: 6.5625em;
    }

    #section-photography .nexus-5-product-shot {
        width: 660px;
        padding-bottom: 344px;
    }

    #section-photography .camera-feature-slider-wrapper {
        width: 517px;
        height: 318px;
        margin-left: -267.5px;
    }

    #section-photography .camera-feature-image {
        width: 517px;
        margin-top: 25px;
        padding-bottom: 295px;
    }

    #section-photography .camera-feature-title .camera-feature-title-inner {
        width: 700px;
    }

    #section-photography .camera-feature-title .camera-feature-title-inner .break-large-phone {
        display: none;
    }

    #section-photography .desc-1 .camera-feature-desc {
        width: 50%;
    }

    #section-photography .desc-2 .camera-feature-desc {
        width: 50%;
    }

    #section-photography .desc-3 .camera-feature-desc {
        width: 60%;
    }

    #section-photography .desc-3 .camera-feature-desc .break-small-desktop {
        display: block;
    }

    #section-photography .desc-3 .camera-feature-desc p {
        padding: 0;
    }

    #section-photography .desc-4 .camera-feature-desc {
        width: 55%;
    }

    #section-photography .desc-5 .camera-feature-desc {
        width: 55%;
    }

    .circle {
        top: 132px;
        width: 196px;
        height: 196px;
    }

    .photography-parallax .parallax-image,.photography-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_photo_1200.jpg");
    }

    .photography-parallax .moment-caption {
        font-size: 72px;
        width: 435px;
        margin-top: 45px;
        margin-left: -410px;
        margin-bottom: 0px;
        line-height: 72px;
    }

    .photography-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 481px) {
    .photography-parallax .moment-caption {
        font-size: 52px;
        line-height: 62px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 1201px) {
    .photography-parallax .moment-caption {
        font-size: 72px;
        line-height: 72px;
        max-width: initial;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .photography-parallax,.no-parallax .photography-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_photo_static_2400.jpg");
    }

    .no-parallax-learn-photo #section-photography .camera-feature-image {
        margin-left: 332px;
    }

    .photography-parallax .parallax-image,.photography-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_photo_2400.jpg");
    }

    .photography-parallax .moment-caption {
        width: 510px;
        margin-top: 95px;
        margin-bottom: 0px;
        margin-left: -600px;
    }

    .photography-parallax .moment-caption .block-1200 {
        display: inline;
    }

    .photography-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 90px;
    }

    .circle {
        top: 125px;
        width: 270px;
        height: 270px;
    }

    #section-photography .camera-feature-title .camera-feature-title-inner {
        width: 800px;
    }

    #section-photography .camera-feature-title .camera-feature-title-inner .break-mid-desktop {
        display: block;
    }

    #section-photography .desc-1 .camera-feature-desc {
        width: 100%;
    }

    #section-photography .desc-2 .camera-feature-desc {
        width: 100%;
    }

    #section-photography .desc-3 .camera-feature-desc {
        width: 100%;
    }

    #section-photography .desc-3 .camera-feature-desc .break-small-desktop {
        display: none;
    }

    #section-photography .desc-3 .camera-feature-desc p {
        padding: 0;
    }

    #section-photography .desc-4 .camera-feature-desc {
        width: 100%;
    }

    #section-photography .desc-5 .camera-feature-desc {
        width: 100%;
    }

    #section-photography .camera-feature-logo .camera-feature-icon {
        width: 11%;
    }

    #section-photography #camera-feature-1 .camera-feature-icon {
        right: 17%;
    }

    #section-photography #camera-feature-2 .camera-feature-icon {
        left: 17%;
    }

    #section-photography #camera-feature-3 .camera-feature-icon {
        right: 17%;
    }

    #section-photography #camera-feature-4 .camera-feature-icon {
        left: 17%;
    }

    #section-photography #camera-feature-5 .camera-feature-icon {
        right: 17%;
    }
}

@media only screen and (min-width: 1201px) {
    .dbcs #section-photography .camera-feature-title .camera-feature-title-inner {
        font-size: 42px;
    }
}

@media only screen and (min-width: 2400px) {
    #section-photography {
        margin-bottom: 0;
    }
}

@media screen and (min-height: 700px) {
    .camera {
        margin-top: 120px;
    }
}

@media screen and (min-height: 900px) {
    .camera {
        margin-top: 200px;
    }
}

@media screen and (min-height: 1400px) {
    .camera {
        margin-top: 500px;
    }
}

.entertainment-parallax .large-7 {
    text-align: center;
}

.entertainment-parallax h2 {
    margin: .5em 0 .6em 0;
    width: 60%;
    position: absolute;
}

.entertainment-parallax #nexus-7-possibilities {
    margin-bottom: .3em;
    font-size: 1.5em;
    display: block;
    line-height: .9em;
}

@media only screen and (min-width: 769px) {
    .entertainment-parallax #nexus-7-possibilities {
        font-size: 2em;
    }
}

.no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
    background-image: url("../../images/nexus-5-new/moments/moment_entertainment_static_480.jpg");
    background-position: center;
    background-size: 100%;
}

.entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
    background-image: url("../../images/nexus-5-new/moments/moment_entertainment_480.jpg");
    background-position: center;
    background-size: 100%;
}

.entertainment-parallax .moment-caption {
    width: 90px;
    margin-left: -75px;
    margin-top: 60px;
    margin-bottom: 0px;
    white-space: normal;
    text-align: right;
}

.entertainment-parallax .moment-caption em {
    margin-top: 9px;
    line-height: 37px;
}

#section-entertainment .n5-product-row {
    margin-top: 3.125em;
    margin-bottom: 3.125em;
}

#section-entertainment .nexus-5-product-shot {
    background-image: url("../../images/nexus-5-new/learn_entertainment_1200.jpg");
    padding-bottom: 90%;
    margin-bottom: 0;
    background-position: right 0;
    margin-left: 50px;
    height: 540px;
    width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-entertainment .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_entertainment_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-entertainment .nexus-5-product-shot {
        width: 480px;
        height: 610px;
        margin-top: -85px;
        margin-left: 140px;
    }
}

@media only screen and (min-width: 769px) {
    #section-entertainment .nexus-5-product-shot {
        width: 700px;
        height: 900px;
        margin-top: -370px;
        margin-left: 280px;
    }
}

@media only screen and (min-width: 1201px) {
    #section-entertainment .nexus-5-product-shot {
        width: 740px;
        height: 960px;
        margin-top: -420px;
        margin-left: 530px;
    }
}

#section-entertainment .nexus-5-product-desc {
    z-index: 2;
    width: 290px;
    margin: auto;
    margin-top: 0;
}

#section-entertainment .nexus-5-product-desc p {
    width: 270px;
}

@media only screen and (min-width: 481px) {
    #section-entertainment .nexus-5-product-desc {
        width: 330px;
        margin: 0;
        padding-left: 28px;
    }

    #section-entertainment .nexus-5-product-desc p {
        width: auto;
    }
}

@media only screen and (min-width: 769px) {
    #section-entertainment .nexus-5-product-desc {
        width: 480px;
        padding-left: 40px;
        padding-right: 55px;
    }
}

@media only screen and (min-width: 1201px) {
    #section-entertainment .nexus-5-product-desc {
        width: 590px;
        padding-left: 150px;
        padding-right: 60px;
        padding-top: 100px;
    }
}

.explore-button {
    display: none;
}

@media only screen and (min-width: 481px) {
    .no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_entertainment_static_768.jpg");
    }

    .entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_entertainment_768.jpg");
    }

    .entertainment-parallax .moment-caption {
        line-height: 48px;
        font-size: 48px;
        width: 230px;
        margin-top: 70px;
        margin-left: -270px;
        margin-bottom: 0px;
    }

    .entertainment-parallax .moment-caption em {
        margin-top: 16px;
        line-height: 53px;
    }

    #section-entertainment h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #section-entertainment .n5-product-row {
        margin-top: 4.6875em;
        margin-bottom: 4.6875em;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_entertainment_static_1200.jpg");
    }

    #section-entertainment .n5-product-row {
        margin-top: 5.3125em;
        margin-bottom: 5.3125em;
    }

    #section-entertainment .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_entertainment_1200.jpg");
        background-position: right 0;
        padding-bottom: 75%;
    }
}

@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 769px) and (min-resolution: 125dpi), only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    #section-entertainment .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_entertainment_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    .entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_entertainment_1200.jpg");
    }

    .entertainment-parallax .moment-caption {
        font-size: 72px;
        width: 235px;
        margin-top: 45px;
        margin-left: -228px;
        margin-bottom: 0px;
        line-height: 72px;
    }

    .entertainment-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 481px) {
    .entertainment-parallax .moment-caption {
        font-size: 52px;
        line-height: 62px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 1201px) {
    .entertainment-parallax .moment-caption {
        font-size: 72px;
        line-height: 72px;
        max-width: initial;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .entertainment-parallax,.no-parallax .entertainment-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_entertainment_static_2400.jpg");
    }

    .entertainment-parallax .parallax-image,.entertainment-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_entertainment_2400.jpg");
    }

    .entertainment-parallax .moment-caption {
        width: 540px;
        margin-top: 95px;
        margin-bottom: 0px;
        margin-left: -600px;
    }

    .entertainment-parallax .moment-caption em {
        margin-top: 18px;
        line-height: 90px;
    }
}

.no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
    background-image: url("../../images/nexus-5-new/moments/moment_techspec_static_480.jpg");
    background-position: center;
    background-size: 100%;
}

#section-tech-spec .n5-product-row {
    margin-top: 3.4375em;
    margin-bottom: 3.75em;
}

#section-tech-spec .nexus-5-product-shot {
    background-image: url("../../images/nexus-5-new/learn_techspec_480.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 70%;
    height: 420px;
    width: 295px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-tech-spec .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_techspec_480-2x.jpg");
        background-size: "contain";
    }
}

#section-tech-spec .nexus-5-product-desc {
    width: 300px;
    margin: auto;
}

#section-tech-spec .nexus-5-product-desc>ul {
    padding-left: 15px;
}

#section-tech-spec .nexus-5-product-desc h4 {
    width: 270px;
}

#tech-spec-full .annotation {
    line-height: 1.5em;
    font-size: 80%;
}

.tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
    background-image: url("../../images/nexus-5-new/moments/moment_techspec_480.jpg");
    background-size: 100%;
    background-position: center;
}

.tech-spec-parallax .moment-caption {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    width: 115px;
    margin-top: 43px;
    margin-left: 0px;
    white-space: normal;
    margin-bottom: 30px;
}

.tech-spec-parallax .moment-caption em {
    margin-top: 9px;
    line-height: 37px;
}

@media only screen and (min-width: 481px) {
    .no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_static_768.jpg");
    }

    #section-tech-spec .n5-product-row {
        margin-top: 3.5em;
        margin-bottom: 5.3125em;
    }

    #section-tech-spec .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_techspec_1200.jpg");
        height: 430px;
        width: 295px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-tech-spec .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_techspec_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-tech-spec .nexus-5-product-desc {
        width: 480px;
    }

    #section-tech-spec .nexus-5-product-desc>ul {
        padding-left: 15px;
    }

    .tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_768.jpg");
    }

    .tech-spec-parallax .moment-caption {
        font-size: 48px;
        width: 199px;
        margin-top: 75px;
        margin-left: 60px;
        line-height: 48px;
        white-space: normal;
    }

    .tech-spec-parallax .moment-caption em {
        margin-top: 15px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_static_1200.jpg");
    }

    #section-tech-spec .n5-product-row {
        margin-top: 7.5em;
        margin-bottom: 7.5em;
    }

    #section-tech-spec .nexus-5-product-shot {
        padding-bottom: 45%;
        height: 510px;
        width: 340px;
        float: left;
        margin-left: 35px;
    }

    #section-tech-spec .nexus-5-product-desc {
        width: 310px;
        padding-top: 80px;
        padding-left: 30px;
        float: left;
    }

    .tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_1200.jpg");
    }

    .tech-spec-parallax .moment-caption {
        font-size: 72px;
        width: 415px;
        margin-top: 50px;
        margin-left: 60px;
        line-height: 72px;
        margin-bottom: 30px;
        white-space: normal;
        text-align: left;
    }

    .tech-spec-parallax .moment-caption em {
        margin-top: 10px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 481px) {
    .tech-spec-parallax .moment-caption {
        font-size: 52px;
        line-height: 62px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 1201px) {
    .tech-spec-parallax .moment-caption {
        font-size: 72px;
        line-height: 72px;
        max-width: initial;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .tech-spec-parallax,.no-parallax .tech-spec-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_static_2400.jpg");
    }

    #section-tech-spec .n5-product-row {
        margin-top: 7.5em;
        margin-bottom: 7.5em;
    }

    #section-tech-spec .nexus-5-product-shot {
        height: 660px;
        width: 430px;
        padding-top: 155px;
        margin-left: 145px;
    }

    #section-tech-spec .nexus-5-product-desc {
        width: 625px;
        padding-left: 60px;
    }

    .tech-spec-parallax .parallax-image,.tech-spec-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_2400.jpg");
        background-position: center;
        background-size: 100%;
    }

    .tech-spec-parallax .moment-caption {
        width: 540px;
        margin-top: 160px;
        margin-left: 60px;
    }

    .tech-spec-parallax .moment-caption em {
        margin-top: 12px;
        line-height: 90px;
    }
}

.tech-spec-parallax {
    text-align: center;
}

.tech-spec-parallax h2 {
    margin: 1.5em 0 1em 0;
}

@media only screen and (min-width: 769px) {
    .tech-spec-parallax h2 {
        margin-top: 2.5em;
    }
}

.tech-spec-parallax h2 .tech-hardware-parallax {
    width: 100%;
    font-size: 2em;
    display: block;
}

.no-js .gallery-parallax,.no-parallax .gallery-parallax {
    background-image: url("../../images/nexus-5-new/moments/moment_gallery_static_480.jpg");
    background-position: center;
    background-size: 100%;
}

.gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
    background-image: url("../../images/nexus-5-new/moments/moment_gallery_480.jpg");
    background-position: center;
    background-size: 100%;
}

.gallery-parallax .moment-caption {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    display: none;
}

.gallery-parallax .explore-button {
    top: -40px;
    margin-left: 60px;
}

.gallery-parallax .phoneLeft {
    display: none;
    position: absolute;
    top: -138%;
    width: 549px;
    height: 799px;
    background-image: url("../../images/left-mobile.png");
    background-position: center;
    background-size: 100%;
    left: -44%;
}

.gallery-parallax .phoneRight {
    display: none;
    position: absolute;
    right: -3%;
    top: 2%;
    width: 491px;
    height: 784px;
    background-image: url("../../images/right-mobile.png");
    background-position: center;
    background-size: 100%;
}

@media only screen and (min-width: 481px) {
    .no-js .gallery-parallax,.no-parallax .gallery-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_gallery_static_768.jpg");
    }

    .gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_gallery_768.jpg");
    }

    .gallery-parallax .moment-caption {
        display: block;
        width: 235px;
        margin-left: -225px;
        margin-top: 125px;
    }

    .gallery-parallax .moment-caption em {
        margin-top: 24px;
        line-height: 37px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .gallery-parallax,.no-parallax .gallery-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_gallery_static_1200.jpg");
    }

    .gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_gallery_1200.jpg");
    }

    .gallery-parallax .moment-caption em {
        margin-top: 28px;
        line-height: 40px;
    }

    .gallery-parallax .phoneLeft {
        left: -33%;
    }

    .gallery-parallax .phoneRight {
        right: 0%;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .gallery-parallax,.no-parallax .gallery-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_gallery_static_2400.jpg");
    }

    .gallery-parallax .parallax-image,.gallery-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_gallery_2400.jpg");
    }

    .gallery-parallax .moment-caption em {
        margin-top: 38px;
        line-height: 40px;
    }

    .gallery-parallax .phoneLeft {
        left: -330px;
        top: -510px;
    }

    .gallery-parallax .phoneRight {
        right: 40px;
        top: 17px;
    }
}

.buy-title {
    text-align: center;
    margin-bottom: 2.5em !important;
}

.buy-title h2 {
    margin-bottom: 20px;
}

.buy-title h4 {
    margin-top: 0.3em;
}

.buy-title p:last-of-type {
    margin-bottom: 5%;
}

.buy-column .coming-soon {
    line-height: 2.825em;
    text-align: center;
}

.buy-btn.disabled,.buy-btn-no-retailers.disabled {
    background: grey;
    border: none;
    text-shadow: none;
}

.buy-btn.disabled:hover,.buy-btn-no-retailers.disabled:hover {
    border: none;
}

.roundel {
    position: absolute;
    right: -1.2em;
    top: -2.4em;
    background: #0099cc;
    background: rgba(255,75,75,0.8);
    border-radius: 7em;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    box-sizing: border-box;
    width: 6.5em;
    height: 6.5em;
    line-height: 1.1em;
}

#retailer-tray {
    background: #ffffff;
    padding: 20px 5%;
    float: right;
}

#retailer-tray p {
    margin: 0;
}

#retailer-tray ul {
    width: 48%;
    padding: 0;
    float: left;
    margin: 0 4% 0 0;
}

#retailer-tray ul:last-of-type {
    margin-right: 0;
}

#retailer-tray li {
    list-style: none;
}

#retailer-tray li a {
    height: 65px;
    margin: 15px 0;
    border: 1px solid #d4d4d4;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

#retailer-tray li a:hover {
    border: 1px solid #00b3e4;
}

#retailer-tray small {
    display: block;
    margin: 0 0 15px 0;
    clear: both;
}

#buy-nexus-5 .n5-product-row {
    margin-top: 3.75em;
    margin-bottom: 1.875em;
}

#buy-nexus-5 .nexus-5-product-buy {
    position: relative;
    overflow: hidden;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
}

#buy-nexus-5 .nexus-5-product-buy .n7-text-button {
    display: block;
    overflow: hidden;
    clear: both;
}

#buy-nexus-5 #retailer-tray-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#buy-nexus-5 #retailer-tray-container #retailer-tray {
    margin-top: 25px;
}

#buy-nexus-5 .buy-option {
    padding-top: 30px;
    width: 100%;
}

#buy-nexus-5 .buy-option:last-child {
    float: left;
}

#buy-nexus-5 .buy-option .product-price {
    margin-top: 0.5em;
}

#buy-nexus-5 .buy-option .product-price.inflated-currency {
    font-size: 24px;
}

#buy-nexus-5 .buy-option .buy-column {
    width: 50%;
    float: left;
}

#buy-nexus-5 .buy-options-list {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#buy-nexus-5 .nexus-5-product-shot {
    background-image: url("../../images/nexus-5-new/learn_buy_1200.jpg");
    display: block;
    height: 394px;
    width: 240px;
    padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #buy-nexus-5 .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_buy_1200-2x.jpg");
        background-size: "contain";
    }
}

#buy-nexus-5 .nexus-5-buy-desc {
    width: 240px;
    margin: auto;
}

#buy-nexus-5 #retailer-tray-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    right: 0;
    top: 0;
    z-index: 2;
}

#buy-nexus-5 p.available {
    margin-bottom: 2em;
}

#buy-nexus-5 .btn-buy {
    float: none;
    display: inline-block;
    margin-bottom: 5em;
}

#buy-nexus-5 n5-product-row {
    margin-bottom: 5.188em;
}

#buy-nexus-5 p.available {
    margin-bottom: 2em;
}

#buy-nexus-5 .btn-buy {
    float: none;
    display: inline-block;
    margin-bottom: 5em;
}

@media only screen and (min-width: 769px) {
    #buy-nexus-5 .nexus-5-product-shot {
        float: left;
    }

    #buy-nexus-5 .n7-product-row {
        margin-top: 23px;
    }

    #buy-nexus-5 .nexus-5-product-shot {
        background-position: left top;
    }

    #buy-nexus-5 #coming-soon-product-img {
        margin-top: 0;
    }

    #buy-nexus-5 .product-partner-desktop.at-t {
        background-image: url("http://www.google.com/nexus/images/nexus-7-new/buy-atandt-logo-1200");
        background-size: 60% auto;
    }

    #buy-nexus-5 .product-partner-desktop.t-mobile {
        background-image: url("../../images/nexus-7-new/buy-t-mobile-1200.gif");
        background-size: 100% auto;
    }

    #buy-nexus-5 #retailer-tray-close {
        right: 0;
    }

    #buy-nexus-5 .product-price {
        margin-top: 3em;
    }
}

@media only screen and (min-width: 481px) {
    #buy-nexus-5 .n5-product-row {
        margin-top: 3.75em;
        margin-bottom: 6.25em;
    }

    #buy-nexus-5 .nexus-5-buy-desc {
        width: 400px;
    }

    #buy-nexus-5 .nexus-5-product-buy {
        width: 430px;
    }
}

@media only screen and (min-width: 769px) {
    #buy-nexus-5 .nexus-5-buy-desc {
        width: 550px;
    }

    #buy-nexus-5 .buy-options-list {
        height: 100%;
    }

    #buy-nexus-5 .buy-option {
        padding-top: 1.2%;
    }

    #buy-nexus-5 .n5-product-row {
        margin-top: 6.5625em;
        margin-bottom: 6.5625em;
    }

    #buy-nexus-5 .buy-title {
        margin-bottom: 2.5em !important;
    }

    #buy-nexus-5 .nexus-5-product-shot {
        margin-left: 0;
        float: left;
    }

    #buy-nexus-5 .buy-option {
        margin-top: 67px;
        width: 50%;
        float: left;
    }

    #buy-nexus-5 .buy-option .buy-column {
        width: 100%;
        float: none;
    }

    #buy-nexus-5 .nexus-5-product-buy {
        float: left;
        width: 528px;
    }

    #buy-nexus-5 .nexus-5-product-buy>div {
        width: 470px;
        height: 100%;
    }

    #buy-nexus-5 #retailer-tray-container {
        width: 410px;
        overflow: visible;
    }

    #buy-nexus-5 #retailer-tray-container #retailer-tray-close {
        right: -129px;
    }

    #buy-nexus-5 #retailer-tray-container #retailer-tray {
        margin-top: 0;
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
        padding-top: 17px;
    }

    #buy-nexus-5 .buy-option {
        height: 200px;
    }

    #buy-nexus-5 .buy-option .product-storage {
        margin: 0 0 60px 0;
    }

    #buy-nexus-5 .buy-option .product-price {
        margin: 0 0 26px 0;
    }

    #buy-nexus-5 .buy-option .buy-column .btn {
        height: 45px;
        height: 46px;
width: 160px;
padding-top: 11px;
font-size: 14px;
background: #20bef1;
text-transform: uppercase;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-transition-property: background,box-shadow;
-o-transition-property: background,box-shadow;
-webkit-transition-property: background,box-shadow;
transition-property: background,box-shadow;
-moz-transition-duration: .25s;
-o-transition-duration: .25s;
-webkit-transition-duration: .25s;
transition-duration: .25s;
-moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
-o-transition-timing-function: cubic-bezier(.4,0,.2,1);
-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-timing-function: cubic-bezier(.4,0,.2,1);
    }

    #retailer-tray {
        border-bottom: none;
    }
}

@media only screen and (min-width: 1201px) {
    #buy-nexus-5 .nexus-5-buy-desc {
        width: 550px;
    }

    #buy-nexus-5 .nexus-5-product-shot {
        margin-left: 227px;
        margin-right: 30px;
    }

    #buy-nexus-5 #retailer-tray-container #retailer-tray-close {
        right: -160px;
    }

    #buy-nexus-5 .buy-option {
        margin-top: 50px;
    }

    #buy-nexus-5 .nexus-5-product-buy {
        width: 703px;
        margin-left: 353px;
    }

    #buy-nexus-5 .nexus-5-product-buy>div {
        width: 502px;
    }
}

.product-partner-mobile.at-t {
    background-image: url("../../images/nexus-7-new/buy-atandt-logo-768.gif");
}

.product-partner-mobile.t-mobile {
    background-image: url("../../images/nexus-7-new/buy-t-mobile-768.gif");
}

#retailer-tray-container {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 1;
}

#retailer-google,#retailer-amazon,#retailer-staples,#retailer-gamestop,#retailer-bestbuy,#retailer-walmart,#retailer-tray-close,#retailer-tmobile,#retailer-att {
    background-repeat: no-repeat;
    background-position: center center;
}

#retailer-google {
    background-image: url("../../images/nexus-7-new/retailer_google.png");
    background-size: 78% auto;
}

#retailer-sprint {
    background-image: url("../../images/nexus-5-new/retailer_sprint.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-amazon {
    background-image: url("../../images/nexus-7-new/retailer_amazon.png");
}

#retailer-staples {
    background-image: url("../../images/nexus-7-new/retailer_staples.png");
}

#retailer-gamestop {
    background-image: url("../../images/nexus-7-new/retailer_gamestop.png");
}

#retailer-walmart {
    background-image: url("../../images/nexus-7-new/retailer_walmart.png");
}

#retailer-media-markt {
    background-image: url("../../images/nexus-7-new/retailer_mediamarkt.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 25px 8px;
}

#retailer-saturn {
    background-image: url("../../images/nexus-7-new/retailer_saturn.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 25px 8px;
}

#retailer-otto {
    background-image: url("../../images/nexus-7-new/retailer_otto.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 45px 16px;
}

#retailer-expert {
    background-image: url("../../images/nexus-7-new/retailer_expert.png");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 45px 12px;
}

#retailer-conrad {
    background-image: url("../../images/nexus-7-new/retailer_conrad.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 45px 16px;
}

#retailer-euronics {
    background-image: url("../../images/nexus-7-new/retailer_euronics.png");
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: 60px 5px;
}

#retailer-att {
    background-image: url("../../images/nexus-7-new/retailer_att.png");
    background-size: auto 60%;
    background-repeat: no-repeat;
}

#retailer-darty,#retailer-fnac {
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 74px 2px;
}

#retailer-darty {
    background-image: url("../../images/nexus-7-new/retailer_darty.png");
}

#retailer-fnac {
    background-image: url("../../images/nexus-7-new/retailer_fnac.png");
}

#retailer-boulanger {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_boulanger.png");
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: 40px -3px;
}

#retailer-argos {
    background-image: url("../../images/nexus-7-new/retailer_argos.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 60px 7px;
}

#retailer-tesco {
    background-image: url("../../images/nexus-7-new/retailer_tesco.png");
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 70px 5px;
}

#retailer-currys {
    background-image: url("../../images/nexus-7-new/retailer_currys.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

#retailer-john-lewis {
    background-image: url("../../images/nexus-7-new/retailer_johnlewis.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 30px 18px;
}

#retailer-amazon-uk {
    background-image: url("../../images/nexus-7-new/retailer_amazon-uk.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

#retailer-o2 {
    background-image: url("../../images/nexus-7-new/retailer_o2.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 60px 7px;
}

#retailer-three {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_three.jpg");
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: -11px 6px;
}

#retailer-carphone {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_carphonewarehouse.jpg");
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position: 5px 12px;
}

#retailer-phones4u {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_phones4u.jpg");
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 0 10px;
}

#retailer-bouygues {
    background-image: url("http://www.google.com/nexus/images/nexus-7-new/retailer_bouygues.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 16px;
}

#retailer-medimax {
    background-image: url("../../images/nexus-7-new/retailer_medimax.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 25px 16px;
}

#retailer-tmobile {
    background-image: url("../../images/nexus-7-new/retailer_tmobile.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
}

#retailer-elcorte {
    background-image: url("../../images/nexus-7-new/retailer_elcorte.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 50px 5px;
}

#retailer-eroski {
    background-image: url("../../images/nexus-7-new/retailer_eroski.png");
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 40px 20px;
}

#retailer-fnac-es {
    background-image: url("../../images/nexus-7-new/retailer_fnac-es.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 75px 7px;
}

#retailer-medimrkt-es {
    background-image: url("../../images/nexus-7-new/retailer_medimrkt.png");
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: 15px 20px;
}

#retailer-worten {
    background-image: url("../../images/nexus-7-new/retailer_worten.png");
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: 45px -20px;
}

#retailer-emobile {
    background-image: url("http://www.google.com/nexus/images/nexus-5-new/retailer_emobile.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-tray-close {
    background-image: url("../../images/nexus-7-new/retailer_close.png");
    background-size: auto 50%;
    background-repeat: no-repeat;
}

#retailer-rogers {
    background-image: url("../../images/nexus-5-new/retailer_rogers.jpg");
    background-size: auto 47%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-fido {
    background-image: url("../../images/nexus-5-new/retailer_fido.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-telus {
    background-image: url("../../images/nexus-5-new/retailer_telus.jpg");
    background-size: auto 45%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-bell {
    background-image: url("../../images/nexus-5-new/retailer_bell.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-virgin {
    background-image: url("../../images/nexus-5-new/retailer_virgin.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-videotron {
    background-image: url("../../images/nexus-5-new/retailer_videotron.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-videotron-fr {
    background-image: url("../../images/nexus-5-new/retailer_videotron_fr.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-koodo {
    background-image: url("../../images/nexus-5-new/retailer_koodo.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-windmobile {
    background-image: url("../../images/nexus-5-new/retailer_wind.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-radioshack {
    background-image: url("../../images/nexus-5-new/retailer_radioshack.png.jpeg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-sasktel {
    background-image: url("../../images/nexus-5-new/retailer_sasktel.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-bestbuy {
    background-image: url("../../images/nexus-5-new/retailer_bestbuy.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

#retailer-wind {
    background-image: url("../../images/nexus-5-new/retailer_wind.jpg");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
}

.no-js .android-parallax,.no-parallax .android-parallax {
    background-image: url("../../images/nexus-5-new/moments/moment_android_static_480.jpg");
    background-position: center;
    background-size: 100%;
}

.no-js .android-parallax .moment-caption .android-phone,.no-parallax .android-parallax .moment-caption .android-phone {
    display: none;
}

.android-parallax .parallax-image,.android-parallax .interactive-image {
    background-image: url("../../images/nexus-5-new/moments/moment_android_480.jpg");
    background-position: center;
    background-size: 100%;
}

.android-parallax .moment-caption {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    width: 170px;
    margin-left: -180px;
    margin-top: 52px;
}

.android-parallax .moment-caption em {
    margin-top: 5px;
    line-height: 33px;
}

.android-parallax .moment-caption .android-phone {
    display: inline-block;
    background: url("../../images/nexus-5-new/moments/moment_android_phone_480.png");
    width: 211px;
    height: 417px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -72px;
    margin-right: -225px;
}

.android-parallax .large-7 {
    text-align: center;
}

.android-parallax h2 {
    color: #FFF;
    margin: .5em 0 .6em 0;
    display: block;
    width: 60%;
    position: absolute;
}

.android-parallax #nexus-7-android {
    margin-bottom: .3em;
    font-size: 1.5em;
    display: block;
    line-height: .9em;
}

@media only screen and (min-width: 769px) {
    .android-parallax #nexus-7-android {
        font-size: 2em;
    }
}

#section-android .n5-product-row {
    margin-top: 4.0625em;
    margin-bottom: 5.3125em;
    text-align: center;
}

#section-android .nexus-5-product-shot {
    padding-bottom: 55%;
    margin-bottom: 0px;
    margin-top: 3.75em;
    background-image: url("../../images/nexus-5-new/learn_android_480.jpg");
    height: 375px;
    width: 405px;
    position: relative;
    left: 50%;
    margin-left: -202.5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #section-android .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_android_480-2x.jpg");
        background-size: "contain";
    }
}

#section-android .nexus-5-product-desc {
    width: 275px;
    margin: auto;
}

#section-android .nexus-5-product-desc h4 {
    width: 210px;
    margin: auto;
}

#section-android .nexus-5-product-desc p {
    width: 256px;
}

@media only screen and (min-width: 481px) {
    .no-js .android-parallax,.no-parallax .android-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_android_static_768.jpg");
    }

    #section-android .n5-product-row {
        margin-top: 4.6875em;
        margin-bottom: 4.6875em;
    }

    #section-android .nexus-5-product-shot {
        padding-bottom: 32%;
        background-repeat: no-repeat;
        background-position: center top;
        text-align: center;
        background-image: url("../../images/nexus-5-new/learn_android_768.jpg");
        width: 685px;
        height: 310px;
        margin-left: -342.5px;
    }
}

@media only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 481px) and (min-resolution: 125dpi), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
    #section-android .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_android_768-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 481px) {
    #section-android .nexus-5-product-desc {
        width: 450px;
        margin: auto;
    }

    #section-android .nexus-5-product-desc h4 {
        width: auto;
    }

    #section-android .nexus-5-product-desc p {
        width: auto;
    }

    .android-parallax .parallax-image,.android-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_android_768.jpg");
    }

    .android-parallax .moment-caption {
        font-size: 48px;
        width: 250px;
        margin-top: 96px;
        margin-left: -285px;
        line-height: 48px;
    }

    .android-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }

    .android-parallax .moment-caption .android-phone {
        background: url("../../images/nexus-5-new/moments/moment_android_phone_768.png");
        width: 244px;
        height: 488px;
        margin-top: -95px;
        margin-right: -275px;
    }
}

@media only screen and (min-width: 769px) {
    .no-js .android-parallax,.no-parallax .android-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_android_static_1200.jpg");
    }

    #section-android .n5-product-row {
        margin-top: 6.5625em;
        margin-bottom: 10em;
    }

    #section-android .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_android_1200.jpg");
        height: 450px;
        width: 1000px;
        margin-left: -500px;
    }
}

@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 769px) and (min-resolution: 125dpi), only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    #section-android .nexus-5-product-shot {
        background-image: url("../../images/nexus-5-new/learn_android_1200-2x.jpg");
        background-size: "contain";
    }
}

@media only screen and (min-width: 769px) {
    #section-android .nexus-5-product-desc {
        width: 695px;
    }

    #section-android .nexus-5-product-desc h2 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .android-parallax .parallax-image,.android-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_android_1200.jpg");
    }

    .android-parallax .moment-caption {
        font-size: 72px;
        width: 540px;
        margin-top: 130px;
        margin-left: -560px;
        line-height: 72px;
    }

    .android-parallax .moment-caption em {
        margin-top: 13px;
        line-height: 75px;
    }

    .android-parallax .moment-caption .android-phone {
        background: url("../../images/nexus-5-new/moments/moment_android_phone_1200.png");
        width: 312px;
        height: 619px;
        margin-top: -100px;
        margin-right: -400px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 481px) {
    .android-parallax .moment-caption {
        font-size: 52px;
        line-height: 62px;
    }
}

@media only screen and (min-width: 769px) and (min-width: 1201px) {
    .android-parallax .moment-caption {
        font-size: 72px;
        line-height: 72px;
        max-width: initial;
    }
}

@media only screen and (min-width: 1201px) {
    .no-js .android-parallax,.no-parallax .android-parallax {
        background-image: url("../../images/nexus-5-new/moments/moment_android_static_2400.jpg");
    }

    #section-android .nexus-5-product-shot {
        margin-left: auto;
        margin-right: auto;
        left: auto;
        position: static;
    }

    .android-parallax .parallax-image,.android-parallax .interactive-image {
        background-image: url("../../images/nexus-5-new/moments/moment_android_2400.jpg");
    }

    .android-parallax .moment-caption {
        width: 540px;
        margin-top: 130px;
        margin-left: -560px;
    }

    .android-parallax .moment-caption em {
        margin-top: 18px;
        line-height: 90px;
    }

    .android-parallax .moment-caption .android-phone {
        background: url("../../images/nexus-5-new/moments/moment_android_phone_2400.png");
        width: 314px;
        height: 619px;
        margin-right: -400px;
    }
}

.otg-interactive-icons-sprite,.otg-content .otg-nav-icons li[data-section-id="otg-hotel"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-cafe"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-office"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"] .otg-nav-icon,.otg-content .otg-nav-arrows .previous span,.otg-content .otg-nav-arrows .next span,.newPhoto #otg-nav-arrows .previous span,.newPhoto #otg-nav-arrows .next span {
    background-image: url('http://www.google.com/nexus/public/stylesheets/images/otg-interactive-icons-s012d02f3e0.png');
    background-repeat: no-repeat;
}

.interactive-template.otg .close-interactive {
    right: 36px;
    top: 42px;
    z-index: 50;
}

.otg-content {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.otg-content h2,.otg-content p {
    color: #fff;
}

.otg-content ul,.otg-content li {
    margin: 0;
    padding: 0;
}

.otg-content ul {
    width: 100%;
    text-align: center;
}

.otg-content ul li {
    list-style-type: none;
    display: inline-block;
}

.otg-content section {
    position: fixed;
    width: 100%;
    height: 100%;
}

.otg-content .preloader.on-device {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
}

.otg-content .otg-nav-icons {
    position: absolute;
    z-index: 45;
    bottom: 39px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-cafe"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-office"] .otg-nav-icon,.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"] .otg-nav-icon {
    display: inline-block;
    text-indent: -9999px;
}

.otg-content .otg-nav-icons li {
    margin: 0 5px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.otg-content .otg-nav-icons li:before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0;
    -moz-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.otg-content .otg-nav-icons li.active:before {
    opacity: 1 !important;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 92px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-hotel"] .otg-nav-icon {
    background-position: 0 -132px;
    height: 74px;
    width: 62px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-cafe"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 107px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-cafe"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-cafe"] .otg-nav-icon {
    background-position: 0 -58px;
    height: 74px;
    width: 77px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-office"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 94px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-office"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-office"] .otg-nav-icon {
    background-position: 0 -206px;
    height: 74px;
    width: 64px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"]:before {
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75));
    width: 95px;
    height: 114px;
}

.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"]:hover:before {
    opacity: 0.6;
}

.otg-content .otg-nav-icons li[data-section-id="otg-kitchen"] .otg-nav-icon {
    background-position: 0 -280px;
    height: 74px;
    width: 65px;
}

.otg-content .otg-nav-icons li a {
    display: inline-block;
    margin: 15px;
}

.otg-content .otg-nav-arrows li.right-arrow {
    z-index: 5;
    width: 15%;
    height: 100%;
    right: 0;
    position: fixed;
}

.otg-content .otg-nav-arrows li.left-arrow {
    z-index: 5;
    width: 15%;
    height: 100%;
    left: 0;
    position: fixed;
}

.otg-content .otg-nav-arrows .previous,.otg-content .otg-nav-arrows .next,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .previous,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .next,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .next {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
    z-index: 45;
    top: 50%;
    width: 50px;
    height: 85px;
    margin-top: -42.5px;
    opacity: 0;
    background: #000;
}

.otg-content .otg-nav-arrows .on.previous,.otg-content .otg-nav-arrows .on.next,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .on.previous,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .on.previous,.otg-content .otg-nav-arrows .newPhoto #otg-nav-arrows .on.next,.newPhoto #otg-nav-arrows .otg-content .otg-nav-arrows .on.next {
    opacity: 0.6;
}

.otg-content .otg-nav-arrows .previous {
    left: 0;
}

.otg-content .otg-nav-arrows .previous span {
    background-position: 0 0;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
}

.otg-content .otg-nav-arrows .next {
    right: 0;
}

.otg-content .otg-nav-arrows .next span {
    background-position: 0 -29px;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
}

.otg-hotel .otg-caption {
    top: 26%;
    width: 300px;
    left: 25px;
}

@media only screen and (min-width: 769px) {
    .otg-hotel .otg-caption {
        width: 350px;
        left: auto;
        right: 52%;
        top: 28%;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-hotel .otg-caption {
        width: 440px;
        left: auto;
        right: 52%;
        top: 30%;
    }
}

.otg-cafe .otg-caption {
    width: 300px;
    left: 10px;
    top: 36%;
}

@media only screen and (min-width: 769px) {
    .otg-cafe .otg-caption {
        right: 58%;
        width: 300px;
        left: auto;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-cafe .otg-caption {
        right: 58%;
        width: 340px;
        left: auto;
    }
}

.otg-office .otg-caption {
    width: 300px;
    left: 15px;
    top: 20%;
}

@media only screen and (min-width: 769px) {
    .otg-office .otg-caption {
        right: 56%;
        width: 300px;
        left: auto;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-office .otg-caption {
        right: 56%;
        width: 370px;
        left: auto;
    }
}

.otg-kitchen .otg-caption {
    width: 265px;
    left: 15px;
    top: 39%;
}

@media only screen and (min-width: 769px) {
    .otg-kitchen .otg-caption {
        right: 62%;
        width: 265px;
        left: auto;
    }

    .otg-kitchen .otg-caption h2 {
        font-size: 40px;
    }

    .otg-kitchen .otg-caption p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-kitchen .otg-caption {
        right: 62%;
        width: 365px;
        left: auto;
    }

    .otg-kitchen .otg-caption h2 {
        font-size: 56px;
        : inherit;
    }

    .otg-kitchen .otg-caption p {
        font-size: 24px;
    }
}

.otg-caption {
    position: fixed;
    z-index: 20;
    width: 440px;
}

.otg-caption h2 {
    font-size: 40px;
    : -2px;
    line-height: 56px;
}

.otg-caption p {
    font-size: 18px;
}

@media only screen and (min-width: 769px) {
    .otg-caption h2 {
        font-size: 45px;
        : inherit;
    }

    .otg-caption p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1201px) {
    .otg-caption h2 {
        font-size: 56px;
        : inherit;
    }

    .otg-caption p {
        font-size: 24px;
    }
}

.otg-animation {
    position: fixed;
    z-index: 10;
}

.otg-bg {
    position: fixed;
    z-index: 9;
    max-width: none;
}

.item-menu .share.download {
    float: right;
    position: relative;
    right: 30px;
}

.video #video1,.video #player2 {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.sharing-first-frame {
    position: absolute;
    top: 0;
    min-width: 100%;
    z-index: 9;
}

.newPhoto .panel {
    position: absolute;
    height: 100%;
    width: 25%;
    cursor: pointer;
}

.newPhoto #firstPanel {
    left: -25%;
    z-index: 1;
    background: url("../../images/panel1.jpg") no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newPhoto #secondPanel {
    left: -25%;
    z-index: 2;
    background: url("../../images/panel2.jpg") no-repeat 0px center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newPhoto #thirdPanel {
    left: 50%;
    background-color: transparent;
    z-index: 3;
}

.newPhoto #thirdPanelExtend {
    left: -100%;
    background: url("http://www.google.com/nexus/images/panel3.jpg") no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newPhoto #fourthPanel {
    right: -25%;
    z-index: 4;
    background: url("../../images/panel4.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newPhoto .topIndex {
    z-index: 5 !important;
}

.newPhoto .bottomNav {
    position: absolute;
    height: 70px;
    width: 100%;
    bottom: -70px;
    left: 0;
    background-color: black;
    color: white;
    z-index: 26;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.newPhoto .bottomNav h4 {
    float: left;
    width: 25%;
    height: 70px;
    font-size: 16px;
    cursor: pointer;
    color: #009ede;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    padding-top: 26px;
    margin-top: 6px;
}

.newPhoto .bottomNav h4:hover {
    color: white;
}

.newPhoto .whiteText {
    color: white !important;
}

.newPhoto .newGallery .gallery-nav-arrows .previous,.newGallery .gallery-nav-arrows .newPhoto .previous,.newPhoto .newGallery .gallery-inner-nav-arrows .previous,.newGallery .gallery-inner-nav-arrows .newPhoto .previous,.newPhoto .newGallery .gallery-nav-arrows .next,.newGallery .gallery-nav-arrows .newPhoto .next,.newPhoto .newGallery .gallery-inner-nav-arrows .next,.newGallery .gallery-inner-nav-arrows .newPhoto .next,.newPhoto .otg-content .otg-nav-arrows .previous,.otg-content .otg-nav-arrows .newPhoto .previous,.newPhoto .otg-content .otg-nav-arrows .next,.otg-content .otg-nav-arrows .newPhoto .next,.newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .next {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
    z-index: 21;
    top: 50%;
    width: 50px;
    height: 85px;
    margin-top: -42.5px;
    opacity: 0;
    background: #000;
}

.newPhoto .newGallery .gallery-nav-arrows .on.previous,.newGallery .gallery-nav-arrows .newPhoto .on.previous,.newPhoto .newGallery .gallery-inner-nav-arrows .on.previous,.newGallery .gallery-inner-nav-arrows .newPhoto .on.previous,.newPhoto .newGallery .gallery-nav-arrows .on.next,.newGallery .gallery-nav-arrows .newPhoto .on.next,.newPhoto .newGallery .gallery-inner-nav-arrows .on.next,.newGallery .gallery-inner-nav-arrows .newPhoto .on.next,.newPhoto .otg-content .otg-nav-arrows .on.previous,.otg-content .otg-nav-arrows .newPhoto .on.previous,.newPhoto .otg-content .otg-nav-arrows .on.next,.otg-content .otg-nav-arrows .newPhoto .on.next,.newPhoto #otg-nav-arrows .on.previous,.newPhoto #otg-nav-arrows .on.next {
    opacity: 0.6;
}

.newPhoto .nextPrevNav {
    display: none;
}

.newPhoto #otg-nav-arrows li.right-arrow {
    z-index: 30;
    width: 15px;
    height: 100%;
    right: 0;
    position: fixed;
}

.newPhoto #otg-nav-arrows li.left-arrow {
    z-index: 30;
    width: 15px;
    height: 100%;
    left: 0;
    position: fixed;
}

.newPhoto #otg-nav-arrows .previous,.newPhoto #otg-nav-arrows .next {
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: absolute;
    z-index: 30;
    top: 50%;
    width: 50px;
    height: 85px;
    margin-top: -42.5px;
    opacity: 0;
    background: #000;
}

.newPhoto #otg-nav-arrows .on.previous,.newPhoto #otg-nav-arrows .on.next {
    opacity: 0.6;
}

.newPhoto #otg-nav-arrows .previous {
    left: 0;
}

.newPhoto #otg-nav-arrows .previous span {
    background-position: 0 0;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
    margin-left: 10px;
}

.newPhoto #otg-nav-arrows .next {
    right: 0;
}

.newPhoto #otg-nav-arrows .next span {
    background-position: 0 -29px;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-top: 28px;
    text-indent: -9999px;
    margin-left: 20px;
}

.newPhoto .close-interactive {
    position: absolute;
    right: 30px !important;
    top: 30px !important;
    visibility: visible !important;
    z-index: 101;
}

.newPhoto .copy {
    position: absolute;
    color: white;
    font-family: "Roboto";
    font-weight: 300;
    z-index: 100;
    text-align: center;
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.newPhoto .copy h2 {
    color: white;
    font-size: 63px;
    margin: 0;
    padding: 0;
}

.newPhoto .copy p {
    font-size: 16px;
}

.newPhoto video {
    position: absolute;
}

.topIndexAnimation {
    z-index: 20 !important;
}

.topPreviousAnimation {
    z-index: 19 !important;
}

.thirdVideo {
    margin-top: 90px;
}

.techPage .overlay_phone,.techPage .overlay_copy {
    position: absolute;
    background-image: url("../../images/nexus-5-new/moments/moment_techspec_1200_2_phone.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .techPage .overlay_phone,.techPage .overlay_copy {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_1200_2_phone-2x.png");
        background-size: "contain";
    }
}

.techPage .overlay_copy {
    background-image: url("../../images/nexus-5-new/moments/moment_techspec_1200_2_copy.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .techPage .overlay_copy {
        background-image: url("../../images/nexus-5-new/moments/moment_techspec_1200_2_copy-2x.png");
        background-size: "contain";
    }
}

.techPage .closeButton {
    position: absolute;
    display: block;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -87px -219px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 52px;
    height: 52px;
    top: 35px;
    right: 65px;
    cursor: pointer;
}

.no-touch .techPage .closeButton:hover,.no-touch a:hover .techPage .closeButton,.no-touch .block-anchor:hover .techPage .closeButton {
    background-position: -71px -803px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .techPage .closeButton:hover,.no-touch a:hover .techPage .closeButton,.no-touch .block-anchor:hover .techPage .closeButton {
        background-position: -52px -737px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .techPage .closeButton {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -737px;
    }
}

@media screen and (max-width: 1024px) {
    .moment-caption[data-lang*="IT-entertainment"] {
        width: 240px;
        line-height: 61px;
        font-size: 60px;
    }

    .moment-caption[data-lang*="IT-tech-spec"] {
        margin-left: 0;
        max-width: 330px;
    }

    .moment-caption[data-lang*="IT-android-parallax"] {
        margin-top: 100px;
    }
}

.moment-caption[data-lang*="ES-photography-parallax"] {
    width: 561px;
}

.photography-parallax .moment-caption[data-lang*="KR-photography-parallax"] {
    margin-top: 80px;
}

#retailer-tray-container[data-lang*="JP-retailer-tray-container"] {
    margin-top: -33px;
}

body[data-lang*="font-adjustment"] {
    font-family: "helvetica",sans-serif;
}

body[data-lang*="font-adjustment"] a {
    font-family: "helvetica",sans-serif;
}

body.rtl[data-lang*="font-adjustment"] {
    font-family: "helvetica",sans-serif;
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"].landing .hero-landing>div {
    text-align: right;
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"].landing .hero-landing .hero-copy {
    text-align: right;
    direction: rtl;
    width: 45%;
}

body.rtl[data-lang*="font-adjustment"].landing .hero-landing .hero-copy p {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"].landing .hero-landing .hero-copy #watch-button {
    float: right;
}

body.rtl[data-lang*="font-adjustment"].landing .block-anchor a {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"].landing .block-anchor a h3,body.rtl[data-lang*="font-adjustment"].landing .block-anchor a p {
    direction: rtl;
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] .nexus-5 .tech-spec-parallax .moment-caption {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] header>div {
    float: right;
}

body.rtl[data-lang*="font-adjustment"] header>div.btn-buy {
    float: left;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar {
    direction: rtl;
    left: initial;
    right: 0;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container {
    direction: rtl;
    text-align: right;
    padding-right: 4.8em;
    padding-left: 0;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a .clear,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container .clear {
    right: initial;
    left: 20px;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a .icon-sprite,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a #close-video,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container .icon-sprite,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container #close-video {
    left: initial;
    right: 0;
    margin: 6px 5px 0 0;
}

body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li a .indicator-icon,body.rtl[data-lang*="font-adjustment"] nav.sidebar ul li .search-container .indicator-icon {
    margin-right: 0;
    margin-left: 20px;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 .retailer-button a {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 .n7-feat-title {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #buy-nexus-7 .buy-title h4 {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] .dropdown.features a {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] .dropdown.features a span.ng-binding {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] .ltr {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] .rtl {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #section-inspire-content>div {
    width: 94%;
    margin-left: 0;
}

body.rtl[data-lang*="font-adjustment"] #section-inspire-content .hero-copy {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] #section-inspire-content .hero-copy p {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] .tech-spec-parallax .parallax-content .inner .moment-caption {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] .tech-spec-parallax .parallax-content .inner .moment-caption span {
    text-align: right;
}

body.rtl[data-lang*="font-adjustment"] .product-price {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec .tech-spec-open {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec .tech-spec-close {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec #tech-spec-full h2 {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec #tech-spec-full ul {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-tech-spec #tech-spec-full ul ul.content li {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] #section-entertainment {
    direction: ltr;
}

body.rtl[data-lang*="font-adjustment"] #section-entertainment .nexus-5-product-desc {
    direction: rtl;
}

body.rtl[data-lang*="font-adjustment"] a {
    font-family: "helvetica",sans-serif;
    direction: rtl;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #buy-nexus-5.buy-layout-2 .nexus-5-product-shot {
        position: relative;
        height: 350px;
        top: 20%;
    }
}

@media screen and (min-width: 768px) {
    #buy-nexus-5.buy-layout-2 .nexus-5-product-shot {
        position: relative;
        height: 300px;
        left: 40%;
    }
}

@media screen and (min-width: 1200px) {
    #buy-nexus-5.buy-layout-2 .nexus-5-buy-desc {
        position: absolute;
        top: 36%;
        right: 20%;
    }

    #buy-nexus-5.buy-layout-2 .nexus-5-product-shot {
        min-height: 283px;
        left: 0;
    }
}

body[data-lang*="KR"] .hero.hero-landing h1,body[data-lang*="KR"] h1,body[data-lang*="KR"] h2,body[data-lang*="KR"] h3,body[data-lang*="KR"] h4,body[data-lang*="KR"] .hero-copy p {
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body[data-lang*="KR"] h1,body[data-lang*="KR"] .nexus-5 h2,body[data-lang*="KR"] h3 {
    word-wrap: normal;
}

body[data-lang*="KR"] h1 b,body[data-lang*="KR"] h2 b,body[data-lang*="KR"] h3 b,body[data-lang*="KR"] h4 b {
    font-weight: inherit;
}

body[data-lang*="KR"] .entertainment-parallax .moment-caption {
    width: 50% !important;
    margin-left: -50% !important;
    max-width: none !important;
}

body[data-lang*="KR"] .tech-spec-parallax .moment-caption {
    width: 50% !important;
    left: 50%;
    font-size: 3em !important;
}

@media only screen and (max-width: 480px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 2.375em;
        margin-top: 3em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .nexus-7 h3,body[data-lang*="KR"] .nexus-5 h3 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 2.25em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        font-size: 44px;
    }
}

@media only screen and (min-width: 769px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 2.7em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 50.4px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        margin-left: -310px;
    }
}

@media only screen and (min-width: 961px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 3.5em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1201px) {
    body[data-lang*="KR"] .nexus-7 h1,body[data-lang*="KR"] #section-inspire h1 {
        font-size: 3.32em;
    }

    body[data-lang*="KR"] .nexus-7 h2,body[data-lang*="KR"] .nexus-5 h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    body[data-lang*="KR"] .photography-parallax .moment-caption {
        font-size: 56px;
        max-width: 465px;
        margin-left: -530px;
    }
}

body[data-lang*="JP"] .hero.hero-landing h1,body[data-lang*="JP"] h1,body[data-lang*="JP"] h2,body[data-lang*="JP"] h3,body[data-lang*="JP"] h4,body[data-lang*="JP"] .hero-copy p {
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body[data-lang*="JP"] h1,body[data-lang*="JP"] .nexus-5 h2,body[data-lang*="JP"] h3 {
    word-wrap: normal;
}

body[data-lang*="JP"] h1 b,body[data-lang*="JP"] h2 b,body[data-lang*="JP"] h3 b,body[data-lang*="JP"] h4 b {
    font-weight: inherit;
}

body[data-lang*="JP"] .entertainment-parallax .moment-caption {
    width: 50% !important;
    margin-left: -48% !important;
    max-width: none !important;
}

body[data-lang*="JP"] .tech-spec-parallax .moment-caption {
    left: 50%;
    font-size: 3em !important;
}

body[data-lang*="JP"] .android-parallax .moment-caption {
    margin-top: 160px;
}

@media only screen and (max-width: 480px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 2.375em;
        margin-top: 3em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .nexus-7 h3,body[data-lang*="JP"] .nexus-5 h3 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 2.25em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        font-size: 44px;
    }
}

@media only screen and (min-width: 769px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 2.7em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 50.4px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        margin-left: -310px;
    }
}

@media only screen and (min-width: 961px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 3.5em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1201px) {
    body[data-lang*="JP"] .nexus-7 h1,body[data-lang*="JP"] #section-inspire h1 {
        font-size: 3.32em;
    }

    body[data-lang*="JP"] .nexus-7 h2,body[data-lang*="JP"] .nexus-5 h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    body[data-lang*="JP"] .photography-parallax .moment-caption {
        font-size: 56px;
        margin-left: -530px;
    }
}

body[data-lang*="HK"] .hero.hero-landing h1,body[data-lang*="HK"] h1,body[data-lang*="HK"] h2,body[data-lang*="HK"] h3,body[data-lang*="HK"] h4,body[data-lang*="HK"] .hero-copy p {
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body[data-lang*="HK"] h1,body[data-lang*="HK"] .nexus-5 h2,body[data-lang*="HK"] h3 {
    word-wrap: normal;
}

body[data-lang*="HK"] h1 b,body[data-lang*="HK"] h2 b,body[data-lang*="HK"] h3 b,body[data-lang*="HK"] h4 b {
    font-weight: inherit;
}

body[data-lang*="HK"] .entertainment-parallax .moment-caption {
    width: 50% !important;
    margin-left: -48% !important;
    max-width: none !important;
}

body[data-lang*="HK"] .tech-spec-parallax .moment-caption {
    left: 50%;
    font-size: 3em !important;
}

body[data-lang*="HK"] .android-parallax .moment-caption {
    margin-top: 160px;
}

@media only screen and (max-width: 480px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 2.375em;
        margin-top: 3em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .nexus-7 h3,body[data-lang*="HK"] .nexus-5 h3 {
        font-size: 34.2px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 2.25em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 45px !important;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        font-size: 44px;
    }
}

@media only screen and (min-width: 769px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 2.7em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 50.4px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        margin-left: -310px;
    }
}

@media only screen and (min-width: 961px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 3.2em;
        margin-top: 3.5em;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 1201px) {
    body[data-lang*="HK"] .nexus-7 h1,body[data-lang*="HK"] #section-inspire h1 {
        font-size: 80px;
        margin-top: 172px;
    }

    body[data-lang*="HK"] .nexus-7 h2,body[data-lang*="HK"] .nexus-5 h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    body[data-lang*="HK"] .photography-parallax .moment-caption {
        font-size: 56px;
        margin-left: -530px;
    }
}

#hero-category {
    background: transparent;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f7f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(100%, #f7f8f8));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f7f8f8 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f7f8f8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f7f8f8 100%);
    background: linear,to bottom,#fff 0%,#fff 50%,#f7f8f8 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f8f8', GradientType=0);
    display: none;
    text-align: center;
}

#hero-category .row {
    margin-top: 40px;
}

#hero-category .additional-copy {
    margin: 40px 0;
    margin-top: 5em;
}

#hero-category .additional-copy>* {
    margin: 0 auto;
    text-align: center;
    width: 650px;
}

#hero-category.active {
    display: block;
}

#hero-category .inner .left,#hero-category .inner .right {
    position: relative;
}

#hero-category .inner .left h2,#hero-category .inner .right h2 {
    margin-bottom: 8px;
    font-size: 1.2em;
    font-weight: 400;
}

#hero-category .inner .left h2 a,#hero-category .inner .right h2 a {
    color: #5b6064;
}

#hero-category .inner .left p,#hero-category .inner .right p {
    font-size: 0.9em;
    margin-top: 0;
}

#hero-category .small-links {
    display: none;
}

#hero-category #comparison-image img {
    min-width: 320px;
    max-width: 832px;
    width: 72%;
}

@media only screen and (min-width: 769px) {
    #hero-category #comparison-image img {
        width: 42%;
    }
}

#hero-category #comparison-buttons {
    width: 100%;
    margin-top: 2em;
    top: 135px;
}

#hero-category #comparison-buttons h2 {
    font-size: 1.4em;
    font-weight: 400;
    margin: 0;
}

#hero-category #comparison-buttons h2 a,#hero-category #comparison-buttons h2 a:hover {
    color: #5b6064;
}

#hero-category #comparison-buttons p {
    margin: 1.2em 0 1.4em 0;
}

#hero-category #comparison-buttons .buy-link {
    font-weight: 400;
}

#hero-category #comparison-buttons .btn,#hero-category #comparison-buttons .n7-btn {
    background-image: url("../../images/arrow-right-white.png");
    background-repeat: no-repeat;
    background-position: 20px 1.1em;
    text-transform: uppercase;
    padding-right: 25px;
    padding-left: 35px;
}

#hero-category #comparison-buttons .left,#hero-category #comparison-buttons .right {
    width: 30%;
    min-width: 180px;
    display: inline-block;
    float: none !important;
}

@media only screen and (min-width: 481px) {
    #hero-category #comparison-buttons .left,#hero-category #comparison-buttons .right {
        min-width: 210px;
    }
}

@media only screen and (min-width: 769px) {
    #hero-category #comparison-buttons {
        position: absolute;
        margin-top: 5%;
    }

    #hero-category #comparison-buttons .left {
        margin: 0;
        float: left !important;
    }

    #hero-category #comparison-buttons .right {
        margin: 0;
        float: right !important;
    }
}

#hero-category #comparison-copy {
    margin: 0 auto 15px auto;
    padding: 10px 5%;
    max-width: 1200px;
}

#hero-category #comparison-copy a {
    background-image: url("../../images/arrow-down-blue.png");
    background-repeat: no-repeat;
    background-position-y: 0.4em;
    padding-left: 20px;
    font-weight: 400;
}

.categories {
    border-top: 1px solid #e1e4e6;
}

.categories .category {
    width: 25%;
    float: left;
}

#build-bottom {
    margin-top: 0;
    overflow: visible;
    background-color: #fff;
    clear: both;
}

#build-bottom:after {
    content: "";
    clear: both;
}

#build-bottom .large-phones {
    margin: -30px -35px -30px -30px;
}

#build-bottom .large-tablets {
    margin: -30px 0px -30px -15px;
}

.js #build-bottom {
    display: none;
    position: absolute;
    width: 100%;
}

@media all and (max-width: 720px) {
    .categories .category:first-child {
        text-align: left;
        border: none;
        border-bottom: 1px solid #e1e4e6;
    }
}

.language-selector {
    position: relative;
    width: 100%;
    background: url("../../images/language-selector-background.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    display: none;
    overflow: hidden;
    padding-left: 75px;
    padding-right: 75px;
}

.language-selector h2 {
    font-size: 44px;
    color: white;
    font-family: "Roboto";
    font-weight: 100;
    text-align: center;
    : normal;
    line-height: 44px;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 35px;
}

.language-selector .closeButton {
    position: absolute;
    display: block;
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -87px -219px;
    background-repeat: no-repeat;
    background-size: 144px auto;
    width: 52px;
    height: 52px;
    top: 35px;
    right: 25px;
    cursor: pointer;
}

.no-touch .language-selector .closeButton:hover,.no-touch a:hover .language-selector .closeButton,.no-touch .block-anchor:hover .language-selector .closeButton {
    background-position: -71px -803px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .language-selector .closeButton:hover,.no-touch a:hover .language-selector .closeButton,.no-touch .block-anchor:hover .language-selector .closeButton {
        background-position: -52px -737px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .language-selector .closeButton {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -737px;
    }
}

.language-selector .countries {
    overflow: hidden;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.language-selector ul {
    font-family: "Roboto";
    font-weight: 300;
    width: 180px;
    float: left;
}

.language-selector ul li {
    list-style: none;
    color: #0099cc;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
}

.language-selector ul li a {
    color: #0099cc;
}

.language-selector ul li a:hover {
    color: white;
}

.language-selector ul li.header {
    font-size: 24px;
    margin-bottom: 15px;
    color: white;
    cursor: auto;
    line-height: 27px;
}

.language-selector ul li.empty {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.language-selector ul .non-active {
    cursor: auto;
    color: gray;
}

.language-selector ul .non-active:hover {
    color: gray;
}

.language-selector .continentSeparator {
    width: 3px;
    height: 437px;
    background: url("../../images/continent-separator.png") no-repeat;
    position: absolute;
}

.language-selector .continentSeparator.first {
    margin-left: 0;
}

.language-selector .continentSeparator.second {
    margin-left: 180px;
}

.language-selector .continentSeparator.third {
    margin-left: 360px;
}

.language-selector .continentSeparator.fourth {
    margin-left: 540px;
}

.language-selector .continentSeparator.fifth {
    margin-left: 900px;
}

.language-selector-mobile {
    display: none;
    position: absolute;
    bottom: 78px;
    left: -1px;
    background-color: #f6f6f6;
}

.language-selector-mobile ul {
    margin-bottom: 0;
}

.language-selector-mobile ul li {
    text-align: left;
    list-style: none;
    color: #0099cc;
    margin-right: 5px;
    font-size: 13px;
}

.language-selector-mobile .langPointer {
    position: absolute;
    margin-top: -14px;
    margin-left: -15px;
    width: 10px;
    height: 6px;
    background: url("../../images/lang_arrow.png") no-repeat;
    display: none;
}

.language-selector-mobile #uk {
    display: block;
}

.tabletPortrait {
    height: 660px;
}

.tabletPortrait .continentSeparator.first {
    margin-left: 0;
}

.tabletPortrait .continentSeparator.second {
    margin-left: 100px;
}

.tabletPortrait .continentSeparator.third {
    margin-left: 200px;
}

.tabletPortrait .continentSeparator.fourth {
    margin-left: 300px;
}

.tabletPortrait .continentSeparator.fifth {
    margin-left: 500px;
}

.tabletPortrait ul {
    width: 100px;
    padding-left: 15px;
}

.tabletPortrait ul li {
    font-size: 12px;
}

.tabletPortrait ul li.header {
    font-size: 18px;
}

.tabletLandscape .continentSeparator.first {
    margin-left: 0;
}

.tabletLandscape .continentSeparator.second {
    margin-left: 120px;
}

.tabletLandscape .continentSeparator.third {
    margin-left: 240px;
}

.tabletLandscape .continentSeparator.fourth {
    margin-left: 360px;
}

.tabletLandscape .continentSeparator.fifth {
    margin-left: 600px;
}

.tabletLandscape ul {
    width: 120px;
    padding-left: 17px;
}

.tabletAndroidPortrait {
    height: 660px;
    padding-left: 10px;
    padding-right: 10px;
}

.tabletAndroidPortrait .closeButton {
    top: 2px;
    right: 2px;
}

.tabletAndroidPortrait .continentSeparator.first {
    margin-left: 0;
}

.tabletAndroidPortrait .continentSeparator.second {
    margin-left: 85px;
}

.tabletAndroidPortrait .continentSeparator.third {
    margin-left: 170px;
}

.tabletAndroidPortrait .continentSeparator.fourth {
    margin-left: 255px;
}

.tabletAndroidPortrait .continentSeparator.fifth {
    margin-left: 425px;
}

.tabletAndroidPortrait ul {
    width: 85px;
    padding-left: 7px;
}

.tabletAndroidPortrait ul li {
    font-size: 12px;
}

.tabletAndroidPortrait ul li.header {
    font-size: 17px;
}

footer {
    background-color: #fff;
   
}

footer h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

footer p {
    margin: 0;
    font-size: 0.9em;
}

footer li {
    font-family: "Roboto";
    font-weight: 300;
}

.footer-content {
    padding: 30px 0 30px 0;
}

.footer-content.footer-join {
    *zoom: 1;
}

.footer-content.footer-join:before,.footer-content.footer-join:after {
    content: " ";
    display: table;
}

.footer-content.footer-join:after {
    clear: both;
}

.footer-content.footer-join .footer-join-inner {
    margin: 0 auto;
    min-width: 320px;
    max-width: 360px;
}

.footer-content.footer-join .android-character {
    background: url("../../images/footer/welcome.png") no-repeat;
    width: 82px;
    height: 86px;
    max-width: 100%;
    background-size: contain;
}

.footer-content.footer-join .form-header,.footer-content.footer-join .android-character {
    float: left;
}

.footer-content.footer-join #newsletter-form {
    clear: left;
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
}

.footer-content.footer-join #newsletter-form input {
    width: 65%;
    min-width: 220px;
}

.footer-content.footer-join #newsletter-form button {
    min-width: 30%;
}

.footer-content.footer-join .android-character {
    width: 20%;
    margin-right: 3%;
}

.footer-content.footer-join .form-header {
    width: 410px;
}

.footer-content.footer-social {
    text-align: center;
}

.footer-content.footer-links {
    border: none;
    text-align: center;
    font-family: "Roboto";
    font-weight: 300;
}

.footer-content.footer-links ul {
    display: inline;
}

.footer-content.footer-links li {
    display: inline;
    margin: 10px;
}

.footer-content.footer-links a:hover,.footer-content.footer-links a:active {
    outline: 0 !important;
    color: #646464555;
}

.social-google-plus,.social-google-plus-one {
    display: inline;
}

@media only screen and (max-width: 800px) {
    .footer-social .social-google-plus {
        position: relative;
        left: -10px;
    }
}

@media only screen and (min-width: 769px) {
    footer .push-3,footer .pull-9 {
        position: relative;
        left: auto;
        right: auto;
    }

    footer .large-7,footer .large-2,footer .large-3 {
        position: relative;
        width: 100%;
    }
}

@media only screen and (min-width: 800px) {
    footer .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    footer .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    footer .large-2 {
        position: relative;
        width: 16.66667%;
    }

    footer .large-3 {
        position: relative;
        width: 25%;
    }

    footer .large-7 {
        position: relative;
        width: 58.33333%;
    }

    footer>.row {
        padding-bottom: 15px;
    }

    footer h3 {
        margin: 0;
        font-size: 1.9em;
        font-weight: 400;
    }

    footer p {
        font-size: 1em;
    }

    .footer-content {
        margin-top: 24px;
        padding: 25px 4% 0;
        min-height: 170px;
        font-size: 0.8em;
        line-height: 1.45em;
    }

    .footer-content.footer-links {
        padding-left: 0;
        text-align: left;
    }

    .footer-content.footer-links ul {
        display: block;
    }

    .footer-content.footer-links li {
        display: list-item;
        margin: 0;
    }

    .footer-content.footer-join {
        
        border-bottom: none;
    }

    .nexus-7 .footer-content.footer-join,.nexus-5 .footer-content.footer-join {
        display: block;
    }

    .footer-content.footer-join .footer-join-inner {
        width: auto;
        max-width: none;
    }

    .footer-content.footer-join .form-header,.footer-content.footer-join .android-character,.footer-content.footer-join #newsletter-form {
        float: left;
    }

    .footer-content.footer-join #newsletter-form {
        clear: none;
        margin-top: 10px;
    }

    .footer-content.footer-join #newsletter-form ul {
        width: 75%;
        min-width: 348px;
    }

    .footer-content.footer-join #newsletter-form .android-character {
        margin-top: 14px;
    }

    .footer-content.footer-join.footer-social {
        border: none;
        padding-right: 0;
        text-align: left;
    }

    .footer-content .social-google-plus,.footer-content .social-google-plus-one {
        display: block;
        width: 100%;
    }

    footer.footer-homepage {
        height: 90px;
        border-top: none;
        padding: 0;
        text-align: center;
        overflow: hidden;
        line-height: 1.3;
    }

    footer.footer-homepage .footer-homepage-links {
        height: 50%;
        overflow: hidden;
        padding-top: 16px;
        text-align: center;
        font-size: 0;
    }

    footer.footer-homepage .footer-homepage-links li {
        display: inline-block;
        font-size: 0.8125rem;
        margin-right: 14px;
    }

    .footer-homepage-social {
        height: 50%;
    }

    .footer-homepage-social ul {
        overflow: hidden;
        padding-top: 12px;
        font-size: 0;
        text-align: center;
    }

    .footer-homepage-social ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 481px) {
    footer.footer-homepage {
        height: 49px;
        padding: 0 11px 0 29px;
        overflow: hidden;
        line-height: 1.3;
    }

    footer.footer-homepage .footer-homepage-links {
        float: left;
        width: 50%;
        height: auto;
    }

    footer.footer-homepage .footer-homepage-links ul {
        text-align: left;
    }

    footer.footer-homepage .footer-homepage-social {
        float: right;
        width: 50%;
        height: auto;
    }

    footer.footer-homepage .footer-homepage-social ul {
        overflow: hidden;
        padding-top: 12px;
        text-align: right;
    }
}

@media screen and (max-width: 400px) {
    .footer-content.footer-join .footer-join-inner {
        min-width: 0px;
    }
}

header {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 320px;
    height: 46px;
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);

}

header a {
    color: #5b6064;
    
}

header>div {
    height: 100%;
    float: left;
    text-align: center;
}

header>div a,header>div>span {
    height: 100%;
}

@media only screen and (min-width: 768px) {
    header {
        height: 67px;
    }
}

body {
    overflow: hidden;
    overflow-y: scroll;
}

.js #content {
    min-height: 100%;
}

.js>.off-canvas>header {
    top: 0;
}

.js>.off-canvas>header>.hamburger {
    left: 0;
}

.no-js>body>.sidebar,.js>.off-canvas.active-nav>.sidebar {
    left: 0;
}

@media (min-width: 320px) {
    body {
        font-size: .85em;
    }

    #build-bottom .category {
        display: block;
        width: 100%;
    }

    #build-bottom .category .all-accessories,#build-bottom .category .all-phones,#build-bottom .category .all-tablet {
        display: inline-block;
        width: 48px;
        height: 48px;
    }

    #build-bottom .category .large-phones,#build-bottom .category .large-tablets,#build-bottom .category .large-accessories {
        display: none;
    }
}

@media only screen and (min-width: 481px) {
    body {
        font-size: 1em;
    }
}

@media (min-width: 720px) {
    #build-bottom .category {
        width: 50%;
    }

    #build-bottom .category p {
        display: none;
    }

    #build-bottom .category .all-accessories,#build-bottom .category .all-phones,#build-bottom .category .all-tablet {
        display: none;
    }

    #build-bottom .category .large-phones,#build-bottom .category .large-tablets,#build-bottom .category .large-accessories {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    #content {
        min-height: 100%;
        overflow: visible;
    }
}

.touch #launch-moment {
    display: none;
}

.inner {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 481px) {
    .inner {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 769px) {
    .inner {
        width: 768px;
    }
}

@media only screen and (min-width: 1201px) {
    .inner {
        width: 1200px;
    }
}

#pinpoint-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.retailer-search-container {
    width: 350px;
    position: absolute;
    left: 15px;
    top: 75px;
    bottom: 15px;
    overflow-y: hidden;
    overflow-x: visible;
    color: #646464;
}

.retailer-search-container h2,.retailer-search-container #pinpoint-user-location {
    font-size: 1.5em;
    margin-top: 0;
    font-family: Roboto;
    font-weight: 400;
}

.retailer-search-container .map-results h2 {
    margin-bottom: 0;
}

.retailer-search-container #address-fs {
    width: 100%;
    border: 1px solid #bfc6c6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.retailer-search-container #address-fs #pinpoint-address {
    font-size: 0.875em;
    font-family: Roboto;
    font-weight: 300;
    border: none;
    width: 73%;
}

.retailer-search-container #address-fs #pinpoint-address:focus {
    outline-width: 0;
}

.retailer-search-container #address-fs .cta {
    float: right;
    width: 23%;
    border-left: 1px solid #e1e4e6;
    padding-left: 15px;
}

.retailer-search-container #address-fs #pinpoint-submit {
    background: url("../../images/nexus-7-new/button-blue-arrow.png") no-repeat 0 50%;
    color: #00b3e4;
    border: none;
    font-size: 0.875em;
    padding-left: 15px;
    background-size: auto 55%;
}

.retailer-search-container p {
    margin-bottom: 0;
}

.retailer-search-container #radius-wrapper {
    overflow: hidden;
    padding: 5px 0 5px 6px;
    margin: 0;
    background: #fff url("../../images/retailer-dropdown-arrow.gif") no-repeat 100% 50%;
    width: 120px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: solid 1px #ccc;
    margin-bottom: 1.5em;
}

.retailer-search-container #pinpoint-radius {
    width: 120%;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-appearance: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-shadow: none;
    color: #646464;
    font-size: 0.875em;
}

.retailer-search-container #pinpoint-radius:focus {
    outline-width: 0;
}

.retailer-search-container .pinpoint-results-list {
    overflow-y: auto;
    background-color: #fbfbfb;
    border: 1px solid #dddcdc;
    border-top: none;
    font-size: 0.875em;
}

.retailer-search-container .pinpoint-results-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.retailer-search-container .pinpoint-results-list li {
    box-sizing: border-box;
    padding: 20px;
    line-height: 1em;
}

.retailer-search-container .pinpoint-results-list li h4 {
    display: inline-block;
    color: #009ede;
    margin: 0;
    font-weight: 400;
    font-size: 1em;
}

.retailer-search-container .pinpoint-results-list li p {
    margin: .8em 0 0 0;
}

.retailer-search-container .pinpoint-results-list li .pinpoint-result-distance {
    padding-left: .6em;
    line-height: 1.3em;
    display: inline-block;
}

.retailer-search-container .pinpoint-results-list li .pinpoint-result-directions:after {
    content: " / ";
}

.search-box {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #dddcdc;
    background-color: #fff;
}

.map-search {
    margin-bottom: 3px;
}

.map-results.display,.pinpoint-results-list.display {
    opacity: 1;
}

.map-results,.pinpoint-results-list {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.hidden-template {
    display: none;
}

.z-max {
    z-index: 9999;
}

.z-min {
    z-index: -1;
}

.z0 {
    z-index: 0;
}

.z1 {
    z-index: 100;
}

.z2 {
    z-index: 200;
}

.z3 {
    z-index: 300;
}

.z4 {
    z-index: 400;
}

.z5 {
    z-index: 500;
}

.z6 {
    z-index: 600;
}

.icon-sprite.ico-hamburger,.ico-hamburger#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -99px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.ico-hamburger:hover,.no-touch .ico-hamburger#close-video:hover,.no-touch a:hover .icon-sprite.ico-hamburger,.no-touch a:hover .ico-hamburger#close-video,.no-touch .block-anchor:hover .icon-sprite.ico-hamburger,.no-touch .block-anchor:hover .ico-hamburger#close-video {
    background-position: -48px -607px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.ico-hamburger:hover,.no-touch .ico-hamburger#close-video:hover,.no-touch a:hover .icon-sprite.ico-hamburger,.no-touch a:hover .ico-hamburger#close-video,.no-touch .block-anchor:hover .icon-sprite.ico-hamburger,.no-touch .block-anchor:hover .ico-hamburger#close-video {
        background-position: -96px -497px;
    }
}

.no-touch .icon-sprite.ico-hamburger:active,.no-touch .ico-hamburger#close-video:active,.icon-sprite.ico-hamburger.active,.ico-hamburger.active#close-video,.icon-sprite.ico-hamburger .block-anchor.active,.ico-hamburger#close-video .block-anchor.active {
    background-position: 0 -559px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.ico-hamburger:active,.no-touch .ico-hamburger#close-video:active,.icon-sprite.ico-hamburger.active,.ico-hamburger.active#close-video,.icon-sprite.ico-hamburger .block-anchor.active,.ico-hamburger#close-video .block-anchor.active {
        background-position: 0 -593px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.ico-hamburger,.ico-hamburger#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -96px -449px;
    }
}

.icon-sprite.all-accessories,.all-accessories#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -96px -271px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.all-accessories:hover,.no-touch .all-accessories#close-video:hover,.no-touch a:hover .icon-sprite.all-accessories,.no-touch a:hover .all-accessories#close-video,.no-touch .block-anchor:hover .icon-sprite.all-accessories,.no-touch .block-anchor:hover .all-accessories#close-video {
    background-position: -48px -271px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.all-accessories:hover,.no-touch .all-accessories#close-video:hover,.no-touch a:hover .icon-sprite.all-accessories,.no-touch a:hover .all-accessories#close-video,.no-touch .block-anchor:hover .icon-sprite.all-accessories,.no-touch .block-anchor:hover .all-accessories#close-video {
        background-position: -48px -305px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.all-accessories,.all-accessories#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -257px;
    }
}

.icon-sprite.all-search,.all-search#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -703px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.all-search:active,.no-touch .all-search#close-video:active,.icon-sprite.all-search.active,.all-search.active#close-video,.icon-sprite.all-search .block-anchor.active,.all-search#close-video .block-anchor.active {
    background-position: -96px -511px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.all-search:active,.no-touch .all-search#close-video:active,.icon-sprite.all-search.active,.all-search.active#close-video,.icon-sprite.all-search .block-anchor.active,.all-search#close-video .block-anchor.active {
        background-position: -48px -449px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.all-search,.all-search#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -48px -641px;
    }
}

.icon-sprite.all-nexusx,.all-nexusx#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -96px -367px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.all-nexusx:hover,.no-touch .all-nexusx#close-video:hover,.no-touch a:hover .icon-sprite.all-nexusx,.no-touch a:hover .all-nexusx#close-video,.no-touch .block-anchor:hover .icon-sprite.all-nexusx,.no-touch .block-anchor:hover .all-nexusx#close-video {
    background-position: -48px -367px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.all-nexusx:hover,.no-touch .all-nexusx#close-video:hover,.no-touch a:hover .icon-sprite.all-nexusx,.no-touch a:hover .all-nexusx#close-video,.no-touch .block-anchor:hover .icon-sprite.all-nexusx,.no-touch .block-anchor:hover .all-nexusx#close-video {
        background-position: -48px -401px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.all-nexusx,.all-nexusx#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -353px;
    }
}

.icon-sprite.all-phones,.all-phones#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -48px -511px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.all-phones:hover,.no-touch .all-phones#close-video:hover,.no-touch a:hover .icon-sprite.all-phones,.no-touch a:hover .all-phones#close-video,.no-touch .block-anchor:hover .icon-sprite.all-phones,.no-touch .block-anchor:hover .all-phones#close-video {
    background-position: 0 -511px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.all-phones:hover,.no-touch .all-phones#close-video:hover,.no-touch a:hover .icon-sprite.all-phones,.no-touch a:hover .all-phones#close-video,.no-touch .block-anchor:hover .icon-sprite.all-phones,.no-touch .block-anchor:hover .all-phones#close-video {
        background-position: -96px -353px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.all-phones,.all-phones#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -96px -401px;
    }
}

.icon-sprite.all-tablet,.all-tablet#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -48px -703px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.all-tablet:hover,.no-touch .all-tablet#close-video:hover,.no-touch a:hover .icon-sprite.all-tablet,.no-touch a:hover .all-tablet#close-video,.no-touch .block-anchor:hover .icon-sprite.all-tablet,.no-touch .block-anchor:hover .all-tablet#close-video {
    background-position: -35px -319px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.all-tablet:hover,.no-touch .all-tablet#close-video:hover,.no-touch a:hover .icon-sprite.all-tablet,.no-touch a:hover .all-tablet#close-video,.no-touch .block-anchor:hover .icon-sprite.all-tablet,.no-touch .block-anchor:hover .all-tablet#close-video {
        background-position: -70px -99px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.all-tablet,.all-tablet#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -48px -545px;
    }
}

.icon-sprite.all-support,.all-support#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -96px -655px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.all-support:hover,.no-touch .all-support#close-video:hover,.no-touch a:hover .icon-sprite.all-support,.no-touch a:hover .all-support#close-video,.no-touch .block-anchor:hover .icon-sprite.all-support,.no-touch .block-anchor:hover .all-support#close-video {
    background-position: -96px -703px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.all-support:hover,.no-touch .all-support#close-video:hover,.no-touch a:hover .icon-sprite.all-support,.no-touch a:hover .all-support#close-video,.no-touch .block-anchor:hover .icon-sprite.all-support,.no-touch .block-anchor:hover .all-support#close-video {
        background-position: -48px -689px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.all-support,.all-support#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -689px;
    }
}

.icon-sprite.find-a-retailer,.find-a-retailer#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -48px -559px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.find-a-retailer:hover,.no-touch .find-a-retailer#close-video:hover,.no-touch a:hover .icon-sprite.find-a-retailer,.no-touch a:hover .find-a-retailer#close-video,.no-touch .block-anchor:hover .icon-sprite.find-a-retailer,.no-touch .block-anchor:hover .find-a-retailer#close-video {
    background-position: -96px -559px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.find-a-retailer:hover,.no-touch .find-a-retailer#close-video:hover,.no-touch a:hover .icon-sprite.find-a-retailer,.no-touch a:hover .find-a-retailer#close-video,.no-touch .block-anchor:hover .icon-sprite.find-a-retailer,.no-touch .block-anchor:hover .find-a-retailer#close-video {
        background-position: 0 -545px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.find-a-retailer,.find-a-retailer#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -48px -593px;
    }
}

.icon-sprite.large-accessories,.large-accessories#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -2583px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.large-accessories:hover,.no-touch .large-accessories#close-video:hover,.no-touch a:hover .icon-sprite.large-accessories,.no-touch a:hover .large-accessories#close-video,.no-touch .block-anchor:hover .icon-sprite.large-accessories,.no-touch .block-anchor:hover .large-accessories#close-video {
    background-position: 0 -2727px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.large-accessories:hover,.no-touch .large-accessories#close-video:hover,.no-touch a:hover .icon-sprite.large-accessories,.no-touch a:hover .large-accessories#close-video,.no-touch .block-anchor:hover .icon-sprite.large-accessories,.no-touch .block-anchor:hover .large-accessories#close-video {
        background-position: 0 -1653px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.large-accessories,.large-accessories#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -2805px;
    }
}

.icon-sprite.large-phones,.large-phones#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -1719px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.large-phones:hover,.no-touch .large-phones#close-video:hover,.no-touch a:hover .icon-sprite.large-phones,.no-touch a:hover .large-phones#close-video,.no-touch .block-anchor:hover .icon-sprite.large-phones,.no-touch .block-anchor:hover .large-phones#close-video {
    background-position: 0 -1863px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.large-phones:hover,.no-touch .large-phones#close-video:hover,.no-touch a:hover .icon-sprite.large-phones,.no-touch a:hover .large-phones#close-video,.no-touch .block-anchor:hover .icon-sprite.large-phones,.no-touch .block-anchor:hover .large-phones#close-video {
        background-position: 0 -2085px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.large-phones,.large-phones#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -1941px;
    }
}

.icon-sprite.large-tablets,.large-tablets#close-video {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -1575px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch .icon-sprite.large-tablets:hover,.no-touch .large-tablets#close-video:hover,.no-touch a:hover .icon-sprite.large-tablets,.no-touch a:hover .large-tablets#close-video,.no-touch .block-anchor:hover .icon-sprite.large-tablets,.no-touch .block-anchor:hover .large-tablets#close-video {
    background-position: 0 -999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch .icon-sprite.large-tablets:hover,.no-touch .large-tablets#close-video:hover,.no-touch a:hover .icon-sprite.large-tablets,.no-touch a:hover .large-tablets#close-video,.no-touch .block-anchor:hover .icon-sprite.large-tablets,.no-touch .block-anchor:hover .large-tablets#close-video {
        background-position: 0 -1221px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-sprite.large-tablets,.large-tablets#close-video {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: 0 -1077px;
    }
}

#close-video {
    width: 52px;
    height: 52px;
}

a span.down,a span.up {
    display: inline-block;
    margin-left: 7px;
    width: 14px;
    height: 13px;
    vertical-align: middle;
}

a span.down {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -69px 0;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch a span.down:hover,.no-touch a:hover a span.down,.no-touch .block-anchor:hover a span.down {
    background-position: -121px -52px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch a span.down:hover,.no-touch a:hover a span.down,.no-touch .block-anchor:hover a span.down {
        background-position: -69px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a span.down {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -69.5px -38px;
    }
}

.dropdown.features a span.down {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -69px 0;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .dropdown.features a span.down {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -69.5px -38px;
    }
}

a span.up {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: 0 -39px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

.no-touch a span.up:hover,.no-touch a:hover a span.up,.no-touch .block-anchor:hover a span.up {
    background-position: 0 -65px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-touch a span.up:hover,.no-touch a:hover a span.up,.no-touch .block-anchor:hover a span.up {
        background-position: 0 -38px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    a span.up {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -12px -25px;
    }
}

.sidebar>ul>li .search-container .clear {
    background-image: url('images/icons/normal-sde58c5107b.png');
    background-position: -42px -79px;
    background-repeat: no-repeat;
    background-size: 144px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .sidebar>ul>li .search-container .clear {
        background-image: url('images/icons/retina-sd79ff3584e.png');
        background-size: 144px auto;
        background-position: -118px -79px;
    }
}

