/* Global */

html { }
body { margin:0px; padding:0px; background:#000; font-family:Arial; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
p { margin: 0px; padding: 0px; }

#global {
    width:320px;
    position:absolute;
}

#orientation {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100000;
	background:url(../mobile/orientation.jpg) 50% 50%;
	background-size:auto 100%;
	background-color: #000;
}

/* Header */

#header {
    width:100%;
    height:40px;
    background:url(../mobile/header.png) 0px 5px no-repeat;
    background-size:100% auto;
}

#header #logo-link {
    margin-top:3px;
    margin-right:3px;
    display:block;
    width:80px;
    height:25px;
    text-decoration:none;
    position:absolute;
}

#header #home-link {
    margin-top:3px;
    margin-right:3px;
    display:block;
    left:95px;
    width:130px;
    height:35px;
    text-decoration:none;
    position:absolute;
}

#header #popup-plus-link {
    float:right;
    margin-top:3px;
    margin-right:3px;
    background:url(../mobile/plus.png) 0px 0px no-repeat;
    background-size:35px 35px;
    display:block;
    width:35px;
    height:35px;
    text-decoration:none;
}

#header .popup-plus-link-open {
    background:url(../mobile/minus.png) 0px 0px no-repeat !important;
    background-size:35px 35px !important;
}

#header #cart-link {
    float:right;
    margin-top:3px;
    margin-right:3px;
    background:url(../mobile/cart.png) 0px 0px no-repeat;
    background-size:35px 35px;
    display:block;
    width:35px;
    height:35px;
    text-decoration:none;
}

/* Plus */

#popup-plus {
    background:url(../mobile/popup-plus.jpg) 0px 0px no-repeat;
    background-size:100% auto;
    z-index:10000;
    position:absolute;
    width: 100%;
    height:368px;
    display:none;
    top:44px;
}

#popup-plus a {
    display:block;
    float:left;
    width:105px;
    padding-top:73px;
    height:30px;
    color:white;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
}

/* Sendfriend */

#popup-sendfriend {
    background:url(../mobile/popup-sendfriend.jpg) 0px 0px no-repeat;
    background-size:100% auto;
    z-index:20000;
    position:absolute;
    width: 100%;
    height:368px;
    display:none;
    top:44px;
}

#popup-sendfriend .success {
    position:absolute;
    margin-top:276px;
    margin-left:60px;
    text-align:right;
    font-size:11px;
}

#popup-sendfriend .error {
    position:absolute;
    margin-top:276px;
    margin-left:60px;
    text-align:right;
    color:#710000;
    font-size:11px;
}

#popup-sendfriend .title {
    position:absolute;
    margin-top:110px;
    margin-left:60px;
    font-size:14px;
}

#popup-sendfriend input[type=text] {
    position:absolute;
    margin-top:136px;
    margin-left:65px;
    font-size:13px;
    border:0px;    
    width:169px;
}

#popup-sendfriend input[name=your_name] {
    margin-top:169px;
}

#popup-sendfriend input[name=your_friend_email] {
    margin-top:201px;
}

#popup-sendfriend .action {
    position:absolute;
    margin-top:236px;
    right:68px;
}

#popup-sendfriend input[type=submit] {
    font-size:12px;
    border:0px;    
    padding:4px 8px 4px 8px;
    text-transform:uppercase;
    border:1px slid #d2d2d2;
    background:white;
    box-shadow:1px 1px 3px #AAA;
}

#popup-sendfriend .popup-close-link {
    margin-top:62px;
}

#popup-sendfriend .social-link {
    position:absolute;
    display:block;
    margin-left:56px;
    margin-top:232px;
    font-size:0px;
    width:30px;
    height:30px;
}

#popup-sendfriend .facebook {
    margin-left:87px;
}

#popup-sendfriend .twitter {
    margin-left:116px;
}

/* Language */

#popup-language {
    background:url(../mobile/popup-language.jpg) 0px 0px no-repeat;
    background-size:100% auto;
    z-index:20000;
    position:absolute;
    width: 100%;
    height:368px;
    display:none;
    top:44px;
}

#popup-language .popup-close-link {
    margin-top:62px;
}

#popup-language .title {
    position:absolute;
    margin-top:110px;
    margin-left:60px;
    font-size:14px;
    width:195px;
}

#popup-language .action {
    position:absolute;
    margin-top:236px;
    right:68px;
    text-align:right;
        float:right;
}

#popup-language input[type=submit] {
    font-size:12px;
    border:0px;    
    padding:4px 8px 4px 8px;
    text-transform:uppercase;
    border:1px slid #d2d2d2;
    background:white;
    box-shadow:1px 1px 3px #AAA;
}

#popup-language select {
    position:absolute;
    margin-top:171px;
    margin-left:60px;
    font-size:14px;
    width:195px;
    border:0px;    
}

#popup-language select#language {
    margin-top:203px;
}

/* Sections */

#section {
    position:absolute;
    left:0px;
    width:100%;
    height:380px;
    background:#000;
    overflow: hidden;   
}

#section .slide {
    display: block;
    float: left;
    list-style: none;
    width: 100%;
    height:380px;
}

#section .nav {
    position:absolute;
}

#section .nav a {
    display:block;
    float:left;
    font-size:0px;
    width:10px;
    height:10px;
    text-indent: -9999px;
    background:#666666;
    margin-right:2px;
    margin-left:2px;
    border-radius:50%;
    -webkit-border-radius: 10px;
}

#section .nav .active {
    font-weight:bold;
    background:#FFFFFF;
}

/* Popup */

.popup-slide {
    z-index:10000;
    position:absolute;
    background:red;
    width: 100%;
    height:368px;
    display:none;
    top:44px;
}

.popup-close-link {
    position:absolute;
    display:block;
    margin-left:253px;
    margin-top:8px;
    font-size:0px;
    width:50px;
    height:50px;
    text-indent: -9999px;
}

/* Typos */

.text {
    position:absolute;    
}

.style1 {
    font-size:9px;
    text-align:center;
}

.style2 {
    font-size:10px;
    font-weight:bold;
    text-align:center;
}

.style3 {
    font-size:10px;
    text-align:center;
    font-style:italic;
}

.style4 {
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
}

.style5 {
    font-size:11px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:white;
}

.style6 {
    font-size:11px;
    text-align:center;
    color:white;
}

.style7 {
    font-size:10px;
    text-align:center;
    text-transform:uppercase;
}
.style7 a {
    background:url(../mobile/button1.png) 95% 3px no-repeat;
    padding:4px 30px 4px 10px;
    text-decoration:none;
    color:#000;
    background-color:#FFF;
    background-size:15px 14px;
    box-shadow:-1px -1px 5px rgb(0, 0, 0, 0.2);
    display: inline-block;
}

.style8 {
    font-size:10px;
    text-align:center;
    text-transform:uppercase;
}
.style8 a {
    display:block;
    background:url(../mobile/button1.png) 95% 3px no-repeat;
    padding:4px 30px 4px 10px;
    text-decoration:none;
    color:#000;
    background-color:#FFF;
    background-size:15px 14px;
    box-shadow:-1px -1px 5px rgb(0, 0, 0, 0.2);
}

.style9 {
    font-size:11px;
    text-align:center;
    font-style:italic;
}

.style10 {
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    font-style:italic;
}

.style11 {
    font-size:13px;
    text-align:center;
    font-style:italic;    
}


.style12 {
    font-size:18px;
    text-align:center;
    text-transform:uppercase;
}

.style13 {
    font-size:10px;
    text-align:center;
    text-transform:uppercase;
}
.style13 a {
    background:url(../mobile/button1.png) 50% 4px no-repeat;
    padding:5px 24px 5px 0px;
    text-decoration:none;
    color:#000;
    background-color:#FFF;
    background-size:15px 14px;
    box-shadow:-1px -1px 5px rgb(0, 0, 0, 0.2);
}

/* Content */

.slide1 {
    background:url(../mobile/slide1.jpg) no-repeat;
    background-size:100% auto;
}

.slide1 .text1 {
    width:184px;
    margin-top:29px;
    margin-left:68px;
}

.slide1 .text1 .scrollable {
	height: 100px;
}

.slide1 .text2 {
    width:184px;
    margin-top:158px;
    margin-left:68px;
}

.slide1 .text3 {
    width:184px;
    margin-top:178px;
    margin-left:68px;
}

.slide1 .text4 {
    width:184px;
    margin-top:195px;
    margin-left:68px;
}

.slide2 {
    background-size:100% auto;
    background-repeat: no-repeat;
}

#global.has-choco .slide2 {
	background-image: url(../mobile/slide2-choco.jpg);
}

#global.no-choco .slide2 {
	background-image: url(../mobile/slide2.jpg);
}

.slide2 .text
{
	margin-top: 40px;
	margin-left: 70px;
	text-align: center;
	height: 125px;
	width:180px;
}

.slide2 .text1 {
    
}

.slide2 .text2 {
   margin-top: 5px;
}

.slide2 .text3 {
    width:120px;
    margin-top:40px;
    margin-left:55px;
}

.slide2 .text4 {
    width:120px;
    margin-top:40px;
    margin-left:149px;
}

.slide3 {
    background:url(../mobile/slide3.jpg) no-repeat;
    background-size:100% auto;
}

.slide3 .text
{
	margin-top: 39px;
	margin-left: 77px;
	text-align: center;
}

.slide3 .text1 {
    width:167px;
}

.slide3 .text2 {
    width:155px;
    margin-left:8px;
}

.slide3 .text2 .scrollable {
	height: 140px;
}

.slide4 {
    background:url(../mobile/slide4.jpg) no-repeat;
    background-size:100% auto;
}

.slide4 .text1 {
    width:167px;
    margin-top:12px;
    margin-left:77px;
}

.slide4 .text2 {
    width:250px;
    margin-top:33px;
    margin-left:35px;
}

.slide4 .text3 {
    width:250px;
    margin-top:300px;
    margin-left:32px;    
}

.slide4 .text4 {
    text-align:left;
    width:auto;
    margin-top:325px;
    margin-left:5px;    
}

.slide4 .text5 {
    text-align:left;
    width:auto;
    margin-top:325px;
    margin-left:160px;    
}

.slide4 .link1 a {
    text-decoration:none;
    display:block;
    width:171px;
    height:60px;
    position:absolute;
    margin-top:200px;
    margin-left:73px;
    text-align: center;
}

.slide4 .link2 a {
    text-decoration:none;
    display:block;
    width:81px;
    height:87px;
    position:absolute;
    margin-top:239px;
    margin-left:11px;
}

.slide4 .link3 a {
    text-decoration:none;
    display:block;
    width:81px;
    height:87px;
    position:absolute;
    margin-top:239px;
    margin-left:224px;
}

.slide5 {
    /*  background:url(../mobile/slide5.jpg) no-repeat;
     background-size:100% auto;*/
    background: url(../mobile/slide5.jpg) no-repeat 24px 50px;
    background-size: 85% auto;
}

.slide5 .text1 {
    width:167px;
    margin-top:12px;
    margin-left:77px;
}

.slide5 .text2 {
    width:250px;
    margin-top:33px;
    margin-left:35px;
}

.slide5 .text3 {
    /*width:150px;
    margin-top:170px;
    margin-left:5px;*/
    width: 133px;
    margin-top: 195px;
    margin-left: 25px;
}

.slide5 .text4 {
    /*width:150px;
    margin-top:170px;
    margin-left:170px;*/
    width: 133px;
    margin-top: 195px;
    margin-left: 163px;
}

.slide5 .text5 {
    /*width:150px;
    margin-top:320px;
    margin-left:85px;*/   
    width: 133px;
    margin-top: 320px;
    margin-left: 93px;
}

.slide5 .link1 a {
    text-decoration:none;
    display:block;
    width:121px;
    height:101px;
    position:absolute;
    margin-top:68px;
    margin-left:23px;
}

.slide5 .link2 a {
    text-decoration:none;
    display:block;
    width:121px;
    height:101px;
    position:absolute;
    margin-top:68px;
    margin-left:180px;
}

.slide5 .link3 a {
    text-decoration:none;
    display:block;
    width:121px;
    height:101px;
    position:absolute;
    margin-top:218px;
    margin-left:98px;
}

.recipe .title {
    width: 167px;
    margin-top: 12px;
    margin-left: 77px;
}

.recipe .content {
	width: 167px;
	margin-top:48px;
    margin-left:100px;
    text-align: center;
}

.recipe .text1 {
	margin-bottom: 0;
}

.recipe .text2 {
	margin-top: 7px;
	margin-bottom: 14px;
}

.recipe .text4 {
    text-align:right;
    width:200px;
    margin-top:260px;
    margin-left:85px;
}

.recipe-pistachio {
    background:url(../mobile/recipe-pistachio.jpg) no-repeat;
    background-size:100% auto;
}

.recipe-pistachio .content {
	margin-left: 125px;
}

.recipe-pistachio .text3,
.recipe-coco .text3,
.recipe-orange .text3 {
	margin-left: 8px;
	width: 150px;
}

.recipe-orange {
    background:url(../mobile/recipe-orange.jpg) no-repeat;
    background-size:100% auto;
}

.recipe-oriental {
    background:url(../mobile/recipe-oriental.jpg) no-repeat;
    background-size:100% auto;
}

.recipe-coco {
    background:url(../mobile/recipe-coco.jpg) no-repeat;
    background-size:100% auto;
}

/* Popup  recipe */

.popup-recipe {
    background:url(../mobile/popup-recipe.jpg) no-repeat;
    background-size:100% auto;
}

.popup-recipe .popup-text1 {
    width:165px;
    margin-top:36px;
    margin-left:78px;
}

.popup-recipe .popup-text2 {
    width:165px;
    margin-top:66px;
    margin-left:78px;
}

.popup-recipe .popup-text3 {
    width:195px;
    margin-top:100px;
    margin-left:60px;
    height:250px;
    overflow:hidden;
    padding-right:20px;
}

.popup-recipe .popup-text3 .style9 {
    margin-top:8px;
    margin-bottom:8px;
}

/* popup bio */

#popup-alexis {
    background:url(../mobile/popup-alexis.jpg) no-repeat;
    background-size:100% auto;
}

#popup-mauro {
    background:url(../mobile/popup-mauro.jpg) no-repeat;
    background-size:100% auto;
}

.popup-bio .popup-text1 {
    width:165px;
    margin-top:65px;
    margin-left:78px;
}

.popup-bio .popup-text2 {
    width:165px;
    margin-top:85px;
    margin-left:78px;
}

.popup-bio .popup-text3 {
    width:165px;
    margin-top:125px;
    margin-left:78px;
    height:194px;
    overflow:hidden;
    padding-right:20px;
}

.popup-bio .popup-text3 .style11 {
    margin-bottom:10px;
}

.popup-bio .popup-text3 .style4 {
    margin-bottom:10px;
}

.popup-bio .popup-text3 .style1 {
    font-size:11px;
}

/* popup roasting */

#popup-flavors,
#popup-origins,
#popup-roasting {
    background:url(../mobile/popup-roasting.jpg) no-repeat;
    background-size:100% auto;
}


#popup-flavors .popup-text1,
#popup-origins .popup-text1,
#popup-roasting .popup-text1 {
    margin-top:50px;
}

#popup-flavors .popup-text2,
#popup-origins .popup-text2,
#popup-roasting .popup-text2 {
    margin-top:79px;
    margin-left:57px;
    width:214px;
}

.video {
    background:url(../mobile/play.png) 50% 50% no-repeat;
    display: block;
    position: absolute;
    zIndex: 200000;
    top: 0;
    left: 0;
    background-color:#000;
    color:#000;
    text-decoration:none;
    width:100%;
    height:100%;
    display:none;
}