
/* Example page */
strong{font-weight:bold;}
.hellohead {
    padding: 0px 0 0;
}





.hellohead img{}
.hellohead h1{margin-left:14px;float:left;font-size:20px;line-height:100px;}

section {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


section#bottle{height:800px;}


section#story-freext {height:800px;}

#story-freext>div:nth-of-type(1) {
    background: url(../images/testimonialbg.png) 50% 0 no-repeat fixed;
    margin: 0;
	background-size:cover;
    height: 594px;
    position:absolute;
    width:100%;
    top:0;left:0;
}


#story-freext>div:nth-of-type(2) {
    background: url(../images/nike.png) 50% 0 no-repeat fixed;
    margin: 0;
    height: 300px;
    position:absolute;
    top:0px;left:100px;
    width:100%;
}



section article {
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 4;
}

.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}
