/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*            End of CSS Reset            */

/*                 Setup                  */

/*               Borderbox                */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  zoom: 1;
}
/*               End of Setup             */
.container{
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
/*                  Font                  */
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_text.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_thin.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Myriad Set Pro";
  src: url("fonts/myriad-set-pro_ultralight.ttf") format("truetype");
  font-weight: 100;
}
body {
  font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  line-height: 1.50;
  font-weight: 380;
  letter-spacing: normal;
  color: #333;
 }
 h1 {
  font-size: 3em;
 }
 h2 {
  font-size: 1.5em;
 }
nav {
  background:rgba(0,0,0,0.8);
  height: 44px;
 }
nav ul {
  height: 44px;
 }
nav li {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  text-align: center;
  width: 10%;
}
nav a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}
.nav-bar {
  background-origin: content-box;
  opacity: 1;
  height: 44px;
}
.nav-bar:hover {
  opacity: 0.65;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#apple-icon {
  background: url(images/navbar/apple-icon.png) 50% 50% no-repeat;
  width: 40px;
}
#mac-icon {
  background: url(images/navbar/mac.png) 50% 50% no-repeat;
  width: 47.5px;
}
#ipad-icon {
  background: url(images/navbar/ipad.png) 50% 50% no-repeat;
  width: 46.7px;
}
#iphone-icon {
  background: url(images/navbar/iphone.png) 50% 50% no-repeat;
  width: 50px;
}
#watch-icon {
  background: url(images/navbar/watch.png) 50% 50% no-repeat;
  width: 59.1px;
}
#tv-icon {
  background: url(images/navbar/tv.png) 50% 50% no-repeat;
  width: 37px;
}
#music-icon {
  background: url(images/navbar/music.png) 50% 50% no-repeat;
  width: 55px;
}
#support-icon {
  background: url(images/navbar/support.png) 50% 50% no-repeat;
  width: 70px;
}
#search-icon {
  background: url(images/navbar/search.png) 50% 50% no-repeat;
  width: 40px;
}
#bag-icon {
  background: url(images/navbar/shop.png) 50% 50% no-repeat;
  width: 40px;
}
#product-img {
  background: url(images/hero_iphone_13pro_alternative.jpg) center no-repeat;
  height: 600px;
  margin-top: -200px;
}
.hero {
  margin-top: 10px;
}
#product-info {
  margin-top: 40px;
  text-align: center;
}
#product-name {
  font-size: 3em;
  font-weight: 600;
}
#slogan {
  font-size: 1.4em;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-weight: 400;
}
#more-info {
  text-align: center;
  display: inline-block;
  font-weight: 200;
  max-width: 100%;
}
#more-info > li > a:hover {
  color: black;
  text-decoration: underline;
}
#more-info > li > a {
  color: #08c;
  text-decoration: underline;
}
#more-info>li {
  display: inline-block;
  font-size: 23.8px;
  line-height: 1.3375;
  font-weight: 300;
  margin: 0 6px 12px;
}
.sub-hero {
  margin-top: 16px;
}
.sub-hero-img {
  height: 200px;
  background-size: 640px 200px;
  border-right: 2px solid #fff;
}
.col-3 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#sub-hero-watch {
  background: url(images/watch_large.jpg) center center no-repeat;
}
#sub-hero-ipad {
  background: url(images/ipad_pro_large.jpg) center center no-repeat;
}
#sub-hero-accs {
  background: url(images/accessories_large.jpg) center center no-repeat;
}
#sub-hero-mac {
  background: url(images/macbook_large.jpg) center center no-repeat;
}
#recall {
  margin: 22px 0 18px;
  letter-spacing: -0.1px;
  text-align: center;
  font-weight: 400;
}
#recall a {
  color: #08c;
  text-decoration: none;
}
#recall a:hover {
  text-decoration: underline;
}
footer {
  background-color: #f2f2f2;
  font-size: 11.94px;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: -0.01px;
  color: #666;
}
footer > .container {
  padding: 0 20px;
}
.col-2 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.nav-footer {
  padding: 20px;
}
.nav-footer ul:not(:first-child) {
  padding-top: 20px;
}
.nav-footer ul > li:first-child {
  font-weight: 600;
  color: #333;
}
.nav-footer ul > li:not(:first-child) > a {
  text-decoration: none;
  color: #333;
}
.nav-footer ul > li:not(:first-child) > a:hover {
  text-decoration: underline;
  color: #333;
}
.footer-help {
  color: #999;
  padding-top: 20px;
  padding-bottom: 24px;
}
.footer-help > p:first-child {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 6px;
  padding-bottom: 5px; 
}
.footer-help > p:first-child > a {
  color: #08c;
  text-decoration: none;
}
.footer-help > p:first-child > a:hover {
  color: #333;
}
.footer-help > div {
  display: inline-block;
  vertical-align: top;
}
#legal {
  margin-right: 22px;
}
#leagal-info > a:hover {
  color: #333;
  text-decoration: underline;
}
#legal-info > a:not(:last-child) {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
}
#locale {
  float: right;
}
#locale > a {
  vertical-align: top;
  display: inline-block;
  color: #666;
  text-decoration: none;
}
#locale > a:hover {
  color: #333;
  text-decoration: none;
}
#flag {
  display: inline-block;
  height: 16px;
  width: 21px;
  background: url(images/usa.png) 3px 0 no-repeat;
  background-size: 16px 16px;
  margin-top: 1px;
  padding-right: 1px;
}