@charset "UTF-8";
/* @media screen and (min-width:581px) { */

a {
	color: #ccc;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 120px;
	line-height: 120px;
	font-weight: 300;
	color: white;
}

h1>img {
	width: 120px;
	height: 120px;
	margin-right: 40px;
	vertical-align: bottom;
}

h2 {
	font-size: 64px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin: 0 0 2em 0;
}

h3 {
	font-size: 48px;
	color: #ccc;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0.8em;
	text-align: center;
}

article {
	margin: 100px 0;	
}

article:last-child {
	margin-bottom: 0;
}

.pitch {
	display: inline-block;
	width: 600px;
}

.side-figure {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.side-figure:first-child {
	margin-right: 94px;
}

.side-figure:last-child {
	margin-left: 94px;
}

p, li {
	font-size: 26px;
	line-height: 135%;
	font-weight: 100;
}

p b {
	font-weight: 300;
	color: white;
}

.quotation {
	margin-top: 700px;
	width: 680px;
	font-style: italic;
}

.quotation-source {
	text-align: right;
}

.body-part {
	border-bottom: 1px solid #666;
	padding: 100px 0;
	max-height: 999999px; /* Android font boosting workaround */
}

body{
	font-family: "Lato", "Myriad Pro", "Myriad-Pro", "MyriadPro", "Helvetica Neue", "Helvetica-Neue", "HelveticaNeue", Helvetica, sans-serif;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1900px 680px;
	margin: 0;
	padding: 0;
	background-color: black;
	color: #ccc;
	font-weight: 300;
}

#container{
	width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

#container>header {
	position: relative;
}

.logo, .appname, .slogan, .btn, .sns, .iphone {
	position: absolute;
}

.appname{
	left: 0;
	top: 190px;
}

.slogan{
	top: 340px;
	font-size: 36px;
	font-family: "Open Sans Condensed", sans-serif;
	color: #eee;
}

.btn {
	top: 490px;
}

.btn a {
	display: block;
	background-repeat: no-repeat;
	width: 311px;
	height: 103px;
	background-image: url(../img/btn.png);
}

.ios {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 28px;
	color: rgba(0,0,0,0.75);
	padding-left: 15px;
}
/*
.btn a:hover{
	width: 311px;
	height: 103px;
}
*/

.sns{
	width: 210px;
	top: 60px;
	left: 990px;
	font-size: 0;
}

.sns a {
	display: inline-block;
	background-image: url(../img/sns-icons.png);
	width: 50px;
	height: 50px;
	margin: 0 30px 0 0;
}

.sns>a:last-child {
	margin-right: 0;
}

.instagram {
	background-position: 0 0;
}

.flickr {
	background-position: -50px 0;
}

.email {
	background-position: -100px 0;
}

.iphone{
	top: 190px;
	width: 440px;
	height: 925px;
	left: 760px;

}

.gallery {
	font-size: 0;
}

.gallery>img {
	display: inline-block;
	margin-right: 26px;
	width: 280px;
	height: 280px;
	cursor:pointer;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, 0 20%,0 130%, 
		from(transparent), color-stop(.5, transparent), to(white));
}

.gallery>img:last-child {
  margin: 0;
}

.pro-features, .scenes {
	text-align: center;
}

.pro-features {
	margin: 30px auto;
}

.scenename{
	font-size: 0;
	padding: 0;
	width: 1004px;
	margin: 0px auto;
}

.scenename li {
	display: inline-block;
	width: 120px;
	margin: 0 24px;
	text-align: center;
	font-family: "Open Sans Condensed", sans-serif;
}

.scenename>li:last-child {
	margin-right: 0;
}


.app-info {
	margin: 100px auto;
	width: 540px;
	font-size: 0;
}

.app-info>img, .app-info>div {
	display: inline-block;
	height: 120px;
}

.app-info>img {
	width: 120px;
}

.app-info>div {
	width: 380px;
	vertical-align: top;
	text-align: left;
	margin-left: 40px;
}

.app-info-name {
	font-size: 72px;
	vertical-align: top;
}

.app-info-slogan {
	font-size: 24px;
	vertical-align: bottom;
}

.footer-info {
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.footer-info>a {
	display: inline-block;
	padding: 0 20px;
}

.footer-info>a {
	border-right: 1px solid #666;
}

.footer-info>a:last-child {
	border-right-width: 0;
}

footer {
	margin-bottom: 150px;
}

#cwxBg{ 
	position:absolute; 
	display:none; 
	background:#000; 
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px; 
	z-index:1000;} 
#cwxWd{ 
	position: absolute; 
	display: none; 
	border: 1px solid #202020; 
	padding: 10px;
	background: white; 
	z-index: 1500;
}
#cwxWd img {
	vertical-align: top;
}
#cwxCn{ background:#FFF; 
	display:block;
} 


@media only screen and ( max-resolution: 100dpi ) {
  li, p {
    font-weight: 300;
  }
}

/*.imgd{ width:512px; 
	height:512px;} 

*/

/*
}

@media screen  and (max-width:580px){
	body{
	width: 100%;
	font-family: Lato, "Myriad Pro", "Myriad-Pro", "MyriadPro", "Helvetica Neue", "Helvetica-Neue", "HelveticaNeue", Helvetica, sans-serif;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-size:320px 166px;
	margin: 0;
	padding: 0;
	background-color: black;
}
header,section,.sample,.features,article,footer{
	margin: 0 auto;
	width: 100%;
	position: relative;
}
h2{ font-family: "Myriad Pro",sans-serif;
	font-size: 22px;
	color: #cbcbcb;
	font-weight: 100;
	text-shadow:0 0 1px #ccc;
}

#container{
	width: 100%;
	margin: 0 auto;
}
header{
	color: white;
	height: 900px;
}
.header-top{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.logo,.appname,.slogan,.testerword,.sns{
	position: relative;
}
.logo{
	width: 50px;
	top: 20px;
	left: 18px;
}
.logo img{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}
.appname{
	width: 220px;
	left: 80px;
	top: -35px;
	font-size: 38px;	
	font-weight: 100;
}
.slogan{
	width: 300px;
	top: -20px;
	left: 18px;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
}
.testerword{
	position: relative;
	margin: 0 auto;
	width: 310px;
	font-size: 16px;
	color: #b6b6b6;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 20px;
	top: 720px;
}
.testerword p{
	width: 125px;
	font-style: italic;
	position: absolute;
	font-weight: 100;
	left: 195px;
}
.btn a{
	position: absolute;
	left: 15px;
	top: 110px;
	width: 155px;
	height: 51px;
	background-size: 155px 51px;
	background-position: center;
	background-image: url(../img/btn.png);
}
.btn a:hover{
	width: 155px;
	height: 51px;
}
.sns{
	width: 130px;
	left:190px;
}
.sns a{
	display: inline-block;
	font-size: 0;
	background-size: 90px 30px;
	background-image: url(../img/sns-icons.png);
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}
.instagram {
	background-position: 0 0;
}
.flickr {
	background-position: -30px 0;
}
.email {
	background-position: -60px 0;
}
.iphone img{
	position: relative;
	margin: 0 auto;
	top: -120px;
	width: 320px;
	height: 673px;
}
.sample img {
	font-size: 0;
	width: 100%;
  	display: inline-block;
}
.sample{
	height: 1320px;
	border-bottom: 1px solid #666;  
	top: 200px;
  	padding: 10px 0 10px 0;
}

section{
	top: 350px;
	font-family: "Abadi MT Condensed Light",sans-serif;
	height: 820px;
	font-size: 16px;
	color: #b9b9b9;
	font-weight: 200;
	line-height: 30px;
}
.pintchtitle{
	position: relative;
	top: -150px;
	width: 320px;
	margin: 0 auto;
	text-align: center;
}
.pintch1-title,.pintch2-title{
	width: 320px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}
.pintch1-title{
	height: 50px;
	top: -120px;
}
.pintch2-title{
	height: 50px;
	top: -20px;
}
.pintch1,.pintch2{
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	height: 333px;
}
.pintch1-img img,.pintch2-img img{
	width: 320px;
	height: 213px;
	position: relative;
	margin: 0 auto;

}
.pintch1-img img{
	top: -135px;
}
.pintch2-img img{
	top: -20px;
}
.pintch1-word,.pintch2-word{
	position: relative;
	margin: 0 auto;
	width: 310px;
	line-height: 17px;
	letter-spacing: 1px;
}
.pintch1-word{
	top: -142px;
}
.pintch2-word{
	top: -40px;
	border-bottom: 1px solid #666;  
  	padding: 10px 0 10px 0;
}
article{
	font-family:"Myriad Pro", sans-serif;
	height: 1140px;
	font-size: 16px;
	font-weight: 100;
	color: #b2b2b2;
	border-bottom: 1px solid #666;  
  	padding: 10px 0 10px 0;
}
.article-title{
	width: 320px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 330px;
}
.articleword1,.articleword2,.articleword3{
	margin: 0 auto;
	position: relative;
	letter-spacing: 1px;
	font-weight: 100;
	width: 300px;
	height: 40px;
}
.articleword1{
	top:310px;
}
.articleword2{
	top: 360px;
}
.articleword3{
	top: 520px;
}
.articleimg1{
	width: 225px;
	height: 100px;
	margin: 0 auto;
	top: 410px;
	background-repeat: no-repeat;
	position: relative;
}
.articleimg1 img{
	width: 225px;
	height: 49px;
}
.scenename{
	position: relative;
	width: 320px;
	margin: 0 auto;
	top: 400px;
}
.scene-icons{
	margin: 0 auto;
	position: relative;
	top: 770px;
	width: 320px;
	height: 50px;
	background-repeat: no-repeat;
}
.scene-icons img{
	width: 320px;
	height: 50px;
}
.scene-title{
	width: 320px;
	position: relative;
	margin: 0 auto;
	font-size: 20px;
	top: 680px;
	text-align: center;
	border-top: 1px solid #666;  
  	padding: 10px 0 10px 0;
}
.scene-name1,.scene-name2,.scene-name3,.scene-name4,.scene-name5,.scene-name6{
	font-family: "Myriad Pro",sans-serif;
	font-size: 14px;
	position: absolute;
	top: 330px;
	color: #b9b9b9;
}
.scene-name1{
	left: 0px;
}
.scene-name2{
	left: 63px;
}
.scene-name3{
	left: 112px;
}
.scene-name4{
	left: 160px;
}
.scene-name5{
	left: 221px;
}
.scene-name6{
	left: 277px;
}
footer{
	height: 80px;
	font-family: "Myriad Pro",sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999;
	text-align: center;
}
.footer-logo{
	position: absolute;
	top: 20px;
	left: 70px;
	width: 32px;
	height: 32px;
}
.footer-logo img{
	width: 32px;
	height: 32px;
}
.footer-name{
	font-size: 24px;
	font-weight: 100;
	color: #b9b9b9;
	width: 200px;
	height: 30px;
	position: absolute;
	top: 17px;
	left: 70px;
}
.footer-slogan{
	width: 240px;
	color: #cbcbcb;
	font-size: 10px;
	position: absolute;
	top: 41px;
	left: 80px;
}
.footer-main{
	margin: 0 auto;
	width: 320px;
	top: 68px;
	height: 30px;
	position: relative;
}
.footer-main a{
	position: relative;
	text-decoration: none;
	font-size: 14px;
	color: #747474;
}
}
*/

/* font-weight: 100 was too thin for retina display  */
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) {
	p, li {
		font-weight: 300;
	}
}