
/* ---------------------------------------------------------------- */
/* ---------------------------- global ---------------------------- */
/* ---------------------------------------------------------------- */

* {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 22px;
	vertical-align: top;
}

a { outline:0; }

body, .body {
	margin: 0px;
	padding: 0;
	}

html {
	margin:0;
	padding:0;
}


/* ---------------------------------------------------------------- */
/* ----------------------- desktop / table ------------------------ */
/* ---------------------------------------------------------------- */


/* -------------------- zones -------------------- */

.z1, .z2, .z3, .z4, .z100 {
	position: relative;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.z1 {
	height: 420px;
	margin-bottom: 50px;
	background-color: #eee;
}

.z2 {
	height: 340px;
	margin-bottom: 30px;
}

.z3 {
	height: 620px;
}

.z4 {
	height: 380px;
}

.z100 {
	height: 184px;
	background-color: #eee;
}

/* -------------------- inner -------------------- */

.innerZone {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}

/* -------------------- dividers -------------------- */

.oneThird {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	width: 255px;
	height: 255px;
}


.thirdSpacer {
	display: inline-block;
	width: 20px;
	height: 10px;
}

.oneHalf {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	width: 320px;
	height: 500px;
}

.halfSpacer {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 320px;
}

/* -------------------- top -------------------- */

.header {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-top: 40px;
	padding: 0;
	height: 360px;
}

.topLogo {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	width: 440px;
	height: 340px;
	background: url(../images/spoonstar-top-logo.png) no-repeat;
	padding: 0;
	margin: 0;
}

.topSpoon {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	width: 340px;
	height: 340px;
	background: url(../images/spoonstar-top-spoon.png) no-repeat;
	padding: 0;
	margin: 0;
}

/* -------------------- circles -------------------- */

.circle1, .circle2, .circle3 {
	display: inline-block;
	width: 255px;
	height: 255px;
	background: url(../images/spoonstar-circles.png) no-repeat;
	z-index: 10;
}

.circle2 {
	background-position: -255px 0px;
}

.circle3 {
	background-position: -510px 0px;
}

.circleText {
	display: inline-block;
	z-index: 100;
}

.dishwasher-safe {
	display: inline-block;
	font-size: 15px;
	color: #bbb;
	line-height: 21px;
	width: 255px;
}

/* -------------------- package -------------------- */

.package {
	display: inline-block;
	width: 320px;
	height: 450px;
	background: url(../images/spoonstar-package.png) no-repeat;
	cursor: pointer;
}

.package:hover {
	opacity: 0.7;
}

.orderForm {
	margin-top: 12px;
	display: inline-block;
	width: 320px;
	height: 48px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

.orderCost {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.orderShipping {
	position: relative;
	display: inline-block;
	padding: 0;
	color: #ccc;
	font-size: 16px;
	text-align: left;
}

.orderQty {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	width: 110px;
	height: 40px;
	padding: 0px;
	padding-top: 15px;
	color: #666;
	font-size: 18px;
	background-color: #ddd;
	text-align: center;
}

.orderNow {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 40px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 15px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: #74b2c4;
	cursor: pointer;
}

.orderNow:hover {
	background-color: #6196a6;
}

/* -------------------- store -------------------- */

.storeImage {
	display: inline-block;
	width: 320px;
	height: 455px;
	background: url(../images/spoonstar-bbb.png) no-repeat;
	cursor: pointer;
}

.storeImage:hover {
	opacity: 0.7;
}

.storeMessage {
	margin-top: 18px;
	display: inline-block;
	width: 320px;
	height: 48px;
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
}

.storeMessage:hover {
	opacity: 0.7;
}

.storeMessageSmall {
	color: #aaa;
	font-size: 18px;
	cursor: pointer;
}

.styled select {
	background: transparent;
	width: 150px;
	font-size: 20px;
	border: none;
	height: 55px;
}

.styled {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-right: 5px;
	width: 105px;
	height: 55px;
	border: none;
	overflow: hidden;
	background: url(../images/qtyArrow.png) 96% / 20% no-repeat #eee;
}

/* -------------------- social -------------------- */

.social {
	display: inline-block;
	width: 320px;
	height: 320px;
	background-color: #eee;
}

.social1, .social2, .social3 {
	display: inline-block;
	width: 255px;
	height: 255px;
	background: url(../images/spoonstar-social.png) no-repeat;
	cursor: pointer;
}

.social2 {
	background-position: -255px 0px;
}

.social3 {
	background-position: -510px 0px;
}

.social1:hover {
	background-position: 0px -255px;
}

.social2:hover {
	background-position: -255px -255px;
}

.social3:hover {
	background-position: -510px -255px;
}

/* -------------------- social -------------------- */

.footerLeft {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	padding-top: 50px;
	width: 500px;
	height: 100px;
	text-align: left;
}

.footerRight {
	display: inline-block;
	position: relative;
	padding-top: 70px;
	width: 270px;
	height: 80px;
	text-align: right;
	font-size: 14px;
	color: #777;
}

.footerMobile {
	display: none;
}

.spoonstarFooter {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	width: 540px;
	height: 80px;
	background: url(../images/spoonstar-footer.png) no-repeat;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* ---------------------------- mobile ---------------------------- */
/* ---------------------------------------------------------------- */


@media (max-width: 800px) {


/* -------------------- zones -------------------- */

.z1 {
	height: 440px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: transparent;
	overflow: hidden;
}

.z2 {
	height: 890px;
	margin-bottom: 40px;
}

.z3 {
	height: 560px;
}

.z4 {
	height: 900px;
}

.z100 {
	height: 170px;
}

/* -------------------- inner -------------------- */

.innerZone {
	width: 300px;
}

/* -------------------- dividers -------------------- */

.oneThird {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	width: 300px;
	height: 290px;
	text-align: center;
}

.thirdSpacer {
	display: none;
}

.oneHalf {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	width: 300px;
	height: 600px;
}

.halfSpacer {
	display: none;
}

/* -------------------- top -------------------- */

.header {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-left: 0px;
	width: 300px;
	height: 405px;
}

.topLogo {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 85px;
	background: url(../images/spoonstar-top-logo-m.png) no-repeat;
	background-size: 300px 85px;
	padding: 0;
	margin: 0;
}

.topSpoon {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 315px;
	background: url(../images/spoonstar-top-spoon-m.png) no-repeat;
	background-size: 300px 315px;
	padding: 0;
	margin: 0;
}


/* -------------------- circles -------------------- */

.circle1, .circle2, .circle3 {
	display: inline-block;
	width: 255px;
	height: 255px;
	background: url(../images/spoonstar-circles.png) no-repeat;
}

.circle2 {
	background-position: -255px 0px;
}

.circle3 {
	background-position: -510px 0px;
}

.circleText {
	display: inline-block;
	margin-top: -7px;
	width: 300px;
	z-index: 100;
}

.dishwasher-safe {
	font-size: 15px;
	color: #bbb;
	line-height: 21px;
	display: block;
	width: 300px;
}

/* -------------------- package -------------------- */

.package {
	width: 300px;
	height: 416px;
	background: url(../images/spoonstar-package-m.png) no-repeat;
	background-size: 300px 416px;
}

.orderForm {
	margin-top: 12px;
	display: inline-block;
	width: 300px;
	height: 48px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

.orderCost {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.orderShipping {
	position: relative;
	display: inline-block;
	padding: 0;
	color: #ccc;
	font-size: 16px;
	text-align: left;
}

.orderQty {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	width: 100px;
	height: 40px;
	padding: 0px;
	padding-top: 15px;
	color: #666;
	font-size: 18px;
	background-color: #ddd;
	text-align: center;
}

.orderNow {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 50px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 25px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background-color: #74b2c4;
	cursor: pointer;
}

.orderNow:hover {
	background-color: #6196a6;
}

/* -------------------- store -------------------- */

.storeImage {
	width: 300px;
	height: 416px;
	background: url(../images/spoonstar-bbb-m.png) no-repeat;
	background-size: 300px 416px;
}

.storeMessage {
	margin-top: 12px;
	display: inline-block;
	width: 300px;
	height: 48px;
	font-size: 24px;
	line-height: 22px;
}

.storeMessageSmall {
	color: #aaa;
	font-size: 18px;
}

.styled select {
	background: transparent;
	width: 150px;
	font-size: 20px;
	border: none;
	height: 55px;
}

.styled {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-right: 5px;
	width: 105px;
	height: 55px;
	border: none;
	overflow: hidden;
	background: url(../images/qtyArrow.png) 96% / 20% no-repeat #eee;
}

/* -------------------- social -------------------- */

.social {
	display: inline-block;
	width: 320px;
	height: 320px;
	background-color: #eee;
}

.social1, .social2, .social3 {
	display: inline-block;
	width: 255px;
	height: 255px;
	background: url(../images/spoonstar-social.png) no-repeat;
	cursor: pointer;
}

.social2 {
	background-position: -255px 0px;
}

.social3 {
	background-position: -510px 0px;
}

.social1:hover {
	background-position: 0px -255px;
}

.social2:hover {
	background-position: -255px -255px;
}

.social3:hover {
	background-position: -510px -255px;
}

/* -------------------- social -------------------- */

.footerLeft {
	display: inline-block;
	position: relative;
	margin-top: 0px;
	padding-top: 30px;
	width: 300px;
	height: 100px;
	text-align: center;
}

.footerRight {
	display: none;
}

.footerMobile {
	display: inline-block;
	position: relative;
	padding-top: 2px;
	width: 300px;
	height: 10px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
}

.spoonstarFooter {
	width: 300px;
	height: 70px;
	background: url(../images/spoonstar-footer-m.png) no-repeat;
	background-size: 300px 70px;
}

/* -------------------- end of query -------------------- */

}
