/* @override 
	http://camplus.s3.amazonaws.com/share/main-new.css?10
	http://camplus.s3.amazonaws.com/share/main-new.css?12
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
body {
	background: black;
	color: #929292;
	margin: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

@media only screen and (max-device-width:480px) { body{ -webkit-text-size-adjust: none; -webkit-text-stroke: 0px transparent; }}
#container {
	position: relative;
	width: 860px;
	margin: 30px auto;
}
#container .buyButtons {
	float: right;
	margin: -70px 20px 0 0;
}

#appOverview {
	margin: 0 50px 210px 50px;
	width: 700px;
	padding-top:35px;
}
#appOverview h3 {
	height: 136px;
	font-weight: normal;
	font-size: 34px;
	line-height: 52px;
	color: white;
	margin: 0 0 35px -10px;
	letter-spacing: -1px;
}
#appOverview h3 strong {
	display: block;
	font-weight: normal;
	color: black;
	font-size: 80px;
	letter-spacing: -4px;
}
#appOverview #deviceMovies {
	height: 420px;
	margin: 0 0 30px 0;
	position: relative;
}

#moviePhone {
	position: absolute;
	top: 112px;
	left: 526px;
	height: 237px;
	width: 156px;
}
#moviePhone .gloss {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 64px;
	height: 166px;
	z-index: 200;
	background: url(phoneGloss.png);
}
#moviePad {
	position: absolute;
	top: 46px;
	left: 40px;
	height: 375px;
	width: 468px;
}
#moviePad .gloss {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 431px;
	height: 328px;
	z-index: 200;
	background: url(iPad_gloss.png) top left no-repeat;
}

#appOverview p {
	padding-top: 15px;
	font-size: 20px;
	line-height: 26px;
	color: #3a3a3a;
	color: rgba(0,0,0,.75);
	margin: 1em 0;
}
#appMeta {
	min-height: 200px;
	width: 185px;
	float: left;
	margin: 4px 2em 0 0;
}
.appMetaVideo {
	width: 183px;
	height: 102px;
	background: url(v2-videoPreview.jpg);
	cursor: pointer;
}
.appMetaDesc {
	margin: 0 0 20px 0;
	color: #4b4b4b;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
}
.appBuyButton:link, .appBuyButton:visited {
	float: right;
	position: relative;
	padding: 8px 10px 6px 12px;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 16px;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #268FFB;
	-webkit-background-clip: padding-box;
}
.appBuyButton span {
	margin: -4px -6px -2px 14px;
	padding: 3px 9px;
	float: right;
	color: #268FFB;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: white;
	-webkit-background-clip: padding-box;
}
.appBuyButton span sup {
	font-size: 12px;
	vertical-align: 3px;
}
.appBuyButton.sale:before {
	content: " ";
	display: block;
	width: 110px;
	height: 72px;
	position: absolute;
	top: -3px;
	left: 90px;
	background: url(onsale.png);
	z-index: 50;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.appBuyButton.sale:before {
		background-image: url(onsale@2x.png);
		background-size: 110px 72px;
	}
}

 .appBuyButton.sale:after {
	content:'UNKO';
	text-transform: uppercase;
	
	display: block;
	width: 76px;
	height: 33px;
	position: absolute;
	top: 27px;
	left: 125px;
	z-index: 60;

	color: white;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}

.lang_en .appBuyButton.sale:after {
	content:'ON\aSALE';
	white-space: pre;
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
}

.lang_de .appBuyButton.sale:after {
	content:'reduziert';
	font-size: 11px;
}

.lang_es .appBuyButton.sale:after {
	content:'oferta';
}

.lang_fr .appBuyButton.sale:after {
	content:'offre spéciale';
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
}

.lang_it .appBuyButton.sale:after {
	content:'in\aofferta';
	white-space: pre;
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
}

.lang_ja .appBuyButton.sale:after {
	content:'セール';
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
	font-size: 20px;
}

.lang_ko .appBuyButton.sale:after {
	content:'세일 중';
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
	font-size: 20px;
}

.lang_zh-Hans .appBuyButton.sale:after {
	content:'特价';
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
	font-size: 20px;
}

.lang_zh-Hant .appBuyButton.sale:after {
	content:'特價';
	top: 20px;
	left: 133px;
	width: 61px;
	height: 33px;
	font-size: 20px;
}

.appBuyButton.intro:before {
	content: " ";
	display: block;
	width: 104px;
	height: 71px;
	position: absolute;
	top: -2px;
	right: -80px;
	background: url(intro-price.png);
}

#quotes {
	position: absolute;
	top: 42px;
	right: -1px;
	width: 323px;
	height: 136px;
	background: url(quotes.png);
	list-style-type: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#quotes {
		background: url(quotes@2x.png);
		background-size: 323px 136px;
	}
}

#quotes li {
	position: absolute;
	vertical-align: center;
	height: 200px;
	margin: 24px 25px 15px 44px;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: .5s;
	line-height: 18px;
}
#quotes li.threeLine {
	margin: 12px 25px 15px 44px;
}
#quotes li a:link, #quotes li a:visited {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#quotes li a strong {
	display: block;
	margin: 1px 0px 6px 0px;
}
#quotes li a strong:before {
	content: "— ";
}
#quotes li a img {
	float: right;
}
.appMetaVideo {
	border: 1px solid #333;
	display: block;
	text-decoration: none;
	text-indent: -5000em;
	width: 183px;
	height: 102px;
	border-radius: 6px;
	-webkit-background-clip: padding-box;
	position: relative;
	-webkit-transition: .25s;
}
.appMetaVideo .play {
	content: " ";
	background: url(video_nub.png);
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
	top: 50%;
	left: 50%;
	opacity: .6;
	-webkit-transition: .25s;
}
.appMetaVideo:hover .play {
	opacity: 1;
}
.appMetaVideo:hover {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.4), 0px 2px 7px rgba(0,0,0,.6);	
}

.section {
	position: relative;
	padding: 30px 40px;
}
.section h2 {
	font-size: 50px;
	font-weight: normal;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#cccccc));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #e9e9e9;
	margin: 0 0 0 15px;
	position: relative;
	text-shadow: 0px 2px 1px rgba(0,0,0,.5);
	-webkit-text-stroke: 0px transparent;
	-moz-text-stroke: 0px transparent;
}
.section p.subtext {
	color: #808080;
	width: 510px;
	line-height: 21px;
	margin: 1em 0;
}

#sectionShooting {
	position: relative;
}
#sectionShooting .subtext {
	width: auto;
	margin-right: 330px;
	margin-left: 15px;
	color: white;
}
#sectionShooting #sectionShootingCol2 {
	margin: 80px 0 0  -25px;
}
#sectionShooting #sectionShootingCol2 .feature {
	width: 200px;	
}
#sectionShooting #sectionShootingCol1 {
	float: right;
	margin: 60px -10px 0 -25px;
}

#sectionLightbox {
	overflow: hidden;
}
#sectionLightbox .feature {
	float: left;
	width: 210px;
	margin: 0 25px 0 0px;
}
#sectionLightbox .feature.feature-lightbox { margin-left: -25px; }
#sectionLightbox .feature.feature-sharing { margin: 0px; }
#sectionLightbox #lightboxShots {
	clear: both;
	height: 538px;
	width: 860px;
	margin: 530px 0px -30px -40px;
	background: url(lightboxShots.jpg);
	position: relative;
}
#sectionLightbox #lightboxShots #lightboxShotsPhone {
	position: absolute;
	top: 70px;
	right: 160px;
	width: 242px;
	height: 428px;
	background: url(lightboxShotsPhone5.png);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	z-index: 100;
}
#lightboxShots .lightboxShots_iPadScreen {
	position: absolute;
	top: 78px;
	left: 168px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
#lightboxShots .lightboxShots_iPhoneScreen {
	position: absolute;
	top: 59px;
	left: 71px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

#sectionLightbox #lightboxShots.lightboxShots_photoInfo #lightboxShotsPhone { -webkit-transform: translate(-280px, 0px); -moz-transform: translate(-280px, 0px); }
#sectionLightbox #lightboxShots.lightboxShots_photoInfo #lightboxShots_lightboxPhone { opacity: 0; }
#sectionLightbox #lightboxShots.lightboxShots_sharing #lightboxShots_lightboxPhone { opacity: 0; }
#sectionLightbox #lightboxShots.lightboxShots_sharing #lightboxShots_photoInfoPhone { opacity: 0; }
#sectionLightbox #lightboxShots.lightboxShots_sharing #lightboxShots_lightboxPad { opacity: 0; }
#sectionLightbox #lightboxShots.lightboxShots_sharing #lightboxShotsPhone { -webkit-transform: translate(60px, 0px); -moz-transform: translate(60px, 0px);  }


#sectionEditing {
	margin: 0 -1px -1px -1px;
	padding-bottom: 100px;
	background: #1F2226;
	-webkit-border-bottom-left-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;
	overflow: hidden;
	padding: 0px;
}
#sectionEditing h2 {
	margin: 0 0 0 40px;
}
#sectionEditing .subsection {
	clear: both;
	overflow: hidden;
	padding: 30px 10px 30px 20px;
	border-bottom: 1px solid #2b2b2b;
}
#sectionEditing .feature {
	float: left;
	width: 210px;
	margin: 0 25px 25px 0px;
}
#sectionEditing .feature p {
	color: #a4a4a4;
}

#sectionEditing .subsection#editing-effects {
	background: url(effectsBackground.jpg) center -4px no-repeat;
	padding-top: 330px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionEditing .subsection#editing-effects {
		background-image: url(effectsBackground@2x.jpg);
		background-size: 860px 526px;
	}
}



#sectionEditing .subsection#editing-effects .subtext {
	margin: 0 0 60px 40px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
#sectionEditing .subsection#editing-effects .subtext strong {
	display: block;
	font-size: 15px;
	text-transform: capitalize;
}
#sectionEditing .subsection#editing-adjust {
	background: url(adjustBackground.jpg) left 50px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionEditing .subsection#editing-adjust {
		background-image: url(adjustBackground@2x.jpg);
		background-size: 542px 418px;
	}
}


#sectionEditing .subsection#editing-adjust .spacer {
	float: left;
	width: 550px;
	height: 360px;
}
#sectionEditing .subsection#editing-scenes .feature,
#sectionEditing .subsection#editing-cropping .feature,
#sectionEditing .subsection#editing-borders .feature {
	width: 340px;
	
}
#sectionEditing .subsection#editing-scenes {
	background: url(scenesBackground.jpg) top right no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionEditing .subsection#editing-scenes {
		background-image: url(scenesBackground@2x.jpg);
		background-size: 576px 287px;
	}
}


#sectionEditing .subsection#editing-scenes .feature-scenes {
	margin: 110px 0 0 40px;
}
#sectionEditing .subsection#editing-scenes .feature-flash {
	clear: both;
	margin: 60px 0 0 0;
}
#sectionEditing .subsection#editing-cropping {
	background: url(croppingBackground.jpg) top right no-repeat;
	padding-left: 440px;
	height: 345px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionEditing .subsection#editing-cropping {
		background-image: url(croppingBackground@2x.jpg);
		background-size: 860px 345px;
	}
}

#sectionEditing .subsection#editing-cropping h2 {
	margin-bottom: 40px;
}
#sectionEditing .subsection#editing-borders h2 {
	margin-bottom: 80px;
}
#sectionEditing .subsection#editing-borders {
	background: url(bordersBackground.jpg) bottom center no-repeat;
	padding-bottom: 330px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionEditing .subsection#editing-borders {
		background-image: url(bordersBackground@2x.jpg);
		background-size: 691px 322px;
	}
}



#sectionEditing .subsection#editing-borders .borders-image {
	margin-top: -60px;
}

.feature {
	position: relative;
	width: 200px;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	margin-bottom: 30px;
	padding: 0 0 0 40px;
}
.feature h3 {
	font-size: 21px;
	line-height: 21px;
}
.feature h4 {
	color: #268FFB;
	font-size: 17px;
	line-height: 15px;
	font-weight: normal;
	font-style: oblique;
	margin-bottom: 4px;
	margin: 0 -10px 0 0;
}
.feature p {
	margin: .7em 0 1em 0;
}
.feature p small {
	font-size: 10px;
	color: #777;
	font-style: oblique;
}
.feature h3 .ipad-only {
	font-size: 10px;
	background: #424242;
	padding: 2px 5px;
	white-space: nowrap;
	border-radius: 3px;
	vertical-align: 4px;
}

hr.dottedRule {
	clear: both;
	border: 0px solid;
	height: 5px;
	margin: 0px -1px;
	padding: 0px;
	background: url(rule.jpg);
}

#previewLightbox {
	margin: 40px 0px;
	-webkit-border-radius: 18px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	-moz-border-radius: 18px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	padding: 22px;
	background: url(dots.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#previewLightbox {
		background-image: url(dots@2x.png);
		background-size: 60px 60px;
	}
}



#previewLightbox h2 {
	margin: -5px 0 15px 10px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,.8), 0px 0px 5px rgba(0,0,0,.4);
}
#previewLightbox h2 span {
	display: inline-block;
	background: url(camera%2Bsmall.png);
	width: 127px;
	height: 34px;
	text-indent: -5000em;
	line-height: 39px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#previewLightbox h2 span {
		background-image: url(camera%2Bsmall@2x.png);
		background-size: 127px 34px;
	}
}


#previewLightbox .rim {
	background: rgba(0,0,0,.4);
	border: 1px solid rgba(0,0,0,.2);
	padding: 7px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#previewLightbox #effectsPreview {
	height: 445px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid rgba(0,0,0,.1);
	background: #d6d6d6;
	background: -webkit-gradient(radial, 50% 50%, 2, 100% 100%, 800, from(#d6d6d6), to(#9a9a9a));
	background: -moz-radial-gradient(center 45deg, circle farthest-corner, #d6d6d6 0%, #9a9a9a 100%);	
}

.icon {
	width: 40px;
	position: absolute;
	float: left;
	height: 40px;
	margin: -8px 5px 2px -44px;
	background: url(icons.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.icon {
		background: url(icons@2x.png);
		background-size: 40px 800px;
	}
}

.icon.icon-shooting { background-position: 0px -40px; }
.icon.icon-flashlight { background-position: 0px -160px; }
.icon.icon-grid { background-position: 0px -120px; }
.icon.icon-zoom { background-position: 0px -80px; }
.icon.icon-lightbox { background-position: 0px -200px; }
.icon.icon-info { background-position: 0px -240px; }
.icon.icon-sharing { background-position: 0px -280px; }
#sectionEditing .icon {
	background: url(icons-editing.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionEditing .icon {
		background: url(icons-editing@2x.png);
		background-size: 40px 800px;
	}
}
#sectionEditing .icon.icon-effects { background-position: 0px 0px; }
#sectionEditing .icon.icon-brushing { background-position: 0px -40px; }
#sectionEditing .icon.icon-layering { background-position: 0px -80px; }
#sectionEditing .icon.icon-rotate { background-position: 0px -120px; }
#sectionEditing .icon.icon-straighten { background-position: 0px -160px; }
#sectionEditing .icon.icon-wb { background-position: 0px -200px; }
#sectionEditing .icon.icon-redeye { background-position: 0px -240px; }
#sectionEditing .icon.icon-tone { background-position: 0px -280px; }
#sectionEditing .icon.icon-detail { background-position: 0px -320px; }
#sectionEditing .icon.icon-vignette { background-position: 0px -360px; }
#sectionEditing .icon.icon-scenes { background-position: 0px -400px; }
#sectionEditing .icon.icon-flash { background-position: 0px -440px; }
#sectionEditing .icon.icon-crop { background-position: 0px -480px; }
#sectionEditing .icon.icon-borders { background-position: 0px -520px; }
#sectionEditing .icon.icon-captions { background-position: 0px -560px; }

.tttFooter:link, .tttFooter:visited {
	display: block;
	float: right;
	text-indent: -5000em;
	width: 221px;
	height: 73px;
	background: url(tttFooter.png) left top no-repeat;
	margin: -20px 20px 20px 0;
	padding-bottom: 20px;
}
#container .buyButtonsBottom {
	float: left;
}

#effectsPreview {
	position: relative;
}

#effectsPreview .effect {
	position: absolute;
	cursor: pointer;
	-webkit-transition: -webkit-transform .5s ease-out, -webkit-box-shadow .5s ease-out, opacity .5s ease-out, height 0.5s ease-out, width 0.5s ease-out, top 0.5s ease-out, left 0.5s ease-out;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	background: rgba(25,25,25,.8);
}

#effectsPreview .effect img {
	display: block;
	margin: 0px;
	-webkit-transition: height 0.5s ease-out, width 0.5s ease-out; /*, opacity 0.5s ease-out;*/
}
#effectsPreview .effect .recipe {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	opacity: 1;
	color: #eee;
	text-shadow: 0px 0px 1px #000;
	height: 0px;
	overflow: hidden;
	padding: 6px 2px 2px 2px;
}

#effectsPreview .effect .recipe .phone {
	float: right;
	height: 20px;
	padding: 2px 0 0 0;
	color: #999;
}

#effectsPreview .effect .recipe .color {
	float: left;
	height: 20px;
	background: url(recipe_icons.png) 0px 2px no-repeat;
	padding: 2px 6px 0 26px;
}

#effectsPreview .effect .recipe .scenemode {
	float: left;
	height: 20px;
	background: url(recipe_icons.png) 0px 2px no-repeat;
	padding: 2px 6px 0 26px;
}

#effectsPreview .effect .recipe .crop {
	float: left;
	height: 20px;
	background: url(recipe_icons.png) 0px -22px no-repeat;
	padding: 2px 6px 0 26px;
}

#effectsPreview .effect .recipe .fx {
	float: left;
	height: 20px;
	background: url(recipe_icons.png) 0px -45px no-repeat;
	padding: 2px 6px 0 26px;
}

#effectsPreview .effect .recipe .border {
	float: left;
	height: 20px;
	background: url(recipe_icons.png) 0px -66px no-repeat;
	padding: 2px 6px 0 26px;
}

#effectsPreview .effect.active {
	-webkit-transform: translateZ(10px) rotate(0deg) ! important;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,1);
/*	-moz-box-shadow: 0px 0px 60px rgba(0,0,0,1);*/
	z-index: 1000;
	opacity: 1 !important;
	
	-webkit-border-bottom-left-radius: 5px;		
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;		
	-moz-border-radius-bottomright: 5px;
}


#effectsPreview .active .thumbimage {
	opacity: 0;
}

#effectsPreview .fullimage {
	position: absolute;
	top: 0;
	left: 0;
}

#effectsPreview .active .fullimage {
	display: block !important;
}

#effectsPreview .active .recipe {
	height: 20px;
	padding: 5px 7px;
}
#effectsPreview .effect.disabled {
	opacity: .4;
}


#cover {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000;
	
	background: black;
	opacity: 0.3;
}

#screencast {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -328px;
	width: 656px;
	height: 368px;
	
	z-index: 9100;
	
	
	padding-top: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	padding-left: 20px; 
	background: rgba(35,35,35,.7);
	-webkit-border-radius: 10px;
	-webkit-transform-origin: center center;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 30px rgba(0,0,0,.8);
	-webkit-transition-duration: .4s;
}

#screencast .close {
	position: absolute;
	cursor: pointer;
	height: 30px;
	width: 30px;
	top: -15px;
	left: -15px;
	z-index: 10;
	background: url(http://macheist.com/static/common/close.png);
	-webkit-transition-duration: .4s;
}



.lang_ja .feature h4,
.lang_ko .feature h4,
.lang_zh-Hans .feature h4,
.lang_zh-Hant .feature h4 {
	font-style: normal;
	margin-top: 4px;
}

.lang_ja #appOverview h3,
.lang_ko #appOverview h3,
.lang_zh-Hans #appOverview h3,
.lang_zh-Hant #appOverview h3 {
	line-height: 62px;
/*	margin-top: -10px;*/
}

#container h1 {
	margin: 0 0 15px 30px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
/*	width: 436px;*/
	height: 125px;
	font-weight: normal;
	font-size: 25px;
	color: rgba(255,255,255,1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 74px 0px 0px 150px;
	letter-spacing:0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#container h1 {
		background-image: url(logo@2x.png);
		background-size: 426px 125px;

	}
}

#container h1 span {
	display: none;
}


#appInfo {
	position: relative;
	background: #1F2226 url(appInfoBackground.jpg) center 0px no-repeat;
	margin: 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#appInfo {
		background-image: url(appInfoBackground@2x.jpg);
		background-size: 860px 1025px;
	}
}

#moviePad .nowforiPad {
	position: absolute;
	width: 136px;
	height: 136px;
	top: -29px;
	left: -52px;
	background: url(nowforiPad.png);
}

#moviePad .nowforiPad div {
	width: 170px;
	height: 18px;
	text-align: center;
	transform: rotate(-45deg) translate(-55px,12px);
	-webkit-transform: rotate(-45deg) translate(-55px,12px);
	-moz-transform: rotate(-45deg) translate(-55px,12px);
	color: white;
}

.lang_es #moviePad .nowforiPad div {
	transform: rotate(-45deg) translate(-53px,13px);
	-webkit-transform: rotate(-45deg) translate(-53px,13px);
	-moz-transform: rotate(-45deg) translate(-53px,13px);
	font-size: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#moviePad .nowforiPad {
		background-image: url(nowforiPad@2x.png);
		background-size: 136px 136px;
	}
}


#sectionShooting #camera5Phone {
	float: left;
	display: block;
	height: 441px;
	width: 204px;
	margin: -470px 0px 20px 280px;
	background-image: url(shoot-iphone5-base.jpg);
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#sectionShooting #camera5Phone {
		background-image: url(shoot-iphone5-base@2x.jpg);
		background-size: 204px 441px;
	}
}

#sectionShooting #camera5Phone img {
	position: absolute;
	top: 62px;
	left: 17px;
	width: 172px;
	height 305px;
}

#sectionShooting #sectionShootingCol2 , #sectionShooting #sectionShootingCol1 {
	min-height: 430px;
}


#sectionLightbox #lightboxShots ul {
	list-style-type: none;
	width: 302px;
	padding: 0px;
	overflow: auto;
	position: absolute;
	top: 480px;
	left: 50%;
	margin: 0 0 0 -150px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(255,255,255,.8);
	z-index: 200;
}
#sectionLightbox #lightboxShots ul li {
	padding: 0px;
	margin: 0px;
}
#sectionLightbox #lightboxShots ul li a:link,
#sectionLightbox #lightboxShots ul li a:visited {
	display: inline-block;
	width: 80px;
	padding: 8px 10px;
	text-align: center;
	background: #eeeeee;
	color: #2f2f2f;
	text-decoration: none;
	font-size: 13px;
	float: left;
	border-right: 1px solid #c2c2c2;
	box-shadow: inset 0px 1px 2px rgba(255,255,255,1);
}
#sectionLightbox #lightboxShots ul li a.selected {
	background: #5c5c5c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#626262));
	color: #fff;
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.5);
}
#sectionLightbox #lightboxShots ul li:last-child a {
	border-right: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sectionLightbox #lightboxShots ul li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


/* default: en, fr, it, ko, zh */

/* non-english: de, ja */
.lang_de #sectionLightbox #lightboxShots ul,
.lang_ja #sectionLightbox #lightboxShots ul {
	width: 422px;
	margin: 0 0 0 -210px;
}

.lang_de #sectionLightbox #lightboxShots ul li a:link, 
.lang_de #sectionLightbox #lightboxShots ul li a:visited , 
.lang_ja #sectionLightbox #lightboxShots ul li a:link,
.lang_ja #sectionLightbox #lightboxShots ul li a:visited {
	width: 120px;
}

/* wide: es */
.lang_es #sectionLightbox #lightboxShots ul {
	width: 514px;
	margin: 0 0 0 -255px;
}

.lang_es #sectionLightbox #lightboxShots ul li a:link,
.lang_es #sectionLightbox #lightboxShots ul li a:visited {
	width: 150px;
}


.claritySection {
	background: url(clarityBackground.jpg); 
	height: 410px; 
	padding: 10px 30px 10px 60px; 
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.claritySection {
		background-image: url(clarityBackground@2x.jpg); 
		background-size: 860px 410px;
	}
}

.claritySection .head {
width: 550px; margin: 20px 0px;
}

.lang_de .claritySection .head, 
.lang_it .claritySection .head {
	margin-top: 0;
}

.claritySection .head a {
	display: block; 
	color: #fff; 
	text-decoration: none; 
	line-height: 36px; 
	background: url(clarity-icon-white.png) left center no-repeat; 
	padding: 10px 0 0 110px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.claritySection .head a {
		background-image: url(clarity-icon-white@2x.png); 
		background-size: 94px 79px;
	}
}

.claritySection .compare {
	position: absolute; 
	display: block; 
	top: 200px; 
	left: 35px;
	width: 396px;
	height: 193px;
}

.claritySection .compare div {
	padding: 5px 9px 5px 9px;
	color: white;
	background-color: rgba(0,0,0,0.6);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

.claritySection .compare .before {
	position: absolute; 
	top: 42px;
	left: 16px;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}

.claritySection .compare .after {
	position: absolute; 
	top: 15px;
	left: 195px;
	-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}



.claritySection .findoutmore {
	position: absolute; 
	display: block; 
	top: 335px; 
	right: 40px; 
/*	background: url(clarity_findoutmore.png); 
	width: 313px; 
	height: 43px; */
	font-size: 17px;
	font-weight: bold;
	color: #2E2E2E;
	text-shadow: 0 1px 1px #B8B8B8;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 17px 10px 54px;

	border: 1px solid rgba(0,0,0,1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background:  #fafafa;
	background-image: -webkit-linear-gradient(top, 
		#E0E1E1 0%,
		#CED0CF 3%, 
		#717171 97%,
		#909090 100%);
	background-image: -moz-linear-gradient(top, 
		#CED0CF 0%, 
		#717171 100%);
	-webkit-background-clip: padding-box;
}

.claritySection .findoutmore:after {
	content:'';
	display: block;
	width: 31px;
	height: 26px;
	background-image: url(clarity_button_logo.png);
	position: absolute;
	top: 7px;
	left: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.claritySection .findoutmore:after {
		background-image: url(clarity_button_logo@2x.png);
		background-size: 31px 26px;
	}
}

.section.lightboxsync {
	background-image: url(lightboxSyncBackground.jpg); 
	height: 379px; 
	padding: 30px 0 0 52px; 
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.section.lightboxsync h3 {
	position: relative;
	color: white;
	font-size: 40px;
}

.section.lightboxsync h3:before {
	content: '';
	background-image: url(lightboxSyncLogo.png);
	display: inline-block;
	width: 62px;
	height: 49px;
	position: relative;
	top: 7px;
	margin: 0 7px 0 0;
}

.lang_ja .section.lightboxsync h3:before {
	display: none;
}

.section.lightboxsync p {
	margin-top: 10px;
	width: 360px; 
	color: #fff; 
	font-size: 13px; 
	line-height: 16px;
	text-shadow: 0 0 3px black;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.section.lightboxsync {
		background: url(lightboxSyncBackground@2x.jpg); 
		background-size: 860px 379px;
	}
	
	.section.lightboxsync h3:before {
		background-image: url(lightboxSyncLogo@2x.png);
		background-size: 62px 49px;
	}

}


#sectionEditing .subsection#editing-scenes .scenes-image {
	float: left;
	margin: 70px -10px 0 40px;
	width: 334px;
	height: 239px;
	background-image: url(scenes.jpg);
}
#sectionEditing .subsection#editing-scenes .flash-image {
	float: left;
	margin: 30px 0 20px 65px;
	width: 341px;
	height: 229px;
	background-image: url(flash.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	#sectionEditing .subsection#editing-scenes .scenes-image {
		background-image: url(scenes@2x.jpg);
		background-size: 334px 239px;
	}
	#sectionEditing .subsection#editing-scenes .flash-image {
		background-image: url(flash@2x.jpg);
		background-size: 341px 229px;
	}
}


#sectionEditing .subsection#editing-scenes .image {
	position: relative;
}

#sectionEditing .subsection#editing-scenes .image div {
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	padding: 10px 14px;
	color: rgba(255,255,255,0.7);
}

#sectionEditing .subsection#editing-scenes .image div.after {
	position: absolute;
	top: 0;
	right:0;
}


.langpicker {
	display: block;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	
	position: absolute;
	top:0;
	right: 0;
	-webkit-touch-callout: none; -webkit-user-select: none;
}

.langpicker .picked {
	position: relative;
	color: white;
	padding: 5px 3px 3px 8px;

	background-color: #232323;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(127,127,127,.2), inset 0 1px 1px rgba(127,127,127,.3), inset 0 -1px 1px rgba(0,0,0,.2);
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.langpicker .picked:after {
	content: '';
	display: block;
	
	position: absolute;
	top: 7px;
	right: 6px;
	width: 6px;
	height: 12px;
	background-image:url(lang_arrows.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.langpicker .picked:after {
		background-image: url(lang_arrows@2x.png);
		background-size: 6px 12px;
	}
}

.langpicker:hover .picked,.langpicker.hover .picked {
	background-color: #1A1A1A;
	box-shadow: 0 1px 1px rgba(127,127,127,.2), inset 0 1px 2px rgba(0,0,0,0.5);
}


.langpicker ul {
	display: none;
	
	position: relative;
	z-index: 99;
	top: 4px;

	list-style-type: none;
	margin:0;
	padding:5px 0;

	background-color: #E6E6E6;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
	font-weight: normal;
}

.langpicker:hover ul,.langpicker.hover ul {
	display: block;
}


.langpicker ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.langpicker ul:after {
	border-color: rgba(227, 227, 227, 0);
	border-bottom-color: #E6E6E6;
	border-width: 6px;
	left: 12px;
}

.langpicker ul li {
	padding: 3px 9px;
}

.langpicker ul li.selected {
	position: relative;
	font-weight: bold;
}

.langpicker ul li.selected:after {
	content: '';
	display: block;
	
	position: absolute;
	top: 7px;
	right: 7px;
	width: 10px;
	height: 12px;
	background-image:url(lang_check.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.langpicker ul li.selected:after {
		background-image: url(lang_check@2x.png);
		background-size: 10px 12px;
	}
}

.langpicker ul a {
	text-decoration: none;
	color: black;
}

.langpicker .flag {
	display: inline-block;
	height: 17px;
	padding: 1px 0 3px 22px;
	background-image: url(lang_flags.png);
	background-repeat: no-repeat;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.langpicker .flag {
		background-image: url(lang_flags@2x.png);
		background-size: 17px 234px;
	}
}

.langpicker .flag.de { background-position-y: -24px; }
.langpicker .flag.es { background-position-y: -48px; }
.langpicker .flag.it { background-position-y: -72px;}
.langpicker .flag.fr { background-position-y: -96px;}
.langpicker .flag.ja { background-position-y: -120px; }
.langpicker .flag.ko { background-position-y: -143px; }
.langpicker .flag.zhs { background-position-y: -166px; }
.langpicker .flag.zht { background-position-y: -189px; }


#img_sharing_services {
	display: inline-block;
	background-image: url(sharing_services.png);
	width: 218px;
	height: 140px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#img_sharing_services {
		background-image: url(sharing_services@2x.png);
		background-size: 218px 140px;
	}
}

#img_borders {
	display: inline-block;
	background-image: url(borders.jpg);
	width: 374px;
	height: 300px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#img_borders {
		background-image: url(borders@2x.jpg);
		background-size: 374px 300px;
	}
}
