@charset "utf-8";
/* CSS Document */

/* ---------------------------------- */

/*
 *  TABLE OF CONTENTS
 *  
 *  @Reset
 *  @HTML5
 *  @Fonts
 *  @Global
 *  @Wrapper
 *  @Masthead
 *  @Nav
 *  @Lines
 *  @GlobalStories
 *  @Proof-Points
 *  @Footer
 *  @Icons
 *  @Clear
 *
 */

/* ---------------------------------- */

/* @Reset */

html
{
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

body
{
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  overflow-x: hidden;
}


*
{
  margin: 0;
  padding: 0;
  outline: none;
}

  body,
  div,
  dl,dt,dd,
  ul,ol,li,
  h1,h2,h3,h4,h5,h6,
  pre,
  form,fieldset,
  input,textarea,
  a,
  p,blockquote,
  th,td 
  { 
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
    
  img 
  {
   border: 0
  }
    
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var 
  {
    font-style: normal;
    font-weight: normal;
  }
    
  ol,ul 
  {
    list-style: none;
  }
    
  h1,h2,h3,h4,h5,h6 
  {
    font-size: 100%;
    font-weight: normal;
  }

/* ---------------------------------- */

/* @HTML5 */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary, mark {  
  display:block;
}

/* ---------------------------------- */

/* @FontFace */


/*@font-face {
  font-family: 'HelveticaNeueLTStd-Th';
  src: url('../fonts/gratton-webfont.eot');
  src: local('â'), url('../fonts/gratton-webfont.woff') format('woff'), url('../fonts/gratton-webfont.ttf') format('truetype'), url('../fonts/gratton-webfont.svg#webfontPsrcGzQc') format('svg');
  font-weight: normal;
  font-style: normal;
}
  */
    
    
/* ---------------------------------- */

/* @Global */

* 
{
  line-height: 20px;
  font-family:"Din Display Pro Thin", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size-adjust:0.49; 
  font-weight: 100 !important; 
  font-style: normal;

}

  p
  {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 24px;
    font-family: "Din Display Pro Light", Helvetica, Arial, Verdana, sans-serif;
  }
  
 /* a
  {
    font-size: 14px;
    color: #4f9426;
    text-decoration: none;
    
  }
 
  a:hover {
    color: #888;
  }
  
    a.outlink {

      padding-right: 16px;
      background: transparent url(../img/linkout.gif) 100% 50% no-repeat;
      border-bottom: 1px dotted #222;
    }*/
  
  h1 {
    font-size-adjust:0;
    font-weight:100 !important; 
    font-style:normal;
  }

/* ---------------------------------- */

/* @Wrapper */

div#wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 100px;
  padding: 0;
  margin: 0 auto;
  position:relative;
}

/* ---------------------------------- */

/* @Masthead */

#masthead {
  padding: 50px 0 50px 0;
  width:435px;
  margin:0 0 100px 100px;
  height:301px;
  overflow: hidden;
}

header#masthead h1 {
  display: block;
  background:url(../images/fdigital_logo.jpg) 0 0 no-repeat;
  width: 675px;
  height: 351px;
  overflow: hidden;
  text-indent: -9000px;

}


/* ---------------------------------- */

/* @Nav */


nav#main {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 999999;
}

  nav#main li {
    height: 20px;
    position: relative;
  }

  nav#main a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/dotnav.png) 0 100% no-repeat;
    text-indent: -9000px;
    overflow: hidden;
  }


  nav#main a:hover,
  nav#main li.active a {
    background-position: 0 0;
  }
  
      nav#main h1 {
        display: none;
        opacity: 0;
        position: absolute;
        right: 25px;    
        top: -4px;
        white-space: nowrap;
        padding: 0 6px 0 0;
        background: url(../images/arrow_right.png) 100% 50% no-repeat;
      }
      nav#main span {
        display: block;
        background: #c6feff;
        color: #b8b4b4;
        padding: 4px 8px;
        white-space: nowrap;
      }
      
      nav#main li:hover h1 {
        xdisplay: block;
      }
      
      nav#main li:hover {
        background: 
      }


/* ---------------------------------- */

/* @Lines */

.line {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 0;
}

    
/* ---------------------------------- */

/* @GlobalStories */

.story {
  min-height: 900px;
  position: relative;
  width: 100% !important;
  min-width: 1000px;
  margin: 0;
  padding: 0;

}

  .story article {
    width: 900px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
  }

  .story header {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	z-index: 99999;
  }
  
  .story .article-content {
    z-index: 1; 
  }
  
  
  .story header p {
    width: 300px;
/*    color: black;*/
    font-size: 15px;
  }
  
    .story header p a {
/*      color: #222;
      border-bottom: 1px dotted #222;*/
    }
    
    .story header a {
/*      font-size: 15px;
      color: #222 !important;
      border-bottom: 1px dotted #222;*/
    }
    
    .story header a:hover { 
/*      color: #000 !important;
      border-bottom: 0; */
    }
    

/* ---------------------------------- */

/* @Footer */

footer {
  width: 900px;
  height:100px;
  overflow:hidden;
  margin: 0 auto 0 auto;
  padding: 100px 0 0 160px;
}

  footer a {
      color: #222;
     
      padding: 0 !important;
      margin: 0 !important;
      text-indent: 1px !important;
  }
  
    footer a:hover {
      border-bottom: 0;
    }
  
  .fresh-legal {
    margin: 0px 0 20px 0;
    font-size: 11px;
  }
  
  .nike-legal * {
    font-size: 11px;
  }

/* ---------------------------------- */

/* @Proof-Points */

.proof-points {
  margin: 20px auto;
  position: relative;
  width: 900px;
  height: 900px;
}
  
  .proof-points-mask {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    overflow: hidden;
    height: 280px;
  }
  
  .proof-points-container {
    position: relative;
    width: 9000px;
  }
  
  .proof-point {
    width: 900px;
    margin: 20px 150px 0 0 ;
    background: #fff;
    display: block;
    height: 580px;
    overflow: hidden;
  }
  
  .proof-points .active {
    visibility: visible !important;
  }

  .proof-points h1 {
    font-family: "NikeGratton","Helvetica";
    font-size: 70px;
    line-height: 55px;
    color: #4f9426;
    margin: 10px 0 10px 0;
    text-align: left;
    letter-spacing: -1px
    
  }
  
  .proof-description {
    width: 900px;
    background: #fff;
  }
  
    .proof-description p {
      display: block;
      width: 600px;
      margin: 0 0;
      text-align: left;
    }
    
    .proof-description aside {
      float: left;
      width: 80px;
    }
      
    nav.more a {
      display: block;
      height: 118px;
      width: 98px;
      background: url(../img/refresh.gif) 0 0 no-repeat;
      position: absolute;
      left: 0; 
      top: 0;
      -webkit-transition: -webkit-transform .3s ease-in;
      /*-moz-transition: -moz-transform .3s ease-in;*/
    } 
    
    nav.more a._down{
      opacity: .5 !important;
      
    }
  
  nav.more a:hover {
    -webkit-transform:rotate(180deg);
    /*-moz-transform:rotate(180deg)*/
  }

  nav.more {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -49px;
    top: 500px;
    z-index: 99999;
    background: url(../../img/en-us/icon_more.png) 50% 50% no-repeat;
    height: 118px;
    width: 98px;
   
  }

  .story h1 {
    font-size: 16px;
 /*   font-family: "NikeGratton","Helvetica";*/
    font-weight: bold;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    margin: 0 0 2px 0;
  }
  
  .story header h2 {
	font-family:'HelveticaNeueLTStd-Th', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 60px;
    margin: 0 0 50px 0;
/*    color: #4f9426;*/
  }

  .story header h2 #sp {
    display:block;
    height:15px;
  }


/* Story Text Style */
.we-head-light1{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:25px; line-height:normal; text-align:left; padding:0 0 0 120px; color:#a6b1ba !important}

.we-head-light2{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:30px;  line-height:normal; text-align:left; padding:0 0 0 120px; color:#a6b1ba !important}
		
.we-head-light3{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:35px; line-height:normal; text-align:left; padding:0 0 0 120px; color:#a6b1ba !important}
		
.we-head-roman{font-family:'HelveticaNeueLTStd-Roman', Helvetica, sans-serif;
    font-size:37px; line-height:normal; text-align:center; color:#a6b1ba !important}

.abtfrh-head-medium{font-family:'HelveticaNeueLTStd-Md', Helvetica, sans-serif;
    font-size:18px;  line-height:25px; text-align:left; margin:0 0 25px 0; color:#e5e202 !important}
	
.abtfrh-text-light{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:16px;  line-height:25px; text-align:left; color:#b8b4b4 !important}

.abtfrh-margin{margin:0 0 25px 0}

.whtwe-head-medium{font-family:'HelveticaNeueLTStd-Md', Helvetica, sans-serif;
    font-size:18px; letter-spacing: 1px; line-height:35px; margin:0 0 25px 0; text-align:left; color:#f0753f !important}
	
.whtwe-text-roman{font-family:'HelveticaNeueLTStd-Roman', Helvetica, sans-serif;
    font-size:16px; line-height:25px; text-align:left; color:#f0753f !important}	
		
.whtwe-text-light{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:16px; line-height:25px; text-align:left; color:#fff !important}

.whtwe-margin{margin:0 0 25px 0}	

.whywe-head-medium{font-family:'HelveticaNeueLTStd-Md', Helvetica, sans-serif;
    font-size:18px; line-height:25px; margin:0 0 25px 0; text-align:left; color:#c0d846 !important}	
	
.whywe-text-light{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:16px; line-height:25px; text-align:left; color:#b8b4b4 !important}
	
.whywe-margin{margin:0 0 25px 0}

.whywe-list{padding:0 0 0 80px}


.capabi-head-medium{font-family:'HelveticaNeueLTStd-Md', Helvetica, sans-serif;
    font-size:17px; line-height:25px; margin:0 0 20px 0; text-align:left; color:#52c9d6 !important}	
	
.capabi-text-light{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif;
    font-size:15px; line-height:25px; text-align:left; color:#52c9d6 !important}
	
.capabi-text-roman{font-family:'HelveticaNeueLTStd-Roman', Helvetica, sans-serif;
    font-size:15px; line-height:25px; text-align:left; color:#b1afb0 !important}

.capabi-text-roman2{font-family:'HelveticaNeueLTStd-Roman', Helvetica, sans-serif;
    font-size:15px; line-height:25px; text-align:left; color:#52c9d6 !important}	
	
	.capabi-margin{margin:0 0 12px 0}


	
.cont-text-light{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif; font-size:25px !important; letter-spacing:1px; text-align:center; color:#7dc8c8 !important}	
	
.cont-text-copy{font-family:'HelveticaNeueLTStd-Lt', Helvetica, sans-serif; font-size:11px !important; letter-spacing:1px; text-align:center; color:#7dc8c8 !important}	
.cont_main{width:600px; height:auto;}

.cont-bgfresh{width:210px; height:158px; margin:0 0 15px 0}
.cont-social{width:auto; height:30px; margin:0 0 10px 0}
.cont-facebook{width:30px; height:30px; float:left; margin:0 10px 0 0}

.cont-twitter{width:30px; height:30px; float:left; margin:0 10px 0 0}

.cont-mail{width:auto; height:20px; float:left; padding:10px 0 0 0; }	
		
.cont-name-margin{margin:0 0 80px 0}

.cont-text-margin{margin:0 0 15px 0}

/* ---------------------------------- */

/* @Share */

.button {
	display: block;
	margin: 0px 4px 0px 0px !important;
	width: 22px;
	height: 22px;
	border: 0 !important;
	float: left;
	overflow: hidden;
    text-decoration: none !important;
	text-indent: -9000px;
}

.button:hover {
	background-position: 0px -22px;
}

.button-orkut {
	background: url(../img/icon_share_orkut.html) no-repeat 0px 0px;
}

.button-werkenntwen {
	background: url(../img/icon_share_werkenntwen.html) no-repeat 0px 0px;
}

.button-renren {
	background: url(../img/icon_share_renren.html) no-repeat 0px 0px;
}

.button-qzone {
	background: url(../img/icon_share_qzone.html) no-repeat 0px 0px;
}

.button-weibo {
	background: url(../img/icon_share_weibo.html) no-repeat 0px 0px;
}

.button-gree {
	background: url(../img/icon_share_gree.html) no-repeat 0px 0px;
}

.button-plurk {
	background: url(../img/icon_share_plurk.html) no-repeat 0px 0px;
}

#site-share {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index:99999;
}


/* test z image: Note these images CAN NOT show up unless its called in the com.nikebetterworld.js in the function . however adding a new image in the css breaks the site as well.*/
  /*orkut test icon on the footer of page */
 
  .orkut{
    display: block;
    margin: 0 4px 0 0 !important;
    line-height: 60px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/icon_share_o.png) 0 0 no-repeat;
    float: left;
    border: 0 !important;
    text-decoration: none !important;
  }


.orkut:hover {
      background-position: 0 -22px;
    }

/* end of test z image */

  .icon-fb{
    display: block;
    margin: 0 4px 0 0 !important;
    line-height: 60px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/icon_share_fb.png) 0 0 no-repeat;
    float: left;
    border: 0 !important;
    text-decoration: none !important;
  }
  
  
    .icon-fb:hover {
      background-position: 0 -22px;
    }
  
  .icon-twitter{
    display: block;
    margin: 0 4px 0 0 !important;
    line-height: 60px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/icon_share_t.png) 0 0 no-repeat;
    float: left;
    border: 0 !important;
    text-decoration: none !important;
  }
  
  .icon-twitter:hover{
    background-position: 0 -22px;
  }
  

/* ---------------------------------- */

/* @Clear */

.clear-self:after 
{ 
  content: " "; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0;
  margin-bottom: 0; 
}

.clear-self 
{ 
  /*display: inline-block;*/
  display: block;
}

html[xmlns] .clear-self 
{ 
  display: block;
}

* html .clear-self 
{ 
  height: 1%; 
}

/* -------------------- Pt-Br styles for proofpoints1.html & proofpoints2.html--------------------------------- */



.pr_title_sec{
    color: #4F9426;
    font-family: "NikeGratton","Helvetica";
    font-size: 64px;
    letter-spacing: -1px;
    line-height: 67px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
}

.pr_title_sec{
    font-size-adjust: 0;
    font-style: normal;
    font-weight: 100 !important;
}


.pr_title_sec2{
    color: #4F9426;
    font-family: "NikeGratton","Helvetica";
    font-size: 64px;
    letter-spacing: -1px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
}

.pr_title_sec2{
    font-size-adjust: 0;
    font-style: normal;
    font-weight: 100 !important;
}

.pr_title_sec3{
    color: #4F9426;
    font-family: "NikeGratton","Helvetica";
    font-size: 58px;
    letter-spacing: -1px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-align: left;
}

.pr_title_sec3{
    font-size-adjust: 0;
    font-style: normal;
    font-weight: 100 !important;
}


/* -------------------- (end of) Pt-Br styles ------------------------ */
