body {
	padding: 0;
	margin: 0;
	color: rgb(0,0,0);
	background: #fff;
}

#bdContainer {

	min-height: 300px;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "source-sans-pro";
	font-size: 13pt;
	font-weight: 200;
}

#bdContainer h1 {
	font-weight: 300;
}

#price {
	text-align: center;
	padding: 10px;
}

#s3header {
	margin-bottom: 30px;
}

p {
	margin: 10px 0 10px 0;
}

#bd3 {
	opacity: 0.95; filter: alpha(opacity =   95);
	background: #fff;
	width: 960px;
	margin: 10px auto 10px auto;
}

#logoHeader {
	float: left;
}

#appStore a {
	display: block;
	padding-top: 45px;
}

#tomorrowButton {
	display: none;
}

/*
#appStoreButton {
	display: none;
}
*/

#appStore {
	float: right;
	width: 300px;
}

#logoHeader h1 {
	font-weight: 150;
	font-size: 52pt;
	color: #e89f2c;
	display: inline-block;
	margin: 0 0 0 38px;
	padding: 0;
	width: 450px;
	line-height: 60px;
}

#bd3features {
	padding-top: 20px;
	padding-bottom: 20px;
}
#imageContainerRight {
	float: right;
}
#imageContainer {
	float: left;
}

#image {
	width: 592px;
	height: 338px;
}
#featureDetailsLeft {
	width: 700px;
	float: left;
}
#featureDetails {
	width: 700px;
	float: right;
}

#featureDescription, #bdConnect p, #bdConnect li {
	font-weight: 200;
	font-size: 12pt;
	padding: 0;
	margin: 0;	
}

#featureTitle {
	padding: 0;
	margin: 0;
}

#featureList {
	width: inherit;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	padding: 0 0 20px 0;
	margin: 0;
}

#featureList li {
	line-height: 30px;
	list-style: none;
	padding: 4px 0 4px 0;
	cursor: hand;
}

#moreFeatures {
	width: inherit;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	padding: 0 0 0 12px;
	margin: 0;
}

#moreFeatures li {
	font-weight: 300;
	font-size: 11pt;
	line-height: 30px;
	padding: 0px;
}

#more {
	padding-left: 12px;
}

.description, .featureImage {
	display: none;
}

.feature {
	text-decoration: none;
	font-family: "source-sans-pro";
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 2px 10px 2px 10px;
	margin: 2px;
	font-weight: 300;
	font-size: 14pt;
	color: rgb(87,77,91);
	outline: none;
	cursor: hand;
}

.feature:hover {
	border: 1px solid #e89f2c;
}

/*
.feature:active {
	background: #e89f2c;
	color: #fff;
}

.feature:visited {
	color: rgb(87,77,91);
}
*/

h2 {
	font-weight: 300;
	font-size: 23px;
	color: #e89f2c;
}


#bdConnect {
	background: url(../en/images/bd3/sc-icon-white.png) no-repeat 20px 0;
}

#scHeader h1 {
	font-weight: 200;
	font-size: 52pt;
	padding: 0 0 0 130px;
	margin: 0;
	line-height: 60px;
	color: #fff;
}

#scHeader h2 {
	padding: 0 0 0 132px;
	margin: 0;
	font-size: 27pt;
	color: #fff;
}

#bdConnectContainer {
	background: #e89f2c;
	margin: 0;
	padding: 40px 0 40px 0;
}

#bdConnect {
	width: 960px;
	color: #fff;
	margin: 10px auto 10px auto;
	font-size: 14pt;
}

#bdConnect p {
	font-size: 14pt;
	margin-left: 134px;
}

#bdConnect ul {
	list-style: decimal;
	padding-left: 0;
	margin-left: 156px;
}

#bdConnect li {
	font-size: 14pt;
}

#bdConnectContainer a {
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 6px 12px 6px 12px;
}

#bdConnectContainer span a {
	text-decoration: underline;
	border: none 0px;
	padding: 0;
}

#bdConnectContainer {
	color: #fff;	
}

#bdConnectContainer .fineprint {
	font-weight: 300;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#scActions {
	width: inherit;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

#scActions li {
	list-style: none;
	text-align: center;
}

#scActions li a {
	text-decoration: none;
	font-size: 18pt;
	font-weight: 400;
}

#footer {
	padding-top: 30px;
}


/*------------------------------------*\
    $IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 568px) and (orientation : portrait) {

#bdContainer {
	font-size: 16pt;
}

p {
	padding: 15px 0 15px 0;
}

.feature {
	font-size: 12pt;
	padding: 12px;
}

#featureDescription, #bdConnect p, #bdConnect li {
	font-size: 14pt;
}

}